Releases: autonomys/subspace
mainnet-2025-jun-06
What's Changed
- Improve segment downloading performance during DSN sync
- Fix retrieving multi-piece objects ending in the final segment piece
- Upgraded Substrate to 2412-6
- Fix incorrectly tracked segment indexes during DSN Sync
- PoT verification improvements
- Verification performance has more than doubled on CPUs that support AVX512F+VAES.
- All other accelerated platforms (AES-NI, AVX2+VAES, AES+NEON) have seen improvements beyond 7%, which applies even to non-accelerated platforms.
- PoSpace proving and verification have also improved, potentially leading to measurably faster plotting using the CPU.
New Contributors
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-2025-may-08...mainnet-2025-jun-06
runtime-taurus-2025-jun-03
Runtime release for Consensus on Taurus with spec version 16
What's Changed
- Capture more fallible routes XDM transfer to ensure correct book keeping
- Remove XDM V0 format. Migrated to V1 on both Consensus and Domains in previous upgrade
- Benchmarks for Domains and XDMs
- Optimized XDM message processing for relayers
- Add Minimum amount to transfer through XDM
Full Changelog: runtime-taurus-2025-may-04...runtime-taurus-2025-jun-03
domain-genesis-storage-taurus-2025-jun-03
Runtime release for EVM on taurus with spec version 6
What's Changed
- Capture more fallible routes XDM transfer to ensure correct book keeping
- Remove XDM V0 format. Migrated to V1 on both Consensus and Domains in previous upgrade
- Benchmarks for XDMs
- Optimized XDM message processing for relayers
- Add Minimum amount to transfer through XDM
Full Changelog: domain-genesis-storage-taurus-2025-may-04...domain-genesis-storage-taurus-2025-jun-03
taurus-2025-may-27
Notable changes
- Optimized XDM processing
- Update substrate to 2412-6
Full Changelog: taurus-2025-may-15...taurus-2025-may-27
taurus-2025-may-15
What's Changed
- Snap sync fixes for both Domain and Consensus
- Lib-p2p timeout for inbound substream
- Hotfix: Disable XDM Relayer
New Contributors
Full Changelog: taurus-2025-apr-22...taurus-2025-may-15
mainnet-2025-may-08
This is a pre-release for mainnet with substrate upgrade and other segment related changes. Used for testing to ensure compatibility
Notable changes
- Update substrate and its dependencies to polkadot-stable2412-1
- Parallelize Cluster Farm maintenance
- Improve object retrieval from the segments
- Use confirmation depth as canonicalization delay to reduce the memory footprint
- Snap Sync fixes
New Contributors
- @Dimitrolito made their first contribution in #3375
- @tomasandroil made their first contribution in #3392
- @torrpriius made their first contribution in #3400
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-2025-jan-14...mainnet-2025-may-08
runtime-taurus-2025-may-04
Runtime release for Consensus on Taurus with spec version 15
What's Changed
- Correctly count the cross-chain XDM fee transfer and ensure the balance bookkeeping match the domain total issuance in #3496
- Migrate to V1 XDm message format in #3503
- Ensure minting funds after fallible checks and skip transfer checks on XDM when disabled in #3514
Full Changelog: runtime-taurus-2025-apr-24-1...runtime-taurus-2025-may-04
evm-runtime-upgrade-taurus-2025-may-04
Runtime release for EVM on taurus with spec version 5
What's Changed
- Correctly count the cross-chain XDM fee transfer and ensure the balance bookkeeping match the domain total issuance in #3496
- Migrate to V1 XDm message format in #3503
- Ensure minting funds after fallible checks and skip transfer checks on XDM when disabled in #3514
Full Changelog: domain-genesis-storage-taurus-2025-apr-24...domain-genesis-storage-taurus-2025-may-04
runtime-taurus-2025-apr-24
Release for taurus runtime upgrade with spec version 14
What's Changed
- Fix pre_dispatch handling for xdm v1 message and enable v1 for test runtimes in #3473
- Account the
chain_rewardsagainst the domain balance bookkeeping check in #3479 - Skip domain balance check for domain 0 on Taurus in #3487
- Migrate from StorageValue to StorageMaps for XDM tags in #3488
- Fix unlock failure due to missing share price in #3480
Full Changelog: runtime-taurus-2025-mar-28...runtime-taurus-2025-apr-24-1
evm-runtime-upgrade-taurus-2025-apr-24
Release for EVM runtime on Taurus with spec version 4
What's Changed
- Fix pre_dispatch handling for xdm v1 message and enable v1 for test runtimes in #3473
- Migrate from StorageValue to StorageMaps for XDM tags in #3488
Full Changelog: domain-genesis-storage-taurus-2025-mar-27...domain-genesis-storage-taurus-2025-apr-24