dfinity / cdk-rs

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

feat: Add `reserved_cycles` and `reserved_cycles_limit` #449

Closed ulan closed 11 months ago

ulan commented 11 months ago

This adds the new fields to the API of the management canister:

More information:

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.

Fixes # (issue)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.

Checklist:

ulan commented 11 months ago

I am also working on the spec changes

ulan commented 11 months ago

The spec changes are merged: https://github.com/dfinity/interface-spec/pull/257