Skip to content

Commit

Permalink
feat(rooch-da): add accumulator verification (#3175)
Browse files Browse the repository at this point in the history
* feat(rooch-da): add accumulator verification

Introduce `SequencedTxStore` to manage sequenced transactions with MerkleAccumulator for Rooch. Added execution modes (`exec`, `seq`, `full`) in `ExecCommand` to control transaction sequencing and execution processes.

* docs(rooch): update genesis source data link in README

Updated the README to include the correct link to the genesis source data for Rooch MainNet. This ensures users can access the necessary files more easily and improves documentation clarity.
  • Loading branch information
popcnt1 authored Jan 11, 2025
1 parent 8bef814 commit 227f243
Show file tree
Hide file tree
Showing 6 changed files with 269 additions and 130 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions crates/rooch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ framework-types = { workspace = true }
raw-store = { workspace = true }
smt = { workspace = true }

accumulator = { workspace = true }
bitcoin-client = { workspace = true }
rooch-executor = { workspace = true }
rooch-key = { workspace = true }
Expand Down
Loading

0 comments on commit 227f243

Please sign in to comment.