Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add wasm_memory_limit to the management canister #483

Merged
merged 4 commits into from
Apr 19, 2024

Conversation

ulan
Copy link
Contributor

@ulan ulan commented Apr 17, 2024

This adds wasm_memory_limit to CanisterSettings and DefiniteCanisterSettings.

The corresponding spec change:

Ticket: SDK-1588

This adds `wasm_memory_limit` to `CanisterSettings` and
`DefiniteCanisterSettings`.

The corresponding spec change:

- dfinity/interface-spec#278
@ulan ulan requested a review from a team as a code owner April 17, 2024 09:23
@lwshang lwshang merged commit 70ddb3a into main Apr 19, 2024
16 checks passed
@lwshang lwshang deleted the ulan/wasm-memory-limit branch April 19, 2024 15:24
github-merge-queue bot pushed a commit to dfinity/ic that referenced this pull request Oct 8, 2024
Relevant breaking changes from
[`ic-cdk`](https://github.com/dfinity/cdk-rs/blob/main/src/ic-cdk/CHANGELOG.md):
1. [[0.15.0]]([0.15.0]): 
1. BREAKING: Stable Memory always use 64-bit addresses and stable64_*
system API. (dfinity/cdk-rs#498)
2. BREAKING: Add log_visibility to the management canister API types:
(dfinity/cdk-rs#497)
        - CanisterSettings
        - DefiniteCanisterSettings.
3.
[[0.13.3]](https://github.com/dfinity/cdk-rs/blob/main/src/ic-cdk/CHANGELOG.md#0133---2024-05-10-yanked)
BREAKING: Add wasm_memory_limit to the management canister API types:
(dfinity/cdk-rs#483)
    - CanisterSettings
    - DefiniteCanisterSettings.

---------

Co-authored-by: IDX GitHub Automation <infra+github-automation@dfinity.org>
nikolay-komarevskiy pushed a commit to dfinity/ic that referenced this pull request Oct 11, 2024
Relevant breaking changes from
[`ic-cdk`](https://github.com/dfinity/cdk-rs/blob/main/src/ic-cdk/CHANGELOG.md):
1. [[0.15.0]]([0.15.0]): 
1. BREAKING: Stable Memory always use 64-bit addresses and stable64_*
system API. (dfinity/cdk-rs#498)
2. BREAKING: Add log_visibility to the management canister API types:
(dfinity/cdk-rs#497)
        - CanisterSettings
        - DefiniteCanisterSettings.
3.
[[0.13.3]](https://github.com/dfinity/cdk-rs/blob/main/src/ic-cdk/CHANGELOG.md#0133---2024-05-10-yanked)
BREAKING: Add wasm_memory_limit to the management canister API types:
(dfinity/cdk-rs#483)
    - CanisterSettings
    - DefiniteCanisterSettings.

---------

Co-authored-by: IDX GitHub Automation <infra+github-automation@dfinity.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants