Skip to content

Commit

Permalink
Switch to sha2 mmr (#8)
Browse files Browse the repository at this point in the history
* minor fixes

* implemented-sha2-for hashing

* refacto env and logger initalizer

* test for mmr inclusion proofs + verify

* refacto guest to return all new hashes

* implemented direct state write after proof generation

* fmt + lint

* fixed merge issues

* errors refacto

* refacto methods crate

* fmt

* + tests for guest mmr

* cleanup deps

* added test for guest mmr

* added headers and validity inclusion proofs logic

* renamed host to publisher

* temp ignored mmr test
  • Loading branch information
ametel01 authored Nov 29, 2024
1 parent 72b9025 commit 08f743d
Show file tree
Hide file tree
Showing 59 changed files with 1,976 additions and 980 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ scripts/katana/deploy.log
scripts/katana/katana.log

.cargo/

*.pb
3 changes: 2 additions & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
scarb 2.8.4
scarb 2.8.5
starknet-foundry 0.33.0
Loading

0 comments on commit 08f743d

Please sign in to comment.