Marius Poke
Marius Poke
Converting to draft as more discussion is needed.
@albttx Closing in favor of https://github.com/cosmos/interchain-security/blob/main/docs/docs/adrs/adr-018-remove-vscmatured.md. The ADR was partially implemented by https://github.com/cosmos/interchain-security/pull/2098 (the provider-side changes).
We should go with the second option: > Or standardize the unit tests in this repo to consistently use black-box, functional testing with hardcoded expectations, [example here](https://github.com/cosmos/interchain-security/blob/d26aaf681c6beb8645e6be83e5e5e64d1c041fe3/x/ccv/provider/keeper/throttle_test.go#L832). This would involve...
Closing as it's low priority.
> Halting consumer chain on closing of IBC channel to provider @andrey-kuprianov Once the IBC channel to the provider is closed, the validator set on the consumer has no longer...
Potential solution (from discussion with @smarshall-spitzbart): - Keep an `outstandingDowntime` bool per validator per consumer chain (the bool is not needed if it's `false`). - When receiving a `SlashPacket` for...
> Isn't it a duplicate of #417? It may be. Could you please converge them into a single issue?
Closing as a malicious consumer chain could always jail an opted in validator without that validator actually being down.
The most likely issue is that the genesis root command was introduced with SDK v0.47, while the current version of Gaia (v14.1.0) uses SDK 0.45. Thanks @glnro for pointing this...
> Don't think this will work. e2e tests fail because something changed in config parsing @MSalopek We need to make it work as we need CometBFT at least v0.37.5 (https://github.com/cosmos/interchain-security/security/dependabot/42)