Skip to content

Commit

Permalink
Bump minimal channel ID length to 8 characters (#782)
Browse files Browse the repository at this point in the history
This brings the specification in line with the validation rules applied
by ibc-go, which have allowed channel IDs like "channel-0" to
proliferate on deployed chains.
  • Loading branch information
mzabaluev authored Jul 5, 2022
1 parent c38e16d commit 0b0d209
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions spec/core/ics-024-host-requirements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires: 23
required-by: 2, 3, 4, 5, 18
author: Christopher Goes <[email protected]>
created: 2019-04-16
modified: 2019-08-25
modified: 2022-07-05
---

## Synopsis
Expand Down Expand Up @@ -58,7 +58,7 @@ By default, identifiers have the following minimum and maximum lengths in charac

| Port identifier | Client identifier | Connection identifier | Channel identifier |
| --------------- | ----------------- | --------------------- | ------------------ |
| 2 - 128 | 9 - 64 | 10 - 64 | 10 - 64 |
| 2 - 128 | 9 - 64 | 10 - 64 | 8 - 64 |

### Key/value Store

Expand Down Expand Up @@ -321,6 +321,8 @@ Jun 25, 2019 - Use "ports" instead of module names
Aug 18, 2019 - Revisions to module system, definitions
Jul 05, 2022 - Lower the minimal allowed length of a channel identifier to 8
## Copyright
All content herein is licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
Expand Down

0 comments on commit 0b0d209

Please sign in to comment.