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

Releases: autonomys/subspace-desktop

0.6.1

02 Jun 20:30
f23f1f5
Compare
Choose a tag to compare

See the assets to download this version and install.

Hotfix

Links to issues that are closed with this release:

  • Remove non-incentivized testnet from header #236
  • Switch public_api_ws to gemini from aries (minor bug) #237

Planned for next-release:

  • render voting rewards as well alongside the farm rewards

Important note:
Currently (as of June 2, 2022), it is only possible to sync/plot for the incentivized testnet. Rewards are locked, they will be unlocked in a couple of days. When that happens, expect a new release of the Desktop app, which will incorporate the changes of voting mechanism, and display the correct amount of rewards.
In this version, you will be able to earn rewards for both voting and farming when rewards are unlocked. But this version will only display farm rewards, not voting rewards. Be sure to download the next release if you also want your voting rewards to be displayed in the desktop app.

P.S. Until rewards are unlocked, we suggest using this version of subspace-desktop, so that you can fully sync/plot, and will be 100% ready when the rewards are unlocked.

0.6.0

02 Jun 11:42
2f2959b
Compare
Choose a tag to compare

See the assets to download this version and install.

What's changed:

  • Subspace Desktop is now ready for Incentivized testnet! (changes from monorepo are reflected)

Links to issues that are closed with this release:

  • Spelling Issue ( minor improvement ) #228

Known issues

  • Non-incentivized testnet banner is still there, but it is indeed incentivized testnet :) Just ignore the banner for now
  • When you click on the block number of the block you farmed, it may redirect you to the aries testnet instead of gemini. This bug is only related to links, not affecting the protocol, so no need to worry

Planned for next-release:

  • render voting rewards as well alongside the farm rewards
  • all the known issues above :)

Important note:
Currently (as of June 2, 2022), it is only possible to sync/plot for the incentivized testnet. Rewards are locked, they will be unlocked in a couple of days. When that happens, expect a new release of the Desktop app, which will incorporate the changes of voting mechanism, and display the correct amount of rewards.
In this version, you will be able to earn rewards for both voting and farming when rewards are unlocked. But this version will only display farm rewards, not voting rewards. Be sure to download the next release if you also want your voting rewards to be displayed in the desktop app.

P.S. Until rewards are unlocked, we suggest using this version of subspace-desktop, so that you can fully sync/plot, and will be 100% ready when the rewards are unlocked.

0.5.2

26 May 22:49
6f01a49
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release

See the assets to download this version and install.

This version is not tested yet, please use the version with latest tag on it!

What's changed:

  • bug fix: peers information could not be relayed from node to the frontend
  • bug fix: plot card was sometimes not rendered due to number-string confusion
  • bug fix: plot size was not sent to the farmer accurately

Links to issues that are closed with this release:

  • Slight GUI Bug #223
  • Unable to fetch peers #206

Planned for next-release:

  • editable node name

0.5.1

22 May 09:25
fa0288e
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

See the assets to download this version and install.

This version is not tested yet, please use the version with latest tag on it!

What's changed:

  • additional CSP fixes for production
  • node and frontend port/connection fixes/improvements for production

Planned for next-release:

  • editable node name

0.5.0

22 May 09:23
0852dc8
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

See the assets to download this version and install.

This version is not tested yet, please use the version with latest tag on it!

What's changed:

  • We are introducing multi-replica plotting with 0.5.x versions. With multi-replica, you will be able to dedicate more space than the blockchain history (the current size of the blockchain).
  • external config: now, the user data is stored in an external configuration file, allowing the application to remember user preferences and data even if the user updates the application to a newer version.
  • removed the round-icon from top menu bar, to make the app more simplistic. This icon was indicating the network status, but it is also displayed in the dashboard. It was not necessary and confusing for some of the users.
  • updated the welcome page
  • node name is persistent now (won't change every time you restart the application),
  • log files are stored in conventional places for each OS
  • CSP is improved and fixed for production
  • farmer restart mechanism added (for some reason, if farmer crashes, now the backend code detects it, and restarts the farmer)

Links to issues that are closed with this release

  • unable to create sr25519 keyring in production #215
  • Linux and Windows Log file location #210
  • Extract metadata information to a config file #191
  • Receive peers and block information from node #182
  • Change the wording for Quick Start and Advanced #171
  • Handle farmer exit gracefully #156
  • Unable to select/detect pre-existing plotting folder #137

Planned for next-release:

  • editable node name

0.4.10

13 May 12:29
Compare
Choose a tag to compare
0.4.10 Pre-release
Pre-release

See the assets to download this version and install.

This version is not tested yet, please use the version with latest tag on it!

What's changed:

  • Better checks for config variables to eliminate unwanted evaluation to false conditions for future proofing for potential bugs

Planned for next-release:

  • multi-replica implementation on backend
  • external configuration file for remembering the choices and discovering the already existing plot files

0.4.9

12 May 08:41
Compare
Choose a tag to compare
0.4.9 Pre-release
Pre-release

See the assets to download this version and install.

This version is not tested yet, please use the version with latest tag on it!

What's changed:

  • Better logging
  • Fixed the bug: app was not setting plotStarted flag if the reward address was imported, or existing from previous versions.

Links to issues that are closed with this release

  • State does not persist when rebooting while still in plotting/syncing phase. #203

Planned for next-release:

  • multi-replica implementation on backend
  • external configuration file for remembering the choices and discovering the already existing plot files

0.4.8

10 May 17:02
Compare
Choose a tag to compare
0.4.8 Pre-release
Pre-release

See the assets to download this version and install.

This version is not tested yet, please use the version with latest tag on it!

What's changed:

  • Now, the application stores the important logs in an external log file. This will significantly ease the process of reporting errors and debugging.
  • Fixed the bug: if the application closes after generating the reward address, but before user confirms that s/he stored the reward address, the application will still store the reward address and will not display the mnemonic again.
  • Improved compatibility with polkadot js wallet

Links to issues that are closed with this release

  • Redirect logs to a file #181
  • Reward address is stored immediately after the mnemonic is displayed #199
  • Reward address format incompatibility with polkadot wallet #200

Planned for next-release:

  • multi-replica implementation on backend
  • external configuration file for remembering the choices and discovering the already existing plot files

0.4.7

06 May 00:29
Compare
Choose a tag to compare
0.4.7 Pre-release
Pre-release

See the assets to download this version and install.

What's changed:

  • Hotfix: Windows CORS issue is fixed. This issue was preventing localhost connections on Windows, making the farmer unable to start.

Planned for next-release:

  • multi-replica implementation on backend

0.4.6

05 May 17:34
Compare
Choose a tag to compare
0.4.6 Pre-release
Pre-release

See the assets to download this version and install.

What's changed:

  • Hotfix: Small bug fix (previous versions format of appConfig is detected and deleted for eliminating bugs).

Planned for next-release:

  • multi-replica implementation on backend