Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Releases: autonomys/pulsar

v0.2.0-alpha

31 Mar 10:34
dee068c
Compare
Choose a tag to compare

❗️⚠️ BREAKING CHANGE ⚠️❗️
you should wipe before starting farmer.
Run wipe command, to delete both farmer and node files.

What's New

Support for gemini3d!

There are two versions:

x86-64-v3: for newer processors since ~2015
x86-64-v2: for older processors since ~2009 and some old VMs

v0.1.12

28 Mar 14:50
0c1fa9f
Compare
Choose a tag to compare

What's New:

  • fix a bug where farmer silent exits in verbose mode -> 🐞 [Bug]: Farmer quietly exits #152
  • added --farmer and --node flag for wipe command. Now, users can wipe farmer and node independently -> 🎁 [Feature Request]: Add flags for wiping, specifically node or farmer #130
  • v2 and v3 executables for windows
  • fixed a bug on extra options for overriding substrate flags

There are two versions:

  • x86-64-v3: for newer processors since ~2015
  • x86-64-v2: for older processors since ~2009 and some old VMs

v0.1.11-alpha

23 Mar 07:58
88b0e5e
Compare
Choose a tag to compare

What’s New:

  • new command implemented: -V or --version to retrieve the version of the executable: 🎁 [Feature Request]: Add command to get current version #146
  • the suggested subspace-cli farm command is now directly retrieved from the executable name, so it will work even if the user changes the name of the executable. And the suggestion is made w.r.t directory the terminal currently in, meaning, users can copy-paste the command and it will always work.
  • even more graceful shutdown for plotting progress subscription (fixed a small bug of a false positive)
  • various improvements and bug fixes from monorepo-sdk side. Especially: 🐞 [Bug]:Node crashes right after it syncs (no other instance or process running) #148

There are two versions:

  • x86-64-v3: for newer processors since ~2015
  • x86-64-v2: for older processors since ~2009 and some old VMs

v0.1.10-alpha

20 Mar 14:50
479cd4d
Compare
Choose a tag to compare

What’s New

  • root is not a valid name for node anymore (to be able to distinguish users on telemetry)
  • run subspace-cli farm suggestion is fixed. Now, the proper executable name is generated dynamically
  • advanced users can now overwrite substrate flags
  • after syncing progress bar is completed, the message now correctly indicates that only initial syncing is completed, and syncing is continuing in the background to eliminate confusion
  • more optimized executables for linux
  • jemalloc is user for even more optimized performance
  • graceful exit from farmer subscriptions (plotting progress and solutions)

v0.1.9-alpha

15 Mar 14:43
e680737
Compare
Choose a tag to compare

❗️⚠️ BREAKING CHANGE ⚠️❗️
you should wipe before starting farmer.

What's New?

  • config.toml is now simpler and cleaner
  • reflecting latest changes from Monorepo and SDK (various improvements and bug fixes)
  • now, users can supply --executor flag to farm command -> farm --executor, to start the node in executor mode without the need for re-initializing the config with init step

v0.1.8-alpha

08 Mar 13:58
0161c11
Compare
Choose a tag to compare

What's New

  • total farmed block count line is now updating itself via overwriting to the same line, instead of appending a new line for each farmed block (this was previously causing a wall of text if the number of farmed blocks were too high) #richPeopleProblems
  • plotting progress is now more smooth

v0.1.7-alpha

01 Mar 08:10
4413606
Compare
Choose a tag to compare

stabilizes farming, syncing and plotting for gemini3c

v0.1.6-alpha

17 Jan 11:28
Compare
Choose a tag to compare

Adds executor support to CLI

❗️⚠️ BREAKING CHANGE ⚠️❗️
you should wipe before starting farmer.


Please download the executable from the below list for your operating system.
Refer to our Readme for further details on how to use.

v0.1.5-alpha

30 Dec 15:57
Compare
Choose a tag to compare

fixes a bug where node syncing may fail

❗️⚠️ BREAKING CHANGE ⚠️❗️
you should wipe before starting farmer.


Please download the executable from the below list for your operating system.
Refer to our Readme for further details on how to use.

v0.1.4-alpha

21 Dec 07:54
814958f
Compare
Choose a tag to compare

Adds gemini-3b support!

❗️⚠️ BREAKING CHANGE ⚠️❗️
you should wipe before starting farmer. If wipe command gives an error to you (it might, because we changed the config fields), please delete the your previous cli directory manually (node, farmer, setting.toml, everything)

where is my cli folder?

if you did not provide a custom location, here it is:
Linux: /home/alice/.local/share/subspace-cli
macOS: /Users/Alice/Library/Application Support/subspace-cli
Windows: C:\Users\Alice\AppData\Roaming/subspace-cli


Please download the executable from the below list for your operating system.
Refer to our Readme for further details on how to use.