Skip to content

Releases: autonomys/subspace

gemini-3g-2024-jan-03

03 Jan 12:23
196a008
Compare
Choose a tag to compare

Main change

This is a bug fix release of Gemini 3g.

Two improvements:

  • improved node sync state check, should prevent brief synced/not synced transitions
  • NUMA support in farmer for faster plotting on large processors (see forum post for more details)

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-3g-2023-jan-03

03 Jan 12:14
196a008
Compare
Choose a tag to compare
gemini-3g-2023-jan-03 Pre-release
Pre-release

NOTE: This release has the wrong tag, but otherwise equivalent to gemini-3g-2024-jan-03

gemini-3g-2023-dec-22

22 Dec 20:23
d504fed
Compare
Choose a tag to compare

Main change

This is a bug fix release of Gemini 3g.

A single improvement:

  • Farmer processes archived segments in more graceful way fixing large gaps in block production and massively reducing network usage spikes

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-3g-2023-dec-20

20 Dec 19:38
1b8b5f3
Compare
Choose a tag to compare

Main change

This is a bug fix release of Gemini 3g.

A few improvements:

  • fix for farm locking that prevents farmer from starting (--no-info was a workaround, shouldn't be necessary anymore)
  • --farm-during-initial-plotting now takes true/false argument and defaults to true on machines with more than 8 logical cores, which means most users shouldn't need to specify it anymore 🎉
    This change is based on consistent feedback from the community, thank you!

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-3g-2023-dec-18-2

18 Dec 17:41
309a07d
Compare
Choose a tag to compare

Main change

This is a bug fix release of Gemini 3g.

A few improvements:

  • only process canonical consensus blocks by operator, decreasing computation required and avoiding crashes in case there are many forks
  • acquire farm lock on the farmer in order to prevent accidental use of the same farm by two farmer instances that will inevitably lead to slashing and other issues

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-3g-2023-dec-18

18 Dec 15:56
33ee167
Compare
Choose a tag to compare

Main change

⚠️ This release is not compatible with Gemini 3g! ⚠️

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-3g-2023-dec-15

15 Dec 18:19
9bda3d7
Compare
Choose a tag to compare

Main change

This is a bug fix release of Gemini 3g.

A few quality of life improvements:

  • graceful shutdown in case piece cache sync is still in progress (fixed #2241)
  • avoid sync errors on node restart if stopped at unfortunate block (#2336)

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-3g-2023-dec-11

11 Dec 16:19
69ac2b4
Compare
Choose a tag to compare

Main change

This is a bug fix release of Gemini 3g.

This release primarily changes connection handling in networking stack, but also will start logging equivocated operators.

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-3g-2023-dec-06

06 Dec 10:37
9ca7a15
Compare
Choose a tag to compare
Pre-release

This is a runtime upgrade release for the consensus chain on Gemini 3g.

The main changes in this release:

  • Allow nominators to nominate operators

gemini-3g-2023-dec-01

01 Dec 13:41
d1f9e52
Compare
Choose a tag to compare

Main change

This is a bug fix release of Gemini 3g.

This release improves networking by maintaining the same number of connections, but preferring more useful (incoming) connections when approaching limits of connected peers.

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