Add `memory-tracker` feature to `sp-trie` to fix wasm panic (#6745)
* Add memory tracker feature to sp-trie to fix wasm panic * Apply suggestions from code review Co-authored-by:Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
Showing
- substrate/Cargo.lock 4 additions, 3 deletionssubstrate/Cargo.lock
- substrate/bin/node/cli/Cargo.toml 1 addition, 0 deletionssubstrate/bin/node/cli/Cargo.toml
- substrate/primitives/trie/Cargo.toml 1 addition, 0 deletionssubstrate/primitives/trie/Cargo.toml
- substrate/primitives/trie/src/lib.rs 14 additions, 3 deletionssubstrate/primitives/trie/src/lib.rs
Please register or sign in to comment