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

Implement eth_getBlockByNumber RPC endpoint #29

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

m-Peter
Copy link
Collaborator

@m-Peter m-Peter commented Jan 25, 2024

Work towards: #5

Description

Also adds a decoder for evm.BlockExecutedEvent payloads and storing these to the in-memory storage.


For contributor use:

  • Targeted PR against master branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the standards mentioned here.
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

@m-Peter m-Peter added this to the Flow-EVM-M2 milestone Jan 25, 2024
@m-Peter m-Peter self-assigned this Jan 25, 2024
Also adds a decoder for evm.BlockExecutedEvent payloads and
storing these to the in-memory storage.
@m-Peter m-Peter force-pushed the eth-get-block-by-number-endpoint branch from 081685f to a42bb6a Compare January 26, 2024 09:29
@m-Peter m-Peter marked this pull request as ready for review January 26, 2024 09:39
@m-Peter m-Peter merged commit 81219d9 into onflow:main Jan 26, 2024
1 check passed
@m-Peter m-Peter deleted the eth-get-block-by-number-endpoint branch January 26, 2024 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants