Omri
Omri
Ideally we would want to encapsulate the mock logic inside the mock package
Write relevant metrics which can then be used by node operators for monitoring and getting alerts on the node activity. Reference could be taken from [tendermint monitoring](https://docs.tendermint.com/v0.34/tendermint-core/metrics.html). TODO: define the...
Currently the DA test starts a grpc server on a port which can collide with other processes running on the machine
Currently it's started from within the `node` package. Ideally the implementation details of the `BlockManager` start mechanism should be encapsulated within the block manager.
Refactor to use the new `GetAppMock` in `testutil` package which allows to only override relevant methods and provides sane defaults.