Skip to content
New issue

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

EVM: Allow to access previous state_root and timestamp in begin_slot and genesis #876

Closed
LukaszRozmej opened this issue Sep 15, 2023 · 0 comments · Fixed by #986
Closed
Labels

Comments

@LukaszRozmej
Copy link
Contributor

Is your feature request related to a problem? Please describe.
State root is needed to hash previous block.
Timestamp is needed for current block.

Describe the solution you'd like
Add dependency on sov-chain-state module.

Describe alternatives you've considered
Pass the root to begin_slot hook

Additional context
This might be related to full_node being able to execute RPC calls on past blocks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant