Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rooch-da): add accumulator verification (#3175)
* 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