Replaces the dynamic density-based smart contract deployment limits, by a static const MAX_DEPLOYMENT_{VARIABLES, CONSTRAINTS}_V2: u64 = 1 << 22 This will allow for more predictable and expressive smart contract deployments Testnet consensus version activation height: 18,813,000, predicted at current blocktimes to activate 8/18/2026
New consensus version activates at mainnet height: 20_794_000, est. August 4th 2026. A couple of features worth highlighting are: deployment density safety checks credits.aleo translation key support for dynamic dispatch
To build this release on ubuntu, you'll now require libclang-dev to be installed. A couple of other features worth highlighting are: telemetry is now a default-enabled feature A bug which causes CDN syncing to sometimes be skipped has been fixed Smart contracts can now be 4x as large, and granularly limit upgrades of individual functions A recent change to the proving puzzle algorithm has been…