-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* unclog release * bump version * Add serde feature (#331) * Add serde feature * Fix clippy warnings * Feature gate serde imports * Fix for `ErasedSerialize` * Fix unused imports * Fix CI * cargo fmt * Add serde feature to no-std-check's ibc dep * Document ErasedSerialize re-export * Move TimeoutHeight serde into it's own module * Move ClientState serde tests into it's own module * Fix typo * Apply suggestions from code review Co-authored-by: Philippe Laferrière <[email protected]> Signed-off-by: Shoaib Ahmed <[email protected]> * Update issue templates and CONTRIBUTING.md (#345) * Update issue templates and CONTRIBUTING.md * Reflect review input * few edits Co-authored-by: Philippe Laferriere <[email protected]> * make transfer application serde-dependent Signed-off-by: Shoaib Ahmed <[email protected]> Co-authored-by: Davirain <[email protected]> Co-authored-by: Philippe Laferrière <[email protected]> Co-authored-by: Farhad Shabani <[email protected]> * add serde changelog from #331 Signed-off-by: Shoaib Ahmed <[email protected]> Co-authored-by: Shoaib Ahmed <[email protected]> Co-authored-by: Davirain <[email protected]> Co-authored-by: Farhad Shabani <[email protected]>
- Loading branch information
1 parent
ef52941
commit 605e7b5
Showing
19 changed files
with
59 additions
and
2 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Make `serde` optional behind the `serde` feature flag | ||
([#293](https://github.com/cosmos/ibc-rs/issues/293)) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
This release contains miscellaneous improvements, focusing mainly on addressing technical debt. | ||
|
||
There are no consensus-breaking changes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters