Skip to content

Releases: autonomys/subspace

mainnet-2024-nov-28

28 Nov 04:39
16118da
Compare
Choose a tag to compare

Notable changes:

  • Fix for regression in the previous release causing new nodes to not start
  • Otherwise identical to mainnet-2024-nov-27

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.

runtime-taurus-2024-nov-27

27 Nov 17:34
Compare
Choose a tag to compare
Pre-release

This is a runtime upgrade release for the consensus chain on Taurus testnet.
The main change this release brings is removing the signing_key_proof_of_ownership when registering the operator.

mainnet-2024-nov-27

27 Nov 19:21
f4a19dd
Compare
Choose a tag to compare
mainnet-2024-nov-27 Pre-release
Pre-release

⚠️ Known issue: starting for the first time fails with error, install mainnet-2024-nov-18 and sync node first, then upgrade to this release. Existing users with synced node can upgrade safely.

Notable changes:

  • Improve farm locking to avoid json file corruption when the same farm is specified more than once and resized at the same time
  • Improve performance of downloading pieces from DSN
  • Improve plotting performance in cluster, especially with GPUs, when some farms are slow to write sectors to disk
  • Improvements to object mapping + subspace-gateway for retrieving objects from DSN

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.

domain-genesis-storage-taurus-nov-26

25 Nov 21:10
ab68451
Compare
Choose a tag to compare
Pre-release

This is a domain runtime release for enabling the EVM domain on Taurus testnet.

runtime-taurus-2024-nov-21

21 Nov 11:23
Compare
Choose a tag to compare
Pre-release

This is a runtime upgrade release for the consensus chain on Taurus testnet.
Allows to change reward enablement condition.

Applied to Taurus at 351_705 https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc-1.taurus.subspace.network%2Fws#/explorer/query/0x033695b5981263d1a375b3594380c6daad51ee85a98794ee3360cdc5e845076d

runtime-mainnet-2024-nov-21

21 Nov 09:44
1682628
Compare
Choose a tag to compare
Pre-release

This is a runtime upgrade release for the consensus chain on Mainnet.
Allows to change reward enablement condition.

Applied to Mainnet at block 210_990 https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.mainnet.subspace.foundation%2Fws#/explorer/query/0xdf6af3683620f8c03f6a7122cc9f31332a10ca1535c3739e1e73e7909ed81cd6

mainnet-2024-nov-18

18 Nov 09:55
8fe5849
Compare
Choose a tag to compare

Notable changes:

  • Fix for piece cache sync when two partially synced farms with duplicated pieces are combined under one farmer
  • Faster piece downloading for piece cache sync
  • Fix for piece downloading getting stuck for a long time during piece cache sync and plotting
  • Fix metrics endpoint to be compatible with Prometheus 3.0

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.

mainnet-2024-nov-13-2

13 Nov 14:10
d0dd634
Compare
Choose a tag to compare

Notable changes:

  • Small fix for running node on old x86-64-v2 processors on Linux

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.

mainnet-2024-nov-13

13 Nov 03:59
db76e5d
Compare
Choose a tag to compare

Known issues:

  • x86-64-v2 node is accidentally compiled for skylake in this build, if you see "invalid instruction" error use node from mainnet-2024-nov-06 release

Notable changes:

  • The same as mainnet-2024-nov-12, but with fixes x86-64-v2 Ubuntu executables

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.

mainnet-2024-nov-12

12 Nov 15:01
96cb482
Compare
Choose a tag to compare
mainnet-2024-nov-12 Pre-release
Pre-release

Notable changes:

  • Improve piece cache sync performance and reliability with fallback mechanism
  • Improve Snap sync state downloading with more retries
  • Reduce bandwidth usage by node during sync by not gossiping transactions to such nodes
  • Tune default plotting parameters primarily to improve GPU utilization
  • x86-64-v2 and x86-64-v3 version of container images are now available
    • can be used with --platform linux/amd64/v2 or --platform linux/amd64/v3, the default is still Skylake build
  • aarch64 standalone executable is now compiled with CUDA support enabled
  • RPC improvements for object mappings + new CLI option for controlling object mappings creation (disabled by default)
  • Initial implementation of Snap sync for domains

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.