Skip to content

Releases: autonomys/subspace

mainnet-2025-jun-06

06 Jun 10:54
615365a

Choose a tag to compare

mainnet-2025-jun-06 Pre-release
Pre-release

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

03 Jun 03:24
ac83a4a

Choose a tag to compare

Pre-release

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

03 Jun 03:31
be5bca3

Choose a tag to compare

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

27 May 04:02
aa8e0df

Choose a tag to compare

taurus-2025-may-27 Pre-release
Pre-release

Notable changes

  • Optimized XDM processing
  • Update substrate to 2412-6

Full Changelog: taurus-2025-may-15...taurus-2025-may-27

taurus-2025-may-15

15 May 08:48
6aaee34

Choose a tag to compare

taurus-2025-may-15 Pre-release
Pre-release

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

08 May 05:32
ae671b5

Choose a tag to compare

mainnet-2025-may-08 Pre-release
Pre-release

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

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

04 May 13:33
14a8412

Choose a tag to compare

Pre-release

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

04 May 13:36
fdd13cf

Choose a tag to compare

Pre-release

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

24 Apr 05:55
3dd49c6

Choose a tag to compare

Pre-release

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_rewards against 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

24 Apr 06:08
096c52f

Choose a tag to compare

Pre-release

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