From e970107f18cf2066c417afa7315453bdbd206ac6 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 20 May 2026 15:45:07 -0700 Subject: [PATCH 1/2] go.mod: bump pool to v0.7.0-beta Updates the embedded pool dependency to v0.7.0-beta, which brings in the auctioneer EOF reconnect and jittered backoff fixes (#518) and the pending-open-channel stream handling fix (#507), along with the usual round of transitive dependency bumps. --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index a80a6687..a17cf5c1 100644 --- a/go.mod +++ b/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.6.6-beta + github.com/lightninglabs/pool v0.7.0-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 diff --git a/go.sum b/go.sum index d4e9519f..17a0e14d 100644 --- a/go.sum +++ b/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.6.6-beta h1:4b5wdsA1YslDwhOwFPeNMOUzJ56qokN3raAdKicURe4= -github.com/lightninglabs/pool v0.6.6-beta/go.mod h1:QJ23DPEmWbj+Ne0SzzxnwVdL2MFXImSB86E+5MyUtU4= +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/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= From 26d858994bc8797731b6d428e86581fe23296555 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 20 May 2026 15:45:35 -0700 Subject: [PATCH 2/2] docs: add v0.7.0-beta pool bump to 0.17.0 release notes --- docs/release-notes/release-notes-0.17.0.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release-notes/release-notes-0.17.0.md b/docs/release-notes/release-notes-0.17.0.md index d9b29cec..eaee8c44 100644 --- a/docs/release-notes/release-notes-0.17.0.md +++ b/docs/release-notes/release-notes-0.17.0.md @@ -45,6 +45,12 @@ ### Pool +* Updated [`pool` to + `v0.7.0-beta`](https://github.com/lightninglabs/lightning-terminal/pull/1313), + which includes a fix for the auctioneer subscription stream silently + dying on EOF, jittered reconnect backoff, and a fix for stream + handling in the pending-open-channel consumer. + ### Faraday ### Taproot Assets