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

Commit

Permalink
Merge #362
Browse files Browse the repository at this point in the history
362: Prepare changelog update for `0.2.0` release r=holzeis a=da-kami

It's hard to capture everything we did since release `0.1.0` - a lot has happened.
I tried to summarize what we did on a somewhat high level, focussing on the big feature and what the user can see. 

Suggestions to add something or word things different welcome!

`@holzeis` I'm assigning you to this PR now, because you will likely be the one merging it later :)

Co-authored-by: Lucas Soriano del Pino <[email protected]>
  • Loading branch information
bors[bot] and luckysori authored Nov 24, 2022
2 parents f66dbc7 + 2e95b89 commit 327c883
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### 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`](https://github.com/klochowicz/ldk-bdk-sample).
- Support for CFD trading on Lightning.
This is made possible by depending on our [our `rust-lightning` fork](https://github.com/itchysats/rust-lightning/tree/dlcs).
- 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] - 2022-11-09

### Added
Expand Down

0 comments on commit 327c883

Please sign in to comment.