Skip to content

Releases: ProvableHQ/snarkOS

testnet-v4.9.1

testnet-v4.9.1 Pre-release
Pre-release

Choose a tag to compare

@vicsn vicsn released this 14 Aug 11:37

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

v4.9.0

Choose a tag to compare

@vicsn vicsn released this 29 Jul 19:26

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

testnet-v4.9.0

Choose a tag to compare

@raychu86 raychu86 released this 25 Jul 00:47
d4c484c

Testnet upgrade height: 18,295,000

v4.8.1

Choose a tag to compare

@github-actions github-actions released this 09 Jul 12:30
01b3b60
Merge pull request #4347 from ProvableHQ/history_read_fix_mainnet

History read fix mainnet

v4.8.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 07:43

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 reverted, with the aim of stabilizing prover rewards to their previous level.

Mainnet upgrade height: 19,860,000

v4.7.5

Choose a tag to compare

@vicsn vicsn released this 23 Jun 12:13
325b7cc

Patches a performance issue of the history feature, this upgrade is not required for validators and core clients which don't use the history feature.

testnet-v4.8.1

Choose a tag to compare

@vicsn vicsn released this 15 Jun 14:48

Testnet upgrade height: 17,319,000

v4.7.4

Choose a tag to compare

@github-actions github-actions released this 03 Jun 18:25
1629d62
Merge pull request #4297 from ProvableHQ/history_optimization

Bump snarkVM rev and snarkOS version

v4.7.3

Choose a tag to compare

@github-actions github-actions released this 02 Jun 19:17
chore(snarkos): update snarkVM version

v4.7.2

Choose a tag to compare

@github-actions github-actions released this 29 May 20:09
5882946

Introduces better solution spam throttling.