-
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.
Allow child-trie-friendly proofs (#680)
* Allow multiple trie roots in `DecodedTrieProof::entries` * Pass as parameter the trie root hash when querying a proof * Allow multiple roots in proofs and no longer pass trie root in config * Fix tests * Fix check in closest_ancestor * Make the return value of iterating more clear
- Loading branch information
Showing
6 changed files
with
429 additions
and
312 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
Oops, something went wrong.