Skip to content

Releases: subspace/subspace

gemini-3h-2024-feb-01

01 Feb 14:01
e8ed377
Compare
Choose a tag to compare
gemini-3h-2024-feb-01 Pre-release
Pre-release

Main change

This is a bug fix release of Gemini 3h.

A few improvements:

  • improved DSN performance by tweaking internal connection limits
  • fixed piece cache sync being triggered on restart (will still happen one more time after upgrade)
  • plotting is now happening in parallel to node syncing
  • reduce domain logging verbosity during sync

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-2024-jan-31

31 Jan 06:07
8ca4ca0
Compare
Choose a tag to compare

Main change

This is a bug fix release of Gemini 3g.

A bunch of improvements:

  • quinn-udp warnings are suppressed for now
  • NUMA_ALLOCATOR experimental environment variable support removed
  • CPU utilization improvements for farmer:
    • if not enough farms present for number of L3 cache groups, CPU cores will be re-grouped more coarsely to be fully utilized even for smaller number of farms instead of printing warning
    • farming threads are capped to 32 by default, there should be no need to use more threads for any farm
  • runtime API usage reduced in RPC layer, allowing to connect much larger number of farms
  • faster initialization if partially filled piece cache on farmer, resulting in faster farmer startup
  • graceful networking shutdown under load
  • more graceful farmer shutdown without excessive warnings

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-jan-31-2

31 Jan 16:55
56cf1fb
Compare
Choose a tag to compare
Pre-release

Initial release of Gemini 3h software with PoT seed (hash of Bitcoin block 828258) baked in.

gemini-3h-2024-jan-31

31 Jan 15:06
c14a319
Compare
Choose a tag to compare
gemini-3h-2024-jan-31 Pre-release
Pre-release

Initial release of Gemini 3h software.

Note that this is note yet meant to be used by regular users and is primarily focused on Timekeepers for bootstrapping the network. There will be Proof of Time seed embedded in the next release that will make usage simpler. If you are interested in starting the network with us, join community call today, January 31st on Discord.

chain-spec-gemini-3h-2024-jan-31

31 Jan 11:09
148922f
Compare
Choose a tag to compare
Pre-release

This is chainspec release for upcoming Gemini 3h release

gemini-3g-2024-jan-29-2

29 Jan 14:24
d81f1c9
Compare
Choose a tag to compare

Main change

This is a bug fix release of Gemini 3g.

This is the same release as gemini-3g-2024-jan-29, but fixes compilation for macOS.

A few improvements:

  • Non-fatal farming errors will not crash farmer and will instead shown as warnings in logs
  • Corrupted sector metadata will be corrected on restart instead of crashing farmer
  • NUMA enabling in BIOS is no longer necessary as farmer will check L3 cache topology instead, benefiting larger Ryzen/Threadripper/Epyc processors
  • Some internal improvements with many new events exposed programmatically about farmer's operation

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-2024-jan-29

29 Jan 08:03
8bbdfbd
Compare
Choose a tag to compare

Main change

This is a bug fix release of Gemini 3g.

A few improvements:

  • Non-fatal farming errors will not crash farmer and will instead shown as warnings in logs
  • Corrupted sector metadata will be corrected on restart instead of crashing farmer
  • NUMA enabling in BIOS is no longer necessary as farmer will check L3 cache topology instead, benefiting larger Ryzen/Threadripper/Epyc processors
  • Some internal improvements with many new events exposed programmatically about farmer's operation

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-2024-jan-24

24 Jan 21:18
b3dac2c
Compare
Choose a tag to compare

Main change

This is a bug fix release of Gemini 3g.

Two improvements:

  • Graceful piece initialization shutdown that prevents farmer from taking a very long time to stop
  • --plotting-cpu-cores and --replotting-cpu-cores CLI options added to farmer, offering the maximum control over how to utilize CPU for sector encoding

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

snapshot-2024-jan-23-2

23 Jan 20:09
58f5dd8
Compare
Choose a tag to compare
Pre-release

Main change

This snapshot release is for testing purposes on devent and not compatible with Gemini network!
It is also not compatible with snapshot-2024-jan-23 release and uses a different chain spec.

We will test all the changes we have done to the protocol since Gemini 3g and once things are stable next Gemini 3 version will be launched.

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

snapshot-2024-jan-23

22 Jan 23:19
ca78fee
Compare
Choose a tag to compare
snapshot-2024-jan-23 Pre-release
Pre-release

Main change

This snapshot release is for testing purposes on devent and not compatible with Gemini network!

We will test all the changes we have done to the protocol since Gemini 3g and once things are stable next Gemini 3 version will be launched.

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