Skip to content

Commit

Permalink
chore: upgrade trie to make it forward compatible with future trace c…
Browse files Browse the repository at this point in the history
…hanges (#1392)

* [Feat] Optimize zktrieState with flatten proofs (#1388)

* induce "query" mode for building sdb

Signed-off-by: noelwei <[email protected]>

* switch zktrie dep

Signed-off-by: noelwei <[email protected]>

* induce flatten proof and integration test

Signed-off-by: noelwei <[email protected]>

* update zk_dep
use key cache

* fix test issue

* update zktrie dep

* induce mpt state updating

* fix issue in chunk building

---------

Signed-off-by: noelwei <[email protected]>

* update zktrie

* use v0.8 for zktrie

* use v0.9 for zktrie

* update cargo lock

---------

Signed-off-by: noelwei <[email protected]>
Co-authored-by: Ho <[email protected]>
  • Loading branch information
lispc and noel2004 committed Sep 10, 2024
1 parent 0879801 commit bf73bde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion zktrie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license.workspace = true

[dependencies]
halo2curves.workspace = true
zktrie = { git = "https://github.com/scroll-tech/zktrie.git", branch = "main", features= ["rs_zktrie"] }
zktrie = { git = "https://github.com/scroll-tech/zktrie.git", branch = "v0.9", features= ["rs_zktrie"] }
poseidon-base.workspace = true
eth-types = { path = "../eth-types" }
num-bigint.workspace = true
Expand Down

0 comments on commit bf73bde

Please sign in to comment.