Skip to content

feat: add rpc endpoints eth_getTransactionByBlockNumberAndIndex & eth_getTransactionByBlockHashAndIndex#153

Merged
fmoletta merged 43 commits into
mainfrom
eth_getTransactionByBlockX
Jul 18, 2024
Merged

feat: add rpc endpoints eth_getTransactionByBlockNumberAndIndex & eth_getTransactionByBlockHashAndIndex#153
fmoletta merged 43 commits into
mainfrom
eth_getTransactionByBlockX

Conversation

@fmoletta

@fmoletta fmoletta commented Jul 16, 2024

Copy link
Copy Markdown
Contributor

Based on #152

Motivation

Supporting eth_getTransactionByBlockNumberAndIndex & eth_getTransactionByBlockHashAndIndex endpoints of the rpc spec

Description

Add rpc endpoints eth_getTransactionByBlockNumberAndIndex & eth_getTransactionByBlockHashAndIndex

Closes #35

@fmoletta fmoletta changed the base branch from main to getBlockTransactionCount July 16, 2024 20:00
@fmoletta fmoletta marked this pull request as ready for review July 16, 2024 20:02
@fmoletta fmoletta requested a review from a team as a code owner July 16, 2024 20:02
Base automatically changed from getBlockTransactionCount to main July 18, 2024 13:25
@fmoletta fmoletta merged commit e9fc729 into main Jul 18, 2024
@fmoletta fmoletta deleted the eth_getTransactionByBlockX branch July 18, 2024 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement eth_getTransactionByBlockHashAndIndex and eth_getTransactionByBlockNumberAndIndex RPC endpoints

2 participants