Skip to content

Commit

Permalink
Merge pull request #2051 from CosmWasm/aw/analyze-performance
Browse files Browse the repository at this point in the history
Improve performance of `Cache::analyze`
  • Loading branch information
aumetra authored Mar 14, 2024
2 parents 6b7c60e + 2911c36 commit 56a5946
Show file tree
Hide file tree
Showing 18 changed files with 138 additions and 506 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ and this project adheres to

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

[#2044]: https://github.com/CosmWasm/cosmwasm/pull/2044
[#2051]: https://github.com/CosmWasm/cosmwasm/pull/2051

## [2.0.0] - 2024-03-12

Expand Down
43 changes: 6 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 4 additions & 38 deletions contracts/burner/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 4 additions & 38 deletions contracts/crypto-verify/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 5 additions & 39 deletions contracts/cyberpunk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 56a5946

Please sign in to comment.