Remove partial key size limit from trie codec (#12566)
* remove size limit from trie codec * test previous upper limit is not enforced anymore * fmt * restore test
Showing
- substrate/primitives/trie/src/lib.rs 15 additions, 1 deletionsubstrate/primitives/trie/src/lib.rs
- substrate/primitives/trie/src/node_codec.rs 0 additions, 2 deletionssubstrate/primitives/trie/src/node_codec.rs
- substrate/primitives/trie/src/node_header.rs 1 addition, 4 deletionssubstrate/primitives/trie/src/node_header.rs
- substrate/primitives/trie/src/trie_stream.rs 1 addition, 2 deletionssubstrate/primitives/trie/src/trie_stream.rs
Please register or sign in to comment