-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Use
risc0-ethereum-trie
(#140)
* update risc0 * patch homestead sigs * patch trie db * revert to MemDB * feat: hashbrown perf * fix batching changeset updates * downgrade journal mismatch to warning message * copyright years * todo nit * readme nit * migrate to steel-trie * use public risc0-ethereum-trie * fix Cargo.lock * Apply suggestions from code review Co-authored-by: Rami <2418646+hashcashier@users.noreply.github.com> * Fix unresolvable key endianness * minor improvements * upgrade risc0-ethereum-trie * switch to main * update Cargo.lock --------- Co-authored-by: Rami Khalil <the.rami.khalil@gmail.com> Co-authored-by: Rami <2418646+hashcashier@users.noreply.github.com>
- Loading branch information
1 parent
becc6a2
commit 8e5663a
Showing
20 changed files
with
550 additions
and
1,935 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,6 @@ | |
|
||
pub mod db; | ||
pub mod driver; | ||
pub mod keccak; | ||
pub mod map; | ||
pub mod mpt; | ||
pub mod rescue; | ||
|
Oops, something went wrong.