-
Notifications
You must be signed in to change notification settings - Fork 2.6k
clear_prefix iterates only over backend ignoring the overlay #426
Comments
seems to me that the only (default) impl of this here could be the culprit https://github.com/paritytech/polkadot/blob/master/substrate/state-machine/src/ext.rs#L124 |
to me this looks less like a problem with |
Oh sorry @snd I think I've just expressed myself poorly. There is no problem that values from overlay is ignored. I've meant that I believe that #436 should fix this properly removing these accumulated values! |
* Substrate.from() * Fix some transaction validation code * must be more specific for matching now. * Update `wasm-builder` and add `build-only-wasm` script * Update to latest service builder interfaces * ANother substrate update * Another update
* Wasm build error * Add chainx_runtime_compact.wasm
Clippy: lint all targets
While deciding which keys to remove from the storage,
clear_prefix
iterates only over the backend and ignores the changes in the overlay.Example:
The text was updated successfully, but these errors were encountered: