Releases: autonomys/subspace
gemini-3h-2024-jul-29
Main change
This is a bug fix release of Gemini 3h.
This release primarily brings a few domain fixes based on the previous gemini-3h-2024-jul-26
release. All domain nodes should upgrade to this release.
Ubuntu and Windows x86-64 builds
There are two versions:
- 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
runtime-gemini-3h-2024-jul-29
This is a runtime upgrade release for the consensus chain on Gemini 3h.
Applied to Gemini 3h at block 2_632_229: https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc-0.gemini-3h.subspace.network%2Fws#/explorer/query/0x70341bff112141b5690d6993eabebe69f60cff1ba48205a139a7f9396530a1c0
A few notable improvements:
- Introduce the invalid XDM fraud proof
- Support updating the PoT slot iteration
- Support transfer funds from the treasury
- Fix unexpected slashing to the honest operator due to invalid bundle that contains illegal tx
The rest of the changes are internal.
domain-genesis-storage-gemini-3h-2024-jul-29
This is a domain runtime upgrade release for the Nova EVM domain and the Auto ID domain on Gemini 3h.
Nova EVM domain upgrade applied to Gemini 3h at block 2_632_265: https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc-0.gemini-3h.subspace.network%2Fws#/explorer/query/0xd1c162e4c980baa821653b16309f28229404bc182cedd927f09ba8c3e0228f20
Auto ID domain upgrade applied to Gemini 3h at block 2_632_288: https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc-0.gemini-3h.subspace.network%2Fws#/explorer/query/0x74530734ffac2a7fcd4b9250c8c6809f92089fe2deab42897285475cd0e4ca2d
A few notable improvements:
- Introduce the invalid XDM fraud proof
- Add the
pallet-utility
to runtime
The rest of the changes are internal.
gemini-3h-2024-jul-26
Main change
This is a bug fix release of Gemini 3h.
A few notable improvements:
- Fix for not returning correct segment headers to nodes that are trying to sync
- Some fixes for domains
- Some preparation for Snap sync for domains
- NOTE: due to GitHub organization renaming
ghcr.io/autonomys
should now be used instead ofghcr.io/subspace
in container images
The rest of the changes are internal.
Ubuntu and Windows x86-64 builds
There are two versions:
- 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
gemini-3h-2024-jul-22
Main change
This is a bug fix release of Gemini 3h.
A few notable improvements:
- Snap sync is used by default (use
--sync full
for old behavior) - Slightly more efficient sync (faster, less CPU usage, less bandwidth when using Snap sync)
- A few small farmer improvements and optimizations
The rest of the changes are internal.
Ubuntu and Windows x86-64 builds
There are two versions:
- 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
gemini-3h-2024-jul-16
Main change
This is a bug fix release of Gemini 3h.
A few notable improvements:
- Optimize farming cluster communication
- Add the auto-id domain bootstrap node to the chain spec
- Farmer metrics improvements:
- total and use plotter capacity
- farmer cache and find hits/misses, total and use capacity of piece cache
- skipped slots (not even audited)
- piece cache metrics
The rest of the changes are internal.
Ubuntu and Windows x86-64 builds
There are two versions:
- 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
gemini-3h-2024-jul-05
Main change
This is a bug fix release of Gemini 3h.
A few notable improvements:
- Farmer <> Node communication optimizations
- Farming cluster communication optimizations
- Fix support for multiple caches in farming cluster
- New farm version in preparation to upcoming official GPU plotter (existing farms will continue to work as before, new farms will be created in GPU-compatible format and not supported by older farmer versions)
- Workaround for another memory usage issue on Windows similar in nature to one addressed in
jun-11
The rest of the changes are internal.
Ubuntu and Windows x86-64 builds
There are two versions:
- 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
runtime-gemini-3h-2024-jun-21
This is a runtime upgrade release for the consensus chain on Gemini 3h.
Applied to Gemini 3h at block 2_099_554: https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc-0.gemini-3h.subspace.network%2Fws#/explorer/query/0xbb6b941fd6db6b777c958c73aaaf126a3bd5c1546d086a6078432c90e4160eaf
This release brings a lot of accumulated features/improvements to gemini 3h:
- Stateless fraud-proofs
- Removed nomination limits
- Operator proof-of-ownership of signing key
unlock_operator
extrinsic was replaced withunlock_nominator
- Etc
domain-genesis-storage-gemini-3h-2024-jun-21
This is a domain runtime upgrade release for the Nova EVM domain on Gemini 3h.
Applied to Nova on Gemini 3h at block 2_099_575: https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc-0.gemini-3h.subspace.network%2Fws#/explorer/query/0x7b30fae5269f2c158e9071e7d03b71e1bea1e3c1cc7d1c136e858a87289c17fb
This release brings a lot of accumulated features/improvements to the Nova EVM domain gemini 3h:
- Stateless fraud-proofs
- EVM gas estimate fixes
- Etc
gemini-3h-2024-jun-18
Main change
This is a bug fix release of Gemini 3h.
A few notable improvements:
- workaround for farming stopping on some farms in large setups when replotting starts
- fix for some RPC timeout reasons
- auditing and proving benchmarks are now more accurate and use the same number of threads as normal farmer operation
- scrubbing command now supports more targeted and faster scrubbing (metadata-only, metadata+plot, cache-only)
- better farming cluster performance when handling incoming requests
The rest of the changes are internal.
Ubuntu and Windows x86-64 builds
There are two versions:
- 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