Releases: autonomys/pulsar
v0.5.3-alpha
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
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
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
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
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
❗️
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
❗️
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
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
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
❗️❗️ 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
❗️
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 onfarmed_block_count
: now, properly displays the value for the farmed block counttotal 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