Skip to content

Commit

Permalink
Fix utreexo roots matching
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed Oct 22, 2024
1 parent 2c6b36b commit 85b004e
Show file tree
Hide file tree
Showing 19 changed files with 1,491 additions and 1,479 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Try to run script validation with external Cairo crate.

Tasks:

* [ ] Integrate Shinigami-script
* [x] Integrate Shinigami-script

### Milestone 4 - UTXO set verification

Expand All @@ -92,7 +92,7 @@ Tasks:
* [x] implement Utreexo single output removal
* [x] implement Utreexo bridge node that generates individual inclusion proofs
* [x] implement script that runs the program e2e for a span of blocks
* [ ] implement Utreexo accumulator version compatible with [rustreexo](https://github.com/mit-dci/rustreexo)
* [x] implement Utreexo accumulator version compatible with [rustreexo](https://github.com/mit-dci/rustreexo)

### Milestone 5 - Full consensus validation

Expand Down
4 changes: 4 additions & 0 deletions packages/utreexo/src/lib.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ pub mod vanilla {
pub mod state;
pub mod proof;
pub mod accumulator;
#[cfg(test)]
mod accumulator_tests;
}
pub mod stump {
pub mod state;
pub mod proof;
pub mod accumulator;
#[cfg(test)]
mod accumulator_tests;
}
pub mod test;

Expand Down
Loading

0 comments on commit 85b004e

Please sign in to comment.