forked from informalsystems/hermes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
.changelog/unreleased/breaking-changes/ibc-relayer-cli/3636-config-chain-type.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
- The `type` key in the `[[chains]]` section is now required. ([\#3636](https://github.com/informalsystems/hermes/issues/3636)) | ||
If you previously did not specify that key, you must now set it to `type = "CosmosSdk"`, eg. | ||
|
||
```rust | ||
[[chains]] | ||
id = "osmosis-1" | ||
type = "CosmosSdk" | ||
``` |
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/improvements/ibc-relayer/3636-config-enum.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Change config format to scope configs by type. This enables adding support for | ||
more types of chain, even when those have different config options than each | ||
other. ([\#3636](https://github.com/informalsystems/hermes/issues/3636)) |