Skip to content
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

Add new channel upgrade proto messages #85

Closed
wants to merge 21 commits into from
Closed

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    e64f2bb View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    d9450a5 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    8d85932 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    0c5afca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccabec3 View commit details
    Browse the repository at this point in the history
  3. Fix post merge

    ljoss17 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    9e0ecb6 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    b3d0320 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    2a32821 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3cad91 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Merge tag 'v0.37.0' into romac/channel-upgrade-only

    ibc-proto-rs v0.37.0
    
    *October 4th, 2023*
    
    This release updates `prost` to v0.12 and `tonic` to v0.10,
    and makes `serde` an optional dependency, now only enabled with the `serde` feature.
    
    FEATURES:
    
    - Update `prost` to v0.12 and `tonic` to v0.10
      (#145)
    
    IMPROVEMENTS:
    
    - Make `serde` an optional dependency, now only enabled with the `serde` feature
      (#152)
    ljoss17 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    2c8cf0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f274583 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Merge tag 'v0.38.0' into romac/channel-upgrade-only

    ibc-proto-rs v0.38.0
    
    October 19th, 2023
    
    This release contains a breaking change, where the `Protobuf` trait is not
    object-safe any longer, but rather re-exported from the `tendermint-proto` crate.
    
    It also updates the Interchain Security protos to include misbehaviour-related messages.
    
    BREAKING CHANGES:
    
    - Switch from using object safe `Protobuf` definitions and re-export
     `Protobuf` from `tendermint-proto` crate` instead.
     (#116)
    
    FEATURES:
    
    - Update CCV provider protos to include misbehaviour-related messages
      (#113)
    ljoss17 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    874dff8 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    588a7a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    364e997 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    b0fa2eb View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    8cdd310 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Merge tag 'v0.41.0' into romac/channel-upgrade-only

    ibc-proto-rs v0.41.0
    
    *January 9th, 2024*
    
    This release integrates the ICS-08 WASM light client and ICS-721 NFT transfer
    application proto types. It additionally resolves the removal of the `#[no_std]`
    attribute, introduces the `informalsystems-pbjson/std` dependency for std
    feature compatibility.
    ljoss17 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    db7e5c8 View commit details
    Browse the repository at this point in the history
  2. Fix channel protos

    ljoss17 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    d264397 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c380c9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6642cfb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d28c00 View commit details
    Browse the repository at this point in the history