interchain-security
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.
## 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....
## 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. --- ###...
## 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...
## 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...
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`...
# 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]...
# 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...
Before PSS launches we need to: - [ ] provide a feature overview - [ ] provide validator documentation (joining, opting in etc) - [ ] provide query and transaction...
## 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...
## 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...