Commit graph

16 commits

Author SHA1 Message Date
Olaoluwa Osuntokun
a0991a431a build: update to latest lndclient version w/ tx labels 2020-10-05 12:40:06 -07:00
Oliver Gugger
c69325bf91
mod+macaroons: bump to lnd v0.11.1-beta.rc3
To make sure we can use the latest version of pool in LiT, we need to
make sure pool compiles against the actual v0.11.1 branch of lnd. There
were some conflicting changes to the macaroon service that didn't make
it to the branch that we need to roll back. Those changes don't affect
pool at all as we were always using the default root key ID anyway.
2020-09-18 09:00:11 +02:00
Oliver Gugger
1dc624a24a
config+server: add macaroon authentication to pool's server connn
To secure access to pool's RPC server, we add a macaroon authentication
service and its gRPC interceptors to the daemon's server connection.
2020-09-17 08:37:21 +02:00
Oliver Gugger
502892f81d
mod: bump lnd to v0.11.1-beta 2020-09-17 08:13:40 +02:00
Oliver Gugger
32e1006ef6
config+server: add TLS to pool's server connection 2020-09-12 09:08:13 +02:00
Oliver Gugger
123522e3b6
lnd+server+run: bump lnd to v0.11.1-beta
We update to the latest lnd version that contains the new flag in
AbandonChannel that we need. Because master is now tagged with
v0.x.99-beta, we can already increase the required version in the
server.
Because we touch this file anyway, let's as well avoid a bug in
lndclient that requires a subserver macaroon to be present even if we
don't need that subserver's functionality.
2020-09-10 13:47:17 +02:00
Olaoluwa Osuntokun
da9fa24767
build: rename module from llm to pool 2020-09-09 19:54:58 -07:00
Oliver Gugger
beb58ae58a
mod: bump aperture, lnd and lndclient 2020-09-03 09:57:42 +02:00
Wilmer Paulino
d60a44c73d
account: implement fee bump for transactions of accounts in pending states 2020-09-02 12:30:06 -07: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
Oliver Gugger
f6f72e9b0b
mod: bump lnd to version v0.11.0-beta.rc2 2020-08-11 10:14:49 +02:00
Oliver Gugger
76880bac86
clmrpc+rpcserver: add GetLsatTokens RPC 2020-08-03 11:08:55 +02:00
Oliver Gugger
6692073e89
clientdb+account: add code for migration-less new database fields
In the future we might want to have the possibility to add additional
fields to a database object (like orders or accounts) without the need
for a migration. We add the code for that already, even if it's not
being used currently.
2020-08-03 11:08:48 +02:00
Wilmer Paulino
af9513d503
rpcserver: use relative thaw height for funding shims 2020-07-02 16:02:15 -07:00
Oliver Gugger
97624499a9
mod: update bbolt to fix go1.14 compat 2020-06-24 10:53:59 +02:00
Olaoluwa Osuntokun
57fa63c237
multi: rename, fix modules 2020-06-21 19:37:00 -07:00