-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite proof decoding code to not use a separate map (#1462)
* Rewrite proof decoding code to not use a separate map * Work in progress * Adjust some APIs * Use strong typing for stack entries * Don't decode trie nodes twice when decoding * Work on next_key * `next_key` is expected to work now * Fix benches * Give me a break * Fix tests compilation * Uncomment now-working test * Implement trie_node_info * Reimplement `iter_ordered` * Don't require lifetime on `trie_root_merkle_value` * Update light client * Inline and fix `closest_ancestor_in_proof` * Remove empty proof special case * Improve fmt::Debug for EntryKeyIter * Bugfix in `next_key` * Uncomment failing test * CHANGELOG * Fix warnings * Typo * Fix children with nibble `e` being skipped * Stupidest typo * Add some TODOs * Small revert in runtime_service
- Loading branch information
Showing
14 changed files
with
1,156 additions
and
699 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.