Releases: autonomys/subspace
mainnet-2024-nov-28
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
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
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
This is a domain runtime release for enabling the EVM domain on Taurus testnet.
runtime-taurus-2024-nov-21
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
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
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
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
Known issues:
x86-64-v2
node is accidentally compiled for skylake in this build, if you see "invalid instruction" error use node frommainnet-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
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
andx86-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
- can be used with
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.