We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe24025 commit c24d30eCopy full SHA for c24d30e
CHANGELOG.md
@@ -14,8 +14,13 @@ and this project adheres to
14
`CanonicalAddr` ([#1463]).
15
- cosmwasm-std: Implement `PartialEq` between `CanonicalAddr` and
16
`HexBinary`/`Binary` ([#1463]).
17
+- cosmwasm-std: Add `GovMsg::VoteWeighted`. In order to use this in a contract,
18
+ the `cosmwasm_1_2` feature needs to be enabled for the `cosmwasm_std`
19
+ dependency. This makes the contract incompatible with chains running versions
20
+ of CosmWasm earlier than 1.2.0 ([#1481]).
21
22
[#1463]: https://github.com/CosmWasm/cosmwasm/pull/1463
23
+[#1481]: https://github.com/CosmWasm/cosmwasm/pull/1481
24
25
### Changed
26
0 commit comments