Adding disk storage to `mock` DALC, would make it much easier to test rollup application, without connecting to actual DA layer. Currently [mock](https://github.com/celestiaorg/optimint/blob/main/da/mock/mock.go) implementation is based on simple maps, but `KVStore` is passed to `Init` method anyways. Tasks: - [x] ensure that correct KVStore is passed to DALC `Init` method - [x] change `mock` implementation to use KVStore instead of maps
Adding disk storage to
mockDALC, would make it much easier to test rollup application, without connecting to actual DA layer.Currently mock implementation is based on simple maps, but
KVStoreis passed toInitmethod anyways.Tasks:
Initmethodmockimplementation to use KVStore instead of maps