Skip to content

Releases: cygnet3/danawallet

v0.2.0

18 Dec 20:23
Compare
Choose a tag to compare

The first non-alpha release of Dana wallet.

What's Changed

  • Add a confirmation screen when attempting to wipe the wallet by @cygnet3 in #82
  • Add app icon for android by @cygnet3 in #85
  • Remove restoring from keys functionality by @cygnet3 in #89
  • Remove 'birthday' option from wallet recovery flow by @cygnet3 in #90
  • Save network in wallet repository by @cygnet3 in #91
  • Fee estimation by @Sosthene00 in #92

Full Changelog: v0.1.0-alpha.2...v0.2.0

v0.1.0-alpha.2

14 Nov 20:12
Compare
Choose a tag to compare
v0.1.0-alpha.2 Pre-release
Pre-release

Second pre-release. Some important changes are:

  • Seed phrase is saved separately in secure storage, this makes it easier to recover a wallet in case of fatal errors.
  • Simplify sending screen
  • Add cutthrough, making mainnet block scanning feasible on mobile phones

Below are the auto-generated release notes:

What's Changed

  • Set keyboard type as email for recipient field by @cygnet3 in #60
  • Use sp_client bitcoin dependency instead of direct import by @cygnet3 in #63
  • Move SpWallet from sp client library to dana by @cygnet3 in #64
  • Refactor Sp Wallet by @cygnet3 in #65
  • Move seed phrase from SpWallet data blob to flutter secure storage by @cygnet3 in #66
  • Refactor scan progress from wallet state to scan notifier by @cygnet3 in #67
  • Refactor spending logic by @cygnet3 in #69
  • Add interrupt feature for scanning by @cygnet3 in #68
  • Fix flutter_rust_bridge code warnings by @cygnet3 in #71
  • Only allow 1 payment recipient by @cygnet3 in #72
  • Add cutthrough support by @cygnet3 in #73
  • Update sp-client to latest by @cygnet3 in #81

Full Changelog: v0.1.0-alpha...v0.1.0-alpha.2

v0.1.0-alpha

11 Sep 12:18
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

This is the first public release of Dana wallet: a simple silent payment-native bitcoin wallet.

Note: this release supports bitcoin mainnet, testnet3 and signet. We recommend using signet for this release. To get some funds to play with, you can use our Signet faucet: https://silentpayments.dev

For now, we STRONGLY recommend against using mainnet unless you are willing to accept the risk of losing your funds. If you do, please back up your seed phrase. We are not responsible for lost funds.