-
#225 implements changes necessary for gosec tests to pass. One such change is no longer ignoring the error that is returned from [UnbondMaturePackets](https://github.com/cosmos/interchain-security/blo…
-
The provider will panic if it receives a Slash action for an unbonded validator
```go
func (k Keeper) Slash(ctx sdk.Context, consAddr sdk.ConsAddress, infractionHeight int64, power int64, slashFac…
danwt updated
2 years ago
-
- [x] branch ibc-go and make necessary changes
- [x] fork out the ibc-go test framework and make necessary changes
- postponed
- [x] create non-minimal example app.go for consumer
- [x] create n…
mpoke updated
2 years ago
-
mpoke updated
2 years ago
-
For CCV v1, starting a consumer chain requires a governance proposal to be passed on the provider chain. This proposal can be seen as a contract between the provider and consumer chains, i.e., "The pr…
mpoke updated
2 years ago
-
# Idea
A driver will be needed for [differential testing](https://github.com/cosmos/interchain-security/issues/60). For the first application, the driver should have the actions [outlined by Marius…
danwt updated
2 years ago
-
Consumer chain clients should be initialized using the [UnbondingTime value](https://github.com/cosmos/interchain-security/blob/404529c8866c007bb02ba1309a249e369979486f/x/ccv/consumer/types/keys.go#L4…
-
The code should match the spec
https://github.com/cosmos/interchain-security/blob/404529c8866c007bb02ba1309a249e369979486f/x/ccv/consumer/keeper/validators.go#L31-L34
and
```
else if upd…
danwt updated
2 years ago
-
Cronos to be a child chain.
https://github.com/cosmos/interchain-security
https://github.com/cosmos/ibc-go/pull/116
https://github.com/informalsystems/cross-chain-validation/pull/26/files
-
CCV currently does not have many (any?) queries for someone to check what is going on in the internal state of the module. Someone needs to go through the module and decide which internal state it wou…