Skip to content

feat: add rpc endpoint eth_getBlockTransactionCountByNumber#152

Merged
MegaRedHand merged 40 commits into
mainfrom
getBlockTransactionCount
Jul 18, 2024
Merged

feat: add rpc endpoint eth_getBlockTransactionCountByNumber#152
MegaRedHand merged 40 commits into
mainfrom
getBlockTransactionCount

Conversation

@fmoletta

Copy link
Copy Markdown
Contributor

Based on #145

Motivation

Being able to respond to eth_getBlockTransactionCountByNumber requests via rpc

Description

Add rpc endpoint eth_getBlockTransactionCountByNumber

Closes #33

Comment thread crates/rpc/src/lib.rs Outdated
Base automatically changed from get_block_by_number to main July 18, 2024 13:10

@MegaRedHand MegaRedHand left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MegaRedHand MegaRedHand merged commit 229e3fd into main Jul 18, 2024
@MegaRedHand MegaRedHand deleted the getBlockTransactionCount branch July 18, 2024 13:25
fmoletta added a commit that referenced this pull request Jul 18, 2024
…eth_getTransactionByBlockHashAndIndex` (#153)

Based on #152 

**Motivation**

Supporting `eth_getTransactionByBlockNumberAndIndex` &
`eth_getTransactionByBlockHashAndIndex` endpoints of the rpc spec

<!-- Why does this pull request exist? What are its goals? -->

**Description**

Add rpc endpoints `eth_getTransactionByBlockNumberAndIndex` &
`eth_getTransactionByBlockHashAndIndex`

<!-- A clear and concise general description of the changes this PR
introduces -->

<!-- Link to issues: Resolves #111, Resolves #222 -->

Closes #35
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_getBlockTransactionCountByNumber RPC endpoint

3 participants