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

client: RPC get block transaction count by number #2188

Conversation

scorbajio
Copy link
Contributor

Implements eth_getBlockTransactionCountByNumber rpc endpoint for #1114.

@scorbajio scorbajio changed the title client: Rpc get block transaction count by number client: RPC get block transaction count by number Aug 19, 2022
@codecov
Copy link

codecov bot commented Aug 19, 2022

Codecov Report

Merging #2188 (c79a01e) into master (1a9da6f) will increase coverage by 0.06%.
The diff coverage is 56.00%.

Additional details and impacted files

Impacted file tree graph

Flag Coverage Δ
block 92.86% <ø> (-0.03%) ⬇️
blockchain 90.21% <ø> (+1.73%) ⬆️
client 86.91% <56.00%> (-0.04%) ⬇️
common 98.37% <ø> (+0.28%) ⬆️
devp2p 92.40% <ø> (-0.09%) ⬇️
ethash ∅ <ø> (∅)
evm 79.23% <ø> (-0.02%) ⬇️
rlp ∅ <ø> (∅)
statemanager 88.43% <ø> (-0.04%) ⬇️
trie 90.36% <ø> (+0.93%) ⬆️
tx 97.98% <ø> (ø)
util 88.99% <ø> (-3.34%) ⬇️
vm 85.31% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@jochem-brouwer
Copy link
Member

Could you add a test for this one? There's also a console.log left :)

@scorbajio
Copy link
Contributor Author

Yes, I'll take care of that. Picking this PR back up.

@acolytec3
Copy link
Contributor

So I didn't realize we had left this one open but this was completed in #2379. Sorry we didn't see and merge this earlier! I'm going to close for now as it accomplishes the same thing.

@acolytec3 acolytec3 closed this Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants