-
Notifications
You must be signed in to change notification settings - Fork 324
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_threshold to ProposeToUpdateCanisterSettingsCmd #2864
feat: Add wasm_memory_threshold to ProposeToUpdateCanisterSettingsCmd #2864
Conversation
@dfinity/nns-team Can someone please help me, I cannot find why test |
Add comment.
I've pushed two commits, and it should pass now. It seems like some other integration tests still need some slight changes though |
To support
on_low_wasm_memory
hook we are addingwasm_memory_threshold
toNNS
so it allows users to update its value usingNNS
proposal. We are as well addingwasm_memory_threshold
to canister settings to canisters inIC
repo.The
wasm_memory_threshold
will be added to the interface specification in dfinity/portal#3761