oz

Results 19 comments of oz

Concept ACK Is there perhaps any unconsidered complexity for situations where multiple HTLCs exist in the commitment transaction for a single channel? Or would the invoice status not depend at...

Exploring this a bit to see whether I should take it on.. I'm imagining a slider something like the one in Lightning Joule: ![Screen Shot 2019-08-23 at 11 37 09...

Much needed feature by the way! 👍 Would love to see this in there

> @otech47 thanks for the feedback. We've discussed doing a slider that allow setting `sat/byte` but have decided to go with a high/medium/low prio setting in the payment ui. See:...

> @otech47 if 1 sat/byte is fixed and the user picks this option you could end up with a transaction that doesn't clear for a long time (or never) if...

> Yep me understand what the slider does? @leegordo see: https://www.loom.com/share/26e93303d0bd4297a09b2caee9d6317c

> Extract relevant JS code that defines the API Started looking into this step first and I understand how the mobile app is calling the grpc interface. Then I thought...

@alexbosworth I imagined as much thanks for the insight! I think the barebones implementation without that overhead would be fine for now, even though I also really like that kind...

Found a project that might have a good scaffolding for this: https://github.com/coreyphillips/react-native-lightning Just forked it to see what could be useful. Also started on a work-in-progress git repo trying to...

I believe this is due to WSL2 support as explained here: https://superuser.com/questions/1527835/windows-10-wsl-curl-cant-access-localhost-with-error-failed-to-connect-to-loca https://github.com/microsoft/WSL/issues/4619 As soon as I changed it back to WSL 1 with `wsl --set-version Ubuntu 1` and reopened...