Associated type Hasher for `QueryPreimage`, `StorePreimage` and `Bounded` (#1720)
I hope it's enough to fix #1701 the only solution I found to make it happen is to put an associated type to the `Bounded` enum as well. @liamaharon @Kianenigma @bkchr Polkadot address: 12poSUQPtcF1HUPQGY3zZu2P8emuW9YnsPduA4XG3oCEfJVp --------- Signed-off-by:muraca <mmuraca247@gmail.com> Co-authored-by:
Liam Aharon <liam.aharon@hotmail.com> Co-authored-by:
Kian Paimani <5588131+kianenigma@users.noreply.github.com>
Showing
- substrate/frame/democracy/src/benchmarking.rs 3 additions, 4 deletionssubstrate/frame/democracy/src/benchmarking.rs
- substrate/frame/democracy/src/lib.rs 29 additions, 25 deletionssubstrate/frame/democracy/src/lib.rs
- substrate/frame/democracy/src/tests.rs 1 addition, 1 deletionsubstrate/frame/democracy/src/tests.rs
- substrate/frame/democracy/src/tests/metadata.rs 2 additions, 4 deletionssubstrate/frame/democracy/src/tests/metadata.rs
- substrate/frame/preimage/src/lib.rs 6 additions, 4 deletionssubstrate/frame/preimage/src/lib.rs
- substrate/frame/preimage/src/tests.rs 18 additions, 11 deletionssubstrate/frame/preimage/src/tests.rs
- substrate/frame/referenda/src/benchmarking.rs 2 additions, 2 deletionssubstrate/frame/referenda/src/benchmarking.rs
- substrate/frame/referenda/src/lib.rs 19 additions, 10 deletionssubstrate/frame/referenda/src/lib.rs
- substrate/frame/referenda/src/mock.rs 1 addition, 1 deletionsubstrate/frame/referenda/src/mock.rs
- substrate/frame/referenda/src/tests.rs 1 addition, 2 deletionssubstrate/frame/referenda/src/tests.rs
- substrate/frame/referenda/src/types.rs 2 additions, 1 deletionsubstrate/frame/referenda/src/types.rs
- substrate/frame/scheduler/src/benchmarking.rs 2 additions, 2 deletionssubstrate/frame/scheduler/src/benchmarking.rs
- substrate/frame/scheduler/src/lib.rs 20 additions, 15 deletionssubstrate/frame/scheduler/src/lib.rs
- substrate/frame/scheduler/src/migration.rs 1 addition, 1 deletionsubstrate/frame/scheduler/src/migration.rs
- substrate/frame/scheduler/src/tests.rs 1 addition, 1 deletionsubstrate/frame/scheduler/src/tests.rs
- substrate/frame/support/src/traits.rs 1 addition, 1 deletionsubstrate/frame/support/src/traits.rs
- substrate/frame/support/src/traits/preimages.rs 60 additions, 50 deletionssubstrate/frame/support/src/traits/preimages.rs
- substrate/frame/support/src/traits/schedule.rs 6 additions, 2 deletionssubstrate/frame/support/src/traits/schedule.rs
- substrate/frame/whitelist/src/benchmarking.rs 2 additions, 2 deletionssubstrate/frame/whitelist/src/benchmarking.rs
- substrate/frame/whitelist/src/lib.rs 12 additions, 20 deletionssubstrate/frame/whitelist/src/lib.rs
Please register or sign in to comment