-
# Problem
I think we now have an overly complicated mechanism of completing unbondings when we receive maturities. Currently, the staking module has a refCnt for each operation, which we increment …
danwt updated
2 years ago
-
At the moment all the testing suites need to have sender accounts manually setup like so:
https://github.com/cosmos/interchain-security/blob/404529c8866c007bb02ba1309a249e369979486f/x/ccv/consumer/mo…
-
# Problem
There is some divergence between the spec and the code, and the code seems a bit suspicous w.r.t when it raises an error in `HandleSlashPacket`.
# Closing criteria
Add clarity by do…
-
# Problem
The information that the integration tests dumps when a test fails isn't sufficient to easily diagnose the problem.
# Closing criteria
Improve the diagnosis info that is output
#…
danwt updated
2 years ago
-
# Problem
We dont' have a PR template so we lose time by dealing with inconsistencies and missing information.
# Closing criteria
Create a useful PR template.
danwt updated
2 years ago
-
- Authors: [@tjain-mcc](https://github.com/tjain-mcc), [@shayons297](https://github.com/shayons297), [@jmfayal](https://github.com/jmfayal),[@abhay](https://github.com/abhay)
- Start Date: 2022-01-26…
-
# Problem
No attention has been paid so far to making CCV's state easily observable by the cli, block explorers, and other types of interfaces and frontends.
NOTE: This issue is combining material…
-
Identify hardcoded constants, e.g., https://github.com/cosmos/interchain-security/blob/eaa7f6e7ef98fa16b38e6213a194506dc9d50f26/x/ccv/types/utils.go#L6
and remove unwanted ones (i.e., replace with …
mpoke updated
2 years ago
-
Key generation in this repo uses `copy()` with basic slice concatenation. This can be a bit difficult to follow when parsing through the code.
We could make the key generation more readble by switc…
-
# Problem
In the following line https://github.com/cosmos/interchain-security/blob/86beefe81dc1af7cc741dac4fe79dbc7b41a61ca/x/ccv/provider/keeper/keeper.go#L269 `chainId` is incorrect since the fir…
mpoke updated
2 years ago