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 2 years 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

Also remember to fix #2181 after this issue is solved.

jangko avatar May 28 '24 06:05 jangko