-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge upstream changes #46
base: merge_upstream
Are you sure you want to change the base?
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 446731b - Browse repository at this point
Copy the full SHA 446731bView commit details
Commits on Feb 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8217d10 - Browse repository at this point
Copy the full SHA 8217d10View commit details -
fix: use the consensus state at client latest height in status CLI (#…
…3829) * Use the consensus state at client latest height in status CLI * Add changelog
Configuration menu - View commit details
-
Copy full SHA for fae5132 - Browse repository at this point
Copy the full SHA fae5132View commit details -
Index fetched data by the given chain name to account for mismatch be…
…tween name in chain registry and chain identifier (#3808) * Index fetched data by the given chain name to account for mismatch between name in chain registry and chain identifier * Show output when fetching chain data
Configuration menu - View commit details
-
Copy full SHA for 6a8d2d7 - Browse repository at this point
Copy the full SHA 6a8d2d7View commit details -
fix: add syncing check for gRPC node (#3833)
* Add syncing check for gRPC node. * Fix comment. * Add changelog
Configuration menu - View commit details
-
Copy full SHA for afc46a7 - Browse repository at this point
Copy the full SHA afc46a7View commit details
Commits on Feb 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe80bdf - Browse repository at this point
Copy the full SHA fe80bdfView commit details
Commits on Feb 7, 2024
-
Bump ics23 from 0.11.0 to 0.11.1 (#3839)
Bumps [ics23](https://github.com/cosmos/ics23) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/cosmos/ics23/releases) - [Changelog](https://github.com/cosmos/ics23/blob/master/CHANGELOG.md) - [Commits](cosmos/ics23@rust/v0.11.0...rust/v0.11.1) --- updated-dependencies: - dependency-name: ics23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5307151 - Browse repository at this point
Copy the full SHA 5307151View commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7cfb234 - Browse repository at this point
Copy the full SHA 7cfb234View commit details -
Remove assumption that ICS-04 packet data is a valid UTF-8 string (#3768
) * Do not assume JSON-encoded packet data by using the `packet_data_hex` attribute instead of deprecated `packet_data` Relying on the `packet_data` attribute enforces a UTF-8 encoded payload (eg. JSON), disallowing Protobuf-encoded payloads which we are starting to see in the wild. The `packet_data` atttribute has been deprecated in favor of `packet_data_hex` since IBC-Go v1.0.0. [0] [0]: https://github.com/cosmos/ibc-go/blob/fadf8f2b0ab184798d021d220d877e00c7634e26/CHANGELOG.md?plain=1#L1417 * Ensure packet data is encoded to/decoded from lowercase hex * Refactor conversion from `RawObject` to `Packet` * Revert change in JSON serialization of packet data case as hex * Decode packets from `packet_data_hex` in NewBlock events as well * Bump ibc-proto to v0.41.0 * Use branch of ibc-proto with support for invalid UTF-8 event attributes * Update ibc-proto to v0.42.0 to finalize fix for non-UTF-8 packet data (#3844) * Add legacy message to register ICA account for ibc-go versions prior to v8.1.0 --------- Co-authored-by: Luca Joss <luca@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for 5cde31b - Browse repository at this point
Copy the full SHA 5cde31bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16abe32 - Browse repository at this point
Copy the full SHA 16abe32View commit details -
Configuration menu - View commit details
-
Copy full SHA for f986dc8 - Browse repository at this point
Copy the full SHA f986dc8View commit details
Commits on Feb 20, 2024
-
Include banner in README.md (#3854)
The banner is similar to the rest of the IBC ecosystem repositories, eg [ibc-go](https://github.com/cosmos/ibc-go/blob/main/README.md) Signed-off-by: Adi Seredinschi <adi@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for 9130641 - Browse repository at this point
Copy the full SHA 9130641View commit details -
Bump jaxxstorm/action-install-gh-release from 1.10.0 to 1.11.0 (#3848)
Bumps [jaxxstorm/action-install-gh-release](https://github.com/jaxxstorm/action-install-gh-release) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/jaxxstorm/action-install-gh-release/releases) - [Commits](jaxxstorm/action-install-gh-release@v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: jaxxstorm/action-install-gh-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 17b218b - Browse repository at this point
Copy the full SHA 17b218bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b41efa - Browse repository at this point
Copy the full SHA 6b41efaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea44c82 - Browse repository at this point
Copy the full SHA ea44c82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8736bba - Browse repository at this point
Copy the full SHA 8736bbaView commit details
Commits on Feb 21, 2024
-
feat: add simulate errors metrics (#3846)
* feat: add simulate errors metrics * feat: add error message * chore: add docs * chore: add unclog entry * chore: cargo fmt * Update .changelog/unreleased/features/3845-add-simulate-errors-metric.md Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> Signed-off-by: Sergey <83376337+freak12techno@users.noreply.github.com> * chore: renamed unreleased file * Update changelog entry --------- Signed-off-by: Sergey <83376337+freak12techno@users.noreply.github.com> Co-authored-by: Romain Ruetschi <romain@informal.systems> Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5512d17 - Browse repository at this point
Copy the full SHA 5512d17View commit details
Commits on Feb 28, 2024
-
Bump tendermint-proto from 0.34.0 to 0.34.1 (#3861)
Bumps [tendermint-proto](https://github.com/informalsystems/tendermint-rs) from 0.34.0 to 0.34.1. - [Release notes](https://github.com/informalsystems/tendermint-rs/releases) - [Changelog](https://github.com/informalsystems/tendermint-rs/blob/v0.34.1/CHANGELOG.md) - [Commits](informalsystems/tendermint-rs@v0.34.0...v0.34.1) --- updated-dependencies: - dependency-name: tendermint-proto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dab1cc9 - Browse repository at this point
Copy the full SHA dab1cc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5154f01 - Browse repository at this point
Copy the full SHA 5154f01View commit details -
Make ordered channels more resilient in the face of failing packets (#…
…3610) * Start scaffolding ica_ordered_channel test * Disable packet clearing * Add ica_ordered_channel test * Move some imports around * Clean up imports * Add sleep calls in between supervisor runs * Formatting * Fix compilation issues * Emphasize wording in documentation * Fill in code from discussion * Rename TrakingId::ClearId to TrackingId::PacketClearing * Compile ica ordered channel test under the ica feature flag * Cargo fmt * Move interchain_send_tx fn to test-framework crate * Cargo fmt * Update relayer config for consumer chain * Move ica_ordered_channel test under the ica feature * Move ica_transfer test under ica feature * Check that ICA channel is eventually established using the supervisor * Fix clippy warnings * Improve logs * Add changelog entry * Fix compilation of ICA tests * Add `force_disable_clear_on_start` config option, only available in test code * Cleanup * Check whether packet clear is needed instead of reacting to error when it fails * Force disable clear on start in ICA ordered channel test * Update changelog entry * Improve ICA ordered channel test asserts --------- Signed-off-by: Sean Chen <seanchen11235@gmail.com> Co-authored-by: Romain Ruetschi <106849+romac@users.noreply.github.com> Co-authored-by: Romain Ruetschi <romain@informal.systems> Co-authored-by: Luca Joss <luca@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for c453676 - Browse repository at this point
Copy the full SHA c453676View commit details
Commits on Feb 29, 2024
-
Add
memo_overwrite
configuration (#3863)* Add configuration to overwrite relayer memo * Add test for memo override * Add 'memo_overwrite' config documentation * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for df6cd29 - Browse repository at this point
Copy the full SHA df6cd29View commit details
Commits on Mar 4, 2024
-
Recover from gas simulation failures on legacy chains (#3793)
Closes: #3792 Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for df29acc - Browse repository at this point
Copy the full SHA df29accView commit details
Commits on Mar 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b29b58 - Browse repository at this point
Copy the full SHA 0b29b58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c1b1ff - Browse repository at this point
Copy the full SHA 8c1b1ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c641ae - Browse repository at this point
Copy the full SHA 9c641aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f9fdb5 - Browse repository at this point
Copy the full SHA 2f9fdb5View commit details
Commits on Mar 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 40d74f6 - Browse repository at this point
Copy the full SHA 40d74f6View commit details -
Add configuration to skip packet sequences when clearing (#3862)
* Implement packet clearing filtering logic * Add tests for packet clearing filter * Add documentation * Add changelog entry * Add excluded sequences to `LinkParameters` struct * Fix sequence filter by adding setting it to be per-channel * Skip sequence filter test with Celestia due to the token filter module * Small refactor * Small cleanup --------- Co-authored-by: Romain Ruetschi <romain@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for 0f690a0 - Browse repository at this point
Copy the full SHA 0f690a0View commit details -
Improve out of gas error log (#3874)
* Add additional information for out of gas error * Add guide entry for troubleshooting gas errors * Add changelog entry * Apply suggestions from code review Co-authored-by: Romain Ruetschi <romain@informal.systems> Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> --------- Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> Co-authored-by: Romain Ruetschi <romain@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for cac00ee - Browse repository at this point
Copy the full SHA cac00eeView commit details
Commits on Mar 7, 2024
-
* Build release changelog * Bump version number * Fix typos * Update CHANGELOG.md Co-authored-by: Romain Ruetschi <romain@informal.systems> Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> * Update changelog --------- Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> Co-authored-by: Romain Ruetschi <romain@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for 79d10c5 - Browse repository at this point
Copy the full SHA 79d10c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80aea8e - Browse repository at this point
Copy the full SHA 80aea8eView commit details
Commits on Mar 12, 2024
-
Bump serde from 1.0.195 to 1.0.197 (#3884)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.195 to 1.0.197. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.195...v1.0.197) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e16dbb0 - Browse repository at this point
Copy the full SHA e16dbb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb9d42e - Browse repository at this point
Copy the full SHA bb9d42eView commit details -
Add Injective to chains running tests in CI (#3886)
* Add Injective to chains running tests in CI * Add changelog and Injective to multi-chains-test * Fix ICS29 timeout fee test compatibility for ibc-go v8.1+ * Add compatibility to ICS29 tests for ibc-go v8.1+ * Fix typos
Configuration menu - View commit details
-
Copy full SHA for 11ed07f - Browse repository at this point
Copy the full SHA 11ed07fView commit details -
Fix
clear packets
CLI bug wherecounterparty_channel_id
cannot be…… found (#3890) * Use correct counterparty channel and port id when creating reverse link in packet clearing CLI * Add changelog
Configuration menu - View commit details
-
Copy full SHA for e4aea2a - Browse repository at this point
Copy the full SHA e4aea2aView commit details -
Change connection and handshake retry strategy to retry max 10 times …
…over two blocks (5 times per block) (#3864) * Change connection and handshake retry strategy to retry max 10 times over two blocks (5 times per block) * Add changelog entry * Update 3864-handshake-retry.md Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> Signed-off-by: Romain Ruetschi <github@romac.me>
Configuration menu - View commit details
-
Copy full SHA for bff1ee9 - Browse repository at this point
Copy the full SHA bff1ee9View commit details -
* Bump version to 1.8.2 * Fix warnings on latest nightly * Create v1.8.2 changelog * Rephrase changelog summary * Reword changelog * Update CHANGELOG.md Co-authored-by: Luca Joss <luca@informal.systems> Signed-off-by: Romain Ruetschi <romain@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for 06dfbaf - Browse repository at this point
Copy the full SHA 06dfbafView commit details
Commits on Mar 17, 2024
-
fix: fixed minimum-gas-prices healthcheck messages and make it more v…
…erbose/clear (#3898) * fix: fixed minimum-gas-prices healthcheck messages and make it more verbose/clear * Update changelog entry * Small refactor --------- Co-authored-by: Romain Ruetschi <romain@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for 6ffb295 - Browse repository at this point
Copy the full SHA 6ffb295View commit details
Commits on Mar 21, 2024
-
Proceed to next block after a few retries if Hermes can't parse curre…
…nt block during event sourcing (#3906) Co-authored-by: Romain Ruetschi <romain@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for 97c575e - Browse repository at this point
Copy the full SHA 97c575eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b076784 - Browse repository at this point
Copy the full SHA b076784View commit details
Commits on Mar 22, 2024
-
Set
compat_mode
for pull mode inhermes listen
command (#3911)* set compat_mode for pull mode * add CHANGELOG
Configuration menu - View commit details
-
Copy full SHA for 0783023 - Browse repository at this point
Copy the full SHA 0783023View commit details -
Configuration menu - View commit details
-
Copy full SHA for d223dd1 - Browse repository at this point
Copy the full SHA d223dd1View commit details
Commits on Mar 25, 2024
-
Add action to determine and check the MSRV (#3909)
* Use actions-rust-lang action for setting up Rust * Add action to determine and check the MSRV * Update MSRV to 1.71.1 * Check MSRV on CI * Fix warning * Update cargo-doc nightly * Use latest cargo-msrv * Update guide/src/quick-start/pre-requisites.md Signed-off-by: Romain Ruetschi <github@romac.me> --------- Signed-off-by: Romain Ruetschi <github@romac.me>
Configuration menu - View commit details
-
Copy full SHA for b0ddfeb - Browse repository at this point
Copy the full SHA b0ddfebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b4ec69 - Browse repository at this point
Copy the full SHA 3b4ec69View commit details
Commits on Mar 26, 2024
-
Bump crossbeam-channel from 0.5.11 to 0.5.12 (#3918)
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.11 to 0.5.12. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](crossbeam-rs/crossbeam@crossbeam-channel-0.5.11...crossbeam-channel-0.5.12) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d7e0cb7 - Browse repository at this point
Copy the full SHA d7e0cb7View commit details -
Bump async-trait from 0.1.77 to 0.1.79 (#3919)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.77 to 0.1.79. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.77...0.1.79) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a1fa6ee - Browse repository at this point
Copy the full SHA a1fa6eeView commit details -
Update release-template.md to consistently notify comms team (#3908)
Trying to find a way for the marketing/comms team to get early notification, consistently, that a new release will happen. @romac or Luca (not tagging b/c of holidays) if you prefer other approaches then happy to go with something else. Signed-off-by: Adi Seredinschi <adi@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for a1c4360 - Browse repository at this point
Copy the full SHA a1c4360View commit details
Commits on Mar 27, 2024
-
Use pull event source when generating configuration with `hermes conf…
…ig auto` (#3920) * Use pull event source when generating configuration with `hermes config auto` * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for ff9e2df - Browse repository at this point
Copy the full SHA ff9e2dfView commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 07f4059 - Browse repository at this point
Copy the full SHA 07f4059View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3fc891 - Browse repository at this point
Copy the full SHA d3fc891View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23a2d00 - Browse repository at this point
Copy the full SHA 23a2d00View commit details -
Remove
telemetry
andrest-server
feature flags (#3878)* Enable telemetry unconditionally and remove `telemetry` feature flag * Formatting * Add changelog entry * Remove `rest-server` feature flag * Update changelog entry --------- Signed-off-by: Romain Ruetschi <romain@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for cf17704 - Browse repository at this point
Copy the full SHA cf17704View commit details -
Use
packet_ack_hex
event attribute instead of deprecated `packet_ac……k` attribute to decode `WriteAck` event (#3922) * Use `packet_ack_hex` event attribute instead of deprecated `packet_ack` attribute * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for 5e49554 - Browse repository at this point
Copy the full SHA 5e49554View commit details -
Bump reqwest from 0.11.23 to 0.11.27 (#3923)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.23 to 0.11.27. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.23...v0.11.27) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ccd45d6 - Browse repository at this point
Copy the full SHA ccd45d6View commit details
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 04361f2 - Browse repository at this point
Copy the full SHA 04361f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a3212a - Browse repository at this point
Copy the full SHA 6a3212aView commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1edcb15 - Browse repository at this point
Copy the full SHA 1edcb15View commit details
Commits on Apr 11, 2024
-
Split ICS 02
ClientState
trait intoClientState
and `UpgradableCl……ientState` traits (#3942)
Configuration menu - View commit details
-
Copy full SHA for bb6ed41 - Browse repository at this point
Copy the full SHA bb6ed41View commit details
Commits on Apr 15, 2024
-
Bump bitcoin from 0.31.1 to 0.31.2 (#3938)
Bumps [bitcoin](https://github.com/rust-bitcoin/rust-bitcoin) from 0.31.1 to 0.31.2. - [Release notes](https://github.com/rust-bitcoin/rust-bitcoin/releases) - [Commits](rust-bitcoin/rust-bitcoin@bitcoin-0.31.1...bitcoin-0.31.2) --- updated-dependencies: - dependency-name: bitcoin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 672d2ec - Browse repository at this point
Copy the full SHA 672d2ecView commit details -
Bump serde_json from 1.0.111 to 1.0.115 (#3935)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.111 to 1.0.115. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.111...v1.0.115) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 585fe96 - Browse repository at this point
Copy the full SHA 585fe96View commit details -
Bump h2 from 0.3.25 to 0.3.26 in /tools/query-events (#3929)
Bumps [h2](https://github.com/hyperium/h2) from 0.3.25 to 0.3.26. - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md) - [Commits](hyperium/h2@v0.3.25...v0.3.26) --- updated-dependencies: - dependency-name: h2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8ca40e3 - Browse repository at this point
Copy the full SHA 8ca40e3View commit details -
Bump h2 from 0.3.24 to 0.3.26 (#3928)
Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26. - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md) - [Commits](hyperium/h2@v0.3.24...v0.3.26) --- updated-dependencies: - dependency-name: h2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1ea8227 - Browse repository at this point
Copy the full SHA 1ea8227View commit details
Commits on Apr 17, 2024
-
Bump uuid from 1.7.0 to 1.8.0 (#3949)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.7.0...1.8.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a67a3e1 - Browse repository at this point
Copy the full SHA a67a3e1View commit details -
Bump serde_yaml from 0.9.31 to 0.9.34+deprecated (#3948)
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.31 to 0.9.34+deprecated. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](dtolnay/serde-yaml@0.9.31...0.9.34) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4bc63cd - Browse repository at this point
Copy the full SHA 4bc63cdView commit details -
Bump time from 0.3.31 to 0.3.36 (#3946)
Bumps [time](https://github.com/time-rs/time) from 0.3.31 to 0.3.36. - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.31...v0.3.36) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fb7c9dc - Browse repository at this point
Copy the full SHA fb7c9dcView commit details -
Bump prost from 0.12.3 to 0.12.4 (#3937)
Bumps [prost](https://github.com/tokio-rs/prost) from 0.12.3 to 0.12.4. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](tokio-rs/prost@v0.12.3...v0.12.4) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ec8ae19 - Browse repository at this point
Copy the full SHA ec8ae19View commit details -
Bump peaceiris/actions-gh-pages from 3 to 4 (#3934)
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-gh-pages@v3...v4) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4ece16a - Browse repository at this point
Copy the full SHA 4ece16aView commit details
Commits on Apr 18, 2024
-
Update Gaia, Stride, Neutron and Osmosis versions used in CI (#3944)
* Use Gaia v15.2.0 in CI jobs * Update consumer chain bootstrap in test-framework * Fix ICQ test * Update dev-env script to work with Gaia v15 * Fix ICQ test by increasing time between ICQs * Fix Celestia CI job * Fix create_fork.sh used in misbehaviour test * Fix client upgrade test * Fix bug where only first CCQ event was extracted (#3955) * Fix create_fork.sh used in misbehaviour test * Fix client upgrade test * Fix 'interchainquery' event extraction to extract all events instead of only the first one * Add changelog entry * Update .changelog/unreleased/bug-fixes/ibc-relayer/3954-interchainquery-missed-events.md Co-authored-by: Romain Ruetschi <romain@informal.systems> Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> * ICS 031 event extraction perf improvement and refactor (#3956) * Small performance optimizations * Re-use existing `append_events` infrastructure * Cleanup * Add the flag '--reject-config-defaults' to the start command for Osmosis --------- Co-authored-by: Luca Joss <luca@informal.systems> Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> --------- Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> Co-authored-by: Romain Ruetschi <romain@informal.systems> --------- Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> Co-authored-by: Romain Ruetschi <romain@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for d0b2491 - Browse repository at this point
Copy the full SHA d0b2491View commit details
Commits on Apr 22, 2024
-
Bump rustls from 0.21.10 to 0.21.11 (#3963)
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.10 to 0.21.11. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.21.10...v/0.21.11) --- updated-dependencies: - dependency-name: rustls dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 402b8c8 - Browse repository at this point
Copy the full SHA 402b8c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa85985 - Browse repository at this point
Copy the full SHA aa85985View commit details -
Update Migaloo Chain version used in CI (#3965)
* Update Nix flake * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for 87da864 - Browse repository at this point
Copy the full SHA 87da864View commit details -
Configuration menu - View commit details
-
Copy full SHA for f71c409 - Browse repository at this point
Copy the full SHA f71c409View commit details -
Update Juno version used in CI (#3962)
* Update Juno version used in CI and run ica tests with Juno * Add changelog entry --------- Signed-off-by: Romain Ruetschi <romain@informal.systems> Co-authored-by: Romain Ruetschi <romain@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for bdbbef3 - Browse repository at this point
Copy the full SHA bdbbef3View commit details -
Update
wasmd
version used in CI (#3968)* Update nix flake * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for 2138a49 - Browse repository at this point
Copy the full SHA 2138a49View commit details
Commits on Apr 23, 2024
-
Update tendermint-rs to 0.35.0 (#3895)
* Update tendermint-rs to 0.35.0 * Add changelog entries * Update to ibc-proto-rs v0.43.0
Configuration menu - View commit details
-
Copy full SHA for 99be9a7 - Browse repository at this point
Copy the full SHA 99be9a7View commit details -
Bump itertools from 0.10.5 to 0.12.1 (#3974)
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.5 to 0.12.1. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.10.5...v0.12.1) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for df5d09b - Browse repository at this point
Copy the full SHA df5d09bView commit details
Commits on Apr 25, 2024
-
Update to tendermint-rs v0.36.0 (#3966)
* Adapt to upcoming changes in tendermint-rs regarding `EventAttribute` keys and values informalsystems/tendermint-rs#1405 * Update tendermint-rs to 0.36.0 * Remove ibc-proto patch
Configuration menu - View commit details
-
Copy full SHA for 954c2f1 - Browse repository at this point
Copy the full SHA 954c2f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 962cbd1 - Browse repository at this point
Copy the full SHA 962cbd1View commit details
Commits on May 15, 2024
-
Bump serde from 1.0.198 to 1.0.201 (#3986)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.198 to 1.0.201. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.198...v1.0.201) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 42cd6ff - Browse repository at this point
Copy the full SHA 42cd6ffView commit details -
Bump prometheus from 0.13.3 to 0.13.4 (#3981)
Bumps [prometheus](https://github.com/tikv/rust-prometheus) from 0.13.3 to 0.13.4. - [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md) - [Commits](tikv/rust-prometheus@v0.13.3...v0.13.4) --- updated-dependencies: - dependency-name: prometheus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4ca6009 - Browse repository at this point
Copy the full SHA 4ca6009View commit details -
Bump serial_test from 3.1.0 to 3.1.1 (#3977)
Bumps [serial_test](https://github.com/palfrey/serial_test) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](palfrey/serial_test@v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: serial_test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 25f5475 - Browse repository at this point
Copy the full SHA 25f5475View commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for be3fc03 - Browse repository at this point
Copy the full SHA be3fc03View commit details -
Query consensus states on counterparty chain for double vote evidence (…
…#3998) * Query consensus states on counterparty chain for double vote evidence
Configuration menu - View commit details
-
Copy full SHA for 1b3d785 - Browse repository at this point
Copy the full SHA 1b3d785View commit details
Commits on May 28, 2024
-
Bump serde from 1.0.201 to 1.0.203 (#4002)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.201 to 1.0.203. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.201...v1.0.203) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5357a62 - Browse repository at this point
Copy the full SHA 5357a62View commit details -
updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d30188f - Browse repository at this point
Copy the full SHA d30188fView commit details -
updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5c4d488 - Browse repository at this point
Copy the full SHA 5c4d488View commit details -
updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5835010 - Browse repository at this point
Copy the full SHA 5835010View commit details -
updated-dependencies: - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b1860f9 - Browse repository at this point
Copy the full SHA b1860f9View commit details -
updated-dependencies: - dependency-name: jaxxstorm/action-install-gh-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 958223c - Browse repository at this point
Copy the full SHA 958223cView commit details -
updated-dependencies: - dependency-name: cachix/cachix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3ef2a35 - Browse repository at this point
Copy the full SHA 3ef2a35View commit details -
* Query consensus states on counterparty chain for double vote evidence (#3998) * Query consensus states on counterparty chain for double vote evidence * Bump version to 1.8.3 * Update changelog * Fix clippy warnings --------- Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c79d39b - Browse repository at this point
Copy the full SHA c79d39bView commit details -
Query consensus states on counterparty chain for double vote evidence (…
…#3998) * Query consensus states on counterparty chain for double vote evidence
Configuration menu - View commit details
-
Copy full SHA for 1d2aa0c - Browse repository at this point
Copy the full SHA 1d2aa0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddfc0f5 - Browse repository at this point
Copy the full SHA ddfc0f5View commit details
Commits on May 29, 2024
-
Update dynamic gas fee to work with FeeMarket (#4004)
* Update dynamic gas fee to work with FeeMarket * Add changelog * Remove unnecessary struct * Apply suggestions from code review Co-authored-by: Romain Ruetschi <romain@informal.systems> Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> * Fix import error * Move dynamic gas fee url creation into query_eip_base_fee method * Improve identification of Osmosis chain when querying dynamic gas fee * Fix if condition for Osmosis chain in dynamic gas fee * Apply suggestions from code review Co-authored-by: Romain Ruetschi <romain@informal.systems> Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> --------- Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> Co-authored-by: Romain Ruetschi <romain@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for 6d377ab - Browse repository at this point
Copy the full SHA 6d377abView commit details -
Configuration menu - View commit details
-
Copy full SHA for d60057f - Browse repository at this point
Copy the full SHA d60057fView commit details
Commits on May 31, 2024
-
* Add new channel states * Change channel state enum discriminants * Update channel state doc comment * Stub out channel upgrade CLI commands * Use tx_chan_cmd macro for TxChanOpenInit command * Stub out build_channel_upgrade_init function * Add MsgChannelUpgradeInit type * Add more tests for MsgChannelUpgradeInit message type * Add chan_upgrade_try file for MsgChannelUpgradeTry message type * Add build_chan_upgrade_init_and_send method * Add UpgradeInit and UpgradeTry ChannelEvents * Fix compilation errors with UpgradeInit and UpgradeTry impls * Stub out MsgChannelUpgradeTry * Add missing fields to MsgChannelUpgradeInit * Use ibc-proto branch with channel upgrade messages * Fill in todos * Comment out code in tx chan-upgrade-init and add todos * Add `UpgradeTimeout` enum * Fleshing out MsgChannelUpgradeTry * Clean up MsgChannelUpgradeTry * Clean up MsgChannelUpgradeTry * Fix error conversion * Formatting and clippy * Disable tests and fix more clippy warnings * Re-enable tests * Wrap up channel upgrade init CLI * Cargo fmt * Remove unnecessary CLI parameter * Pass an `UpgradeTimeout` to `.build_chan_upgrade_init_and_send` * Fix bug when converting integer to channel state * Proper implementation of `State::less_or_equal_progress` * Fix broken test * Ignore channel upgrade try tests for now * Fix channel upgrade try tests * Stub out build_channel_upgrade_try * Stub out build_channel_upgrade_try * Fix return type of build_chan_upgrade_try * Cargo fmt * Remove stub function * Add missing clone * Remove redundant clone * Add integration tests for channel upgradability (#3247) * Add test for ChannelUpgradeInit step * Add conditional check 'channel-upgrade' to channel upgradability tests * Improve info message * Update event processing for UpgradeInit * Update UpgradeInit step test * Rename ChannelUpgradeInit test * Improve channel upgrade steps assertion * Add ChannelUpgradeAssertionAttributes struct for tests * Update tests after merge * Fix channel upgrade init step tests * Fix check for new channel ordering * Fix broken doc comment link * Progress on build_chan_upgrade_try * Progress on build_chan_upgrade_try * Update ChanUpgradeInit step to use new design improvements * Nicely report connection id parsing failures * Document some fields of MsgChannelUpgradeTry * Add build_chan_upgrade_try_and_send fn * Cargo fmt * Update UpgradeInit to mirror event attributers from 'channel_upgrade_init' event * Treat timestamp 0 as no timestamp * Fix parsing UpgradeAttributes and improve ChanUpgradeInit test * Add Hermes data requirements document (#3262) * Add Hermes data requirements document * Update data requirement for some endpoints with actual data being used * Add headers * Fix Order -> Ordering doc comment links * Apply suggestions from code review Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com> Signed-off-by: Romain Ruetschi <romain.ruetschi@gmail.com> --------- Signed-off-by: Romain Ruetschi <romain.ruetschi@gmail.com> Co-authored-by: Sean Chen <skypemaster007@gmail.com> Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com> * Update nix flake to use simd v7.0.0 (#3264) * Address compiler errors for now * Cargo fmt * Add channel-upgrade job to the CI * Format flake.nix * Fix test * Update guide templates * Expose `tx chan-upgrade-try` command * Update TRY ste implementation for channel upgrade * Fix channel upgrade TRY step * Update nix flake * Add integration test for `ChanUpgradeTry` step (#3259) * Add test for ChannelUpgradeInit step * Add conditional check 'channel-upgrade' to channel upgradability tests * Improve info message * Update event processing for UpgradeInit * Update UpgradeInit step test * Rename ChannelUpgradeInit test * Add ChanUpgradeTry test * Improve channel upgrade steps assertion * Add ChannelUpgradeAssertionAttributes struct for tests * Update naming for modifiable channel attributes in tests * Fix test doc string * Restore commented lines for channel upgrade TRY step * Improve channel upgrade tests * Disable TRY assert in test * Remove unnecessary test configuration for channel upgrade * Merge channel upgrade Init and Try tests into a single test * Improve channel upgrade test * Use 'CountingAndCachingChainHandle' in integration tests and 'IncludeProof::Yes' when querying channel ends in the integration tests * Updated channel upgrade TRY step tests * Fix and improve channel upgrade TRY step test * Updated nix flake * Fix test-stable * Update nix flake and TRY step test * Fix interchain-security CI. Add domain type FlushStatus * Fix FlushStatus display errors * Add Channel Upgrade ACK and CONFIRM steps (#3462) * Add test for ChannelUpgradeInit step * Add conditional check 'channel-upgrade' to channel upgradability tests * Improve info message * Update event processing for UpgradeInit * Update UpgradeInit step test * Rename ChannelUpgradeInit test * Add ChanUpgradeTry test * Improve channel upgrade steps assertion * Add ChannelUpgradeAssertionAttributes struct for tests * Update naming for modifiable channel attributes in tests * Add test for 'ChanUpgradeAck' step * Fix test doc string * Restore commented lines for channel upgrade TRY step * Improve channel upgrade tests * Fix after merge * Disable TRY assert in test * Remove unnecessary test configuration for channel upgrade * Merge channel upgrade Init and Try tests into a single test * Improve channel upgrade test * Use 'CountingAndCachingChainHandle' in integration tests and 'IncludeProof::Yes' when querying channel ends in the integration tests * Updated channel upgrade TRY step tests * Fix and improve channel upgrade TRY step test * Updated nix flake * Fix test-stable * Update nix flake and TRY step test * Update ACK step assert function * Fix interchain-security CI. Add domain type FlushStatus * Fix FlushStatus display errors * Add build and send MsgChannelUpgradeAck * Add ACK step to Channel Upgrade test * Implement Channel Upgrade OPEN step * Update flake.lock to use latest simapp for channel upgrade * Fix channel upgrade test OPEN step * Fix assertion after channelupgradeopen * Update nix flake * Fix comments * Implement PartialEq for Version * Apply suggestions and improve documentation * Add missing CLIs for channel upgrade (#3495) * Add missing CLIs for channel upgrade * Update CLI template * Add cargo patch for check-guide test * Add documentation TODO to check-guide Cargo.toml * Set dst-channel flag to required for channel upgrade CLIs and updated templates * Clean channel upgrade CLIs * Update guide templates * Update channel upgrade after spec rework * Update nix flake * Update nix flake * Add test bootstrap compatibility for pre and post SDK v0.47.0 * Channel upgrade worker handshake (#3569) * Add missing CLIs for channel upgrade * Update CLI template * Add cargo patch for check-guide test * Add documentation TODO to check-guide Cargo.toml * Set dst-channel flag to required for channel upgrade CLIs and updated templates * Clean channel upgrade CLIs * Update guide templates * Update channel upgrade test to match ibc-go changes * WIP: waiting for new channel states during upgrade to be implemented * Implement channel upgrade handshake * Add channel upgrade handshake test * Removed unnecessary logs * Update channel upgrade test doc * Add test to transfer ics29 packet after channel upgrade * Update tools/integration-test/src/tests/channel_upgrade/ics29.rs Co-authored-by: Sean Chen <seanchen11235@gmail.com> Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> * Add comments * Fix 'query bank balances' CLI to handle SDK v0.50 changes * Remove flush status from channel end * Update Nix flake and use alpha release of channel upgrade simapp for CI * Fix test-stable and change 'into_i32' to 'as_i32' for Channel State * Fix python tests * Use state comparison method 'less_or_equal_progress' where applicable * Add tests for channel upgrade completion * Improve less_or_equal method for channel states and add unit tests * Use automatic link for URL in channel State documentation * Add comment on channel upgrade open assertion --------- Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> Co-authored-by: Sean Chen <seanchen11235@gmail.com> * Update nix flake and remove log file * Use governance proposal to initialise channel upgrade tests (#3680) * Use governance proposal to initialise channel upgrade tests * Fix issue with chains which don't have 'expedited_voting_period' * Fix issues post merge * Correctly determine if the channel is upgrading or not * Remove CLI to init channel upgrade * Display channel state as 'Open' regardless if it is upgrading or not * Change serialize for channel state * Fix python e2e channel handshake test * feat: implement chan upgrade cancel and add timeout ack integration test (#3736) * feat: implement chan-upgrade-cancel and add integration test for timeout on upgrade ack * uncomment code * formatting * Fix channel upgrade timeout and cancel handling * Fix clippy warnings * Add channel upgrade cancel tests with supervisor * Fix typo * Fix upgrade cancel on confirm test and update guide * Clean channel upgrade tests * Additional clean-up in channel upgrade test assertions * Temporarily disable one chan upgrade timeout test * Remove incorrect timeout channel upgrade test --------- Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> Co-authored-by: Luca Joss <luca@informal.systems> * Fix Docker workflow after update to upload-artifact@v4 * Fix Artifact name for Docker job * feat: updates to upgrade fields and logic for `MsgTimeoutOnClose` and `MsgChannelCloseConfirm` (#3764) * wip: update naming of fields * add logic to add counterparty upgrade sequence to timeout on close and channel close confirm messages * add integration test for: when ICA channel upgrades and afterwards packet times out, then channel is closed * argo fmt --all * remove empty comment * Fix channel end parsing and test for ICA timeout after channel upgrade * Update nix flake * Improve documentation for upgraded ICA channel close test * Improve build channel close methods --------- Co-authored-by: Luca Joss <luca@informal.systems> * feat: add support for `MsgChannelUpgradeTimeout` and integration test (#3773) * feat: add support for msgchannelupgradetimeout and integration test * fix build errors * Update nix flake * Update CLI templates * cargo fmt * Fix clippy warnings/errors * Fix extracting upgrade_timeout attribute * WIP * Fix channel upgrade logic * Change Height to QueryHeight for restore_from_state method --------- Co-authored-by: Luca Joss <luca@informal.systems> * fetch counterparty upgrade sequence from src chain (#3801) * test(channel upgradability): add integration test that relays packets during flushing (#3786) * test: add integration test that flushes packets during channel upgrade * wip: add counterparty upgrade sequence to chan upgrade open * update integration test * cargo fmt * Fix UpgradeInit parsing and Registering ICA account following simd changes * handle new fields in messages: order in msg register interchain account and counterparty upgrade sequence in msg channel upgrade open * fix warnings * Update Nix flake * address review comments * cargo fmt * some clippy warnings * fix assert_eq! * fix test * cargo fmt * chore: rename order to ordering in msg register interchain account * Use ibc-go v8.1.0-rc.0 for channel upgrade tests * Add and use legacy 'MsgRegisterInterchainAccount' * Use different signer to initialise channel upgrade for 'test_channel_upgrade_handshake' test * add test where ICA channel is upgraded to unordered * cargo fmt + add debug log * increase packet timeout * Add case where Channel upgrade Try event is received by source chain while dst chain is open not upgrading * Use user2 to signe channel upgrade init proposal in ICA unordered test --------- Co-authored-by: Luca Joss <luca@informal.systems> * Fix ICS29 timeout fee test compatibility for ibc-go v8.1+ * Add compatibility to ICS29 tests for ibc-go v8.1+ * Fix typos * Update method used to verify if there is an ongoing channel upgrade * Update channel query to correctly reflect if it is upgrading or not if the state is open * Add upgrade handshake step if both channel ends are in open upgrading * Fix channel state assertion for channel Init and Try steps * Fix assertions in channel upgrade tests * Fix verification if channel needs to be flushed * Add test for packet flushing during channel upgrade * Fix link creation when channel is upgrading * test(channel-upgrades): add test where upgrade timeouts on acknowledge packet (#3828) * add test where upgrade times out during packet ack * cargo fmt * Fix packet worker spawning if channel is flushing or flushcomplete --------- Co-authored-by: Luca Joss <luca@informal.systems> * Clean-up channel upgrade tests * Improve channel upgrade workers * Remove unused code * Use ibc-proto-rs v0.42.0 * Remove unnecessary code * Clean up code and remove guide entries for tx channel upgrade init CLI --------- Co-authored-by: Carlos Rodriguez <carlos@interchain.io> Co-authored-by: Romain Ruetschi <106849+romac@users.noreply.github.com> * Remove unnecessary fields from IBC channel upgrade events * cargo fmt * Fix async ICQ test * Fix cargo doc * Remove redundant import * Remove redundant import * Correctly handle channel upgrade error * Remove validate basic from channel open try * Improve detection of channel upgrade cancel when one end is in Flushcomplete * Add changelog entry * Fix post-merge compilation issues * Rename `State::Flushcomplete` to `State::FlushComplete` * Small cleanup * Sort imports * Whitespace * Remove patch override * Apply suggestions from code review Co-authored-by: Romain Ruetschi <romain@informal.systems> Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> * cargo fmt * Fix codespell errors * Use IncludeProof for query_upgrade and query_upgrade_error * Add a method to build and send channel upgrade open or cancel * Remove unnecessary assertions * Add handling of channel upgrade timeout event in channel worker --------- Signed-off-by: Romain Ruetschi <romain.ruetschi@gmail.com> Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> Signed-off-by: Romain Ruetschi <romain@informal.systems> Co-authored-by: Romain Ruetschi <romain@informal.systems> Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> Co-authored-by: Luca Joss <luca@informal.systems> Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com> Co-authored-by: Carlos Rodriguez <carlos@interchain.io> Co-authored-by: Romain Ruetschi <106849+romac@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fc8376b - Browse repository at this point
Copy the full SHA fc8376bView commit details
Commits on Jun 3, 2024
-
Update ibc go simapp v8 used in CI (#4010)
* Nix flake update * Add changelog entry and fix typo in other changelog entries * Fix test for closing ordered ICA channel on timeout by using non-legacy message * Apply github suggestions * Fix ICA channel upgrade test by registering with ordered channel configuration
Configuration menu - View commit details
-
Copy full SHA for b448aa6 - Browse repository at this point
Copy the full SHA b448aa6View commit details -
* Create v1.9.0 section in CHANGELOG.md * create .changelog for v1.9.0 * Update versions in repository * Fix typos * Update Cargo.lock * Fix test-stable * Update msrv * Update MSRV in README * Update CHANGELOG.md Co-authored-by: Romain Ruetschi <romain@informal.systems> Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> * Reordered changelog sections to be Breaking Changes, Features, Improvements and then Bug Fixes --------- Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> Co-authored-by: Romain Ruetschi <romain@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for a026d66 - Browse repository at this point
Copy the full SHA a026d66View commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 591a920 - Browse repository at this point
Copy the full SHA 591a920View commit details
Commits on Jun 7, 2024
-
Bump toml from 0.8.13 to 0.8.14 (#4018)
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.13 to 0.8.14. - [Commits](toml-rs/toml@toml-v0.8.13...toml-v0.8.14) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5425f86 - Browse repository at this point
Copy the full SHA 5425f86View commit details
Commits on Jun 10, 2024
-
Update Osmosis used in CI to v25 (#4030)
* Update Nix flake to use latest Osmosis v25.0.0 * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for 76f6ac1 - Browse repository at this point
Copy the full SHA 76f6ac1View commit details -
Update Neutron used in CI to v3.0.5 (#4031)
* Update nix flake * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for d76f538 - Browse repository at this point
Copy the full SHA d76f538View commit details -
Update Gaia used in CI to v17 (#4032)
* Use Gaia v17.2.0 instead of v15.2.0 * Add changelog entry * Add missing fields to consumer chain gov proposal
Configuration menu - View commit details
-
Copy full SHA for f0ffaf4 - Browse repository at this point
Copy the full SHA f0ffaf4View commit details -
Update
wasmd
used in CI to v0.51.0 (#4033)* Add missing fields to consumer chain gov proposal * Update nix flake * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for 1cb909a - Browse repository at this point
Copy the full SHA 1cb909aView commit details -
Ensure all events in a batch are processed, even when it contains eve…
…nts for unknown chains (#4022) * Add a filter at supervisor level for CCQ to verify if the destination chain is configured * Update all MSRVs to v1.76.0 * Add changelog entry * Renaming * Move changelog entry under bug fixes * Ensure we process all events in a batch, even when some of them are rejected by the filtering policy --------- Co-authored-by: Romain Ruetschi <romain@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for acde373 - Browse repository at this point
Copy the full SHA acde373View commit details -
Update Juno used in CI to v22 (#4035)
* Update nix flake * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for d3cbd9b - Browse repository at this point
Copy the full SHA d3cbd9bView commit details
Commits on Jun 11, 2024
-
Update Celestia app used in CI to v1.11.0 (#4036)
* Update nix flake * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for e4be3e0 - Browse repository at this point
Copy the full SHA e4be3e0View commit details
Commits on Jun 14, 2024
-
Specify topology for n-ary chain tests (#4039)
* Refactor client, connection and channel for nary chain bootstrapping in order to use a specified topology * Add changelog entry * Apply suggestions from code review Co-authored-by: Romain Ruetschi <romain@informal.systems> Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> * Move parsing of string to TopologyType outside of bootstrap_topology method * Add TwoDimHashMap struct instead of using HashMap<HashMap<>> * Add option to override the topology for specific tests * Add cyclic topology implementation * Update changelog entry * Fix codespell * Refactor TwoDimHashMap to TwoDimMap and use BTreeMap instead of HashMap * Use TwoDimMap iter() implementation for channels * Use TwoDimMap iter() implementation for connections * Use TwoDimMap iter() implementation for foreign_clients * Remove unnecessary bool in TwoDimMap iterator * Update method docstring --------- Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> Co-authored-by: Romain Ruetschi <romain@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for 8da7082 - Browse repository at this point
Copy the full SHA 8da7082View commit details
Commits on Jun 18, 2024
-
Bump derive_more from 0.99.17 to 0.99.18 (#4042)
Bumps [derive_more](https://github.com/JelteF/derive_more) from 0.99.17 to 0.99.18. - [Release notes](https://github.com/JelteF/derive_more/releases) - [Changelog](https://github.com/JelteF/derive_more/blob/v0.99.18/CHANGELOG.md) - [Commits](JelteF/derive_more@v0.99.17...v0.99.18) --- updated-dependencies: - dependency-name: derive_more dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d0034de - Browse repository at this point
Copy the full SHA d0034deView commit details -
Bump regex from 1.10.4 to 1.10.5 (#4037)
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.4 to 1.10.5. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.10.4...1.10.5) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2c6cb71 - Browse repository at this point
Copy the full SHA 2c6cb71View commit details -
Improve channel and port filter policy parsing (#4044)
* Improve channel and port filter policy parsing * Move whitespace trimming when parsing channel and port policy * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for 5889131 - Browse repository at this point
Copy the full SHA 5889131View commit details
Commits on Jun 19, 2024
-
Test relaying from
authz
(#3746)* Run codespell on CI * Only run cargo-doc when needed * Fix all typos found in the repository * Remove TLA type checker workflow * Undo wrong typo fixes * Increase timeout when asserting if a channel is eventually open in tests * Fix clippy errors * Add tests for authz * Add 'authz' feature and restrict authz tests with feature * Fix typo in comment * Align features in integration-test crate Cargo.toml * Fix authz tests by adding fees to CLIs * Remove unnecessary sleeps in authz tests * Add changelog entry --------- Co-authored-by: Romain Ruetschi <romain@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for 240ebb7 - Browse repository at this point
Copy the full SHA 240ebb7View commit details -
Bump curve25519-dalek from 4.1.2 to 4.1.3 (#4048)
Bumps [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases) - [Commits](dalek-cryptography/curve25519-dalek@curve25519-4.1.2...curve25519-4.1.3) --- updated-dependencies: - dependency-name: curve25519-dalek dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e5e5578 - Browse repository at this point
Copy the full SHA e5e5578View commit details
Commits on Jun 21, 2024
-
* Fix codespell typos * Update codespell to check hidden files * Fix typo
Configuration menu - View commit details
-
Copy full SHA for 8afd455 - Browse repository at this point
Copy the full SHA 8afd455View commit details -
Reduce ICS29 tests run time (#4054)
* Improve ICS29 tests which verified escrowed ICS29 fees to check for either legacy or current values * Remove outdated comment * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for 513f549 - Browse repository at this point
Copy the full SHA 513f549View commit details -
Allow ranges for
excluded_sequences
config option (#4051)* Add new ExcludedSequences struct with custom deserialisation/serialisation * Use ExcludedSequences struct for 'excluded_sequences' configuration * Fix sequence_filter test * Add changelog entry * Improve example config for 'exclude_sequences' * Add default implementation to ExcludedSequences * Only allow '-' as separator for 'excluded_sequences' configuration
Configuration menu - View commit details
-
Copy full SHA for b9b6663 - Browse repository at this point
Copy the full SHA b9b6663View commit details -
Allow disabling of ICS31 Cross Chain Queries (#4041)
* Add configuration to disable relaying of ICS31 Cross Chain Queries * Update and add a test for ICS31 Cross Chain Queries * Add changelog entry * Add 'allow_ccq' config to example config with documentation * Add allow_ccq() method to ChainConfig
Configuration menu - View commit details
-
Copy full SHA for 7e3f11e - Browse repository at this point
Copy the full SHA 7e3f11eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddc0dd8 - Browse repository at this point
Copy the full SHA ddc0dd8View commit details
Commits on Jun 24, 2024
-
Release Hermes v1.10.0 (#4061)
* Update changelog.md with v1.10.0 * Create .changelog entry for v1.10.0 * Bump all version references * Update Cargo.lock * Update release date for v1.10.0
Configuration menu - View commit details
-
Copy full SHA for fc998de - Browse repository at this point
Copy the full SHA fc998deView commit details -
Fix url used for Integration badge (#4064)
* Fix url used for Integration badge * Fix Integration badge to the state of branch 'master'
Configuration menu - View commit details
-
Copy full SHA for a69854a - Browse repository at this point
Copy the full SHA a69854aView commit details
Commits on Jun 25, 2024
-
Bump uuid from 1.8.0 to 1.9.0 (#4065)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.8.0...1.9.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1d120c4 - Browse repository at this point
Copy the full SHA 1d120c4View commit details -
Bump docker/build-push-action from 5 to 6 (#4043)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for daa59e9 - Browse repository at this point
Copy the full SHA daa59e9View commit details -
Add
packet-forward
andica
features to tests running Osmosis (#4063)* Add '--fees' to local_transfer_token * Add packet-forward and ica features to tests running Osmosis * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for 80b16dc - Browse repository at this point
Copy the full SHA 80b16dcView commit details
Commits on Jun 26, 2024
-
Test ICS29 fees with additional chains (#4066)
* Add ics29-fee feature to tests running with Juno, Migaloo and Injective * Remove ics29-fee feature from injective CI job * Remove ICS29 feature from Juno tests
Configuration menu - View commit details
-
Copy full SHA for 8596acf - Browse repository at this point
Copy the full SHA 8596acfView commit details
Commits on Jun 27, 2024
-
Update documentation for dynamic_gas_price configuration in the examp…
…le config.toml (#4070)
Configuration menu - View commit details
-
Copy full SHA for 14a2769 - Browse repository at this point
Copy the full SHA 14a2769View commit details
Commits on Jul 2, 2024
-
Bump num-bigint from 0.4.5 to 0.4.6 (#4076)
Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.5 to 0.4.6. - [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md) - [Commits](rust-num/num-bigint@num-bigint-0.4.5...num-bigint-0.4.6) --- updated-dependencies: - dependency-name: num-bigint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2eabf2c - Browse repository at this point
Copy the full SHA 2eabf2cView commit details -
Bump serde_json from 1.0.117 to 1.0.120 (#4075)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.117 to 1.0.120. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.117...v1.0.120) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c1bd2bd - Browse repository at this point
Copy the full SHA c1bd2bdView commit details -
Bump uuid from 1.9.0 to 1.9.1 (#4074)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.9.0...1.9.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f2e6d89 - Browse repository at this point
Copy the full SHA f2e6d89View commit details
Commits on Jul 16, 2024
-
Bump uuid from 1.9.1 to 1.10.0 (#4089)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.9.1 to 1.10.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.9.1...1.10.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d556c90 - Browse repository at this point
Copy the full SHA d556c90View commit details -
Bump thiserror from 1.0.61 to 1.0.62 (#4088)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 1.0.62. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.61...1.0.62) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0b19740 - Browse repository at this point
Copy the full SHA 0b19740View commit details -
Bump serde from 1.0.203 to 1.0.204 (#4083)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.203 to 1.0.204. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.203...v1.0.204) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 058543b - Browse repository at this point
Copy the full SHA 058543bView commit details -
Bump moka from 0.12.7 to 0.12.8 (#4082)
Bumps [moka](https://github.com/moka-rs/moka) from 0.12.7 to 0.12.8. - [Changelog](https://github.com/moka-rs/moka/blob/main/CHANGELOG.md) - [Commits](moka-rs/moka@v0.12.7...v0.12.8) --- updated-dependencies: - dependency-name: moka dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e30062e - Browse repository at this point
Copy the full SHA e30062eView commit details -
Bump async-trait from 0.1.80 to 0.1.81 (#4081)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.80 to 0.1.81. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.80...0.1.81) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 824cfdf - Browse repository at this point
Copy the full SHA 824cfdfView commit details -
Add warning if no packet data was pulled when clearing packets (#4073)
* Add warning if 0 packet data was pulled when clearing packets * Update filtered ICS20 packet logs from debug to warn and remove unnecessary context * Add changelog entry * Apply suggestions from code review Co-authored-by: Romain Ruetschi <romain@informal.systems> Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> * Add link to guide page when 0 packet data was pulled during packet clearing --------- Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> Co-authored-by: Romain Ruetschi <romain@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for 43f3e83 - Browse repository at this point
Copy the full SHA 43f3e83View commit details
Commits on Jul 23, 2024
-
Bump bytes from 1.6.0 to 1.6.1 (#4096)
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.6.0...v1.6.1) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 304c3ca - Browse repository at this point
Copy the full SHA 304c3caView commit details -
Bump toml from 0.8.14 to 0.8.15 (#4095)
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.14 to 0.8.15. - [Commits](toml-rs/toml@toml-v0.8.14...toml-v0.8.15) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3cae8fb - Browse repository at this point
Copy the full SHA 3cae8fbView commit details -
Bump thiserror from 1.0.62 to 1.0.63 (#4094)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.62 to 1.0.63. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.62...1.0.63) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4ebbc0f - Browse repository at this point
Copy the full SHA 4ebbc0fView commit details -
Bump
tendermint-rs
andibc-proto
versions (#4091)* Bump tendermint-rs and ibc-proto versions and required dependencies * Remove patch on `ibc-proto` * Add changelog entry * Ignore folder generated by wasm contract * Update tendermint-rs to v0.38.1 * Update changelog entry --------- Co-authored-by: Romain Ruetschi <romain@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for 2dffd3d - Browse repository at this point
Copy the full SHA 2dffd3dView commit details -
Release Hermes v1.10.1 (#4100)
* Create changelog for v1.10.1 * Update CHANGELOG * Bump versions * Run cargo update
Configuration menu - View commit details
-
Copy full SHA for 7a67ac5 - Browse repository at this point
Copy the full SHA 7a67ac5View commit details
Commits on Jul 29, 2024
-
Fix
memo_overwrite
configuration (#4103)* Fix clippy warnings from v1.80 * Move clippy allow mutable_key_type * Remove unnecessary clippy allow mutable_key_type * Fix overwrite memo implementation * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for 3a6ff49 - Browse repository at this point
Copy the full SHA 3a6ff49View commit details
Commits on Jul 30, 2024
-
Bump serde_json from 1.0.120 to 1.0.121 (#4105)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.120 to 1.0.121. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.120...v1.0.121) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3a41248 - Browse repository at this point
Copy the full SHA 3a41248View commit details
Commits on Aug 2, 2024
-
* fix typo Signed-off-by: omahs <73983677+omahs@users.noreply.github.com> * fix typo Signed-off-by: omahs <73983677+omahs@users.noreply.github.com> * fix typo Signed-off-by: omahs <73983677+omahs@users.noreply.github.com> * fix typo Signed-off-by: omahs <73983677+omahs@users.noreply.github.com> * fix typo Signed-off-by: omahs <73983677+omahs@users.noreply.github.com> * fix typo Signed-off-by: omahs <73983677+omahs@users.noreply.github.com> * fix typos Signed-off-by: omahs <73983677+omahs@users.noreply.github.com> * fix typo Signed-off-by: omahs <73983677+omahs@users.noreply.github.com> * fix typo Signed-off-by: omahs <73983677+omahs@users.noreply.github.com> --------- Signed-off-by: omahs <73983677+omahs@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 46acb7e - Browse repository at this point
Copy the full SHA 46acb7eView commit details -
Bump toml from 0.8.15 to 0.8.16 (#4108)
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.15 to 0.8.16. - [Commits](toml-rs/toml@toml-v0.8.15...toml-v0.8.16) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cc2500d - Browse repository at this point
Copy the full SHA cc2500dView commit details -
Bump env_logger from 0.11.4 to 0.11.5 (#4106)
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.4 to 0.11.5. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.11.4...v0.11.5) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cd45e53 - Browse repository at this point
Copy the full SHA cd45e53View commit details
Commits on Aug 6, 2024
-
Bump toml from 0.8.16 to 0.8.19 (#4128)
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.16 to 0.8.19. - [Commits](toml-rs/toml@toml-v0.8.16...toml-v0.8.19) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1607f4b - Browse repository at this point
Copy the full SHA 1607f4bView commit details -
Bump serde_json from 1.0.121 to 1.0.122 (#4127)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.121 to 1.0.122. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.121...v1.0.122) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e837cec - Browse repository at this point
Copy the full SHA e837cecView commit details -
Update Gaia version running in CI to v18 (#4113)
* Update Nix flake and add Gaia v18 * Add new Cosmos chain type which enables dynamic fees during bootstrap * Update Gaia version running in CI to v18 * Use dynamic fee for misbehaviour test scripts * Fix chain CLIs which require fees * Add changelog entry * Increase gas_multiplier for misbehaviour test config * Fix fees for Provenance chain * Improve logs related to failed simulated gas
Configuration menu - View commit details
-
Copy full SHA for bd75055 - Browse repository at this point
Copy the full SHA bd75055View commit details -
Update Osmosis version running in CI to v25.2.0 (#4129)
* Update Nix flake to use branch with Osmosis v25.2.0 * Add changelog entry * Use main branch of Cosmos Nix * Disable async ICQ test with Provenance
Configuration menu - View commit details
-
Copy full SHA for f49a843 - Browse repository at this point
Copy the full SHA f49a843View commit details -
Split packet clearing schedule from packet worker (#4080)
* Split packet clearing schedule from packet worker * Rename packet clearing test to be more specific * Nit clean-up for ordered_channel test * Clear packets in packet_cmd_worker for ordered channels only * Add intermediary channel to forward cmd from clear worker to packet worker * Add changelog entry * Add new config 'clear_limit' * Apply clear_limit when clearing pending packets * Add test for clear_limit * Fix clear limit for send packets * Update changelog entry * Add 'clear_limit' to example config * Restore changelog entry deleted after merge * Apply suggestions from code review Co-authored-by: Romain Ruetschi <romain@informal.systems> Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> * Moved 'clear_limit' after 'clear_on_start' in example config.toml --------- Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> Co-authored-by: Romain Ruetschi <romain@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for f9b0194 - Browse repository at this point
Copy the full SHA f9b0194View commit details -
Update Migaloo Chain version running in CI to v4.2.0 (#4131)
* Add features to run more tests with Migaloo Chain * Update Nix flake to use branch with Migaloo v4.2.0 * Add changelog entry * Use main branch of Cosmos Nix
Configuration menu - View commit details
-
Copy full SHA for a1c4659 - Browse repository at this point
Copy the full SHA a1c4659View commit details -
Update Juno version running in CI to v23.0.0 (#4130)
* Update Nix flake to use branch with Juno v23.0.0 * Add changelog entry * Use main branch of Cosmos Nix
Configuration menu - View commit details
-
Copy full SHA for 7d6a06a - Browse repository at this point
Copy the full SHA 7d6a06aView commit details -
Update Stride version running in CI to v23.0.1 (#4132)
* Update Stride to v23.0.1 * Add changelog * Use main branch of Cosmos Nix
Configuration menu - View commit details
-
Copy full SHA for 845cc21 - Browse repository at this point
Copy the full SHA 845cc21View commit details
Commits on Aug 7, 2024
-
Update Neutron version running in CI to
v4.1.0
(#4133)* Update Nix flake to use branch with Neutron v4.1.0 * Add changelog entry * Set Neutron as chain with dynamic fees in tests
Configuration menu - View commit details
-
Copy full SHA for f4b5f18 - Browse repository at this point
Copy the full SHA f4b5f18View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7b7c34 - Browse repository at this point
Copy the full SHA c7b7c34View commit details
Commits on Aug 12, 2024
-
Add pagination and timeout to commitments and ack queries (#4110)
* Add pagination and timeout to query packet commitments and acknowlegements * Add limit to 1 query for commitments and acks during scanning * Add benchmarking test for query commitments * Fix issue with benchmark feature * Add changelog entry * Apply github suggestions
Configuration menu - View commit details
-
Copy full SHA for e099709 - Browse repository at this point
Copy the full SHA e099709View commit details -
Add and remove profiling (#4136)
* Add and remove profiling * Apply suggestions from code review Co-authored-by: Romain Ruetschi <romain@informal.systems> Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> --------- Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> Co-authored-by: Romain Ruetschi <romain@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for 012bb8b - Browse repository at this point
Copy the full SHA 012bb8bView commit details
Commits on Aug 13, 2024
-
Bump serde from 1.0.204 to 1.0.206 (#4139)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.204 to 1.0.206. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.204...v1.0.206) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b053d44 - Browse repository at this point
Copy the full SHA b053d44View commit details -
Bump regex from 1.10.5 to 1.10.6 (#4138)
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.5 to 1.10.6. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.10.5...1.10.6) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 218dd80 - Browse repository at this point
Copy the full SHA 218dd80View commit details -
Bump bytes from 1.6.1 to 1.7.1 (#4126)
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.6.1 to 1.7.1. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.6.1...v1.7.1) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 87194ac - Browse repository at this point
Copy the full SHA 87194acView commit details -
Update Provenance version running in CI to v1.19.1 (#4124)
* Update nix flake * Use Cosmos Nix main branch * Fix async ICQ tests * Enable async ICQ tests for Provenance * Remove '--chain-id' flag from '<chain> query tx' CLI * Reorganise Wasm related CLIs in test framework * Use variable for code_id when querying wasm contract by code * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for 918557a - Browse repository at this point
Copy the full SHA 918557aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f56570d - Browse repository at this point
Copy the full SHA f56570dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68b0e74 - Browse repository at this point
Copy the full SHA 68b0e74View commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 39689c7 - Browse repository at this point
Copy the full SHA 39689c7View commit details -
Use gRPC query
ConnectionParams
instead of/genesis
to verify `ma……x_block_time` (#4144) * Use gRPC query to retrieve 'max_block_time' instead of querying the entire genesis data * Add changelog entry * Apply suggestions from code review Co-authored-by: Romain Ruetschi <romain@informal.systems> Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com> Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> * Override configured if it differs from queried value * Add debug log with queried value for 'max_expected_time_per_block' --------- Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> Co-authored-by: Romain Ruetschi <romain@informal.systems> Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f69a6d7 - Browse repository at this point
Copy the full SHA f69a6d7View commit details -
chore: fix some comments (#4142)
Signed-off-by: bytetigers <bytetiger@icloud.com>
Configuration menu - View commit details
-
Copy full SHA for de82f8a - Browse repository at this point
Copy the full SHA de82f8aView commit details -
Release Hermes v1.10.2 (#4149)
* Create .changelog release * Update CHANGELOG.md * Bump versions * Update Hermes version in guide template * Move integration test framework changes to the bottom
Configuration menu - View commit details
-
Copy full SHA for 524ee6c - Browse repository at this point
Copy the full SHA 524ee6cView commit details -
Update Celestia version running in CI to
v1.14.0
(#4150)* Update nix flake * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for 7dfd856 - Browse repository at this point
Copy the full SHA 7dfd856View commit details
Commits on Aug 15, 2024
-
Add ibc-go v9 to chains running tests in CI (#4152)
* Add ibc-go v9 to flake.nix * Add ibc-go v9 to github workflow * Add changelog entry * Use legacy message register interchain account in tests only when needed * Fix registering ICA account in tests * Disable query denom trace test for ibc-go v9
Configuration menu - View commit details
-
Copy full SHA for 0d3b57c - Browse repository at this point
Copy the full SHA 0d3b57cView commit details
Commits on Aug 26, 2024
-
Fix sequences filtering when clearing packets with CLI (#4159)
* Filter packets using excluded_sequences when calling clear packet CLI * Add changelog entry * Apply excluded sequences to acks when clearing packets with CLI
Configuration menu - View commit details
-
Copy full SHA for 217f0b7 - Browse repository at this point
Copy the full SHA 217f0b7View commit details -
Bump serde from 1.0.207 to 1.0.208 (#4156)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.207 to 1.0.208. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.207...v1.0.208) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 908cc82 - Browse repository at this point
Copy the full SHA 908cc82View commit details -
Bump serde_json from 1.0.124 to 1.0.125 (#4155)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.124 to 1.0.125. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.124...1.0.125) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cb9c738 - Browse repository at this point
Copy the full SHA cb9c738View commit details -
Docs fix spelling issues (#4157)
* fix adr-002-ibc-relayer.md Signed-off-by: Elias Rad <146735585+nnsW3@users.noreply.github.com> * fix adr-003-handler-implementation.md Signed-off-by: Elias Rad <146735585+nnsW3@users.noreply.github.com> * fix adr-004-relayer-domain-decomposition.md Signed-off-by: Elias Rad <146735585+nnsW3@users.noreply.github.com> * fix adr-006-hermes-v0.2-usecases.md Signed-off-by: Elias Rad <146735585+nnsW3@users.noreply.github.com> --------- Signed-off-by: Elias Rad <146735585+nnsW3@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d496ebc - Browse repository at this point
Copy the full SHA d496ebcView commit details -
Bump serde_json from 1.0.124 to 1.0.127 (#4162)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.124 to 1.0.127. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.124...1.0.127) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luca Joss <luca@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for 7106351 - Browse repository at this point
Copy the full SHA 7106351View commit details -
Use
abci_query
instead of gRPC queries during health-check (#4102)* Use Abci query instead of gRPC queries during health-check * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for 4b97bfa - Browse repository at this point
Copy the full SHA 4b97bfaView commit details
Commits on Aug 27, 2024
-
Bump serde from 1.0.208 to 1.0.209 (#4164)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.208 to 1.0.209. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.208...v1.0.209) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 19610ca - Browse repository at this point
Copy the full SHA 19610caView commit details -
fix: Add explicit root TLS configuration to gRPC clients (#4161)
* fix: add explicit root tls * fix other gRPC client construct * add changelog
Configuration menu - View commit details
-
Copy full SHA for f2d4e7f - Browse repository at this point
Copy the full SHA f2d4e7fView commit details
Commits on Aug 29, 2024
-
Update Neutron to
v4.2.2
and Juno tov24.0.0
(#4173)* Update nix flake * Add ICS29 feature to Juno tests * Add changelog entries * Disable Injective tests
Configuration menu - View commit details
-
Copy full SHA for ccd1d90 - Browse repository at this point
Copy the full SHA ccd1d90View commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 394c95b - Browse repository at this point
Copy the full SHA 394c95bView commit details -
* Update Changelog * Create v1.10.3 summary * Bump versions * cargo update * Update changelog Signed-off-by: Romain Ruetschi <github@romac.me> * Update release date * Improve .changelog release v1.10.3 summary --------- Signed-off-by: Romain Ruetschi <github@romac.me> Co-authored-by: Romain Ruetschi <romain@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for e26d356 - Browse repository at this point
Copy the full SHA e26d356View commit details
Commits on Sep 5, 2024
-
Infer compatibility mode from version specs and fallback to node info…
… only if necessary (#4181) * Infer compatibility mode from version specs and fallback to node info only if necessary * Improve min gas price check error message * Fix integration tests * Fix clippy warnings * Add changelog entry * Show collated excluded sequences
Configuration menu - View commit details
-
Copy full SHA for aeca07b - Browse repository at this point
Copy the full SHA aeca07bView commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1ee344f - Browse repository at this point
Copy the full SHA 1ee344fView commit details
Commits on Sep 17, 2024
-
Bump ibc-proto from 0.47.0 to 0.47.1 (#4189)
Bumps [ibc-proto](https://github.com/cosmos/ibc-proto-rs) from 0.47.0 to 0.47.1. - [Release notes](https://github.com/cosmos/ibc-proto-rs/releases) - [Changelog](https://github.com/cosmos/ibc-proto-rs/blob/main/CHANGELOG.md) - [Commits](cosmos/ibc-proto-rs@v0.47.0...v0.47.1) --- updated-dependencies: - dependency-name: ibc-proto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5af09b0 - Browse repository at this point
Copy the full SHA 5af09b0View commit details -
Bump tokio-stream from 0.1.15 to 0.1.16 (#4188)
Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.15 to 0.1.16. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-stream-0.1.15...tokio-stream-0.1.16) --- updated-dependencies: - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 71645cf - Browse repository at this point
Copy the full SHA 71645cfView commit details -
Bump prost from 0.13.1 to 0.13.2 (#4179)
Bumps [prost](https://github.com/tokio-rs/prost) from 0.13.1 to 0.13.2. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.13.1...v0.13.2) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 252a5cc - Browse repository at this point
Copy the full SHA 252a5ccView commit details -
Bump async-trait from 0.1.81 to 0.1.82 (#4180)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.81 to 0.1.82. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.81...0.1.82) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0f912e7 - Browse repository at this point
Copy the full SHA 0f912e7View commit details
Commits on Sep 28, 2024
-
Add height parameter to query commitments (#4194)
* Add height parameter to query commitments * Cleanup * Update guide templates
Configuration menu - View commit details
-
Copy full SHA for 84743a2 - Browse repository at this point
Copy the full SHA 84743a2View commit details
Commits on Oct 3, 2024
-
Update
simd
versions running in CI (#4205)* Update Nix flake * Add changelog entry * Codespell fix
Configuration menu - View commit details
-
Copy full SHA for deb1a8b - Browse repository at this point
Copy the full SHA deb1a8bView commit details
Commits on Oct 14, 2024
-
Bump bytes from 1.7.1 to 1.7.2 (#4195)
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.7.1...v1.7.2) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0a95bb2 - Browse repository at this point
Copy the full SHA 0a95bb2View commit details -
Bump thiserror from 1.0.63 to 1.0.64 (#4196)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.63 to 1.0.64. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.63...1.0.64) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 50a32aa - Browse repository at this point
Copy the full SHA 50a32aaView commit details -
Bump serde_json from 1.0.127 to 1.0.128 (#4197)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.127 to 1.0.128. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@1.0.127...1.0.128) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8cf2294 - Browse repository at this point
Copy the full SHA 8cf2294View commit details -
Bump anyhow from 1.0.86 to 1.0.89 (#4198)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.89. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.86...1.0.89) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dab8be5 - Browse repository at this point
Copy the full SHA dab8be5View commit details
Commits on Oct 15, 2024
-
Bump regex from 1.10.6 to 1.11.0 (#4217)
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.6 to 1.11.0. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.10.6...1.11.0) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4a411fb - Browse repository at this point
Copy the full SHA 4a411fbView commit details -
Bump async-trait from 0.1.82 to 0.1.83 (#4218)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.82 to 0.1.83. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.82...0.1.83) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 98bee4d - Browse repository at this point
Copy the full SHA 98bee4dView commit details -
Put clone() to where it is needed (#4209)
* Put clone() to where it is needed * Fmt --------- Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a737bf0 - Browse repository at this point
Copy the full SHA a737bf0View commit details -
* Add point to checklist if guide has been updated * Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: Romain Ruetschi <romain@informal.systems> Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> --------- Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> Co-authored-by: Romain Ruetschi <romain@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for f0fdea5 - Browse repository at this point
Copy the full SHA f0fdea5View commit details -
Bump serde from 1.0.209 to 1.0.210 (#4215)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.209 to 1.0.210. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.209...v1.0.210) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 789cecc - Browse repository at this point
Copy the full SHA 789ceccView commit details
Commits on Oct 22, 2024
-
Bump uuid from 1.10.0 to 1.11.0 (#4222)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.10.0...1.11.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 841638a - Browse repository at this point
Copy the full SHA 841638aView commit details -
Bump anyhow from 1.0.89 to 1.0.90 (#4221)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.89 to 1.0.90. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.89...1.0.90) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9c6d319 - Browse repository at this point
Copy the full SHA 9c6d319View commit details -
Bump async-stream from 0.3.5 to 0.3.6 (#4219)
Bumps [async-stream](https://github.com/tokio-rs/async-stream) from 0.3.5 to 0.3.6. - [Release notes](https://github.com/tokio-rs/async-stream/releases) - [Commits](tokio-rs/async-stream@v0.3.5...v0.3.6) --- updated-dependencies: - dependency-name: async-stream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1936f5e - Browse repository at this point
Copy the full SHA 1936f5eView commit details -
Bump serde_json from 1.0.128 to 1.0.132 (#4220)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.128 to 1.0.132. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@1.0.128...1.0.132) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cdbb373 - Browse repository at this point
Copy the full SHA cdbb373View commit details
Commits on Oct 29, 2024
-
Disable TLS configuration when using IPv6 for the gRPC endpoint (#4223)
* Do not configure TLS when using IPv6 * Add option to run test using IPv6 gRPC endpoint * Add github workflow to run the transfer test using IPv6 for the gRPC endpoint * Add changelog entry * Apply suggestions from code review Co-authored-by: Romain Ruetschi <romain@informal.systems> Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> --------- Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> Co-authored-by: Romain Ruetschi <romain@informal.systems>
Configuration menu - View commit details
-
Copy full SHA for 3ac1e2f - Browse repository at this point
Copy the full SHA 3ac1e2fView commit details -
Bump regex from 1.11.0 to 1.11.1 (#4225)
Bumps [regex](https://github.com/rust-lang/regex) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.11.0...1.11.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dfb98dd - Browse repository at this point
Copy the full SHA dfb98ddView commit details -
Bump bytes from 1.7.2 to 1.8.0 (#4226)
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.7.2 to 1.8.0. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.7.2...v1.8.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1041b68 - Browse repository at this point
Copy the full SHA 1041b68View commit details -
Bump thiserror from 1.0.64 to 1.0.65 (#4227)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.64 to 1.0.65. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.64...1.0.65) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 332bc3a - Browse repository at this point
Copy the full SHA 332bc3aView commit details -
Bump anyhow from 1.0.90 to 1.0.91 (#4228)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.90 to 1.0.91. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.90...1.0.91) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 48a13a4 - Browse repository at this point
Copy the full SHA 48a13a4View commit details
Commits on Nov 5, 2024
-
Bump once_cell from 1.19.0 to 1.20.2 (#4236)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.19.0 to 1.20.2. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.19.0...v1.20.2) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ef36b6a - Browse repository at this point
Copy the full SHA ef36b6aView commit details -
Bump serde from 1.0.210 to 1.0.214 (#4235)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.210 to 1.0.214. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.210...v1.0.214) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0df6d63 - Browse repository at this point
Copy the full SHA 0df6d63View commit details -
Bump anyhow from 1.0.91 to 1.0.92 (#4233)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.91 to 1.0.92. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.91...1.0.92) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 42531c5 - Browse repository at this point
Copy the full SHA 42531c5View commit details -
Bump thiserror from 1.0.65 to 1.0.68 (#4234)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.65 to 1.0.68. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.65...1.0.68) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c53a316 - Browse repository at this point
Copy the full SHA c53a316View commit details
Commits on Nov 6, 2024
-
Submit misbehaviour messages using the CCV consumer id (Permissionles…
…s ICS) (#4182) * Submit misbehaviour messages using the CCV consumer id (Permissionless ICS) * Use Gaia v20 for ICS light client attack integration test * Fix new clippy warnings * Update flake.nix * Update expedited voting period as well * wip * wip * Integrate with tendermint-rs fix for evidence reporting * Update tendermint-rs * Update cosmos.nix * Update tendermint-rs * Fix evidence submission * Fix build * Update double sign test on CI * Skip localhost clients * Codespell fix * Fix error post merge * Update light client attack test scripts with permissionless ics * Use pull mode for light client attack test * Add RPC debug when running Hermes in evidence mode in light client attack test * Nix flake update * Bump ibc-proto to v0.49.1 * Fix governance proposal submission with SDK v0.50 * Use Cosmos Nix main branch * Use tendermint-rs v0.40.0 and ibc-proto-rs v0.51.0 * Fix cargo doc hyper link warning * nit * Nix flake update * Add changelog entry * Fix compatibility with interchain-security v6.3.0 * Refactor submit_light_client_attack_evidence * Update crates/relayer/src/chain/cosmos.rs Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com> Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> * Use fetch_ccv_consumer_id in submit_duplicate_vote_evidence to verify if chain is consumer * Move query_ccv_consumer_id to Chain Handle trait --------- Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> Co-authored-by: Luca Joss <luca@informal.systems> Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c3105e9 - Browse repository at this point
Copy the full SHA c3105e9View commit details
Commits on Nov 8, 2024
-
Add Gaia v20.0.0 to chains running tests in CI (#4210)
* Update bootstrapping of consumer chain * Add Gaia v20 to CI and update Gaia used in CI tests * Correctly create consumer chain and opt-in validator * WIP: Fix CCQs between Stride and Gaia * Add metrics for ICS31 cross chain queries * Remove unnecessary code * Fix clippy * Disable CCQ test * Improve error and metric recording for ICS31 cross chain queries * Use Gaia v20 in CI jobs * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for 0e45fc8 - Browse repository at this point
Copy the full SHA 0e45fc8View commit details -
* Improve TLS configuration to only configure if required * Add changelog entry * Move and improve changelog
Configuration menu - View commit details
-
Copy full SHA for c4153d6 - Browse repository at this point
Copy the full SHA c4153d6View commit details
Commits on Nov 11, 2024
-
Bump prost from 0.13.2 to 0.13.3 (#4216)
Bumps [prost](https://github.com/tokio-rs/prost) from 0.13.2 to 0.13.3. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.13.2...v0.13.3) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 10f75c2 - Browse repository at this point
Copy the full SHA 10f75c2View commit details
Commits on Nov 14, 2024
-
Bump serial_test from 3.1.1 to 3.2.0 (#4242)
Bumps [serial_test](https://github.com/palfrey/serial_test) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](palfrey/serial_test@v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: serial_test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 93c4b7a - Browse repository at this point
Copy the full SHA 93c4b7aView commit details -
Bump thiserror from 1.0.68 to 1.0.69 (#4244)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.68 to 1.0.69. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.68...1.0.69) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 11b9c5b - Browse repository at this point
Copy the full SHA 11b9c5bView commit details -
Use correct endpoint when logging query error (#4249)
* Use correct endpoint when logging query error * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for b279982 - Browse repository at this point
Copy the full SHA b279982View commit details -
Bump anyhow from 1.0.86 to 1.0.93 (#4245)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.93. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.86...1.0.93) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ea66dcd - Browse repository at this point
Copy the full SHA ea66dcdView commit details
Commits on Nov 18, 2024
-
Allow osmosis testnet to use
dynamic_gas_price
(#4248)* allow osmosis testnet to use dynamic_gas_price * Fix method to retrieve a chain name * Split changelog entry * Apply GitHub suggestions --------- Co-authored-by: Luca Joss <luca@informal.systems> Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f5b58db - Browse repository at this point
Copy the full SHA f5b58dbView commit details -
Improve redundant packet logs (#4254)
* Output an info log if the broadcasted packet is redundant instead of an error * Fix redundant packet log * Add additional information in redundant packet log * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for 282b943 - Browse repository at this point
Copy the full SHA 282b943View commit details
Commits on Nov 20, 2024
-
Release Hermes v1.10.4 (#4258)
* Update changelog for release * Bump versions * Cargo update * Corrected guide by removing grpc from http basic authentication compatibility
Configuration menu - View commit details
-
Copy full SHA for 542e14f - Browse repository at this point
Copy the full SHA 542e14fView commit details
Commits on Nov 26, 2024
-
Update Juno Chain version used in CI to
v25.0.0
(#4206)* Use Cosmos Nix branch with Juno v25.0.0 * Add changelog entry * Use main branch of Cosmos Nix
Configuration menu - View commit details
-
Copy full SHA for c90b69c - Browse repository at this point
Copy the full SHA c90b69cView commit details