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
Within the Ethereum API, block_by_height applies -1 to the block height when it's queried for the "latest" block, but header_by_height does not. This is accidental, they should return consistent results.
Within the Ethereum API,
block_by_height
applies -1 to the block height when it's queried for the "latest" block, butheader_by_height
does not. This is accidental, they should return consistent results.https://github.com/consensus-shipyard/fendermint/blob/master/fendermint/eth/api/src/state.rs#L100-L157
The text was updated successfully, but these errors were encountered: