Marius Poke
Marius Poke
What should be the CCV behaviour in the case the assumption of a Correct Relayer is violated and a packet does time out? In the current version if IBC, since...
This should be something similar to https://ibc.cosmos.network/ or https://docs.cosmos.network, that will make it easier to read the specs.
The diagrams in [ICS 3](https://github.com/cosmos/ibc/blob/master/spec/core/ics-003-connection-semantics/README.md) and [ICS4](https://github.com/cosmos/ibc/blob/master/spec/core/ics-004-channel-and-packet-semantics/README.md) have poor visibility in browsers with a dark theme. This is due to the black font and no background. A white background should...
Move the specification of Cross-Chain Validation V1 to Candidate stage. This requires the following tasks to be completed: - [x] Merge https://github.com/cosmos/ibc/pull/666 - [ ] Check that the [go implementation](https://github.com/cosmos/interchain-security)...
## Summary of Bug While going through the Hermes tutorial, running any `hermes` command results in error messages in the log of the chains: ``` $ hermes tx raw create-client...
Closes https://github.com/cosmos/ibc/issues/834 The protocol in a nutshell: - A sovereign chain sends a proposal with the following fields ```typescript chainId: string // the ID of the chain spawnTime: Timestamp //...
Enable a sovereign chain to become a consumer chain with minimal disruption of operation. For more details, see the discussion on the implementation side https://github.com/cosmos/interchain-security/issues/288
Enable the validators on the provider chain to use different keys for the consumer chains. For more details, see the discussion on the implementation side https://github.com/cosmos/interchain-security/issues/26
Add a provider-based timeout for channel initialization. This would enable the provider to guarantee the liveness of unbonding operations even when the channel initialization never completes (for example when the...
Add a provider-based timeout for VSCPackets. This would enable the provider to guarantee the liveness of unbonding operations even when the consumer chain is not live (i.e., the `Live Blockchain`...