Makes storage hashers optional in dev mode (#13815)
* Initial changes * Adds UI test for error when _ is used without dev_mode * Minor * ".git/.scripts/commands/fmt/fmt.sh" * Adds test to verify hasher --------- Co-authored-by: command-bot <>
Showing
- substrate/frame/support/procedural/src/pallet/expand/storage.rs 13 additions, 0 deletions...ate/frame/support/procedural/src/pallet/expand/storage.rs
- substrate/frame/support/procedural/src/pallet/parse/storage.rs 33 additions, 11 deletions...rate/frame/support/procedural/src/pallet/parse/storage.rs
- substrate/frame/support/test/tests/pallet_ui/dev_mode_without_arg_default_hasher.rs 33 additions, 0 deletions...st/tests/pallet_ui/dev_mode_without_arg_default_hasher.rs
- substrate/frame/support/test/tests/pallet_ui/dev_mode_without_arg_default_hasher.stderr 19 additions, 0 deletions...ests/pallet_ui/dev_mode_without_arg_default_hasher.stderr
- substrate/frame/support/test/tests/pallet_ui/pass/dev_mode_valid.rs 84 additions, 1 deletion...frame/support/test/tests/pallet_ui/pass/dev_mode_valid.rs
Please register or sign in to comment