From 83fbda224b08434d052b17364cf3017db91ad770 Mon Sep 17 00:00:00 2001 From: Eric Swanson Date: Wed, 11 Dec 2024 09:39:22 -0800 Subject: [PATCH] CL --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02cc11faf3..03ec0eed3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ # UNRELEASED +### fix: 'unreachable' error when trying to upgrade an asset canister with over 1GB data + +The asset canister now estimates the size of the data to be serialized to stable memory, +and reserves that much space for the ValueSerializer's buffer. + ### feat: `dfx start --pocketic` supports `--force` and shared networks. `dfx start --pocketic` is now compatible with `--force` and shared networks.