Releases: PIVX-Project/PIVX-SPMT
Releases · PIVX-Project/PIVX-SPMT
SPMT - v0.3.2
Fixed:
- check malformed RPC credentials / refactor default config
- fix fee-display bug / lock fee with SwiftX
- fix bug with new masternode entry (is_hardware)
Included signature asc files to verify the authenticity of the downloaded package and confirm it has been signed by the author (Keybase user: random_zebra).
To verify the signature (with keybase app):
keybase pgp verify -d <detached signature file> -i <downloaded archive> -S random_zebra
e.g.
keybase pgp verify -d SPMT-v0.3.2a-x86_64-gnu_linux.tar.gz.asc -i SPMT-v0.3.2a-x86_64-gnu_linux.tar.gz -S random_zebra
To verify it (without keybase app):
- Download signing key
curl https://keybase.io/random_zebra/pgp_keys.asc?fingerprint=ed501a1c26ce0733c33d6b00e7d8bf3b03d710a1 > random_zebra-PUBKEY.asc
- Import key
gpg --import random_zebra-PUBKEY.asc
- Verify the downloaded archive with its detached signature file:
gpg --verify <detached signature file> <downloaded archive>
e.g.
gpg --verify SPMT-v0.3.2a-x86_64-gnu_linux.tar.gz.asc SPMT-v0.3.2a-x86_64-gnu_linux.tar.gz
SPMT - v0.3.1
Added:
- New Logo (thanks to @ElysiumcoreX)
- feature: Import external masternode file to cast votes with traditional (non-ledger) masternodes.
- feature: button to toggle expiring proposals in Governance Tab
Fixed:
- check status via txid instead of address (to be able to use it with external masternodes too).
- crash when removing masternodes
- Governance Tab: keep toggle state on reload
- bug with tx_progress signal from hwdevice
- refresh voting masternodes list after entry removal
- add a check for duplicate masternode names
SPMT - v0.3.0
Added:
- feature: Governance Tab to check the current budget status and vote for proposals.
- feature: Add a random time offset to votes (optional)
Fixed:
- double entries in log files
- minor UI fixes
SPMT - v0.2.3
Added:
- feature: SwiftX checkbox on rewards tab and sweepAll dialog
- check for new fields in DEFAULT_CACHE when reading file.
- mark immature rewards and remove them from sweepAll
- faster masternode-status query
Fixed:
- bug with immature rewards
- interference with Wallet chrome app
- error in sweepAll with no rewards
- error when user data dir is missing/incomplete/moved
- bug with Ubuntu 18.04 bundle: unable to load Qt platform plugins
- bug with sigTxAbort crashing on mac OSX
SPMT - v0.2.2
Added:
- better signal handling from hwdevice
- better watchdog handling
- optimized ApiClient connections (with multiple keys)
- feature: added progress bar to TX preparation and percent to TX signing dialog
- compute average Fee per Kb based on last 200 blocks instead of 10.
Fixed:
- issue with form in swepAll dialog on OSX
- refactored load_utxos thread
- random segfault when closing app on Linux
- refactored code to get RpClient and HwDevice status
SPMT - v0.2.1
Added:
- feature: save to cache file last used
Destination Address
- feature: save to cache file last set window/splitter dimension
- feature: save to cache file user-defined (with drag&drop) order in masternode list
- Queue Position estimate and progress bar in masternode status
- remove individual
getStatus
- feature: Sweep All Rewards to include all rewards from all masternodes in a single TX.
Fixed:
- fixed bug with non ASCII chars printed in logs
- Tweaked various UI texts (thanks @lubinalubina)
- refactored all
writeToFile
methods into one - reflect masternode list order in tabRewards selection menu
- don't display port numbers in main Tab
- minor fixes
SPMT - v0.1.1
Added:
- .onion address support for TOR masternodes
- automatic SPMT-version check
- mnbroadcast and TX details in final popups
- address balance in mn status line (Masternode Control tab)
- synchronization messages
Fixed:
- signal
sigTxdone
connection error in OSX - HW device check
SPMT - v0.1.0-c
First Release. 🎉
Basic functionalities implemented:
- starting masternode with Ledger Nano S as a device holding collateral and thus signing broadcast message.
- spending multiple UTXOs to a single address with or without including the collateral UTXO.
Big thanks to those who provided support (@s3v3nh4cks, @presstab, @Mrs-X, @marsmensch, @Fuzzbawls), helped testing (@Sieres, @lubinalubina) and designed icon and splashscreen (@r1979).
:UPF:
SPMT v0.0.9-h
Beta Test Release
SPMT v0.0.9-d
Beta Test Release