Skip to main content

canic_core/
protocol.rs

1/// Runtime wire-level endpoint names used by `canic-core` for inter-canister calls.
2///
3/// Keep these synchronized with the macro-defined endpoints.
4
5pub const CANIC_RESPONSE_CAPABILITY_V1: &str = "canic_response_capability_v1";
6pub const CANIC_FLEET_REGISTRY: &str = "canic_fleet_registry";
7pub const CANIC_FLEET_REGISTRY_MANIFEST: &str = "canic_fleet_registry_manifest";
8pub const CANIC_FLEET_REGISTRY_VERSION: &str = "canic_fleet_registry_version";
9pub const CANIC_FLEET_SUBNET_ROOT_JOIN: &str = "canic_fleet_subnet_root_join";
10pub const CANIC_FLEET_REGISTRY_SNAPSHOT_FOR_ROOT: &str = "canic_fleet_registry_snapshot_for_root";
11pub const CANIC_FLEET_REGISTRY_ACKNOWLEDGE_ROOT: &str = "canic_fleet_registry_acknowledge_root";
12pub const CANIC_FLEET_REGISTRY_ROOT_ACKNOWLEDGEMENTS: &str =
13    "canic_fleet_registry_root_acknowledgements";
14pub const CANIC_FLEET_REGISTRY_ACTIVATE: &str = "canic_fleet_registry_activate";
15pub const CANIC_FLEET_REGISTRY_PUBLISH_ROOT_DRAINING: &str =
16    "canic_fleet_registry_publish_root_draining";
17pub const CANIC_FLEET_REGISTRY_PUBLISH_ROOT_REMOVED: &str =
18    "canic_fleet_registry_publish_root_removed";
19pub const CANIC_FLEET_SUBNET_ROOT_AUTHORITY: &str = "canic_fleet_subnet_root_authority";
20pub const CANIC_FLEET_SUBNET_ROOT_CANISTER_SUMMARY: &str =
21    "canic_fleet_subnet_root_canister_summary";
22pub const CANIC_FLEET_SUBNET_ROOT_DRAINING_BEGIN: &str = "canic_fleet_subnet_root_draining_begin";
23pub const CANIC_FLEET_SUBNET_ROOT_DRAINING_STATUS: &str = "canic_fleet_subnet_root_draining_status";
24pub const CANIC_FLEET_SUBNET_ROOT_DRAINING_INVENTORY_FINALIZE: &str =
25    "canic_fleet_subnet_root_draining_inventory_finalize";
26pub const CANIC_FLEET_SUBNET_ROOT_DRAINING_INVENTORY_STATUS: &str =
27    "canic_fleet_subnet_root_draining_inventory_status";
28pub const CANIC_FLEET_SUBNET_ROOT_REMOVAL_PUBLISH: &str = "canic_fleet_subnet_root_removal_publish";
29pub const CANIC_FLEET_SUBNET_ROOT_REMOVAL_STATUS: &str = "canic_fleet_subnet_root_removal_status";
30pub const CANIC_FLEET_REGISTRY_SYNCHRONIZE: &str = "canic_fleet_registry_synchronize";
31pub const CANIC_FLEET_REGISTRY_SYNC_STATUS: &str = "canic_fleet_registry_sync_status";
32pub const CANIC_FLEET_REGISTRY_ACTIVATE_MIRROR: &str = "canic_fleet_registry_activate_mirror";
33pub const CANIC_FLEET_REGISTRY_MIRROR_STATUS: &str = "canic_fleet_registry_mirror_status";
34pub const CANIC_ROOT_COMPONENT_REGISTRY_PREPARE: &str = "canic_root_component_registry_prepare";
35pub const CANIC_ROOT_COMPONENT_REGISTRY_STATUS: &str = "canic_root_component_registry_status";
36pub const CANIC_ROOT_COMPONENT_ALLOCATE: &str = "canic_root_component_allocate";
37pub const CANIC_ROOT_COMPONENT_ALLOCATION_STATUS: &str = "canic_root_component_allocation_status";
38pub const CANIC_ROOT_COMPONENT_CHILD_ALLOCATE: &str = "canic_root_component_child_allocate";
39pub const CANIC_ROOT_COMPONENT_CHILD_ALLOCATION_STATUS: &str =
40    "canic_root_component_child_allocation_status";
41pub const CANIC_ROOT_COMPONENT_DRAINING_BEGIN: &str = "canic_root_component_draining_begin";
42pub const CANIC_ROOT_COMPONENT_DRAINING_STATUS: &str = "canic_root_component_draining_status";
43pub const CANIC_ROOT_COMPONENT_QUIESCE: &str = "canic_root_component_quiesce";
44pub const CANIC_ROOT_COMPONENT_QUIESCENCE_STATUS: &str = "canic_root_component_quiescence_status";
45pub const CANIC_ROOT_COMPONENT_DRAINING_ADVANCE: &str = "canic_root_component_draining_advance";
46pub const CANIC_ROOT_COMPONENT_DRAINING_INVENTORY_FINALIZE: &str =
47    "canic_root_component_draining_inventory_finalize";
48pub const CANIC_ROOT_COMPONENT_DELETE: &str = "canic_root_component_delete";
49pub const CANIC_ROOT_COMPONENT_MEMBERSHIP_REMOVE: &str = "canic_root_component_membership_remove";
50pub const CANIC_ROOT_COMPONENT_DELETION_STATUS: &str = "canic_root_component_deletion_status";
51pub const CANIC_ROOT_COMPONENT_SUBTREE_REMOVAL_BEGIN: &str =
52    "canic_root_component_subtree_removal_begin";
53pub const CANIC_ROOT_COMPONENT_SUBTREE_REMOVAL_ADVANCE: &str =
54    "canic_root_component_subtree_removal_advance";
55pub const CANIC_ROOT_COMPONENT_SUBTREE_REMOVAL_STOP_PREPARE: &str =
56    "canic_root_component_subtree_removal_stop_prepare";
57pub const CANIC_ROOT_COMPONENT_SUBTREE_REMOVAL_STOP: &str =
58    "canic_root_component_subtree_removal_stop";
59pub const CANIC_ROOT_COMPONENT_SUBTREE_REMOVAL_DELETE_PREPARE: &str =
60    "canic_root_component_subtree_removal_delete_prepare";
61pub const CANIC_ROOT_COMPONENT_SUBTREE_REMOVAL_DELETE: &str =
62    "canic_root_component_subtree_removal_delete";
63pub const CANIC_ROOT_COMPONENT_SUBTREE_REMOVAL_MEMBERSHIP_REMOVE: &str =
64    "canic_root_component_subtree_removal_membership_remove";
65pub const CANIC_ROOT_COMPONENT_SUBTREE_REMOVAL_DIRECTORY_SYNCHRONIZE: &str =
66    "canic_root_component_subtree_removal_directory_synchronize";
67pub const CANIC_ROOT_COMPONENT_SUBTREE_REMOVAL_LEAF_FINALIZE: &str =
68    "canic_root_component_subtree_removal_leaf_finalize";
69pub const CANIC_ROOT_COMPONENT_SUBTREE_REMOVAL_STATUS: &str =
70    "canic_root_component_subtree_removal_status";
71pub const CANIC_ROOT_COMPONENT_CHILD_CREATE: &str = "canic_root_component_child_create";
72pub const CANIC_ROOT_COMPONENT_CHILD_INSTALL: &str = "canic_root_component_child_install";
73pub const CANIC_ROOT_COMPONENT_CHILD_COMMIT: &str = "canic_root_component_child_commit";
74pub const CANIC_ROOT_COMPONENT_CHILD_DIRECTORY_PREPARE: &str =
75    "canic_root_component_child_directory_prepare";
76pub const CANIC_ROOT_COMPONENT_CHILD_RUNTIME_ACTIVATE: &str =
77    "canic_root_component_child_runtime_activate";
78pub const CANIC_ROOT_COMPONENT_CHILD_MEMBERSHIP_ACTIVATE: &str =
79    "canic_root_component_child_membership_activate";
80pub const CANIC_ROOT_COMPONENT_CREATE: &str = "canic_root_component_create";
81pub const CANIC_ROOT_COMPONENT_INSTALL: &str = "canic_root_component_install";
82pub const CANIC_ROOT_COMPONENT_COMMIT: &str = "canic_root_component_commit";
83pub const CANIC_ROOT_COMPONENT_DIRECTORY_PREPARE: &str = "canic_root_component_directory_prepare";
84pub const CANIC_ROOT_COMPONENT_RUNTIME_ACTIVATE: &str = "canic_root_component_runtime_activate";
85pub const CANIC_ROOT_COMPONENT_MEMBERSHIP_ACTIVATE: &str =
86    "canic_root_component_membership_activate";
87pub const CANIC_ROOT_COMPONENT_REGISTRY_PARTITION: &str = "canic_root_component_registry_partition";
88pub const CANIC_ROOT_COMPONENT_DIRECTORY_HEAD: &str = "canic_root_component_directory_head";
89pub const CANIC_ROOT_COMPONENT_DIRECTORY_PAGE: &str = "canic_root_component_directory_page";
90pub const CANIC_COMPONENT_RUNTIME_DIRECTORY_PREPARE: &str =
91    "canic_component_runtime_directory_prepare";
92pub const CANIC_COMPONENT_RUNTIME_DIRECTORY_SYNCHRONIZE: &str =
93    "canic_component_runtime_directory_synchronize";
94pub const CANIC_COMPONENT_RUNTIME_STATUS: &str = "canic_component_runtime_status";
95pub const CANIC_COMPONENT_RUNTIME_ACTIVATE: &str = "canic_component_runtime_activate";
96pub const CANIC_FLEET_ACTIVATION_STATUS: &str = "canic_fleet_activation_status";
97pub const CANIC_MANAGED_CANISTER_BINDING: &str = "canic_managed_canister_binding";
98pub const CANIC_PREPARE_FLEET_ACTIVATION: &str = "canic_prepare_fleet_activation";
99pub const CANIC_RESUME_FLEET_ACTIVATION: &str = "canic_resume_fleet_activation";
100pub const CANIC_PREPARE_FLEET_CREDENTIAL_GENERATION: &str =
101    "canic_prepare_fleet_credential_generation";
102pub const CANIC_ACTIVATE_FLEET: &str = "canic_activate_fleet";
103pub const CANIC_UPSERT_ROOT_ISSUER_POLICY: &str = "canic_upsert_root_issuer_policy";
104pub const CANIC_UPSERT_ROOT_ISSUER_RENEWAL_TEMPLATE: &str =
105    "canic_upsert_root_issuer_renewal_template";
106pub const CANIC_ROOT_ISSUER_RENEWAL_STATUS: &str = "canic_root_issuer_renewal_status";
107pub const CANIC_GET_OR_CREATE_CHAIN_KEY_DELEGATION_PROOF: &str =
108    "canic_get_or_create_chain_key_delegation_proof";
109pub const CANIC_PREPARE_DELEGATED_TOKEN: &str = "canic_prepare_delegated_token";
110pub const CANIC_GET_DELEGATED_TOKEN: &str = "canic_get_delegated_token";
111pub const CANIC_ACTIVE_DELEGATION_PROOF_STATUS: &str = "canic_active_delegation_proof_status";
112pub const CANIC_PREPARE_ROLE_ATTESTATION: &str = "canic_prepare_role_attestation";
113pub const CANIC_GET_ROLE_ATTESTATION: &str = "canic_get_role_attestation";
114pub const CANIC_INSTALL_ACTIVE_DELEGATION_PROOF: &str = "canic_install_active_delegation_proof";
115pub const CANIC_HEALTH: &str = "canic_health";
116pub const CANIC_READINESS: &str = "canic_readiness";
117pub const CANIC_RUNTIME_STATUS: &str = "canic_runtime_status";
118pub const CANIC_CYCLE_BALANCE: &str = "canic_cycle_balance";
119pub const CANIC_CYCLE_TRACKER: &str = "canic_cycle_tracker";
120pub const CANIC_CYCLE_TOPUPS: &str = "canic_cycle_topups";
121pub const CANIC_METADATA: &str = "canic_metadata";
122pub const CANIC_WASM_STORE_CATALOG: &str = "canic_wasm_store_catalog";
123pub const CANIC_WASM_STORE_INFO: &str = "canic_wasm_store_info";
124pub const CANIC_WASM_STORE_STATUS: &str = "canic_wasm_store_status";
125pub const CANIC_WASM_STORE_PREPARE_GC: &str = "canic_wasm_store_prepare_gc";
126pub const CANIC_WASM_STORE_BEGIN_GC: &str = "canic_wasm_store_begin_gc";
127pub const CANIC_WASM_STORE_COMPLETE_GC: &str = "canic_wasm_store_complete_gc";
128pub const CANIC_WASM_STORE_PREPARE: &str = "canic_wasm_store_prepare";
129pub const CANIC_WASM_STORE_CHUNK: &str = "canic_wasm_store_chunk";
130pub const CANIC_WASM_STORE_PUBLISH_CHUNK: &str = "canic_wasm_store_publish_chunk";
131pub const CANIC_WASM_STORE_STAGE_MANIFEST: &str = "canic_wasm_store_stage_manifest";
132pub const CANIC_WASM_STORE_BOOTSTRAP_DEBUG: &str = "canic_wasm_store_bootstrap_debug";
133pub const CANIC_ROOT_STORE_BOOTSTRAP: &str = "canic_root_store_bootstrap";
134pub const CANIC_ROOT_STORE_BOOTSTRAP_STATUS: &str = "canic_root_store_bootstrap_status";
135pub const CANIC_WASM_STORE_OVERVIEW: &str = "canic_wasm_store_overview";
136pub const CANIC_TEMPLATE_PREPARE_ADMIN: &str = "canic_template_prepare_admin";
137pub const CANIC_TEMPLATE_PUBLISH_CHUNK_ADMIN: &str = "canic_template_publish_chunk_admin";
138pub const CANIC_TEMPLATE_STAGE_MANIFEST_ADMIN: &str = "canic_template_stage_manifest_admin";
139pub const BLOB_STORAGE_BLOBS_ARE_LIVE: &str = "_immutableObjectStorageBlobsAreLive";
140pub const BLOB_STORAGE_BLOBS_TO_DELETE: &str = "_immutableObjectStorageBlobsToDelete";
141pub const BLOB_STORAGE_CONFIRM_BLOB_DELETION: &str = "_immutableObjectStorageConfirmBlobDeletion";
142pub const BLOB_STORAGE_CREATE_CERTIFICATE: &str = "_immutableObjectStorageCreateCertificate";
143pub const BLOB_STORAGE_UPDATE_GATEWAY_PRINCIPALS: &str =
144    "_immutableObjectStorageUpdateGatewayPrincipals";
145pub const BLOB_STORAGE_FUND_FROM_PROJECT_CYCLES: &str =
146    "_immutableObjectStorageFundFromProjectCycles";
147pub const BLOB_STORAGE_STATUS: &str = "get_blob_storage_status";
148pub const BLOB_STORAGE_CASHIER_ACCOUNT_BALANCE_GET_V1: &str = "account_balance_get_v1";
149pub const BLOB_STORAGE_CASHIER_ACCOUNT_TOP_UP_V1: &str = "account_top_up_v1";
150pub const BLOB_STORAGE_CASHIER_STORAGE_GATEWAY_PRINCIPAL_LIST_V1: &str =
151    "storage_gateway_principal_list_v1";
152
153pub const CANIC_SYNC_STATE: &str = "canic_sync_state";
154pub const CANIC_SYNC_TOPOLOGY: &str = "canic_sync_topology";
155
156pub const CANIC_WASM_STORE_ROOT_UPDATE_METHODS: &[&str] = &[
157    CANIC_WASM_STORE_BEGIN_GC,
158    CANIC_WASM_STORE_CHUNK,
159    CANIC_WASM_STORE_COMPLETE_GC,
160    CANIC_WASM_STORE_INFO,
161    CANIC_WASM_STORE_PREPARE,
162    CANIC_WASM_STORE_PREPARE_GC,
163    CANIC_WASM_STORE_PUBLISH_CHUNK,
164    CANIC_WASM_STORE_STAGE_MANIFEST,
165];
166
167pub const CANIC_WASM_STORE_STRUCTURAL_QUERY_METHODS: &[&str] =
168    &[CANIC_WASM_STORE_CATALOG, CANIC_WASM_STORE_STATUS];
169
170pub const BLOB_STORAGE_069_GATEWAY_METHODS: &[&str] = &[
171    BLOB_STORAGE_BLOBS_ARE_LIVE,
172    BLOB_STORAGE_BLOBS_TO_DELETE,
173    BLOB_STORAGE_CONFIRM_BLOB_DELETION,
174    BLOB_STORAGE_CREATE_CERTIFICATE,
175];
176
177pub const BLOB_STORAGE_070_GATEWAY_METHODS: &[&str] = &[
178    BLOB_STORAGE_UPDATE_GATEWAY_PRINCIPALS,
179    BLOB_STORAGE_FUND_FROM_PROJECT_CYCLES,
180];
181
182pub const BLOB_STORAGE_070_CASHIER_METHODS: &[&str] = &[
183    BLOB_STORAGE_CASHIER_ACCOUNT_BALANCE_GET_V1,
184    BLOB_STORAGE_CASHIER_ACCOUNT_TOP_UP_V1,
185    BLOB_STORAGE_CASHIER_STORAGE_GATEWAY_PRINCIPAL_LIST_V1,
186];