chopsticks
chopsticks copied to clipboard
Create parallel reality of your Substrate network.
This is not an issue if we use different databases
https://github.com/smol-dot/smoldot/issues/1473#issuecomment-1857731055 Need a PoC first
Roadmap for Chopsticks: - Able to run in browser and integrate with other tools - [x] #23 - [ ] Image API to make it easy to use - Support...
A mode to enable storage root verification when replay blocks Useful for follow mode to assert execution correctness
New config to call `try_state` on every new block to assert integrality of the new block
A new plugin that takes a wasm, perform runtime upgrade, and report migration time, storage access usages etc and put big warning if the upgrade is too slow or could...
We will want to be able to run some of the plugins in browser env such as dry run.
It can be reproduced by getting a signed extrinsic and calling the `author_submitExtrinsic` endpoint. The Polkadot RPC endpoint allows to pass the param without the `0x` prefix ``` const ws...
Currently, the output of the `dry-run` command is pretty noisy, since it includes changes caused be on_initialize and on_finalize hooks. It would be super helpful if there would be a...