Skip to content

Commit b69ec74

Browse files
lispcnoel2004
andcommitted
chore: upgrade trie to make it forward compatible with future trace changes (#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]>
1 parent 7934dd4 commit b69ec74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zktrie/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license.workspace = true
88

99
[dependencies]
1010
halo2curves.workspace = true
11-
zktrie = { git = "https://github.com/scroll-tech/zktrie.git", branch = "main", features= ["rs_zktrie"] }
11+
zktrie = { git = "https://github.com/scroll-tech/zktrie.git", branch = "v0.9", features= ["rs_zktrie"] }
1212
poseidon-base.workspace = true
1313
eth-types = { path = "../eth-types" }
1414
num-bigint.workspace = true

0 commit comments

Comments
 (0)