You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each block contains the merkle-root of the MPT that contains all receipts. Receipts are serialised as a tuple of four values, and I want to understand how is the first value determined.
Each block contains the merkle-root of the MPT that contains all receipts. Receipts are serialised as a tuple of four values, and I want to understand how is the first value determined.
I noticed that it can be either a "boolean" (
0x00
or0x01
), or instead the merkle root of the state after applying the relevant tx.When is the boolean value used, and when is the merkle root used?
For more information about this, I opened a question in Ethereum SE, and this issue: Near-One/rainbow-bridge#557
The text was updated successfully, but these errors were encountered: