Skip to content

Commit aed00e2

Browse files
committed
update features and releases
1 parent 1b0fc30 commit aed00e2

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

FEATURES.md

+14-13
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22

33
The following table indicates the major ICS features available in the [currently active releases](./RELEASES.md#version-matrix):
44

5-
| Feature | Release | `v1.2.0-multiden` | `v2.0.0` | `v2.1.0-provider-lsm` | `v2.4.0-lsm` | `v3.1.0` |
6-
|---------|---------|------------------:|---------:|----------------------:|-------------:|---------:|
7-
| [Channel initialization: new chains](https://github.com/cosmos/ibc/blob/main/spec/app/ics-028-cross-chain-validation/overview_and_basic_concepts.md#channel-initialization-new-chains) | ||||||
8-
| [Validator set update](https://github.com/cosmos/ibc/blob/main/spec/app/ics-028-cross-chain-validation/overview_and_basic_concepts.md#validator-set-update) | ||||||
9-
| [Completion of unbonding operations](https://github.com/cosmos/ibc/blob/main/spec/app/ics-028-cross-chain-validation/overview_and_basic_concepts.md#completion-of-unbonding-operations) | ||||||
10-
| [Consumer initiated slashing](https://github.com/cosmos/ibc/blob/main/spec/app/ics-028-cross-chain-validation/overview_and_basic_concepts.md#consumer-initiated-slashing) | ||||||
11-
| [Reward distribution](https://github.com/cosmos/ibc/blob/main/spec/app/ics-028-cross-chain-validation/overview_and_basic_concepts.md#reward-distribution) | ||||||
12-
| [Consumer chain removal](https://github.com/cosmos/ibc/blob/main/spec/app/ics-028-cross-chain-validation/methods.md#consumer-chain-removal) | ||||||
13-
| [Key assignment](https://github.com/cosmos/interchain-security/issues/26) | ||||||
14-
| [Jail throttling](https://github.com/cosmos/interchain-security/issues/404) | ||||||
15-
| [Soft opt-out](https://github.com/cosmos/interchain-security/issues/851) | ||||||
16-
| [Channel initialization: existing chains](https://github.com/cosmos/ibc/blob/main/spec/app/ics-028-cross-chain-validation/overview_and_basic_concepts.md#channel-initialization-existing-chains) (aka [Standalone to consumer changeover](https://github.com/cosmos/interchain-security/issues/756))| ||||||
17-
| [Cryptographic verification of equivocation](https://github.com/cosmos/interchain-security/issues/732) | ||||||
5+
| Feature | `v1.2.0-multiden` | `v2.0.0` | `v2.1.0-provider-lsm` | `v2.4.0-lsm` | `v3.1.0` | `v3.2.0` |
6+
|---------|------------------:|---------:|----------------------:|-------------:|---------:|---------:|
7+
| [Channel initialization: new chains](https://github.com/cosmos/ibc/blob/main/spec/app/ics-028-cross-chain-validation/overview_and_basic_concepts.md#channel-initialization-new-chains) |||||||
8+
| [Validator set update](https://github.com/cosmos/ibc/blob/main/spec/app/ics-028-cross-chain-validation/overview_and_basic_concepts.md#validator-set-update) |||||||
9+
| [Completion of unbonding operations](https://github.com/cosmos/ibc/blob/main/spec/app/ics-028-cross-chain-validation/overview_and_basic_concepts.md#completion-of-unbonding-operations) |||||||
10+
| [Consumer initiated slashing](https://github.com/cosmos/ibc/blob/main/spec/app/ics-028-cross-chain-validation/overview_and_basic_concepts.md#consumer-initiated-slashing) |||||||
11+
| [Reward distribution](https://github.com/cosmos/ibc/blob/main/spec/app/ics-028-cross-chain-validation/overview_and_basic_concepts.md#reward-distribution) |||||||
12+
| [Consumer chain removal](https://github.com/cosmos/ibc/blob/main/spec/app/ics-028-cross-chain-validation/methods.md#consumer-chain-removal) |||||||
13+
| [Key assignment](https://github.com/cosmos/interchain-security/issues/26) |||||||
14+
| [Jail throttling](https://github.com/cosmos/interchain-security/issues/404) |||||||
15+
| [Soft opt-out](https://github.com/cosmos/interchain-security/issues/851) |||||||
16+
| [Channel initialization: existing chains](https://github.com/cosmos/ibc/blob/main/spec/app/ics-028-cross-chain-validation/overview_and_basic_concepts.md#channel-initialization-existing-chains) (aka [Standalone to consumer changeover](https://github.com/cosmos/interchain-security/issues/756)) |||||||
17+
| [Cryptographic verification of equivocation](https://github.com/cosmos/interchain-security/issues/732) |||||||
18+
| [Jail throttling with retries](https://github.com/cosmos/interchain-security/issues/713) |||||||
1819

RELEASES.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ A MAJOR version of ICS will always be backwards compatible with the previous MAJ
9292

9393
The following table indicates the compatibility of currently active releases:
9494

95-
| Consumer | Provider | `v2.0.0` | `v2.1.0-provider-lsm` | `v2.4.0-lsm` | `v3.1.0` |
96-
|----------|----------|--------:|----------------------:|----------------------:|---------:|
97-
| `v1.2.0-multiden` ||||||
98-
| `v2.0.0` ||||||
99-
| `v3.1.0` ||||||
95+
| Consumer | Provider | `v2.0.0` | `v2.1.0-provider-lsm` | `v2.4.0-lsm` | `v3.1.0` | `v3.2.0` |
96+
|----------|----------|--------:|-----------------------:|-------------:|---------:|---------:|
97+
| `v1.2.0-multiden` |||||||
98+
| `v2.0.0` |||||||
99+
| `v3.1.0` |||||||
100+
| `v3.2.0` |||||||

0 commit comments

Comments
 (0)