You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2021. It is now read-only.
This Spike is about figuring out how we could do an RFC003 SWAP with lnd as one of the Ledgers. Note that this would be independent of lightning channels as a Ledger (unless you find that lnd exposes an api that would allow this).
HODL invoices were introduced into lnd here: lightningnetwork/lnd#2022 which will make things easier.
What to include:
A sketch of the protocol (the actions involved at each ledger state, what the SWAP request response would look like). Justify your decisions.
A summary of architectural changes we'd need to make to realise the proposal.
An analysis of any inconsistencies the proposal would have with our present idea of RFC003.
This Spike is about figuring out how we could do an RFC003 SWAP with
lndas one of theLedgers. Note that this would be independent of lightning channels as a Ledger (unless you find that lnd exposes an api that would allow this).HODL invoices were introduced into
lndhere: lightningnetwork/lnd#2022 which will make things easier.What to include: