Skip to content

Tags: scroll-tech/zktrie

Tags

v0.8.3

Toggle v0.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
remove debug print (#24)

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rework trie to do lazy commitment calculation (#20)

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.8 candidate (#21)

* first commit

* derive code from go

* misc fixes for raw.rs

* fix trie node

* code trie

* fix code

* add test

* use poseidon for default hash

* prepare for porting

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

* some refactors for more efficient

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

* clippy and fmt

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

* some more refactoring for nodehash caching

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

* clippy and fmt

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

* adapt rs_zktrie

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

* more refactoring in hash trait and proof

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

* integrate rs-zktrie

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

* skip magic bytes

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

* purge unnecessary deps

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

* integrate crates as workspace

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

* relax deps

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

---------

Signed-off-by: noelwei <[email protected]>
Co-authored-by: sinka <[email protected]>
Co-authored-by: hzx <[email protected]>

v0.7.1

Toggle v0.7.1's commit message
Merge remote-tracking branch 'origin/v0.7'

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
trivial update according to reviews

v0.6.0-candidate.3

Toggle v0.6.0-candidate.3's commit message
Merge remote-tracking branch 'origin/main' into v0.6_candidate

v0.6.0-candidate.2

Toggle v0.6.0-candidate.2's commit message

Verified

This commit was signed with the committer’s verified signature.
resume entries for deletion proof

v0.6.0-candidate.1

Toggle v0.6.0-candidate.1's commit message

Verified

This commit was signed with the committer’s verified signature.
fix tests