Skip to content

Commit

Permalink
Fix all contracts under cosmwasm/v010-contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Jul 13, 2022
1 parent df58736 commit f541956
Show file tree
Hide file tree
Showing 22 changed files with 652 additions and 136 deletions.
137 changes: 74 additions & 63 deletions cosmwasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cosmwasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[workspace]
members = ["packages/*"]
exclude = ["packages/enclave-test", "enclaves"]
exclude = ["packages/enclave-test", "enclaves", "v010-contracts/*"]
1 change: 1 addition & 0 deletions cosmwasm/enclaves/shared/cosmwasm-v010-types/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ where
pub enum CustomMsg {
Debug(String),
Raw(Binary),
Empty {},
}

impl Into<CosmosMsg<CustomMsg>> for CustomMsg {
Expand Down
Loading

0 comments on commit f541956

Please sign in to comment.