Skip to content

Commit 56a5946

Browse files
authored
Merge pull request #2051 from CosmWasm/aw/analyze-performance
Improve performance of `Cache::analyze`
2 parents 6b7c60e + 2911c36 commit 56a5946

File tree

18 files changed

+138
-506
lines changed

18 files changed

+138
-506
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ and this project adheres to
1717

1818
- cosmwasm-std: Enable `add_event` and `add_events` functions to process types
1919
implementing `Into<Event>` ([#2044])
20+
- cosmwasm-vm: Improve performance of the `Cache::analyze` function ([#2051])
2021

2122
[#2044]: https://github.com/CosmWasm/cosmwasm/pull/2044
23+
[#2051]: https://github.com/CosmWasm/cosmwasm/pull/2051
2224

2325
## [2.0.0] - 2024-03-12
2426

Cargo.lock

Lines changed: 6 additions & 37 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: 4 additions & 38 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: 4 additions & 38 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: 5 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)