Commit graph

7 commits

Author SHA1 Message Date
positiveblue
6027ccd3d6
multi: bump btcec/v2 and btcutil to new versions 2022-03-28 15:22:41 +02:00
Oliver Gugger
36a13039e5
clientdb: add SidecarsByID 2021-09-29 15:41:34 +02:00
Oliver Gugger
95dcc4e94f
clientdb: remove bid template in terminal state 2021-09-29 15:41:33 +02:00
Oliver Gugger
93b5e6a5c7
multi: fix formatting and comments 2021-09-29 15:15:24 +02:00
Olaoluwa Osuntokun
3dee849502
clientdb: permit sub-buckets in main sidecar bucket
A prior check is now invalidated as the sidecar bucket houses a
sub-bucket that we use to store the set of bid information related to a
sidecar channel.
2021-05-24 22:28:39 -07:00
Olaoluwa Osuntokun
515a6ef476
clientdb: add new method to insert a sidecar ticket along w/ a bid
In this commit, we add a new method that lets us insert a sidecar ticket
as well as a bid in an atomic manner. We'll use this later when offering
this new type of automated ticket.
2021-05-09 19:24:58 -07:00
Oliver Gugger
f84debaeff
sidecar+clientdb: add sidecar storage
Both the trader offering to buy a sidecar channel for another node as
well as the recipient node will need to store the involved sidecar
tickets in their local databases. We add a simple store interface and
its implementation that will be used in future commits.
2021-04-01 22:34:07 +02:00