The espresso-sequencer repo includes some test vectors for serialization and commitments of various data types. These are encoded in JSON files and could easily be read in during Go unit tests. Since we have this repo as a submodule, we should do this instead of hard coding equivalent test vectors in our test code.
The
espresso-sequencer
repo includes some test vectors for serialization and commitments of various data types. These are encoded in JSON files and could easily be read in during Go unit tests. Since we have this repo as a submodule, we should do this instead of hard coding equivalent test vectors in our test code.