Skip to content

Commit 16aef3a

Browse files
Merge branch 'main' into farhad/interchain-accounts
2 parents 75e6387 + ce53256 commit 16aef3a

File tree

92 files changed

+2941
-1462
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+2941
-1462
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Implement ADR 7, where `ClientState` objects are now statically dispatched instead
2+
of dynamically dispatched.
3+
([#296](https://github.com/cosmos/ibc-rs/issues/296))
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Revise the `ChainId::new` method so that rather than taking String argument
2+
it borrows a str. ([#721](https://github.com/cosmos/ibc-rs/issues/721))
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Modify `MsgUpgradeClient` struct to utilize `CommitmentProofBytes` and
2+
apply some refinements around upgrade client methods and impls respectively.
3+
([#739](https://github.com/cosmos/ibc-rs/issues/739))
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Remove Router::has_route
2+
([\#503](https://github.com/cosmos/ibc-rs/issues/503))
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Remove Header trait ([#617](https://github.com/cosmos/ibc-rs/issues/617))
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Deny use of unwrap() throughout the crate
2+
([#655](https://github.com/cosmos/ibc-rs/issues/655))
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- ChainId should serialize itself without using tendermint::chain::Id
2+
([#729](https://github.com/cosmos/ibc-rs/issues/729))
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- feat: use FromStr in client_type functions to construct ClientType
2+
([#731](https://github.com/cosmos/ibc-rs/pull/731))

0 commit comments

Comments
 (0)