release-v1.1.2
Cryptopower is a self-custodial Decred wallet application designed for both desktop and mobile platforms. It offers support for creating wallets not only for Decred but also for other cryptocurrencies such as Bitcoin and Litecoin. The app is built using Gio, a Golang library that facilitates the implementation of cross-platform immediate mode user interfaces. By leveraging a tightly integrated Golang codebase, Cryptopower delivers a native app experience that is smaller, faster, and more efficient for the Decred ecosystem.
Available Features
- Multi-Coin support - Native SPV wallets for Decred, Bitcoin and Litecoin.
- Coin Control - It allows users to select exact addresses and outputs to be used in a transaction.
- CoinShuffle++ - CoinShuffle++ (CSPP) is a mixing protocol used to create Decred CoinJoin transactions.
- Staking - This allows users to purchase tickets via DCR’s PoS (Proof-Of-Stake) consensus implementation.
- Governance - This allows users to vote on Decred Proposals, Consensus changes and Treasury Spendings.
- Set gap limit - Users can choose a custom gap limit for use with address discovery.
- Instant Exchange - Instant exchanging between assets using (Flyp.me, Godex, Changenow, Trocador).
- Fee Rates API - This allows for custom fee selection when sending BTC transactions.
- Transaction note - This allows for a note/description when sending transactions.
- DCRDEX - current trading pairs; LTC/DCR & DCR/BTC. It is currently available as part of this release but it is still under beta testing.
- Users can send transactions to multiple recipients at a go.
- Users can export transactions for better record keeping.
- Users can switch between mainnet and testnet right from the settings page
Changes since v1.1.0
- multi: Add dextest network. by @JoeGruffins in #420
- dcr: Limit methods accessible on dcr.Asset using WalletHelper interface for dcr dex wallet by @ukane-philemon in #438
- hotfix: Fix LTC
*neutrino.ChainService.Peers()
issue by @ukane-philemon in #444 - check latest released version from Github by @dreacot in #443
- Dex Improvements by @ukane-philemon in #449
- Allow user customize all setting on start page by @JustinBeBoy in #452
- Improve sync info by @JustinBeBoy in #450
- Update wallet name when it so long by @JustinBeBoy in #484
- Support display all destination addresses on transaction detail page by @JustinBeBoy in #442
- fix crash when pasting an empty text into the editor by @dreacot in #446
- update margin page and format balance by @JustinBeBoy in #485
- Show keyboard on wallet restore page on ios by @JustinBeBoy in #454
- Add android/ios links to readme by @dreacot in #447
- update text size for mobile and desktop version, update error text on Editor layout by @JustinBeBoy in #489
- Update UI for start page and fix bugs by @JustinBeBoy in #486
Full Changelog: v1.1.0...v1.1.2
Code Contributors (alphabetical order):
- Joe Gruffins (@JoeGruffins)
- Justin Do (@JustinBeBoy)
- Kennedy Izuegbu (@dreacot)
- Philemon Ukane (@ukane-philemon)
- Wisdom Arerosuoghene (@itswisdomagain)