Commit graph

26 commits

Author SHA1 Message Date
Oliver Gugger
4945c41824
mod: bump lnd to final version 2025-05-26 10:50:43 +02:00
Elle Mouton
3fdb609002
docker: update dockerfile go versions 2025-03-05 12:37:49 +02:00
Elle Mouton
6dd03c0edc
multi: update lnd, aperture and lndclient deps
This includes upgrading the logging framework to the V2 framework. This
new framework lets us deprecate the `maxlogfiles` and
`maxlogfilesize` config options.
2025-03-05 12:31:15 +02:00
Oliver Gugger
85f81be29a
multi: bump lnd compile time dependency to v0.18.4-beta 2024-10-14 16:41:48 +02:00
Oliver Gugger
d78921b6ff
multi: switch gomock to go.uber.org 2024-05-31 10:39:24 +02:00
Oliver Gugger
36e4629078
multi: bump lnd to v0.18.0-beta 2024-05-31 10:39:23 +02:00
Oliver Gugger
31f714dafc
multi: update to lnd v0.17.0-beta 2023-10-03 19:38:20 +02:00
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
d30a0b213c
multi: update lnd and lndclient v0.15.1-beta 2022-10-18 04:34:20 -07:00
Oliver Gugger
56eb099eb2
multi: bump to latest lnd and lndclient versions 2022-06-17 14:50:58 +02:00
Oliver Gugger
3508d7b9a4
multi: bump to latest lndclient and lnd versions 2022-06-01 16:16:57 +02:00
positiveblue
573f86dc83
mod: update lndclient to use new SignOutputRaw 2022-04-04 11:35:20 +02:00
positiveblue
6027ccd3d6
multi: bump btcec/v2 and btcutil to new versions 2022-03-28 15:22:41 +02:00
positiveblue
739498543a
mocks: add account/watcher mocks 2021-12-07 12:22:37 -08:00
positiveblue
08921b51ad
mocks: udpate TestRegisterSidecar to use gomock
Create mocks for `sidecar/interfaces.go` and `internal/test/interfaces.go`
and use them for rewriting the `TestRegisterSidecar`.
2021-11-11 09:59:36 -08:00
Oliver Gugger
b460ba6fee
multi: update lndclient to latest version
With this commit we update to the latest lndclient version of the 0.14.0
branch that reverts a breaking change in the basic client and also fixes
a "close of closed channel" panic.
2021-10-26 12:38:54 +02:00
Oliver Gugger
429b28b110
multi: prepare for upcoming lnd v0.14.0-beta release 2021-10-20 19:25:54 -07:00
carla
234f4d80fb
gomod: bump to lndclient 13-7
This commit bumps pool to lndclient 13-7 so that code that depends
on lnd 0.13 can import pool. As is, pool is running with lndclient 0.12,
but pins minimum version to 0.11, so we are already in a state where
some of the apis available at compile time are not enforced by minimum
run version.

This commit bumps this minimum version up to 0.12 to minimize the
difference between the compile and runtime lnd version.
2021-08-20 16:49:41 +02:00
Oliver Gugger
22dcd1f7a1
multi: update lndclient and other deps 2021-01-15 22:14:36 +01:00
Oliver Gugger
60828ad4f4
mod+test: update deps to latest tagged versions 2020-10-30 09:09:57 +01:00
Olaoluwa Osuntokun
e49902167c internal: update mocks to match latest lndclient version 2020-10-05 12:45:32 -07:00
Johan T. Halseth
00bb324d38
fundingmgr: don't block on peer connection attempt
Since the call to connect to a peer is no longer async, a failed
connection would block and stall the whole execution logic until the
setupCtx was canceled. At that point the node we failed to connect with
would not be communicated back to the auctioneer, and we could get
matched with the same node in the next batch attempt.

This fixes that by starting the connection attempt in a go routine.
2020-09-17 13:29:31 +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
bc115ce1f9
fundingmgr: make testable and add unit tests 2020-08-24 17:47:21 +02: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
668bc2c279
multi: copy lndclient mocks from loop repository
As a preparation to get rid of the loop dependency, we copy the mocks we
need from the test package of that dependency and use them in our tests.
2020-08-11 10:44:24 +02:00