Skip to content

all the message's height has increased by 1 #335

Answered by frrist
zenghao306 asked this question in Q&A
Discussion options

You must be logged in to vote

This is expected and here is why:

The message receipts in a block header are the result of executing messages in the block's parents -- this is why the receipt field in a block header is called ParentMessageReceipts

The Filecoin VM interpreter orchestrates the execution of messages from a tipset on that tipset’s parent state, producing a new state and a sequence of message receipts. The CIDs of this new state and of the receipt collection are included in blocks from the subsequent epoch, which must agree about those CIDs in order to form a new tipset.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by placer14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants