Skip to content

Commit

Permalink
update data readme
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Jul 10, 2024
1 parent 4aad7ba commit be85894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ commitments. The objects in this directory have well-known commitments. They ser
by the Espresso Sequencer, and can be used as test cases for ports of the serialization and commitment algorithms to
other languages.

The Rust module `sequencer::reference_tests` contains test cases which are designed to fail if the serialization format
The Rust module `espresso-types::reference_tests` contains test cases which are designed to fail if the serialization format
or commitment scheme for any of these data types changes. If you make a breaking change, you may need to update these
reference objects as well. Running those tests will also print out information about the commitments of these reference
objects, which can be useful for generating test cases for ports. To run them and get the output, use

```bash
cargo test --all-features -p sequencer -- --nocapture --test-threads 1 reference_tests
cargo test --all-features -p espresso-types -- --nocapture --test-threads 1 reference_tests
```

0 comments on commit be85894

Please sign in to comment.