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

feat: eth_getBlockTransactionCountByHash and eth_getBlockTransactionCountByNumber #1257

Merged
merged 4 commits into from
Sep 9, 2024

Conversation

rodolfopietro97
Copy link
Collaborator

Description

Implement eth_getBlockTransactionCountByHash and eth_getBlockTransactionCountByNumber

@rodolfopietro97 rodolfopietro97 requested a review from a team as a code owner September 9, 2024 10:48
Copy link

github-actions bot commented Sep 9, 2024

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
99.5% (4049/4069) 98.21% (1268/1291) 99.87% (807/808)
Title Tests Skipped Failures Errors Time
core 808 0 💤 0 ❌ 0 🔥 1m 31s ⏱️
network 658 0 💤 0 ❌ 0 🔥 4m 7s ⏱️
errors 42 0 💤 0 ❌ 0 🔥 14.287s ⏱️

@fabiorigam fabiorigam merged commit f83d8cc into main Sep 9, 2024
10 checks passed
@fabiorigam fabiorigam deleted the eth-block-transactions-count branch September 9, 2024 12:09
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.

eth_getBlockTransactionCountByNumber eth_getBlockTransactionCountByHash
2 participants