Skip to content

Extended block structure#331

Merged
miiu96 merged 3 commits intorc/andromedafrom
prev-header-proof
Mar 6, 2025
Merged

Extended block structure#331
miiu96 merged 3 commits intorc/andromedafrom
prev-header-proof

Conversation

@miiu96
Copy link
Copy Markdown
Contributor

@miiu96 miiu96 commented Feb 17, 2025

  • Extended block structure with extra information about previous header proof


func appendPreviousHeaderProof(elasticBlock *data.Block, header coreData.HeaderHandler) {
prevHeaderProof := header.GetPreviousProof()
if prevHeaderProof == nil {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if prevHeaderProof == nil {
if check.IfNilReflect(prevHeaderProof) {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@ssd04 ssd04 self-requested a review February 18, 2025 07:47
@miiu96 miiu96 changed the base branch from master to rc/andromeda March 6, 2025 13:00
@miiu96 miiu96 merged commit 0a681ee into rc/andromeda Mar 6, 2025
8 checks passed
@miiu96 miiu96 deleted the prev-header-proof branch March 6, 2025 13:02
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.

3 participants