Skip to content

Commit

Permalink
chore: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Sep 24, 2024
1 parent 9045377 commit e6022a4
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 6 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- [cosmwasm] Migrate the `cosmwasm` workspace into its own separate repository
located at [cosmwasm-ibc](https://github.com/informalsystems/cosmwasm-ibc).
([\#1311](https://github.com/cosmos/ibc-rs/issues/1311))
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
- [ibc-core] Defined a new `HostError` type in ics24 to draw distinction between protocol errors and host errors
- [ibc-core] Define a new `HostError` type in ICS-24 to draw distinction between
protocol errors and host errors. Additionally, rename `ContextError` to
`HandlerError` to better reflect its use case.
([\1320](https://github.com/cosmos/ibc-rs/issues/1320))
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- [ibc-core-channel] Merge `PacketError` type into `ChannelError`
([#1339](https://github.com/cosmos/ibc-rs/pull/1343))
([#1339](https://github.com/cosmos/ibc-rs/issues/1339))
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- [ibc-core] Remove `ClientError::Other` variant
- [ibc] Clean up multi-purpose variants like the `Other` variant and reduce
unnecessary `String` allocations in `*Error` enums.
([\#1346](https://github.com/cosmos/ibc-rs/issues/1346))
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- [ibc] Standardize error variants across the codebase to make them less
specific and more consistent.
([\#270](https://github.com/cosmos/ibc-rs/issues/270))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- [ibc-core-handler] Return `DecodingError` for `MsgEnvelope` when trying to
decode from `Any` ([\#950](https://github.com/cosmos/ibc-rs/issues/950))

0 comments on commit e6022a4

Please sign in to comment.