-
Notifications
You must be signed in to change notification settings - Fork 74
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
Support state_traceBlock #2518
Comments
There are a couple of issues with that:
It seems to me that |
All I really need is all the changed storages within a given block so the tracing API is not necessary. |
What I mean is that you could use |
Ok so we need a version of state_call that returns changed storages a have a new rpc call does that? Should I make an issue to Substrate get have it implemented there first and then follow up here? |
No, IMO any extension to the JSON-RPC API should go in https://github.com/paritytech/json-rpc-interface-spec/ However there's another problem with the idea of using I think I'll just add |
This actually requires wasm override which just doesn't make sense on light client so I will close this. |
It is super useful to be able to replay block and fetch all changed storages for that particular block
paritytech/substrate#9642
The text was updated successfully, but these errors were encountered: