Skip to content

Commit 9907b49

Browse files
authored
Merge pull request #1949 from CosmWasm/1932-analysis-report-additions
Add instantiate + migrate flags to AnalysisReport
2 parents 888552a + 720e6e0 commit 9907b49

File tree

17 files changed

+575
-88
lines changed

17 files changed

+575
-88
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ and this project adheres to
5151
- cosmwasm-vm: Make `instantiate` entrypoint optional. ([#1933])
5252
- cosmwasm-std: Rename `CosmosMsg::Stargate` to `CosmosMsg::Any` and use a
5353
nested msg struct like in other messages. ([#1926])
54+
- cosmwasm-vm: Add `AnalysisReport::entrypoints` and make
55+
`AnalysisReport::required_capabilities` a `BTreeSet`. ([#1949])
5456

5557
[#1874]: https://github.com/CosmWasm/cosmwasm/pull/1874
5658
[#1876]: https://github.com/CosmWasm/cosmwasm/pull/1876
@@ -64,6 +66,7 @@ and this project adheres to
6466
[#1939]: https://github.com/CosmWasm/cosmwasm/pull/1939
6567
[#1940]: https://github.com/CosmWasm/cosmwasm/pull/1940
6668
[#1941]: https://github.com/CosmWasm/cosmwasm/pull/1941
69+
[#1949]: https://github.com/CosmWasm/cosmwasm/pull/1949
6770

6871
### Removed
6972

Cargo.lock

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/burner/Cargo.lock

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/crypto-verify/Cargo.lock

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/cyberpunk/Cargo.lock

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/empty/Cargo.lock

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/floaty/Cargo.lock

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)