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

Commit 327c883

Browse files
bors[bot]luckysori
andauthored
Merge #362
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 <lucas_soriano@fastmail.com>
2 parents f66dbc7 + 2e95b89 commit 327c883

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- A mobile Lightning node that can be used to send and receive payments.
13+
The backend code is based on our fork of [`ldk-bdk-sample`](https://github.com/klochowicz/ldk-bdk-sample).
14+
- Support for CFD trading on Lightning.
15+
This is made possible by depending on our [our `rust-lightning` fork](https://github.com/itchysats/rust-lightning/tree/dlcs).
16+
- A combined view of all incoming and outgoing payments and transactions to the dashboard.
17+
- The ability to send and receive on-chain transactions.
18+
- A history for on-chain transactions and off-chain payments.
19+
- Added CFD trading screens: offer screen; order confirmation screen; `My CFDs` screen; and a CFD details screen that allows settlement.
20+
- Support for CFD trading against the `10101` node on Bitcoin `testnet`.
21+
- Placeholder cards and screens for additional services that showcase our vision to add sports betting, a Taro exchange and savings products.
22+
23+
### Changed
24+
25+
- Overhauled the app's look and feel. We are using blue as the main color and have aligned the theme throughout the application elements.
26+
1027
## [0.1.0] - 2022-11-09
1128

1229
### Added

0 commit comments

Comments
 (0)