Commit graph

6 commits

Author SHA1 Message Date
Oliver Gugger
30c7ef6531
multi: bump lnd+lndclient compile time dependency
This commit bumps the compile time dependency of lnd and lndclient to
the 0.16.x branch. This makes the code forward compatible but does not
yet change anything with respect to the minimum required version the
user needs to run.
2023-03-08 17:42:04 +01:00
positiveblue
6027ccd3d6
multi: bump btcec/v2 and btcutil to new versions 2022-03-28 15:22:41 +02:00
Wilmer Paulino
2b3b29e33a
chaninfo: allow channel info submission for script enforced channels 2021-11-02 16:48:03 -07:00
Oliver Gugger
e3e384fc4f
chaninfo+rpcserver: add new anchor commit version 2021-01-11 13:19:10 +01:00
Oliver Gugger
978950600c
multi: update aperture, use lndclient, remove loop
To get rid of the loop dependency, we update aperture (which now houses
all the LSAT code) and use the standalone lndclient repository.
2020-08-11 19:41:01 +02:00
Wilmer Paulino
e2e566592a chaninfo: add new package to retrieve channel info for auctioneer
When traders create channels as part of a batch, the auctioneer provides
a guarantee to punish any traders who violate the lifetime of a channel
(also known as their maturity height). In order for the auctioneer to
carry out this duty, it'll need to retrieve a set of channel keys from
each trader to detect, in the event of a lifetime violation, who the
responsible trader was. This channel info is retrieved by the traders
from their encrypted SCBs.
2020-05-01 16:08:17 -07:00