Commit graph

6 commits

Author SHA1 Message Date
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