Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit e4c07ba

Browse files
gavofyorkarkpar
authored andcommitted
Switch to shiny new fast, RLP-less trie (#795)
* Bump codec * Fix tests * Patricia trie builds * Introduce trie * Some yak shaving. * Some fixes * Remove RLP ref * Fixes * It builds! * Some tests fixed * Another test fix * Rejig more hashes * substrate-trie::iterator_works test * Update lock * Polish * Docs * Undo incorrect "fix" for tests * Fix nits
1 parent 54f22b6 commit e4c07ba

90 files changed

Lines changed: 1977 additions & 1129 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ pwasm-alloc/Cargo.lock
1111
pwasm-libc/Cargo.lock
1212
node/runtime/wasm/target/
1313
**/._*
14+
**/.criterion/
1415
.vscode
1516
polkadot.*
1617
.DS_Store

0 commit comments

Comments
 (0)