Skip to content

Commit

Permalink
Merge branch 'main' into spofford/msrv-1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang authored Jul 22, 2024
2 parents eec250d + 5dac658 commit 9d784f5
Show file tree
Hide file tree
Showing 12 changed files with 768 additions and 958 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Removed the Bitcoin query methods from `ManagementCanister`. Users should use `BitcoinCanister` for that.
* Added `BitcoinCanister` to `ic-utils`.
* Upgraded MSRV to 1.75.0.
* Changed `ic_utils::interfaces::management_canister::builders::InstallMode::Upgrade` variant to be `Option<CanisterUpgradeOptions>`:
* `CanisterUpgradeOptions` is a new struct which covers the new upgrade option: `wasm_memory_persistence: Option<WasmMemoryPersistence>`.
* `WasmMemoryPersistence` is a new enum which controls Wasm main memory retention on upgrades which has two variants: `Keep` and `Replace`.

## [0.36.0] - 2024-06-04

Expand Down
Loading

0 comments on commit 9d784f5

Please sign in to comment.