Test suite should be created to establish some minimal acceptance testing framework for implementations. First test should mimic actual life of a chain - calling all the methods in right order, repeating this for some number of blocks. See also #16. The API is very generic, so we need to think about other tests to add. Example of reusable test suite is implemented in [go-da](https://github.com/rollkit/go-da/blob/main/test/test_suite.go).
Test suite should be created to establish some minimal acceptance testing framework for implementations.
First test should mimic actual life of a chain - calling all the methods in right order, repeating this for some number of blocks.
See also #16.
The API is very generic, so we need to think about other tests to add.
Example of reusable test suite is implemented in go-da.