mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
go.mod: bump pool to v0.7.1-beta
In this commit, we bump the embedded pool dependency to v0.7.1-beta, which pulls in the partial re-subscribe fix from lightninglabs/pool#521. Before, a single per-account failure in HandleServerShutdown would bail the whole re-subscribe loop and silently leave the remaining accounts un-subscribed (and filtered as offline at matching time) until the trader process restarted. The loop is now best-effort: per-account errors are logged with the trader key, every account still gets a re-subscribe attempt, and the aggregated error is returned to the caller via errors.Join so we don't lose the signal.
This commit is contained in:
parent
767c6e83fb
commit
b44a972fcd
2 changed files with 3 additions and 3 deletions
2
go.mod
2
go.mod
|
|
@ -29,7 +29,7 @@ require (
|
|||
github.com/lightninglabs/loop v0.31.8-beta
|
||||
github.com/lightninglabs/loop/looprpc v1.0.13
|
||||
github.com/lightninglabs/loop/swapserverrpc v1.0.20
|
||||
github.com/lightninglabs/pool v0.7.0-beta
|
||||
github.com/lightninglabs/pool v0.7.1-beta
|
||||
github.com/lightninglabs/pool/auctioneerrpc v1.1.3
|
||||
github.com/lightninglabs/pool/poolrpc v1.0.1
|
||||
github.com/lightninglabs/taproot-assets v0.7.1
|
||||
|
|
|
|||
4
go.sum
4
go.sum
|
|
@ -1150,8 +1150,8 @@ github.com/lightninglabs/neutrino v0.16.1 h1:5Kz4ToxncEVkpKC6fwUjXKtFKJhuxlG3sBB
|
|||
github.com/lightninglabs/neutrino v0.16.1/go.mod h1:L+5UAccpUdyM7yDgmQySgixf7xmwBgJtOfs/IP26jCs=
|
||||
github.com/lightninglabs/neutrino/cache v1.1.3 h1:rgnabC41W+XaPuBTQrdeFjFCCAVKh1yctAgmb3Se9zA=
|
||||
github.com/lightninglabs/neutrino/cache v1.1.3/go.mod h1:qxkJb+pUxR5p84jl5uIGFCR4dGdFkhNUwMSxw3EUWls=
|
||||
github.com/lightninglabs/pool v0.7.0-beta h1:sL+eO5ndanViImSNCpkaHaJNNYzoViYHEPHcp0ORoIo=
|
||||
github.com/lightninglabs/pool v0.7.0-beta/go.mod h1:gjY25+1yTjhgPU9icz5yWrHkMOVBrFXZDHlCra4zMHQ=
|
||||
github.com/lightninglabs/pool v0.7.1-beta h1:sB7SeJ57Yc+5H5I+oKKPLCRx+eKjnqJRvBq8ZFVRhWg=
|
||||
github.com/lightninglabs/pool v0.7.1-beta/go.mod h1:gjY25+1yTjhgPU9icz5yWrHkMOVBrFXZDHlCra4zMHQ=
|
||||
github.com/lightninglabs/pool/auctioneerrpc v1.1.3 h1:Di5Nf8Gll9wl6tbXsusGXj9e4yNsHvoJ0ssgoHyFXqY=
|
||||
github.com/lightninglabs/pool/auctioneerrpc v1.1.3/go.mod h1:N/X9SxrBCjquK8XkwSgk4qvGC2g8Dra9uiw5sXWmEl0=
|
||||
github.com/lightninglabs/pool/poolrpc v1.0.1 h1:XbNx28TYwEj/PVsnnF9TnveVCMCYfS1vVkcwz29vPmM=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue