yoongbok-lee
yoongbok-lee
Since we're on 0.44.3, it is desirable to upgrade the tendermint and SDK related dependencies for up-to-date performance and features. - [x] Cosmos SDK version bump to 0.45.4 - [x]...
## Summary Short, concise description of the proposed feature. ## Problem Definition A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Why do...
## Summary Many of the modules emit misleading events or don't emit them at all. We need to improve and try to emit correct and precise events whenever an important...
**Tendermint version** (use `tendermint version` or `git rev-parse --verify HEAD` if installed from source): v0.34.20 **ABCI app** (name for built-in, URL for self-written if it's publicly available): **Environment**: - **OS**...
Closes: # Related: #XXX ## Description To test the invariant being broken, first start with a v2.2.0 binary. 1. Deposit collateral to shield 2. Create a pool 3. update the...
## Summary Short, concise description of the proposed feature. ## Problem Definition Since we changed the binary version and corresponding environment name changes, we need to QA / test the...
## Summary Currently in mainnet the shield invariant is broken due to a bug in the shield module in v2.2.0, which was fixed in version v2.3.0. However, the broken invariant...
Using Docker/v3 dependency in e2e tests is causing some dependency errors (if you try `go get` after `go mo tidy` on master it'll panic due to "can't find reason for...