nimbus-eth1
nimbus-eth1 copied to clipboard
Give RPC method access to latest state and pending block/tx being assembled in txpool
Currently, RPC methods cannot return "pending" block to client.
Transactions in txPool also cannot be returned to client.
Some methods such as eth_createAccessList requires latest nonce from an account cannot get it from txPool.
Also remember to fix #2181 after this issue is solved.