Omri

Results 222 issues of Omri

Ideally we would want to encapsulate the mock logic inside the mock package

T:refactor
T:prettify
T:technical debt

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...

enhancement
T:devops
T:metrics

Currently the DA test starts a grpc server on a port which can collide with other processes running on the machine

C:da
T:technical debt
T:testing

should cover #365

T:technical debt
T:testing

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.

T:refactor
C:manager

Refactor to use the new `GetAppMock` in `testutil` package which allows to only override relevant methods and provides sane defaults.

good first issue
C:testing
T:prettify

enhancement
good first issue