Releases: autonomys/subspace
Release list
runtime-mainnet-2026-jun-23
Runtime upgrade for mainnet and chronos with spec version 10
What's Changed
- Upgrade polkadot-sdk and frontier from stable2503 to stable2512 (#3766)
- Fix offline operator detection: two-gate check and zero-bundle bug (#3758)
- Backport PoS table optimizations from Abundance (#3754)
- Fix out-of-bounds write in non-parallel chiapos table creation (#3867)
- Bump Rust nightly to nightly-2026-04-11 (#3782)
Chronos Upgrade: https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.chronos.autonomys.xyz%2Fws#/explorer/query/0x23412a7fd260db9afec46d71164e3eb97e0b239ae9065874663cd64e24080f39
Mainnet Upgrade: https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.mainnet.autonomys.xyz%2Fws#/explorer/query/0x9f928be1fdc54c3d59cb4fbef5e09587cf2ecc7aa1799cf74fa94c9d803c9d2b
Full Changelog: runtime-mainnet-2026-feb-02...runtime-mainnet-2026-jun-23
domain-genesis-storage-mainnet-2026-jun-23
Mainnet and Chronos EVM release with spec version 4
What's Changed
- Upgrade polkadot-sdk and frontier from stable2503 to stable2512 (#3766)
- Fix offline operator detection: two-gate check and zero-bundle bug (#3758)
Chronos EVM upgrade: https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.chronos.autonomys.xyz%2Fws#/explorer/query/0xb2d0330da7c7bc962608888a8d83b9261ba632f4660e90c35ae606310ccbe3a0
Mainnet EVM Upgrade:
Full Changelog: domain-genesis-storage-mainnet-2026-feb-02...domain-genesis-storage-mainnet-2026-jun-23
mainnet-2026-jun-14
What's Changed
- Fix a piece-read regression from the Proof-of-Space performance backport (#3754) that could cause "Invalid scalar" read failures when serving pieces to peers; no replot needed (#3867).
Build variants
There are two versions of x86-64 builds for Ubuntu and Windows:
- skylake: for Intel Skylake/AMD Ryzen processors and newer
- x86-64-v2: for older processors since ~2009 and some old VMs
- older processors/VMs are no longer supported by official releases, but can still be compiled manually if desired
- x86-64 container images are built for Skylake/AMD Ryzen processors and newer only
Farmer builds with -rocm suffix are for plotting with AMD GPUs.
Full Changelog: mainnet-2026-mar-09...mainnet-2026-jun-14
chronos-2026-jun-14
What's Changed
- Fix a piece-read regression from the Proof-of-Space performance backport that could cause "Invalid scalar" read failures when serving pieces to peers; no replot needed (#3867).
- Farmer hardening: disconnect peers on ban, and a cross-platform fix for escaped color codes in logs (#3862).
- Minor CI and dependency updates.
Build variants
There are two versions of x86-64 builds for Ubuntu and Windows:
- skylake: for Intel Skylake/AMD Ryzen processors and newer
- x86-64-v2: for older processors since ~2009 and some old VMs
- older processors/VMs are no longer supported by official releases, but can still be compiled manually if desired
- x86-64 container images are built for Skylake/AMD Ryzen processors and newer only
Farmer builds with -rocm suffix are for plotting with AMD GPUs.
Full Changelog: chronos-2026-jun-01...chronos-2026-jun-14
mainnet-2026-jun-08
What's Changed
- Proof-of-Space performance improvements - backports the bucketed-array PoS table construction from Abundance (replacing sorted Vecs with fixed-size bucketed arrays) for better cache locality and lower allocation overhead (#3754):
| Benchmark | Before | After | Improvement |
|---|---|---|---|
| Table generation | 1.578s | 1.012s | 36% faster |
| Proof lookup | 290ns | 204ns | 30% faster |
| Verification | 15.5µs | 9.3µs | 40% faster |
- Upgrade polkadot-sdk and frontier from stable2503 to stable2512 (#3766)
- Farmer hardening: disconnect peers on ban, and a cross-platform fix for escaped color codes in logs (#3862)
- Bump Rust nightly to
nightly-2026-04-11(#3782) - Security-related dependency updates
Build variants
There are two versions of x86-64 builds for Ubuntu and Windows:
- skylake: for Intel Skylake/AMD Ryzen processors and newer
- x86-64-v2: for older processors since ~2009 and some old VMs
- older processors/VMs are no longer supported by official releases, but can still be compiled manually if desired
- x86-64 container images are built for Skylake/AMD Ryzen processors and newer only
Farmer builds with -rocm suffix are for plotting with AMD GPUs.
Full Changelog: mainnet-2026-mar-09...mainnet-2026-jun-08
chronos-2026-jun-01
What's Changed
Security-related dependency updates and minor infra changes.
Build variants
There are two versions of x86-64 builds for Ubuntu and Windows:
- skylake: for Intel Skylake/AMD Ryzen processors and newer
- x86-64-v2: for older processors since ~2009 and some old VMs
- older processors/VMs are no longer supported by official releases, but can still be compiled manually if desired
- x86-64 container images are built for Skylake/AMD Ryzen processors and newer only
Farmer builds with -rocm suffix are for plotting with AMD GPUs.
Full Changelog: chronos-2026-apr-30...chronos-2026-jun-01
chronos-2026-apr-30
What's Changed
Bump Rust nightly to nightly-2026-04-11 and minor infra related changes
Build variants
There are two versions of x86-64 builds for Ubuntu and Windows:
- skylake: for Intel Skylake/AMD Ryzen processors and newer
- x86-64-v2: for older processors since ~2009 and some old VMs
- older processors/VMs are no longer supported by official releases, but can still be compiled manually if desired
- x86-64 container images are built for Skylake/AMD Ryzen processors and newer only
Farmer builds with -rocm suffix are for plotting with AMD GPUs.
Full Changelog: chronos-2026-apr-03...chronos-2026-apr-30
chronos-2026-apr-03
What's Changed
Proof of Space Performance Improvements
Backports bucketed array approach for PoS table construction from Abundance, replacing sorted Vecs with fixed-size bucketed arrays for better cache locality and lower allocation overhead.
| Benchmark | Before | After | Improvement |
|---|---|---|---|
| Table generation | 1.578s | 1.012s | 36% faster |
| Proof lookup | 290ns | 204ns | 30% faster |
| Verification | 15.5µs | 9.3µs | 40% faster |
- Backport PoS table optimizations from Abundance in #3754
Other Changes
- Upgrade polkadot-sdk and frontier from stable2503 to stable2512 in #3766
Build variants
There are two versions of x86-64 builds for Ubuntu and Windows:
- skylake: for Intel Skylake/AMD Ryzen processors and newer
- x86-64-v2: for older processors since ~2009 and some old VMs
- older processors/VMs are no longer supported by official releases, but can still be compiled manually if desired
- x86-64 container images are built for Skylake/AMD Ryzen processors and newer only
Farmer builds with -rocm suffix are for plotting with AMD GPUs.
Full Changelog: chronos-2026-jan-15...chronos-2026-apr-03
mainnet-2026-mar-09
🚨 This is a mandatory client release for Mainnet and Chronos. Please upgrade as soon as possible
What's Changed
- Fix snapshot build failing for branch names with slashes in #3752
- update yamux 0.13.9 → 0.13.10 and bump binary versions to 0.1.7 in #3753
Build variants
There are two versions of x86-64 builds for Ubuntu and Windows:
- skylake: for Intel Skylake/AMD Ryzen processors and newer
- x86-64-v2: for older processors since ~2009 and some old VMs
- older processors/VMs are no longer supported by official releases, but can still be compiled manually if desired
- x86-64 container images are built for Skylake/AMD Ryzen processors and newer only
Farmer builds with -rocm suffix are for plotting with AMD GPUs.
Full Changelog: mainnet-2026-feb-28...mainnet-2026-mar-09
mainnet-2026-feb-28
🚨 This is a client Release for Mainnet and Chornos. Please upgrade as soon as possible
What's Changed
- update yamux 0.13.8 → 0.13.9 in #3749
Full Changelog: mainnet-2026-jan-20...mainnet-2026-feb-28