dfinity / cdk-rs

Rust canister development kit for the Internet Computer.
Apache License 2.0
202 stars 88 forks source link

feat!: canister state snapshots #504

Closed lwshang closed 3 months ago

lwshang commented 3 months ago

SDK-1780

Description

This is considered to be a breaking change since CanisterChangeDetails has one more variant.

Also updated PocketIC to the latest major version which allows us to enable non-mainnet features (e.g. snapshots).

How Has This Been Tested?

e2e test with PocketIC which turns on "non-mainnet feature".

Checklist: