-
Notifications
You must be signed in to change notification settings - Fork 458
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
Implement admin_exportChain for admin rpc #7813
Comments
Can I tackle this one? |
@arnavchhokra ask questions within this thread |
Question: for exporting chain data I am supposed to provide the first and the last block, so for fetching it can i use this: https://docs.nethermind.io/interacting/json-rpc-ns/eth#eth_getblockbynumber ? |
The relevant function: |
@obasekiosa Could you elaborate why we need this change? |
Could I take a shot at this? |
same reason as the others |
Could I take on this issue? |
I’d love to work on this task. |
Is your feature request related to a problem? Please describe.
https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-admin#admin-exportchain
Allows for the exportation of a range of blocks.
The text was updated successfully, but these errors were encountered: