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

Port eth_* RPC getter methods related to blockchain #151

Closed
8 tasks done
Tracked by #90
Wodann opened this issue Aug 1, 2023 · 0 comments · Fixed by NomicFoundation/hardhat#4579, NomicFoundation/hardhat#4627 or NomicFoundation/hardhat#4628
Closed
8 tasks done
Tracked by #90
Assignees
Milestone

Comments

@Wodann
Copy link
Member

Wodann commented Aug 1, 2023

Definition of Done
Port the following blockchain-related getter APIs:

  • eth_blockNumber (source)
  • eth_getBlockByHash (source)
  • eth_getBlockByNumber (source)
  • eth_getBlockTransactionCountByHash (source)
  • eth_getBlockTransactionCountByNumber (source)
  • eth_getTransactionByBlockHashAndIndex (source)
  • eth_getTransactionByBlockNumberAndIndex (source)
  • eth_getTransactionCount (source)
@Wodann Wodann added this to EDR Aug 1, 2023
@Wodann Wodann converted this from a draft issue Aug 1, 2023
@Wodann Wodann self-assigned this Aug 1, 2023
@Wodann Wodann added this to the EDR v0.1.0 milestone Aug 1, 2023
@Wodann Wodann assigned feuGeneA and unassigned Wodann Aug 1, 2023
@Wodann Wodann modified the milestones: EDR v0.1.0, EDR v0.2.0 Sep 12, 2023
@Wodann Wodann assigned alcuadrado and unassigned feuGeneA Oct 25, 2023
@Wodann Wodann changed the title Implement block-related RPC methods Implement eth_* RPC getter methods related to blockchain Oct 25, 2023
@Wodann Wodann changed the title Implement eth_* RPC getter methods related to blockchain Port eth_* RPC getter methods related to blockchain Oct 25, 2023
@alcuadrado alcuadrado moved this from Todo to In Progress in EDR Oct 27, 2023
@Wodann Wodann assigned agostbiro and unassigned alcuadrado Nov 8, 2023
@Wodann Wodann moved this from In Progress to Under Review in EDR Nov 29, 2023
@github-project-automation github-project-automation bot moved this from Under Review to Done in EDR Dec 4, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.