nimbus-eth1 icon indicating copy to clipboard operation
nimbus-eth1 copied to clipboard

Give RPC method access to latest state and pending block/tx being assembled in txpool

Open jangko opened this issue 4 months ago • 1 comments

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.

jangko avatar Mar 22 '24 03:03 jangko