-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace proof Verification by go-ethereum impl
- Remove the custom Merkle Patricia Trie proof verification implementation - Remove the custom RLP encoding/decoding implementation - Use the Merkle Patricia Trie proof verification function from go-ethereum - This adds support to all types of non-existence proofs - Use the RLP encoding/decoding functions from go-ethereum - Add BytesHex and SliceBytesHex to abstract encoding of byte slices in the StorageProof types
- Loading branch information
Showing
6 changed files
with
155 additions
and
550 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
Oops, something went wrong.