Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Releases: derogold/wallet-degon-pluton

1.2.2

13 Apr 20:18
Compare
Choose a tag to compare

New release of the Degon Wallet. Forked from WRKZ Pluton (originally developed by ExtraHash for TurtleCoin), this is the new GUI wallet adapted for DeroGold that uses the new wallet-api.

To-do:

  1. update README & screenshots
    2, possibly further performance improvements

Changes:

Changes difficulty target to 300s.
Disables autoUpdater (was pointed to the Extrahash’s original Proton API to check new versions. To be implemented for Degon yet).
First shot at performance improvements.

1.2.1

26 Dec 13:30
Compare
Choose a tag to compare

Forked from WRKZ Pluton (originally developed by ExtraHash for TurtleCoin), this is the new GUI wallet adapted for DeroGold that uses the new wallet-api.

To-do:

  1. update README & screenshots
  2. urgently requires some performance tuning.
  3. review the node-switching mechanism. sometimes the wallet seems stuck a reconnecting to the same (or different) node gets it going again. Needs investigation.

Changes:

Fixed the coliding home directory with the WRKZ Pluton fork
Enabled to scan coinbase transactions by default for DeroGold.

Needs testing and feedback here on DeroGold GitHub please! This is still only a lightly tested version and probably needs some more work.

1.2.0-rc

23 Dec 13:03
Compare
Choose a tag to compare
1.2.0-rc Pre-release
Pre-release

Forked from WRKZ Pluton (originally developed by ExtraHash for TurtleCoin), this is the new GUI wallet adapted for DeroGold that uses the new wallet-api.

To-do:

  • update README

  • change user directory to something else than .plutonwallet-degon, however the proposed change by @CapEtn in the app/index.js directory (export const directories = [ ${homedir}/.plutonwallet-degon, ... ) did not create the custom directory and as it was looking for the address book file in the original directory, the wallet failed to start. In order to publish this release before Christmas, I reverted back and will fix for the next RC). It could possibly bork because of the - in the dir name. Needs investigation.

  • urgently requires some performance tuning. Even the original version by ExtraHash on TRTL seemed fairly slow to sync, compared with zedwallet-beta.

  • review the node-switching mechanism. sometimes the wallet seems stuck a reconnecting to the same (or different) node gets it going again. Needs investigation.

  • the name Pluton in the window bar needs update to DEGOn - Pluton or to whatever name we chose to use going forward.

Needs testing and feedback here on DeroGold GitHub please!