Skip to content

Commit

Permalink
Link update PR #1554 to instantiate2_address/Instantiate2 CHANGELOGs
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Dec 20, 2022
1 parent f59ee3d commit 93582b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ and this project adheres to
dependency. This makes the contract incompatible with chains running versions
of CosmWasm earlier than 1.2.0 ([#1481]).
- cosmwasm-std: Add `instantiate2_address` which allows calculating the
predictable addresses for `MsgInstantiateContract2` ([#1437]).
predictable addresses for `MsgInstantiateContract2` ([#1437], [#1554]).
- cosmwasm-std: Add `WasmMsg::Instantiate2` (requires `cosmwasm_1_2`, see
`GovMsg::VoteWeighted` above) to instantiate contracts at a predictable
address ([#1436]).
address ([#1436], [#1554])).
- cosmwasm-schema: In contracts, `cosmwasm schema` will now output a separate
JSON Schema file for each entrypoint in the `raw` subdirectory ([#1478],
[#1533]).
Expand All @@ -30,6 +30,7 @@ and this project adheres to
[#1478]: https://github.com/CosmWasm/cosmwasm/pull/1478
[#1533]: https://github.com/CosmWasm/cosmwasm/pull/1533
[#1550]: https://github.com/CosmWasm/cosmwasm/issues/1550
[#1554]: https://github.com/CosmWasm/cosmwasm/pull/1554

### Changed

Expand Down

0 comments on commit 93582b9

Please sign in to comment.