Skip to content
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

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

Open
jangko opened this issue Mar 22, 2024 · 0 comments
Labels
RPC JSON-RPC over HTTP/websocket txpool tx pool related issue

Comments

@jangko
Copy link
Contributor

jangko commented Mar 22, 2024

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 jangko added RPC JSON-RPC over HTTP/websocket txpool tx pool related issue labels Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RPC JSON-RPC over HTTP/websocket txpool tx pool related issue
Projects
None yet
Development

No branches or pull requests

1 participant