nolooking icon indicating copy to clipboard operation
nolooking copied to clipboard

Batched Channels from a PayJoin ⚡️🔀

Results 12 nolooking issues
Sort by recently updated
recently updated
newest added

...when trying to generate funding request for two channels. Version 0.2.2-alpha on Umbrel, LND 0.16.3-beta.

# Chaincase Lightning PayJoin Roadmap If we don't follow user feedback we will never know what they want! This is a sprint to their feedback. Let's define *exactly* what that...

Trying to open a single channel with umbrel app via sparrow. ![image](https://user-images.githubusercontent.com/24557779/200329321-9052f46d-b5e0-4f11-88d3-44b586907990.png) Umbrel currently not displaying anything in logs other than `Listening on: http://0.0.0.0:4444`, will add more info here once...

Haven't looked into details of architecture of nolooking, how easy it would be to add support for other Lightning Network node implementations, mainly CLN?

we don't need repeat rpc calls, which I think we're doing now. lnd: https://api.lightning.community/#batchopenchannel cln: https://lightning.readthedocs.io/lightning-multifundchannel.7.html

Some of the errors we expose are only Internal errors. I think we expose too many errors to the public interface. Adding an internal error type interface these up should...

There are a few spots in the `scheduler.rs` where the code should indeed panic. `.expect()` instead of `.unwrap()` to document why on `handle.await `and `pjs.lock()` and `iter.next().unwrap(); // we assume...

good first issue

I think by default we should use ``` STATIC_DIR = "static"; ``` And give people the option of setting it using a config argument if they want to host nolooking...

Our fee calculation is probably wrong, not Sparrow's. We hit this issue on a dual-channel opening. min relay fee is 1sat/vb The issue is likely here: https://github.com/chaincase-app/nolooking/blob/919dc3cd4593a48d1ada410d469579b4ef1bbb8f/src/scheduler.rs#L348-L360 ``` at javafx.graphics@18/javafx.concurrent.Service.lambda$executeTask$7(Unknown...

On any async operation, we should display a loading overlay Similar to http://jsfiddle.net/8k2NV/2/