-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #159 from provenance-io/release/v2.3.x
backmerge latest release 2.3.0
- Loading branch information
Showing
9 changed files
with
160 additions
and
31 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
### [v2.3.0](https://github.com/provenance-io/provwasm/tree/v2.3.0) | ||
|
||
* test tube integration tests ([PR #150](https://github.com/provenance-io/provwasm/pull/151)) | ||
* test tube integration tests ([PR #150](https://github.com/provenance-io/provwasm/pull/150)) | ||
* fix code generation ([#150](https://github.com/provenance-io/provwasm/issues/150)) | ||
* refactor `Any` to support Trigger messages ([#123](https://github.com/provenance-io/provwasm/issues/123)) | ||
* Update to cosmwasm 2.x ([#141](https://github.com/provenance-io/provwasm/issues/141)) | ||
* minimize generated types ([#152](https://github.com/provenance-io/provwasm/issues/152)) | ||
* update to provenance 1.19.0-rc5 ([#155](https://github.com/provenance-io/provwasm/issues/155)) |
Submodule provenance
updated
1097 files
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
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,12 +1,6 @@ | ||
#[cfg(feature = "capability")] | ||
pub mod capability; | ||
#[cfg(feature = "cosmos")] | ||
pub mod cosmos; | ||
#[cfg(feature = "cosmwasm")] | ||
pub mod cosmwasm; | ||
#[cfg(feature = "ibc")] | ||
pub mod ibc; | ||
#[cfg(feature = "provenance")] | ||
pub mod provenance; | ||
#[cfg(feature = "tendermint")] | ||
pub mod tendermint; |