forked from cosmos/ibc-rs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request cosmos#164 from octopus-network/feature/merge-upst…
…ream-ibc-rs update new dep ibc-rs
- Loading branch information
Showing
641 changed files
with
32,022 additions
and
14,020 deletions.
There are no files selected for viewing
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
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/bug-fixes/ibc-relayer/1861-non-standard-ports.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 @@ | ||
- Fix support for non-standard ports in channel handshake | ||
([#1861](https://github.com/informalsystems/ibc-rs/issues/1861), | ||
[#1837](https://github.com/informalsystems/ibc-rs/issues/1837)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/bug-fixes/ibc/1770-deterministic-host-timestamp.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,2 @@ | ||
- IBC handlers now retrieve the host timestamp from the latest host consensus | ||
state ([#1770](https://github.com/informalsystems/ibc-rs/issues/1770)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/bug-fixes/relayer/1844-duplicate-send-packet-events.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,2 @@ | ||
- Fix duplicate SendPacket events emitted by EndBlock | ||
([#1844](https://github.com/informalsystems/ibc-rs/issues/1844)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/bug-fixes/relayer/1872-clear-packets.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,2 @@ | ||
- Fixed bug where Hermes cleared packets at startup, despite | ||
`clear_on_start = false` ([#1872](https://github.com/informalsystems/ibc-rs/issues/1872)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/1388-more-health-checks.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,2 @@ | ||
- Add two more health checks: tx indexing enabled and historical entries > 0 | ||
([#1388](https://github.com/informalsystems/ibc-rs/issues/1388)) |
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/improvements/ibc-relayer-cli/1834-clear-packets-cmd.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 @@ | ||
- Added `clear packets` command, combining the effects of | ||
`tx raw packet-recv` and `tx raw packet-ack`. | ||
([#1834](https://github.com/informalsystems/ibc-rs/pull/1834)) |
1 change: 1 addition & 0 deletions
1
...ngelog/unreleased/improvements/ibc-relayer/1880-nonallocating-verions-method.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 @@ | ||
- Changed `ConnectionEnd::versions` method to be non-allocating by having it return a `&[Version]` instead of `Vec<Version>`. ([#1880](https://github.com/informalsystems/ibc-rs/pull/1880)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/ibc/1769-cap-reader-keeper.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,2 @@ | ||
- Define CapabilityReader and CapabilityKeeper traits | ||
([#1769](https://github.com/informalsystems/ibc-rs/issues/1769)) |
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,2 @@ | ||
- Update MSRV to Rust 1.57 | ||
([#1660](https://github.com/informalsystems/ibc-rs/issues/1660)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.10.0/breaking-changes/1665-tendermint-0.23.2.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,2 @@ | ||
- Pin tendermint-rs dependencies to =0.23.2 | ||
([#1665](https://github.com/informalsystems/ibc-rs/pull/1665)) |
3 changes: 3 additions & 0 deletions
3
.changelog/v0.10.0/breaking-changes/ibc-relayer/1656-supervisor-spawn.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 @@ | ||
- Improve spawning of supervisor worker tasks ([#1656](https://github.com/informalsystems/ibc-rs/issues/1656)) | ||
- The `Supervisor` struct is removed. | ||
- Supervisor is now spawned using the `spawn_supervisor` function. |
3 changes: 3 additions & 0 deletions
3
.changelog/v0.10.0/breaking-changes/ibc/1618-get-frozen-height.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 @@ | ||
- Add the `frozen_height()` method to the `ClientState` trait. (Includes breaking changes to the Tendermint | ||
`ClientState` API.) | ||
([#1618](https://github.com/informalsystems/ibc-rs/issues/1618)) |
4 changes: 4 additions & 0 deletions
4
.changelog/v0.10.0/breaking-changes/ibc/1665-remove-chrono.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,4 @@ | ||
- Remove `Timestamp` API that depended on the `chrono` crate: | ||
([#1665](https://github.com/informalsystems/ibc-rs/pull/1665)): | ||
- `Timestamp::from_datetime`; use `From<tendermint::Time>` | ||
- `Timestamp::as_datetime`, superseded by `Timestamp::into_datetime` |
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,2 @@ | ||
- Added a recovery mechanism to automatically retry or drop tx upon account | ||
sequence mismatch errors ([#1264](https://github.com/informalsystems/ibc-rs/issues/1264)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.10.0/bug-fixes/1634-update-unclog-instructions.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,2 @@ | ||
- Update `CONTRIBUTING.md` for latest version of unclog | ||
([#1634](https://github.com/informalsystems/ibc-rs/issues/1634)) |
1 change: 1 addition & 0 deletions
1
.changelog/v0.10.0/bug-fixes/ibc-relayer/1664-handle-expired-client.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 @@ | ||
- Handle expired client errors in workers ([#1543](https://github.com/informalsystems/ibc-rs/issues/1543)) |
1 change: 1 addition & 0 deletions
1
.changelog/v0.10.0/bug-fixes/ibc-relayer/1715-execute-schedule-after-packet-cmd.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 @@ | ||
- Perform `execute_schedule` after handling packet commands in packet worker ([#1715](https://github.com/informalsystems/ibc-rs/issues/1715)) |
1 change: 1 addition & 0 deletions
1
.changelog/v0.10.0/bug-fixes/ibc-relayer/1750-misbehavior-config.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 @@ | ||
- Do not spawn detect misbehavior task if it is disabled in config [#1750](https://github.com/informalsystems/ibc-rs/issues/1750) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.10.0/bug-fixes/ibc/1573-delete-commitment-in-acknowledgePacket.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,2 @@ | ||
- Delete packet commitment instead of acknowledgement in acknowledgePacket | ||
[#1573](https://github.com/informalsystems/ibc-rs/issues/1573) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.10.0/bug-fixes/ibc/1649-fix-chan-open-ack-verify.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,2 @@ | ||
- Set the `counterparty_channel_id` correctly to fix ICS04 [`chanOpenAck` handler verification](https://github.com/informalsystems/ibc-rs/blob/master/modules/src/core/ics04_channel/handler/chan_open_ack.rs) | ||
([#1649](https://github.com/informalsystems/ibc-rs/issues/1649)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.10.0/bug-fixes/ibc/1697-assert-non-zero-trust-level.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,2 @@ | ||
- Add missing assertion for non-zero trust-level in Tendermint client initialization. | ||
([#1697](https://github.com/informalsystems/ibc-rs/issues/1697)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.10.0/bug-fixes/ibc/1710-fix-frozen-height-proto-conv.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,2 @@ | ||
- Fix conversion to Protocol Buffers of `ClientState`'s `frozen_height` field. | ||
([#1710](https://github.com/informalsystems/ibc-rs/issues/1710)) |
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,2 @@ | ||
- Support dynamic versions in channel open handshake & enable full support for | ||
ibc-go v2 ([#1410](https://github.com/informalsystems/ibc-rs/issues/1410)) |
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 @@ | ||
- Extend CI test suite to include E2E tests using Gaia v6.0.0 [#1550](https://github.com/informalsystems/ibc-rs/issues/1550) |
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,2 @@ | ||
- Added the `extra_wallets` parameter to `gm` to create additional funded wallets. | ||
- Added the possibility of JSON output to `gm` by setting the environment variable `OUTPUT=json`. |
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,2 @@ | ||
- Added support for fee granters through config file | ||
([#1633](https://github.com/informalsystems/ibc-rs/issues/1633)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.10.0/features/ibc-relayer/1561-config-proof-specs.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,2 @@ | ||
- Allow custom proof-specs in chain config | ||
([#1561](https://github.com/informalsystems/ibc-rs/issues/1561)) |
3 changes: 3 additions & 0 deletions
3
.changelog/v0.10.0/features/ibc/1583-module-verification-ICS07.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 @@ | ||
- Implement proof verification for Tendermint client (ICS07). | ||
([#1583](https://github.com/informalsystems/ibc-rs/pull/1583)) | ||
|
2 changes: 2 additions & 0 deletions
2
.changelog/v0.10.0/improvements/ibc-relayer-cli/1063-event-monitor-on-demand.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,2 @@ | ||
- Improve performance of standalone commands by starting the event monitor on-demand | ||
([#1063](https://github.com/informalsystems/ibc-rs/issues/1063)) |
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,2 @@ | ||
- Increase the default for `max_gas` from `300_000` to `400_000` ([#1636](https://github.com/informalsystems/ibc-rs/pull/1636)) | ||
|
6 changes: 6 additions & 0 deletions
6
.changelog/v0.10.0/improvements/ibc-relayer/1576-update-abscissa.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,6 @@ | ||
- Update to abscissa framework version 0.6.0-beta.1, adding support for | ||
`--help` flags in subcommands and improving help and usage printouts. | ||
The `--version` option of the `create channel` subcommand has been renamed | ||
to `--channel-version`, with the old name still supported as an alias. | ||
([#1576](https://github.com/informalsystems/ibc-rs/pull/1576), | ||
[#1743](https://github.com/informalsystems/ibc-rs/pull/1743)) |
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,4 @@ | ||
- More conventional ad-hoc conversion methods on `Timestamp` | ||
([#1665](https://github.com/informalsystems/ibc-rs/pull/1665)): | ||
- `Timestamp::nanoseconds` replaces `Timestamp::as_nanoseconds` | ||
- `Timestamp::into_datetime` substitutes `Timestamp::as_datetime` |
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,16 @@ | ||
*January 13th, 2021* | ||
|
||
This release notably updates the underlying CLI framework (`abscissa`) to version 0.6.0-beta.1, | ||
which now uses `clap` for parsing command line arguments. This substantially improves the UX of the CLI, | ||
by adding support for `--help` flags in subcommands and improving help and usage printouts. | ||
|
||
The `--version` option of the `create channel` subcommand has been renamed | ||
to `--channel-version`, with the old name still supported as an alias. | ||
Additionally, the `-h` short flag on many commands is now `-H` to avoid | ||
clashes with the clap-provided short flag for help. | ||
|
||
This release also improves the handling of account sequence mismatch errors, | ||
with a recovery mechanism to automatically retry or drop tx upon such errors. | ||
|
||
The relayer now also supports dynamic versions in channel open handshake (which is needed by Interchain Accounts), and enables full support for IBC v2. | ||
|
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,2 @@ | ||
- Hermes builds for Linux on AArch64 are now released. | ||
([#1749](https://github.com/informalsystems/ibc-rs/pull/1749)) |
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 @@ | ||
- Hide `ibc::Timestamp::now()` behind `clock` feature flag (#1612)[https://github.com/informalsystems/ibc-rs/issues/1612] |
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 @@ | ||
- Update MSRV to Rust 1.58 ([#1765](https://github.com/informalsystems/ibc-rs/issues/1765)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.11.0/breaking-changes/1767-tendermint-rs-0.23.5.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,2 @@ | ||
- Update tendermint-rs dependencies to 0.23.5 | ||
([#1767](https://github.com/informalsystems/ibc-rs/issues/1767)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.11.0/breaking-changes/1817-remove-filter-option.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,2 @@ | ||
- Remove `mode.packets.filter` config option and enable filtering by default | ||
([#1817](https://github.com/informalsystems/ibc-rs/issues/1817)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.11.0/breaking-changes/ibc-relayer/1662-configurable-upgrade-denom.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,2 @@ | ||
- Added a `denom` member to `upgrade_chain::UpgradePlanOptions`. | ||
([#1662](https://github.com/informalsystems/ibc-rs/issues/1662)) |
4 changes: 4 additions & 0 deletions
4
...gelog/v0.11.0/breaking-changes/ibc-relayer/1807-foreign-client-create-params.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,4 @@ | ||
- `foreign_client::CreateParams` struct added, passed as the parameter to | ||
`ForeignClient::build_create_client` and | ||
`ForeignClient::build_create_client_and_send`. | ||
([#1807](https://github.com/informalsystems/ibc-rs/pull/1807)) |
1 change: 1 addition & 0 deletions
1
.changelog/v0.11.0/bug-fixes/ibc/1745-fix-consensus-proof-verification.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 @@ | ||
- Verify the client consensus proof against the client's consensus state root and not the host's state root |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.11.0/bug-fixes/ibc/1763-init-consensus-meta-on-client-create.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,2 @@ | ||
- Initialize consensus metadata on client creation | ||
([#1763](https://github.com/informalsystems/ibc-rs/issues/1763)) |
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 @@ | ||
- Improve startup time of the relayer | ||
- When scanning a chain with filtering enabled and an allow list, skip scanning all the clients and query the allowed channels directly. This results in much fewer queries and a faster start. | ||
- Add a `--full-scan` option to `hermes start` to opt out of the fast start mechanism and do a full scan. |
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 @@ | ||
- Update `tendermint-rs` to v0.23.4 and harmonize the dependencies to use a single TLS stack. | ||
A system installation of OpenSSL is no longer required to build Hermes. | ||
([#1641](https://github.com/informalsystems/ibc-rs/issues/1641)) |
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 @@ | ||
- Remove 1 second sleep in `generate_tm_block` during testing with mock context. [#1687](https://github.com/informalsystems/ibc-rs/issues/1687) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.11.0/improvements/ibc-relayer-cli/1662-configurable-upgrade-denom.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,2 @@ | ||
- Make the deposit denomination configurable in `tx raw upgrade-chain` via a new `--denom` flag. | ||
([#1662](https://github.com/informalsystems/ibc-rs/issues/1662)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.11.0/improvements/ibc-relayer-cli/1777-update-abscissa-and-clap.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,2 @@ | ||
- Update to abscissa_core 0.6.0-rc.0 and clap 3.x | ||
([#1777](https://github.com/informalsystems/ibc-rs/pull/1777)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.11.0/improvements/ibc-relayer-cli/1789-cli-completions.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,2 @@ | ||
- Add `completions` CLI command to generate shell auto-completion scripts. | ||
([#1789](https://github.com/informalsystems/ibc-rs/pull/1789)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.11.0/improvements/ibc-relayer-cli/836-create-client-options.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,2 @@ | ||
- Add custom options to the `create client` command. | ||
([#836](https://github.com/informalsystems/ibc-rs/issues/836)) |
2 changes: 2 additions & 0 deletions
2
...elog/v0.11.0/improvements/ibc-relayer/1481-chainendpoint-any-consensus-state.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,2 @@ | ||
- Allow `ChainEndpoint` implementations to fetch any types of clients | ||
and consensus states ([#1481](https://github.com/informalsystems/ibc-rs/issues/1481)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.11.0/improvements/ibc-relayer/1491-structured-logs.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,2 @@ | ||
- More structural logging in relayer, using tracing spans and key-value pairs. | ||
([#1491](https://github.com/informalsystems/ibc-rs/pull/1491)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.11.0/improvements/ibc-relayer/1785-clarify-ethermint-keys.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,2 @@ | ||
- Improved documention w.r.t. keys for Ethermint-based chains | ||
([#1785](https://github.com/informalsystems/ibc-rs/issues/1785)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.11.0/improvements/ibc/1760-path-variants-as-types.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,2 @@ | ||
- Extract all `ics24_host::Path` variants into their separate types | ||
([#1760](https://github.com/informalsystems/ibc-rs/issues/1760)) |
2 changes: 2 additions & 0 deletions
2
...log/v0.11.0/improvements/ibc/1761-disallow-empty-commitment-prefix-and-proof.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,2 @@ | ||
- Disallow empty `CommitmentPrefix` and `CommitmentProofBytes` | ||
([#1761](https://github.com/informalsystems/ibc-rs/issues/1761)) |
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,36 @@ | ||
This release notably speeds up the startup time of Hermes, | ||
adds options to the `create client` command to customize the client parameters, | ||
makes the deposit denomination configurable in `tx raw upgrade-chain` via a new `--denom` flag, | ||
and adds a `completions` CLI command to generate shell auto-completion scripts. | ||
|
||
### Note for operators | ||
|
||
This release includes a breaking change, which requires the configuration file to be edited. | ||
The `mode.packets.filter` configuration option has been removed and is now enabled by default. | ||
|
||
Before running Hermes v0.11.0, make sure you remove the `mode.packets.filter` option from the configuration file. | ||
|
||
```diff | ||
--- a/config.toml | ||
+++ b/config.toml | ||
@@ -50,18 +50,6 @@ clear_interval = 100 | ||
# Whether or not to clear packets on start. [Default: false] | ||
clear_on_start = true | ||
|
||
-# Enable or disable the filtering mechanism. | ||
-# Valid options are 'true', 'false'. | ||
-# Currently Hermes supports two filters: | ||
-# 1. Packet filtering on a per-chain basis; see the chain-specific | ||
-# filter specification below in [chains.packet_filter]. | ||
-# 2. Filter for all activities based on client state trust threshold; this filter | ||
-# is parametrized with (numerator = 1, denominator = 3), so that clients with | ||
-# thresholds different than this will be ignored. | ||
-# If set to 'true', both of the above filters will be enabled. | ||
-# [Default: false] | ||
-filter = false | ||
- | ||
# Toggle the transaction confirmation mechanism. | ||
# The tx confirmation mechanism periodically queries the `/tx_search` RPC | ||
# endpoint to check that previously-submitted transactions | ||
``` | ||
|
2 changes: 2 additions & 0 deletions
2
.changelog/v0.11.1/bug-fixes/ibc-relayer-cli/1822-skip-config-for-completions.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,2 @@ | ||
- Do not require a config file to be present for the `completions` command. | ||
([#1822](https://github.com/informalsystems/ibc-rs/pull/1822)) |
1 change: 1 addition & 0 deletions
1
....1/improvements/ibc-relayer/1389-add-connection-handshake-verification-logic.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 @@ | ||
- Add missing checks for `ConnectionEnd::version` and `Counterparty::prefix` fields in the `check_destination_connection_state` method. ([#1389](https://github.com/informalsystems/ibc-rs/issues/1389)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.11.1/improvements/ibc-relayer/1663-pending-timeout.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,2 @@ | ||
- Increased tx confirmation timeout to 300s to prevent aggressive tx | ||
resubmission ([#1663](https://github.com/informalsystems/ibc-rs/issues/1663)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.11.1/improvements/ibc-relayer/1793-begin-end-block-chan-events.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,2 @@ | ||
- Handle channel events originating from Tendermint ABCI's BeginBlock and EndBlock methods | ||
([#1793](https://github.com/informalsystems/ibc-rs/issues/1793)) |
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 @@ | ||
This release adds support for channel events originating from Tendermint ABCI's `BeginBlock` and `EndBlock` methods. |
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 @@ | ||
- The `check_header_and_update_state` method of the `ClientDef` | ||
trait (ICS02) has been expanded to facilitate ICS07 | ||
([#1214](https://github.com/informalsystems/ibc-rs/issues/1214)) |
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 @@ | ||
- Add support for the `tx.memo` field ([#1433]) | ||
|
||
[#1433]: https://github.com/informalsystems/ibc-rs/issues/1433 |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.8.0-pre.1/features/ibc-relayer/1457-default-gas.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,2 @@ | ||
- Add a `default_gas` setting to be used for submitting a tx when tx simulation | ||
fails ([#1457](https://github.com/informalsystems/ibc-rs/issues/1457)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.8.0-pre.1/features/ibc-relayer/1464-ibc-go-check.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,2 @@ | ||
- Update compatibility check for IBC-Go dependency | ||
([#1464](https://github.com/informalsystems/ibc-rs/issues/1464)) |
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,2 @@ | ||
- Add ICS07 verification functionality by using `tendermint-light-client` | ||
([#1214](https://github.com/informalsystems/ibc-rs/issues/1214)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.8.0-pre.1/improvements/ibc-relayer/1231-begin-end-block-events.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,2 @@ | ||
- Handle SendPacket events originating from Tendermint ABCI's BeginBlock | ||
and EndBlock methods ([#1231](https://github.com/informalsystems/ibc-rs/issues/1231)) |
3 changes: 3 additions & 0 deletions
3
...g/v0.8.0-pre.1/improvements/ibc-relayer/1440-improve-error-msg-create-client.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 @@ | ||
- Improve error message when `create client` fails and add a health | ||
check for the trusting period being smaller than the unbonding period | ||
([#1440](https://github.com/informalsystems/ibc-rs/issues/1440)) |
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,10 @@ | ||
This is a pre-release which depends on forks of various Rust libraries. | ||
As such, it is advised to avoid depending on the `ibc` and `ibc-relayer` crates | ||
at version 0.8.0-pre.1. | ||
|
||
However, Hermes v0.8.0-pre.1 is considered stable and it is recommended for all | ||
users to update to this version. | ||
|
||
This release notably includes a new [`memo_prefix`][memo] configuration option | ||
for specifying a prefix to be include in the memo of each transaction submitted | ||
by Hermes. |
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,2 @@ | ||
- Update MSRV to Rust 1.56 and use the 2021 edition | ||
([#1519](https://github.com/informalsystems/ibc-rs/issues/1519)) |
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,9 @@ | ||
- Fix for client state clock drift [#1445]: | ||
* Added new config param `max_clock_drift` to prevent | ||
the problem for appearing in newly-created clients. | ||
* Added a synchronos waiting in client update logic | ||
to allow destination chain to reach a new height | ||
before submitting a client update message. | ||
|
||
|
||
[#1445]: https://github.com/informalsystems/ibc-rs/issues/1445 |
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,2 @@ | ||
- Fix for packet timeout computation | ||
([#1504](https://github.com/informalsystems/ibc-rs/issues/1504)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.8.0/improvements/1417-update-client-misbehavior-perf.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,2 @@ | ||
- Improve performance of misbehaviour checks triggered by an `UpdateClient` | ||
event ([#1417](https://github.com/informalsystems/ibc-rs/issues/1417)) |
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,2 @@ | ||
- Update to official releases of `prost` 0.9 and `tonic` 0.6 | ||
([#1502](https://github.com/informalsystems/ibc-rs/issues/1502)) |
4 changes: 4 additions & 0 deletions
4
.changelog/v0.8.0/improvements/ibc/1436-restructure-to-match-ibc-go.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,4 @@ | ||
- Restructure the layout of the `ibc` crate to match `ibc-go`'s [layout][ibc-go-layout] ([#1436][issue-1436]). | ||
|
||
[issue-1436]: https://github.com/informalsystems/ibc-rs/issues/1436 | ||
[ibc-go-layout]: https://github.com/cosmos/ibc-go#contents |
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 @@ | ||
- Implement `FromStr<Path>` to enable string-encoded paths to be converted into Path identifiers ([#1460](https://github.com/informalsystems/ibc-rs/issues/1460)) |
1 change: 1 addition & 0 deletions
1
.changelog/v0.8.0/improvements/ibc/838-converting-IbcEvent-into-AbciEvent.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 @@ | ||
- Support for converting `ibc::events::IbcEvent` into `tendermint::abci::Event` ([#838](https://github.com/informalsystems/ibc-rs/issues/838)) |
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,10 @@ | ||
This is the final release of version 0.8.0, which now depends on the official releases of the `prost` and `tonic` crates. | ||
In addition to everything that's included in v0.8.0-pre.1, this release updates the minimum supported Rust version to 1.56, | ||
and contains various bug fixes and performance improvements which make the relayer more reliable. | ||
|
||
#### Notice for operators | ||
A new setting was added to the Hermes configuration: `max_block_time`. | ||
This setting specifies the maximum time per block for this chain. | ||
The block time together with the clock drift are added to the source drift to estimate | ||
the maximum clock drift when creating a client on this chain. | ||
For Cosmos-SDK chains a good approximation is `timeout_propose` + `timeout_commit` |
5 changes: 5 additions & 0 deletions
5
.changelog/v0.9.0/bug-fixes/ibc/1532-connOpenAck-counterparty-conn-id-not-set.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,5 @@ | ||
- Set the connection counterparty in the ICS03 [`connOpenAck` handler][conn-open-ack-handler] | ||
([#1532](https://github.com/informalsystems/ibc-rs/issues/1532)) | ||
|
||
[conn-open-ack-handler]: https://github.com/informalsystems/ibc-rs/blob/master/modules/src/core/ics03_connection/handler/conn_open_ack.rs | ||
|
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,2 @@ | ||
- Support for compatibility with gaia Vega upgrade (protos matching ibc-go v1.2.2 and SDK v0.44.3) | ||
([#1408](https://github.com/informalsystems/ibc-rs/issues/1408)) |
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,2 @@ | ||
- Optimize the WS client to subscribe to IBC events only (instead of all Tx | ||
events) ([#1534](https://github.com/informalsystems/ibc-rs/issues/1534)) |
Oops, something went wrong.