Olaoluwa Osuntokun
1c27994a50
version: bump to version v0.7.0-beta
2026-05-20 15:32:53 -07:00
Olaoluwa Osuntokun
2dd0a2912e
Merge pull request #518 from djkazic/fix-eof-no-reconnect
...
auctioneer: reconnect on EOF instead of silently leaving the subscribe stream dead
2026-05-20 15:27:21 -07:00
djkazic
bb437b1a48
auctioneer: add jitter to reconnect backoff
2026-05-20 13:35:11 -04:00
djkazic
84e9b65670
auctioneer: reconnect on EOF instead of silently leaving the subscribe stream dead
2026-05-20 12:46:58 -04:00
Olaoluwa Osuntokun
76843639dd
Merge pull request #517 from saubyk/add-gateway-workflow
...
.github: add gateway workflow
2026-05-15 14:54:38 -07:00
saubyk
5b308eeb3f
.github: add gateway workflow
...
Adds the gateway consumer workflow shim that triggers on PR
comments, review re-requests, and PR close events.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-14 18:33:39 -07:00
Olaoluwa Osuntokun
ad0625cb09
Merge pull request #511 from lightninglabs/dependabot/go_modules/github.com/go-viper/mapstructure/v2-2.4.0
...
build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0
2025-12-17 16:51:52 -08:00
dependabot[bot]
841f2f272b
build(deps): bump github.com/go-viper/mapstructure/v2
...
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure ) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/go-viper/mapstructure/releases )
- [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md )
- [Commits](https://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0 )
---
updated-dependencies:
- dependency-name: github.com/go-viper/mapstructure/v2
dependency-version: 2.4.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-05 18:21:47 +00:00
András Bánki-Horváth
877bff58cf
Merge pull request #510 from lightninglabs/dependabot/go_modules/github.com/opencontainers/runc-1.2.8
...
build(deps): bump github.com/opencontainers/runc from 1.2.0 to 1.2.8
2025-11-05 19:20:44 +01:00
dependabot[bot]
b0f7c1f67b
build(deps): bump github.com/opencontainers/runc from 1.2.0 to 1.2.8
...
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc ) from 1.2.0 to 1.2.8.
- [Release notes](https://github.com/opencontainers/runc/releases )
- [Changelog](https://github.com/opencontainers/runc/blob/v1.2.8/CHANGELOG.md )
- [Commits](https://github.com/opencontainers/runc/compare/v1.2.0...v1.2.8 )
---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
dependency-version: 1.2.8
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-05 16:47:47 +00:00
Oliver Gugger
a94567dee7
Merge pull request #509 from lightninglabs/dependabot/go_modules/tools/github.com/go-viper/mapstructure/v2-2.4.0
...
build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /tools
2025-08-21 23:46:45 -06:00
dependabot[bot]
646989a187
build(deps): bump github.com/go-viper/mapstructure/v2 in /tools
...
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure ) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/go-viper/mapstructure/releases )
- [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md )
- [Commits](https://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0 )
---
updated-dependencies:
- dependency-name: github.com/go-viper/mapstructure/v2
dependency-version: 2.4.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-21 15:31:04 +00:00
Olaoluwa Osuntokun
85fb392ff4
Merge pull request #507 from lightninglabs/fix-pending-chan-stream
...
funding: fix stream handling issues in consumePendingOpenChannels
2025-07-16 15:47:53 -07:00
Olaoluwa Osuntokun
177e84f35a
funding: fix stream handling issues in consumePendingOpenChannels
...
In this commit, we fix a few issues with the streaming handling:
1. If it got an error on Recv() it would just spin for ever,
generating an endless stream of spammy logs.
2. It never listened on the Done() context channel for the stream. So
if the `lnd` had actually hung up, it wouldn't detect that and would
just keep spinning.
To make things more graceful, we also add back off when we try to
reconnect.
2025-07-01 17:59:02 -07:00
Oliver Gugger
b969fd7782
Merge pull request #506 from lightninglabs/dependabot/go_modules/tools/github.com/go-viper/mapstructure/v2-2.3.0
...
build(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 in /tools
2025-06-30 10:15:35 +02:00
dependabot[bot]
9eae594b07
build(deps): bump github.com/go-viper/mapstructure/v2 in /tools
...
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure ) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/go-viper/mapstructure/releases )
- [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md )
- [Commits](https://github.com/go-viper/mapstructure/compare/v2.2.1...v2.3.0 )
---
updated-dependencies:
- dependency-name: github.com/go-viper/mapstructure/v2
dependency-version: 2.3.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-30 07:58:22 +00:00
Oliver Gugger
beb5854a8e
Merge pull request #505 from lightninglabs/dependabot/go_modules/github.com/go-viper/mapstructure/v2-2.3.0
...
build(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0
2025-06-30 08:15:16 +02:00
dependabot[bot]
e7fb1a70b2
build(deps): bump github.com/go-viper/mapstructure/v2
...
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure ) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/go-viper/mapstructure/releases )
- [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md )
- [Commits](https://github.com/go-viper/mapstructure/compare/v2.2.1...v2.3.0 )
---
updated-dependencies:
- dependency-name: github.com/go-viper/mapstructure/v2
dependency-version: 2.3.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-27 16:50:29 +00:00
Oliver Gugger
4e65d8c235
Merge pull request #504 from lightninglabs/lnd-19
...
mod+version: bump to final lnd tag, bump version to v0.6.6-beta
2025-05-26 11:42:05 +02:00
Oliver Gugger
e8ce8d0bd3
version: bump to version v0.6.6-beta
2025-05-26 10:50:55 +02:00
Oliver Gugger
4945c41824
mod: bump lnd to final version
2025-05-26 10:50:43 +02:00
ffranr
7295f405ab
Merge pull request #503 from lightninglabs/mv-perms-into-poolrpc
...
perms: move perms.go into poolrpc
2025-05-08 09:02:07 +01:00
ffranr
d63837109c
perms: move perms.go into poolrpc
...
This change narrows the import scope for lightning-node-connect (LNC).
Instead of importing the entire pool package, LNC now only needs to
import poolrpc.
It also brings pool in line with the structure used in our other
projects.
2025-05-08 00:36:26 +01:00
András Bánki-Horváth
6b08f919ff
Merge pull request #502 from bhandras/net-38.0
2025-04-17 11:22:01 +02:00
Andras Banki-Horvath
f21a1c3f3c
build(deps): bump golang.org/x/net from 0.35.0 to 0.38.0 in /poolrpc
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.35.0 to 0.38.0.
2025-04-17 07:50:21 +02:00
András Bánki-Horváth
24ea22fe9b
Merge pull request #500 from lightninglabs/dependabot/go_modules/github.com/golang-jwt/jwt/v4-4.5.2
2025-03-22 07:13:42 +01:00
dependabot[bot]
2890b2944a
build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2
...
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt ) from 4.5.1 to 4.5.2.
- [Release notes](https://github.com/golang-jwt/jwt/releases )
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md )
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.5.1...v4.5.2 )
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-21 22:37:40 +00:00
Oliver Gugger
f131f736b1
Merge pull request #499 from lightninglabs/dependency-bump
...
mod: bump dependencies
2025-03-18 14:22:10 -06:00
Oliver Gugger
837a9b7b55
server: bump lnd minimum compatible version to v0.18.5-beta
2025-03-13 11:55:57 -05:00
Oliver Gugger
e883a60eb8
mod: bump dependencies
...
Replaces https://github.com/lightninglabs/pool/pull/498 .
2025-03-13 11:55:57 -05:00
Elle
4e860ec4e7
Merge pull request #497 from lightninglabs/dependabot/go_modules/golang.org/x/net-0.33.0
...
build(deps): bump golang.org/x/net from 0.27.0 to 0.33.0
2025-03-05 14:52:11 +02:00
dependabot[bot]
85b4f47693
build(deps): bump golang.org/x/net from 0.27.0 to 0.33.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.27.0 to 0.33.0.
- [Commits](https://github.com/golang/net/compare/v0.27.0...v0.33.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-05 12:33:01 +00:00
Oliver Gugger
fc9532f104
Merge pull request #496 from ellemouton/slog
...
slog: update deps for LND, aperture, lndclient and btclog
2025-03-05 06:31:53 -06:00
Elle Mouton
a71156fd08
docs: update min go version
2025-03-05 12:41:32 +02:00
Elle Mouton
c349ba18de
.github: update GO_VERSION
2025-03-05 12:37:50 +02:00
Elle Mouton
a5aeebb11f
.github: cancel in progress workflows
2025-03-05 12:37:50 +02:00
Elle Mouton
06ca5f280f
tools: bump go version and linter version
2025-03-05 12:37:49 +02:00
Elle Mouton
3fdb609002
docker: update dockerfile go versions
2025-03-05 12:37:49 +02:00
Elle Mouton
9ee62d00f8
.github: update actions/cache to v4
2025-03-05 12:31:28 +02:00
Elle Mouton
b7a603bda8
makefile: add tags to install cmd
2025-03-05 12:31:27 +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
Elle Mouton
909f3b8826
auctioneerrpc+poolrpc: go.mod go bump
2025-03-05 12:30:55 +02:00
Oliver Gugger
c5b37702e0
Merge pull request #495 from peicuiping/master
...
chore: fix some typos
2025-01-10 09:37:09 -06:00
peicuiping
279de13190
chore: fix some typos
...
Signed-off-by: peicuiping <ezc5@sina.cn>
2025-01-04 17:51:54 +08:00
Oliver Gugger
f41389e103
Merge pull request #494 from lightninglabs/dependabot/go_modules/github.com/golang-jwt/jwt/v4-4.5.1
...
build(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1
2024-11-13 10:09:59 +01:00
dependabot[bot]
669dc00f6d
build(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1
...
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt ) from 4.4.2 to 4.5.1.
- [Release notes](https://github.com/golang-jwt/jwt/releases )
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md )
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.4.2...v4.5.1 )
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-12 21:38:41 +00:00
Oliver Gugger
044cb451b5
Merge pull request #493 from lightninglabs/dependabot/go_modules/github.com/jackc/pgx/v5-5.5.4
...
build(deps): bump github.com/jackc/pgx/v5 from 5.3.1 to 5.5.4
2024-10-15 12:53:39 +02:00
dependabot[bot]
c1a6a2ddcb
build(deps): bump github.com/jackc/pgx/v5 from 5.3.1 to 5.5.4
...
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx ) from 5.3.1 to 5.5.4.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jackc/pgx/compare/v5.3.1...v5.5.4 )
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-15 10:47:44 +00:00
Oliver Gugger
e5a3f38b5c
Merge pull request #488 from lightninglabs/update-to-lnd-18-4
...
mod+poolscript: bump lnd compile time dependency to v0.18.4-beta
2024-10-15 12:46:31 +02:00
Oliver Gugger
85f81be29a
multi: bump lnd compile time dependency to v0.18.4-beta
2024-10-14 16:41:48 +02:00