Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: informalsystems/ibc-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4ee53fc
Choose a base ref
...
head repository: informalsystems/ibc-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: be82d12
Choose a head ref
  • 10 commits
  • 122 files changed
  • 8 contributors

Commits on Nov 27, 2024

  1. chore(deps): bump codecov/codecov-action from 4 to 5 (#1379)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-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>
    dependabot[bot] authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    0357976 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. fix: update MSRV version (#1381)

    * check rust version using cargo hack
    
    * add rust-version
    
    * taplo fmt
    
    * cargo clippy
    
    * fix typos
    
    * fix parity-scale-codec dep
    
    * check rust version for all targets and features
    
    * use caret requirment for parity-scale-codec
    
    * revert caret requirement
    
    * rust-version to 1.79.0
    
    * verify using cargo-msrv
    
    * fix msrv ci
    
    * add comment
    
    * use updated action
    
    * use cargo-binstall
    
    * pass github token to cargo binstall
    
    * rm redundant matrix
    
    * use cargo nextest
    
    * fix nextest run
    
    * changelog entry
    
    * update cargo lockfiles
    rnbguy authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    5079b9d View commit details
    Browse the repository at this point in the history
  2. chore(deps): update bon requirement from 2.3.0 to 3.1.1 (#1383)

    Updates the requirements on [bon](https://github.com/elastio/bon) to permit the latest version.
    - [Release notes](https://github.com/elastio/bon/releases)
    - [Changelog](https://github.com/elastio/bon/blob/master/release-plz.toml)
    - [Commits](elastio/bon@v2.3.0...v3.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: bon
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    c8d65b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Fix typos and update broken links in Documentation (#1385)

    * typo 1083-bump-serde-json.md
    
    Signed-off-by: Tristav <124001124+Pricstas@users.noreply.github.com>
    
    * Update link README.md
    
    Signed-off-by: Tristav <124001124+Pricstas@users.noreply.github.com>
    
    * Update link 1295-move-cosmwasm-impls-to-separate-workspace.md
    
    Signed-off-by: Tristav <124001124+Pricstas@users.noreply.github.com>
    
    * typos CHANGELOG.md
    
    Signed-off-by: Tristav <124001124+Pricstas@users.noreply.github.com>
    
    * Update link README.md
    
    Signed-off-by: Tristav <124001124+Pricstas@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Tristav <124001124+Pricstas@users.noreply.github.com>
    Pricstas authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    edb36f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. add optional arbitrary impls (#1390)

    * add optional arbitrary impls
    
    * arbitrary for timestamp
    
    * fix individual crates arbitrary feature deps
    
    * changelog: add #1390
    
    * fix aribtrary feature not to rely on transitivity
    
    * simpler timestamp arbitrary impl
    
    * fix lint
    
    * add more missing arbitrary transitive features
    
    * add one more missing transitive arbitrary feature
    
    * ci: try to force install cargo-msrv
    
    ---------
    
    Co-authored-by: yito88 <yuji@phact-columba.com>
    tzemanovic and yito88 authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    eb7e079 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update rstest requirement from 0.23 to 0.24 (#1387)

    Updates the requirements on [rstest](https://github.com/la10736/rstest) to permit the latest version.
    - [Release notes](https://github.com/la10736/rstest/releases)
    - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
    - [Commits](la10736/rstest@v0.23.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: rstest
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Rano | Ranadeep <ranadeep@informal.systems>
    dependabot[bot] and rnbguy authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    36944b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2025

  1. Acknowledge packets asynchronously (#1392)

    * feat: support optional acks
    
    * refactor: add chan end variants of ack commit fns
    
    * chore: changelog for #1392
    sug0 authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    27f10ac View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. Signer parsing from context (#1393)

    * feat: convert signers with context
    
    * chore: changelog for #1393
    sug0 authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    a5f9fbf View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. fix: serde support for Height without revision_number (#1397)

    * put tests under mod
    
    * optional rev number during Height deserialization
    
    * add test
    
    * use serde cfg_attr
    
    * changelog entry
    
    * nit: changelog
    
    ---------
    
    Co-authored-by: Farhad Shabani <Farhad.Shabani@gmail.com>
    rnbguy and Farhad-Shabani authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    230e7a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. Release v0.57.0 (#1398)

    * chore: prepare changelog
    
    * chore: bump versions
    
    * fix: release check
    
    * fix broken links
    
    * rm leading newline
    
    * nit: few typos
    
    * deps: update time
    
    * bump markdown-link-checker action
    
    ---------
    
    Co-authored-by: Ranadeep Biswas <mail@rnbguy.at>
    Farhad-Shabani and rnbguy authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    be82d12 View commit details
    Browse the repository at this point in the history
Loading