canic-core 0.110.36

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
9
//! Module: domain::policy::pure::deployment
//!
//! Responsibility: name the native reserve required by control-plane deployment admission.
//! Does not own: balances, reservations, spending or runtime effects.
//! Boundary: runtime admission and host startup planning consume the same floor.

/// Native cycles that must remain after a deployment call reservation.
/// This is the maintained runtime guard, independent of automatic top-up thresholds.
pub const MINIMUM_DEPLOYMENT_RESERVE_CYCLES: u128 = 1_000_000_000_000;