Distinct handling for N fields + 1 hasher vs N fields + N hashers (#458)

* Distinct handling for N fields + 1 hasher vs N fields + N hashers

* tweak comment

* cargo fmt

* fix typo

* Add a few storage specific tests

* clippy fixes

* cargo fmt

* Add a test to specifically address this fix

* comment typo

* Address niggles

* slgihtly nicer iter code
This commit is contained in:
James Wilson
2022-02-21 14:56:09 +00:00
committed by GitHub
parent d01fdd70d2
commit 70d83feaba
3 changed files with 183 additions and 14 deletions
+2
View File
@@ -23,6 +23,8 @@ mod client;
mod events;
#[cfg(test)]
mod frame;
#[cfg(test)]
mod storage;
use test_runtime::node_runtime;
use utils::*;