File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ and this project adheres to
13
13
dependency. This makes the contract incompatible with chains running versions
14
14
of CosmWasm earlier than 1.2.0 ([ #1481 ] ).
15
15
- cosmwasm-std: Add ` instantiate2_address ` which allows calculating the
16
- predictable addresses for ` MsgInstantiateContract2 ` ([ #1437 ] ).
16
+ predictable addresses for ` MsgInstantiateContract2 ` ([ #1437 ] , [ # 1554 ] ).
17
17
- cosmwasm-std: Add ` WasmMsg::Instantiate2 ` (requires ` cosmwasm_1_2 ` , see
18
18
` GovMsg::VoteWeighted ` above) to instantiate contracts at a predictable
19
- address ([ #1436 ] ).
19
+ address ([ #1436 ] , [ # 1554 ] ) ).
20
20
- cosmwasm-schema: In contracts, ` cosmwasm schema ` will now output a separate
21
21
JSON Schema file for each entrypoint in the ` raw ` subdirectory ([ #1478 ] ,
22
22
[ #1533 ] ).
@@ -30,6 +30,7 @@ and this project adheres to
30
30
[ #1478 ] : https://github.com/CosmWasm/cosmwasm/pull/1478
31
31
[ #1533 ] : https://github.com/CosmWasm/cosmwasm/pull/1533
32
32
[ #1550 ] : https://github.com/CosmWasm/cosmwasm/issues/1550
33
+ [ #1554 ] : https://github.com/CosmWasm/cosmwasm/pull/1554
33
34
34
35
### Changed
35
36
You can’t perform that action at this time.
0 commit comments