Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/release-notes/release-notes-0.17.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
dying on EOF, jittered reconnect backoff, and a fix for stream
handling in the pending-open-channel consumer.

* Updated [`pool` to

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: We usually remove the old upgrade entry in the release-notes for the sub-servers, if there's a newer one available. I.e. this should replace the above pool entry, and not be added separately.

I can edit this in my upcoming release PRs though, so ok to leave it as is if you want to.

`v0.7.1-beta`](https://github.com/lightninglabs/lightning-terminal/pull/1314),
which includes a fix for `HandleServerShutdown` silently dropping
every account after the first per-account re-subscribe failure on a
reconnect.

### Faraday

### Taproot Assets
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
Loading