Skip to content

Added "System" block creator support to InfoGetStatus RPC#170

Open
ihor wants to merge 1 commit into
masterfrom
bugfix/fix-system-minimal-block-creator-issue
Open

Added "System" block creator support to InfoGetStatus RPC#170
ihor wants to merge 1 commit into
masterfrom
bugfix/fix-system-minimal-block-creator-issue

Conversation

@ihor

@ihor ihor commented Jun 3, 2026

Copy link
Copy Markdown
Member
  • Resolves: #

Summary

Fixes info_get_status unmarshalling when last_added_block_info.creator is the system proposer value "00".

MinimalBlockInfo.Creator now uses types.Proposer instead of keypair.PublicKey, matching the existing block proposer model and allowing both regular public keys and the system proposer sentinel to decode through the existing NewProposer path.

Adds a regression test that unmarshals an InfoGetStatusResult fixture with creator: "00".

TODO

  • Confirm related GitHub issue number

Checklist

  • Code is properly formatted
  • All commits are signed
  • Tests included/updated or not needed
  • Documentation (manuals or wiki) has been updated or is not required

@ihor ihor requested a review from ZhmakAS June 3, 2026 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants