-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into sean/consensus-state-pruning
- Loading branch information
Showing
20 changed files
with
579 additions
and
103 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/538-test-for-client-expiry.md
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 @@ | ||
- Add test for expired client status. | ||
([\#538](https://github.com/cosmos/ibc-rs/issues/538)) |
2 changes: 1 addition & 1 deletion
2
.changelog/unreleased/improvements/850-fix-wasm-compilation-error-with-floats.md
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- Fix compilation issue with Wasm envs because of floats | ||
- Use `serde-json-wasm` dependency instead of `serde-json` for no-floats support | ||
- Add CI test to include CosmWasm compilation check | ||
([/#850](https://github.com/cosmos/ibc-rs/issues/850)) | ||
([\#850](https://github.com/cosmos/ibc-rs/issues/850)) |
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,9 @@ | ||
- Change `mocks` feature to imply `std` since it requires | ||
Timestamp::now to work. | ||
([\#926](https://github.com/cosmos/ibc-rs/pull/926)) | ||
|
||
<!-- | ||
Add your entry's details here (in Markdown format). | ||
If you don't change this message, or if this file is empty, the entry will | ||
not be created. --> |
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 @@ | ||
- Remove `AnySchema` as `JsonSchema` derive on `Any` now accessible through | ||
`ibc-proto-rs` ([#929](https://github.com/cosmos/ibc-rs/issues/929)) |
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 |
---|---|---|
|
@@ -4,8 +4,6 @@ on: | |
paths: | ||
- .github/workflows/cw-check.yml | ||
- ci/cw-check/** | ||
|
||
on: | ||
push: | ||
tags: | ||
- v[0-9]+.* | ||
|
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
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
Oops, something went wrong.