release-v1.1.3
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.
- Users can export wallet seed at anytime after initial backup.
Changes since v1.1.2
- Update menu and fix editor title and hint by @JustinBeBoy in #490
- btc/ltc: Do not use chain client notifications. by @JoeGruffins in #491
- asset/dcr: use connect context for dcr dex wallet by @ukane-philemon in #502
- Update Go modules with known vulnerabilities to their fixed version by @ukane-philemon in #501
- Don't access index of a nil argument by @ukane-philemon in #500
- Update Item scroll component for load more item by @JustinBeBoy in #496
- Unexport
modal.SetLoadingand allow modals show loading btn by @ukane-philemon in #435 - dcr: Avoid freeze inside db transaction. by @JoeGruffins in #493
- fix dropdown and title on overlay by @JustinBeBoy in #499
- Improve dark mode and update some UI by @JustinBeBoy in #507
- multi: Add feature to export wallet seed after initial backup by @ukane-philemon in #505
- add top padding for create wallet title by @dreacot in #498
Full Changelog: v1.1.2...v1.1.3
Code Contributors (alphabetical order):
- Joe Gruffins (@JoeGruffins)
- Justin Do (@JustinBeBoy)
- Kennedy Izuegbu (@dreacot)
- Philemon Ukane (@ukane-philemon)