Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Releases: get10101/10101-PoC

0.3.2

07 Dec 05:30
3376ffc
Compare
Choose a tag to compare

Fixed

  • Action button that enables simple navigation to the wallet dashboard from all screens that show the balance.
  • Don't auto open the keyboard in the CFD trading screen.
  • Default invoice description keyboard to text.
  • Persist feed backup state over restarts.

Added

  • Settings screen that shows some useful app information but does not allow changes yet.
  • Show connection status to 10101 in the app.

Changed

  • Form validation for the open channel screen providing the user with more information.
  • Detect expired lightning payments and show them.
  • Show the confirmed balance as on-chain balance instead of the total balance to avoid confusion when opening a channel.

0.3.1

02 Dec 13:59
8733912
Compare
Choose a tag to compare

Fixed

  • Update on-chain balance immediately after channel closure.
  • Set log level to debug so the attached logs on the feedback emails are more helpful.

0.3.0

02 Dec 10:28
310b2e5
Compare
Choose a tag to compare

Fixes

  • Heaps of bugfixes and UX improvements

0.2.1

25 Nov 07:12
baeba5e
Compare
Choose a tag to compare

Fixed

  • Opening CFDs works again.
    We had introduced a regression with patch 38c09b2 which prevented the taker from noticing that the channel was ready.
  • Stopped hanging on the splash screen if the 10101 maker is unreachable.

Changed

  • Improve UI error message after opening a channel fails.

0.2.0

24 Nov 13:09
82ad5cc
Compare
Choose a tag to compare

Added

  • A mobile Lightning node that can be used to send and receive payments.
    The backend code is based on our fork of ldk-bdk-sample.
  • Support for CFD trading on Lightning.
    This is made possible by depending on our our rust-lightning fork.
  • A combined view of all incoming and outgoing payments and transactions to the dashboard.
  • The ability to send and receive on-chain transactions.
  • A history for on-chain transactions and off-chain payments.
  • Added CFD trading screens: offer screen; order confirmation screen; My CFDs screen; and a CFD details screen that allows settlement.
  • Support for CFD trading against the 10101 node on Bitcoin testnet.
  • Placeholder cards and screens for additional services that showcase our vision to add sports betting, a Taro exchange and savings products.

Changed

  • Overhauled the app's look and feel. We are using blue as the main color and have aligned the theme throughout the application elements.

0.1.0

09 Nov 07:56
c3814ee
Compare
Choose a tag to compare

Added

  • Initial flutter and flutter rust bridge project setup
  • BIP84 wallet derived from a BIP39 seed phrase
  • Dashboard view
  • Backup seed view
  • Mocked CFD trading view