Does eth.getBlock("latest") and eth.getBlock("pending") returns the same block? #4874
Replies: 1 comment 1 reply
-
|
Probably we don’t support “get pending block”. Created issue #4876 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I was using a bsc fork of the go-ethereum for the BSC network. But in that implementation a full node does not keep/build a pending block and it cannot access the pending transactions. So that eth.getBlock("latest") and eth.getBlock("pending") are both returning the latest block.
That is why I wanted to check out erigon to see if I can access to pending block while running a full node, my question is can I access to the pending block using erigon?
Beta Was this translation helpful? Give feedback.
All reactions