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

Releases: autonomys/pulsar

v0.5.3-alpha

18 Jul 18:34
651909f
Compare
Choose a tag to compare

What's New

Update: Increase node piece cache size to 3 GB.

There are two versions:

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

v0.5.1-alpha

03 Jul 19:17
Compare
Choose a tag to compare

What's New

Fixed: 🐞 [Bug]: Update default plot size to 2GB

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.5.0-alpha

02 Jul 00:12
Compare
Choose a tag to compare
v0.5.0-alpha Pre-release
Pre-release

This is a pre-release for early Gemini-3e testing.

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.4.2-alpha

26 May 14:03
d04d8a3
Compare
Choose a tag to compare

What's New

Implemented: 🎁 [Feature Request]: Generate mnemonic and public key in CLI if user wants to 199
Fixed: 🐞 [Bug]: Summary locking 202
Fixed: 🐞 [Bug]: Summary file cannot be read 197

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.4.1-alpha

08 May 17:06
621446b
Compare
Choose a tag to compare

What's New

🐞 [Bug]: Summary file cannot be read #197

There are two versions:

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

❗️⚠️ BREAKING CHANGE ⚠️❗️
if you are updating from below v0.4.0, you need to wipe summary. You can do ./subspace-cli wipe and then follow the prompts for deleting only summary.
NO WIPE NEEDED FOR NODE AND FARMER :)

v0.4.0-alpha

05 May 14:54
b41f123
Compare
Choose a tag to compare

❗️⚠️ BREAKING CHANGE ⚠️❗️
you need to wipe summary. You can do ./subspace-cli wipe and then follow the prompts for deleting only summary.
NO WIPE NEEDED FOR NODE AND FARMER :)

What's New

Implemented: 🎁 [Feature Request]: Add caching mechanism to summary 186
Implemented: 🎁 [Feature Request]: Fetch the farmer information form blockchain, based on farmer address. 185
Implemented: 🎁 [Feature Request]: Have a command OpenLogs for opening logs folder 182
Implemented: 🎁 [Feature Request]: if no flag is supplied, enter a TUI mode 179
Fixed: 🐞 [Bug]: solution subscription crashes because it cannot parse the summary sometimes 172
Fixed: 🐞 [Bug]: TUI is not supporting windows 192
Fixed: 🐞 [Bug]: Clock Skew texts are hurting the UX 188

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.3.3-alpha

19 Apr 05:45
c452f12
Compare
Choose a tag to compare

What's New

Fixed: 🐞 [Bug]: solution subscription crashes because it cannot parse the summary sometimes 172

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.3.2-alpha

18 Apr 12:01
0c1a788
Compare
Choose a tag to compare

What's New

  • Implemented: 🎁 [Feature Request]: If provided path for plot directory does not exist in the system, prompt the user and create it #174
  • Implemented: 🎁 [Feature Request]: Let users select the path for node files #173
  • Improved user experience a lot by importing latest changes from monorepo and sdk (improved sector downloading)

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.3.1-alpha

14 Apr 19:20
98dc55e
Compare
Choose a tag to compare

❗️❗️ IMPORTANT ❗️❗️
You have to upgrade to this version if you want to be compatible with Gemini3d
Why: because we updated/changed to bootnodes, and the previous releases are not compatible with the new bootnodes.

What's New

  • Fixed: 🐞 [Bug]: Do not give error for wipe if summary is not found #170
  • new changes from monorepo and SDK are imported
  • revamped read logic for summary, it will be less prone to bugs :)

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.3.0-alpha

07 Apr 10:30
2ef1d71
Compare
Choose a tag to compare

❗️⚠️ BREAKING CHANGE ⚠️❗️
you should wipe your summary before starting farmer.
NO NEED TO WIPE FARMER AND NODE.
To delete only summary, simply use wipe command without any additional flag, it will ask you what do you want to delete)

What's New:

  • Bug fix: 🐞 [Bug]: Inspect reward events and revamp the logic for # farmed blocks #163
    previously, farmed block count was not accurate. It was displaying the solutions generated instead (there can be multiple solutions per
    block, finding a solution does not necessarily means being the farmer of that block).
  • now, the following will be displayed in CLI:
    • vote_count: indicating how many blocks have been voted on
    • farmed_block_count: now, properly displays the value for the farmed block count
    • total rewards: this will be 0 for now, till rewards are enabled on the monorepo side (we are not issuing rewards for gemini3d yet)
  • error propagation for plotting and solution subscriptions
  • wipe command now can delete summary and config as well
  • various improvements and bug fixes on SDK and Monorepo side

There are two versions:

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