Slyghtning

Results 41 issues of Slyghtning

The Open/Filled/All tabs have misaligned contents, e.g.

Error pop-ups do not break lines hence are unreadalbe.

It introduces tracking of deposits to a static address and monitoring of the CSV expiry. Instead of using `RegisterConfirmationsNtfn` to detect spends to a pkScript, we poll the lnd account...

static-loop-in

This PR introduces an api to query static address related info like unconfirmed/confirmed deposits, loop-ins, summaries.

static-loop-in

This PR enables instant withdrawals of funds at static address deposits, allowing the client to omit the CSV timeout period of their Musig2 outpoints and cooperatively spend selected deposit outpoints...

static-loop-in

Hi @t-bast, I am sure that your pages about lightning are a great learning resource for many lightning devs and enthusiats. It would be great to see a document in...

I am trying to understand why the order of elements in the scriptSig of the HTLC success transaction is the following(remotePub|localPub|preimage): although the HTLC output locking script expects the order...

In the 'Hard Forks' section of '[Mining and Consensus](https://github.com/bitcoinbook/bitcoinbook/blob/develop/ch10.asciidoc)' it is stated that a spontaneous fork occurs at block height **4** whereas the hard fork supposedly happens at block height...

Spontaneous fork occurs at height 4 hence hard fork occurs at height 7. See https://github.com/bitcoinbook/bitcoinbook/issues/989