interchain-security icon indicating copy to clipboard operation
interchain-security copied to clipboard

Interchain Security is an open sourced IBC application which allows cosmos blockchains to lease their proof-of-stake security to one another.

Results 172 interchain-security issues
Sort by recently updated
recently updated
newest added

## Description (Partially) Closes: #1785 Adds: * high level explainer of PSS and power shaping * new consumer addition parameters (in Onboarding) --- ### Author Checklist *All items are required....

C:Docs
A:backport/v4.2.x
A:backport/v4.2.x-lsm

## Description The names of 2 tests were not updated to show that we test `FilterValidators` instead. Renamed those tests. Thanks to @MSalopek for pointing out the issue. --- ###...

C:x/provider

## Description Added some _simple_ E2E tests to verify that the basic behavior of the power-shaping features works as expected. Specifically, we test that validator-set capping, validators-power capping, allowlisting, and...

C:Testing
C:x/provider
A:backport/v4.2.x

## Description Closes: #XXXX Compute the minimal power in the top N on EndBlock, when we compute it anyways for sending VSCPackets. This should, at worst, delay the ability to...

C:Testing
C:x/consumer
C:x/provider
C:x/types

The call to `ComputeMinPowerToOptIn` is expensive. It requires getting the list of all bonded validators and iterate twice over it. It might be better to cache the value in `EndBlock`...

S: ImprovingThings
source: codereview

# Problem Continuation of #361. We should add a scenario that tests consumer timeouts and subsequent cleanup operations. # Closing criteria Scenario is added to `tests/integration` # TODOs - [x]...

scope: testing
S: Productivity

# Problem Once #735 is merged, we should add some form of the integration tests to our nightly test run, with gaia used as the provider. I'd also be happy...

scope: testing
S: Productivity
other: decayed

Before PSS launches we need to: - [ ] provide a feature overview - [ ] provide validator documentation (joining, opting in etc) - [ ] provide query and transaction...

scope: docs
scope: provider

## Problem We should have a query that computes the minimal stake you need to have on the hub to be automatically opted in on a consumer chain. ## Closing...

scope: UI
source: devnet
scope: cli

## Problem Given the improvements to node performance in SDK 50, it makes sense for consumer chains to upgrade to 50. ## Closing criteria A single PR is submitted to...

scope: cosmos-sdk
admin: key-result
S: KTLO