We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As of right now, any call to this contract https://ftmscan.com/address/0xe0c38b2a8d09aad53f1c67734b9a95e43d5981c0 (or basically any contract, that requires blockHash) will not be replayed correctly.
call
The bug lies in how block context is created within API-Replay, especially that we do not save block hash into it.
This require further investigation on how to acquire block hash. As far as I know we have two options:
EvmHeader
gossip.Store
Substate
The text was updated successfully, but these errors were encountered:
Since getHash has been implemented to Carmen, this error should not occur anymore although it did not help. I will continue my investigation.
getHash
Sorry, something went wrong.
moved to #983
No branches or pull requests
As of right now, any
call
to this contract https://ftmscan.com/address/0xe0c38b2a8d09aad53f1c67734b9a95e43d5981c0 (or basically any contract, that requires blockHash) will not be replayed correctly.The bug lies in how block context is created within API-Replay, especially that we do not save block hash into it.
This require further investigation on how to acquire block hash.
As far as I know we have two options:
EvmHeader
- that might require openinggossip.Store
, though further investigation has to be made.Substate
The text was updated successfully, but these errors were encountered: