-
Notifications
You must be signed in to change notification settings - Fork 20.4k
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
uncle and block transaction count should accept "latest", "pending" and "earliest" as parameters #654
Comments
This should be fixed on |
Closed
These are implemented for "ByNumber" "ByHash" should not accept non-hash arguments |
@frozeman retest and close accordingly |
@frozeman Can this issue be closed? |
ngtuna
added a commit
to ngtuna/tomochain
that referenced
this issue
Aug 29, 2019
…script Update Tomox testing script
tony-ricciardi
pushed a commit
to tony-ricciardi/go-ethereum
that referenced
this issue
Jan 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Marek implemented the possibility for
"latest"
(last minded block),"pending"
(pending) and"earliest"
(genisis block) for the following RPC methods:eth_getUncleCountByBlockNumber
eth_getUncleCountByBlockHash
eth_getBlockTransactionCountByHash
eth_getBlockTransactionCountByNumber
He sadly didn't put this as for debate, but integrated it already into ethereum.js as well and c++.
It makes sense to check for example for the number of pending transactions.
So i guess it makes sense if we integrate this behaviour as well.
I already add tests for it in the rpc-tests.
The text was updated successfully, but these errors were encountered: