Denali Marsh

Results 15 issues of Denali Marsh

This issue was created due to PR comment by @karzak https://github.com/Kava-Labs/kava/pull/488#pullrequestreview-409195062

yeah, that's why I changed it to require. Otherwise, it reuses the state. We can do a test cleanup in another PR since it's out of scope from this one...

Somewhere in the `make test_all` test run on CircleCI the golang level context is being set 'WithDeadline`, resulting in a possible timeout: ``` Build timed out after 5h0m0s context deadline...

bug

Kava's module simulations have a lot of inter-dependencies upon each other's params and genesis state, making sims very inflexible to future changes. For example, if someone removed any of the...

Updating to _tendermint v0.33.3_ has impacted the client. Blocks queried with client.Block() always have a nil BlockID and an invalid Block.Hash(). Testnet block [79769927](https://testnet-explorer.binance.org/block/79769927)'s block hash is `4CD0241B2DFD9A3457EC9B0D66B8F24C4AC1D1AF2FD0C41EFDD5F1172C81A04B`. But client.Block(79769927)...