Lucas Soriano

Results 22 issues of Lucas Soriano

The e2e tests currently do an okay job at checking that certain flows work for the app. They do not directly verify if those flows work for the coordinator. For...

testing

When faced with a new poll, users might be biased to click on, for example, the first option.

good-first-issue

Continuation of https://github.com/get10101/10101/pull/2429.

With https://github.com/get10101/10101/pull/2094 we now have 3 storage-related traits in `ln-dlc-node`. This is a bit of a nightmare to maintain, as they all have their corresponding type parameter. I think it...

technical-debt

Steps to reproduce the problem: 1. Generate address in app. 2. Send some sats to address. 3. Send some more sats to the same address. 4. Mine a block. The...

bug

With https://github.com/get10101/10101/pull/2212 we go against esplora all the time, which is reliable but wasteful. We should include our `rust-dlc` transactions when syncing. This will require changes to `rust-dlc`, as the...

technical-debt

When opening the app, we get a black screen and this error if the development environment isn't up and running: ``` [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: FfiException(RESULT_ERROR, Wallet uninitialised, null) ```

bug

Without a price we display nonsensical information (0 margin etc.). It would be better to display a skeleton. And perhaps an info message too!

frontend

How is a user supposed to know that a long press on the Bitcoin balance will give them more info? The information is not crucial, but still.

frontend