AlexandraZapuc

Results 2 comments of AlexandraZapuc

> Will this require a stopped canister, or will it work even with outstanding callbacks? As discussed with @ielashi and @bogwar, we will not force the canister to be stopped,...

I had an offline discussion with @mraszyk. We agreed on the following API: ``` take_snapshot: (record { canister_id: canister_id; replace_snapshot: opt snapshot_id; }) -> (snapshot_id); load_snapshot: (record { canister_id: canister_id;...