-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
|
||
- Build a Lightning Full node using LDK and Flutter and open a channel automatically [https://github.com/itchysats/10101/issues/10](https://github.com/itchysats/10101/issues/10). | ||
- Build out frontend based on the [wireframes](https://www.figma.com/file/zUBJpQ0v8cx6DHivS10OeI/TenTenOneWireFrame). | ||
- Add a custom output to a Lightning Channel. This will be the base for adding DLCs to a channel. [https://github.com/itchysats/10101/issues/54](https://github.com/itchysats/10101/issues/54) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@luckysori are we going to publish the blog post? #14
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed during our demo call, let's publish it during the next iteration 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can include it in this list then.
docs/ppp/iteration_3_01112022.md
Outdated
|
||
- Added an on-chain wallet powered by [BDK](https://github.com/bitcoindevkit/bdk) to our app. We generate a wallet basde on a Bip39 seed phrase [https://github.com/itchysats/10101/issues/68](https://github.com/itchysats/10101/issues/68). | ||
- Show balance in the wallet. [https://github.com/itchysats/10101/issues/90](https://github.com/itchysats/10101/issues/90). | ||
- Made progress on our fork of [rust-lightning](https://github.com/itchysats/rust-lightning). While we do not have a full end-to-end test yet we feel confident that it's just a few lines of code away :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose we can now say that we've added a custom output to the commitment transaction!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
7cc3c20
to
4b47cf4
Compare
bors r+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to provide some additional content :)
docs/ppp/iteration_3_01112022.md
Outdated
### Progress ✅ | ||
|
||
- Added an on-chain wallet powered by [BDK](https://github.com/bitcoindevkit/bdk) to our app. We generate a wallet basde on a Bip39 seed phrase [https://github.com/itchysats/10101/issues/68](https://github.com/itchysats/10101/issues/68). | ||
- Show balance in the wallet. [https://github.com/itchysats/10101/issues/90](https://github.com/itchysats/10101/issues/90). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docs/ppp/iteration_3_01112022.md
Outdated
### Plans 📆 | ||
|
||
- Build a Lightning Full node using LDK and Flutter and open a channel automatically [https://github.com/itchysats/10101/issues/10](https://github.com/itchysats/10101/issues/10). | ||
- Build the trade view based on the [wireframes](https://www.figma.com/file/zUBJpQ0v8cx6DHivS10OeI/TenTenOneWireFrame). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Build the trade view based on the [wireframes](https://www.figma.com/file/zUBJpQ0v8cx6DHivS10OeI/TenTenOneWireFrame). | |
- Build the trade view based on the [wireframes](https://www.figma.com/file/zUBJpQ0v8cx6DHivS10OeI/TenTenOneWireFrame) as part of a Flutter app. Flutter allows to us to ship us to multiple devices out of the box. |
docs/ppp/iteration_3_01112022.md
Outdated
### Progress ✅ | ||
|
||
- Added an on-chain wallet powered by [BDK](https://github.com/bitcoindevkit/bdk) to our app. We generate a wallet basde on a Bip39 seed phrase [https://github.com/itchysats/10101/issues/68](https://github.com/itchysats/10101/issues/68). | ||
- Show balance in the wallet. [https://github.com/itchysats/10101/issues/90](https://github.com/itchysats/10101/issues/90). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Show balance in the wallet. [https://github.com/itchysats/10101/issues/90](https://github.com/itchysats/10101/issues/90). | |
- Set up Flutter and `flutter-rust-bridge` so we can stick to rust for the beefy parts but have a beautiful cross-platform app based on Flutter. | |
- Show balance in the wallet screen. [https://github.com/itchysats/10101/issues/90](https://github.com/itchysats/10101/issues/90). | |
- Work on the Wallet backup screens. [https://github.com/itchysats/10101/pull/81](https://github.com/itchysats/10101/pull/81) | |
- Work on navigation between Wallet and CFD trading page. [https://github.com/itchysats/10101/issues/90](https://github.com/itchysats/10101/issues/96). |
98: 3rd PPP r=bonomat a=bonomat resolves #55 Please provide more input. I would also add some screenshots from the frontend PRs which are merged already. Co-authored-by: Philipp Hoenisch <[email protected]>
bors r- |
Canceled. |
Just in time :D |
resolves #55
4b47cf4
to
1bab741
Compare
Thanks for the feedback and input everyone :) bors r+ |
Build succeeded: |
resolves #55
Please provide more input. I would also add some screenshots from the frontend PRs which are merged already.