10101-PoC icon indicating copy to clipboard operation
10101-PoC copied to clipboard

The world needs more Lightning!

Results 46 10101-PoC issues
Sort by recently updated
recently updated
newest added

Initial exploration of flutter showed that we have a few unknowns. Some questions: - how to communicate with long-running tasks in Rust from Flutter, such as LDK - where to...

At the moment we do not support showing Rust logs on mobile - it works on desktop. We could configure tracing layers that add support for native iOS/Android logging frameworks....

I primarily work with the simulator and it bugged me to disable this if all the time. Only logging if on android or ios will not polute the logging if...

So far, we used regtest or testnet for testing. We should evaluate how easy it is to setup a bitcoin signet including additional services like a blockexplorer and electrs.

https://play.google.com/console/about/ I think we will also build the android app as bundle instead of an apk. https://docs.flutter.dev/deployment/android#building-the-app-for-release

Annotating the function with `#[tokio::main]` killed the runtime after the function completes. Thus we had to block the run function indefinitely for the long living threads to keep going. This...

Adds and handling in case the background processor stops, by simply trying to start the background processor again. Some more refactoring could be probably done there, but I tried to...

``` 2022-12-06 07:51:53 INFO ten_ten_one::cfd::open: Adding custom output thread 'frb_workerpool' panicked at 'assertion failed: self.channel_state.try_lock().is_ok()', /Users/dakami/.cargo/git/checkouts/rust-lightning-42dd281c301507a3/10b69c9/lightning/src/ln/channelmanager.rs:2820:23 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace flutter: {_CfdOrderConfirmationState} {openCfd} {Failed...

bug

On my iPhone clicking submit has no effect. ![image](https://user-images.githubusercontent.com/224613/205405695-004a05a1-563c-4b7d-bb10-68ac0de935dd.png)

bug
iOS

Tested on `testnet` `stable` `0.3.2` `android` Opening a channel, does not always succeed. It looks like the maker is busy and we are constantly loosing the connection. During channel creation...

bug
testnet