dfinity / interface-spec

IC Interface Specification
https://khsfq-wqaaa-aaaak-qckvq-cai.icp0.io/docs
37 stars 20 forks source link

Rejecting management canister calls #171

Closed mraszyk closed 6 months ago

mraszyk commented 1 year ago

A state transition for rejecting management canister calls is missing.

timohanke commented 1 year ago

Interested in what this refers to. Could you elaborate a little bit?

mraszyk commented 1 year ago

The state transitions part of the spec provides transitions modelling successful management canister calls, e.g., canister creation call, but there's no transition to produce a reject message if the management canister call is invalid.

mraszyk commented 6 months ago

Fixed by https://github.com/dfinity/interface-spec/pull/295