mraszyk
mraszyk
This feature is contained in the [upcoming](https://dashboard.internetcomputer.org/proposal/129746) IC release so merging this MR now.
@oggy-dfin Could you please also resolve the conflicts?
The state transitions [part](https://ic-interface-spec.netlify.app/#_state_transitions) of the spec provides transitions modelling successful management canister calls, e.g., canister creation [call](https://ic-interface-spec.netlify.app/#_ic_management_canister_canister_creation), but there's no transition to produce a reject message if the management...
Fixed by https://github.com/dfinity/interface-spec/pull/295
Could you please also add a CI check for the new formatting? Otherwise, we're likely to deviate again pretty soon.
> I assume that we're fine with the current status of this PR How about the call_on_cleanup analogy that I raised in the unresolved comment above?
@ielashi I replied > The reason for that is that call_on_cleanup, unlike this hook, cannot make outbound calls. As long as it can schedule a one-off timer, I don't see...
We discussed this PR in yesterday's spec meeting together with @dsarlis and we concluded that it'd make more sense to guarantee that enough cycles are reserved for the hook and...
Methods with names such as `canister_query get-counter-#` are allowed by the latest replica.
The limit on custom section name length (incl. `icp:public ` or `icp:private ` prefix) is 100000 as of now (see [here](https://github.com/bytecodealliance/wasm-tools/blob/1f5170f8e4bda1080ef3292ae74a4f4bec7112b9/crates/wasmparser/src/limits.rs#L26)).