diff --git a/canister_templates/experimental.wasm b/canister_templates/experimental.wasm index f04510b596..bad1f1c5ed 100644 Binary files a/canister_templates/experimental.wasm and b/canister_templates/experimental.wasm differ diff --git a/canister_templates/stable.wasm b/canister_templates/stable.wasm index 06af956940..32b954114b 100644 Binary files a/canister_templates/stable.wasm and b/canister_templates/stable.wasm differ diff --git a/src/build/stable/utils/types.ts b/src/build/stable/utils/types.ts index db71c2e53e..59a68da5aa 100644 --- a/src/build/stable/utils/types.ts +++ b/src/build/stable/utils/types.ts @@ -1,5 +1,3 @@ -// TODO should we consolidate ConsumerConfig? -// TODO should we only have stable things in here? import { ConsumerConfig } from '../../experimental/commands/compile/open_value_sharing/consumer'; export type CandidAndMethodMeta = { @@ -9,10 +7,6 @@ export type CandidAndMethodMeta = { export type CandidGen = 'automatic' | 'custom' | 'http'; -// TODO in stable we should detect if certain properties exist -// TODO and throw if not in experimental mode -// TODO should the experimental properties only be defined -// TODO in an experimental version of CanisterConfig? export type CanisterConfig = { main?: string; custom?: {