EspressoSystems / espresso-sequencer-go

Go language SDK for rollup development on the Espresso sequencer
MIT License
2 stars 3 forks source link

Use test vectors from sequencer repo instead of hard coding #15

Open jbearer opened 9 months ago

jbearer commented 9 months ago

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.