Commit graph

1166 commits

Author SHA1 Message Date
Oliver Gugger
30c7ef6531
multi: bump lnd+lndclient compile time dependency
This commit bumps the compile time dependency of lnd and lndclient to
the 0.16.x branch. This makes the code forward compatible but does not
yet change anything with respect to the minimum required version the
user needs to run.
2023-03-08 17:42:04 +01:00
Oliver Gugger
a4f9df5f20
Merge pull request #446 from lightninglabs/build-list-reduction
build: remove Pool release targets no longer built for lnd
2023-03-08 10:00:15 +01:00
dstadulis
bfdb5c01c5
build: remove Pool release targets no longer built for lnd
lnd PR https://github.com/lightningnetwork/lnd/pull/7252/ removed support for 10 OS / architectures

As Pool requires lnd to run, this PR replicates the build list of lnd for Pool.
2023-03-07 21:18:14 +00:00
Oliver Gugger
77cabc6052
Merge pull request #445 from lightninglabs/darwin-arm64-release-support
build: add darwin-arm64 (Apple Silicon) as a release target
2023-03-07 17:39:03 +01:00
dstadulis
abe6e4ea1b
build: add darwin-arm64 (Apple Silicon) as a release target 2023-03-07 12:13:39 +00:00
Oliver Gugger
09c5c1074a
Merge pull request #444 from lightninglabs/dependabot/go_modules/golang.org/x/net-0.7.0
build(deps): bump golang.org/x/net from 0.1.0 to 0.7.0
2023-03-07 09:45:18 +01:00
dependabot[bot]
5dcd5a9443
build(deps): bump golang.org/x/net from 0.1.0 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.1.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.1.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-07 03:04:23 +00:00
Oliver Gugger
f687e3550e
Merge pull request #442 from lightninglabs/dependabot/go_modules/golang.org/x/crypto-0.1.0
build(deps): bump golang.org/x/crypto from 0.0.0-20211215153901-e495a2d5b3d3 to 0.1.0
2023-02-27 13:44:12 +01:00
dependabot[bot]
bf8b44b286
build(deps): bump golang.org/x/crypto
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20211215153901-e495a2d5b3d3 to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 21:21:41 +00:00
Oliver Gugger
d33863fded
Merge pull request #441 from guggero/linter-fix
Fix linter problems
2023-02-24 22:14:45 +01:00
Oliver Gugger
34af866ce9
multi: fix linter issues 2023-02-23 11:26:42 +01:00
Oliver Gugger
995b136149
make+tools: don't compile with build tag to avoid collision
It looks like one of the projects pulled in by the linter also uses the
"tools" build tag. When we turn on that build tag, we get build errors
in github.com/ryancurrah/gomodguard. So we just remove the build tag
during compilation as it's not actually needed (the build tag is just
there to not pull in the dependencies during the normal build).
2023-02-23 11:25:50 +01:00
Oliver Gugger
0dcecdf362
tools: bump linter version to fix error 2023-02-23 11:09:01 +01:00
Oliver Gugger
0e5d939345
Merge pull request #439 from lightninglabs/dependabot/go_modules/golang.org/x/text-0.3.8
build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8
2023-02-23 10:22:44 +01:00
dependabot[bot]
c527779d62
build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-23 09:05:25 +00:00
Jordi Montes
210bbd4743
Merge pull request #437 from lightninglabs/dependabot/go_modules/github.com/prometheus/client_golang-1.11.1
build(deps): bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1
2023-02-15 15:50:35 +01:00
dependabot[bot]
4655fa75f1
build(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-15 02:43:20 +00:00
Oliver Gugger
9496788121
Merge pull request #436 from lightninglabs/increase-recovery-default
account recovery: increase default number of keys to try
2023-02-09 13:49:02 +01:00
Oliver Gugger
b277f49d14
tools: fix linter issue with go 1.19 2023-02-08 17:05:34 +01:00
Oliver Gugger
e768140d1e
cmd/pool+auctioneer: fix default number of keys during recovery
This commit fixes an issue where the derivation index of an account was
greater than the default number of keys we attempted during account
recovery.
2023-02-08 16:45:57 +01:00
Oliver Gugger
8eff5d31eb
cmd/pool: increase default number of keys to try in recovery
This commit fixes an issue where a large number of attempts at creating
an account lead to the index of the first successful account to be
higher than the previous number of keys we tried by default. This
resulted in the account not being recovered without manually overriding
this value in the command line.
2023-02-08 16:42:08 +01:00
Jordi Montes
cf4ca4758b
Merge pull request #429 from positiveblue/fix-426
rpc: populate allowed/not allowed node ids when listing orders
2023-01-09 08:33:03 +01:00
positiveblue
a6aea9cc5e
Revert "ci: fix lint VSC permissions error"
This reverts commit ad3d2d943b.
2023-01-06 08:31:40 -08:00
positiveblue
f06de0a42a
rpc: populate allowed/not allowed node ids when listing orders 2023-01-06 08:31:19 -08:00
Jordi Montes
15dfbfbf85
Merge pull request #426 from positiveblue/fix-425
rpcserver: format rpcLog error
2023-01-06 11:31:18 +01:00
positiveblue
5a5207dc01
rpcserver: format rpcLog error
We were using `Error(<string>, <err>)` instead of `Errorf(<string>,
<err>)`. The error was appended at the end of the message instead of
replacing the `%v` tag in the message.
2023-01-06 02:26:32 -08:00
positiveblue
ad3d2d943b
ci: fix lint VSC permissions error 2023-01-06 02:26:32 -08:00
Oliver Gugger
b24e1b1f42
Merge pull request #427 from positiveblue/update-go-19.4
build: update go to v1.19.4-beta
2023-01-06 11:22:02 +01:00
positiveblue
53835f527f
rpc: regenerate protos 2023-01-06 01:57:54 -08:00
positiveblue
a66a63e895
fmt: run go fmt
Since v1.19.0 `go fmt` also formats comments. This commit is only to
ensure that `go fmt ./...` does not modify any of our commited files.
2023-01-06 01:53:15 -08:00
positiveblue
033991dbad
build: update go to v1.19.4-beta 2023-01-06 01:53:11 -08:00
Oliver Gugger
59e0fd707f
Merge pull request #423 from guggero/conf-constraints-description
cmd/pool: fix confirmation constraint description
2022-12-05 14:37:57 +01:00
Oliver Gugger
3dd4c31db8
cmd/pool: fix confirmation constraint description 2022-12-05 09:42:31 +01:00
Jordi Montes
aec0aee8d9
Merge pull request #421 from ellemouton/allowCustomRequestShutdownFunc
multi: configurable RequestShutdown call-back in config
2022-12-02 16:57:47 +01:00
Elle Mouton
7a9c7be82b
multi: configurable RequestShutdown and ShutdownChannel funcs 2022-12-02 17:48:37 +02:00
Jordi Montes
a53317c481
Merge pull request #420 from lightninglabs/dependabot/go_modules/github.com/lightningnetwork/lnd-0.15.4-beta
build(deps): bump github.com/lightningnetwork/lnd from 0.15.1-beta to 0.15.4-beta
2022-11-21 13:03:08 +01:00
dependabot[bot]
8ac8cf331d
build(deps): bump github.com/lightningnetwork/lnd
Bumps [github.com/lightningnetwork/lnd](https://github.com/lightningnetwork/lnd) from 0.15.1-beta to 0.15.4-beta.
- [Release notes](https://github.com/lightningnetwork/lnd/releases)
- [Changelog](https://github.com/lightningnetwork/lnd/blob/master/docs/release.md)
- [Commits](https://github.com/lightningnetwork/lnd/compare/v0.15.1-beta...v0.15.4-beta)

---
updated-dependencies:
- dependency-name: github.com/lightningnetwork/lnd
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-18 18:51:14 +00:00
Oliver Gugger
ef9dd9a381
Merge pull request #419 from ffranr/docker_image_layer_split
docker: perform dependencies installation in separate run layer
2022-11-15 17:51:09 +01:00
ffranr
6a8a2cee6d
docker: perform dependencies installation in separate run layer
This commit separates the task of dependencies installation into its own separate run layer. Previously, dependencies installation shared the same layer as local repo build.

This change means that the dependencies run layer can be reused (cached) whilst the local repo is modified. Which is helpful for regtests.
2022-11-15 14:44:43 +00:00
Oliver Gugger
e65f78d9cf
Merge pull request #395 from ffranr/386-expose-historical-account-modification-fees-via-rpc
Expose historical account action fees via RPC
2022-11-15 14:06:39 +01:00
Robyn
cd632058b0
account: expose historical account modification fees via RPC
This commit adds a new RPC endpoint which returns a per-account list of account modification fees.
2022-11-15 12:54:28 +00:00
Oliver Gugger
87f76c7d80
Merge pull request #418 from positiveblue/fix-417
scripts: use `git describe --tags`
2022-11-10 12:28:44 +01:00
positiveblue
a64b95cfd3
scripts: use git describe --tags
When building a release we want to use the right tag, even if it was not
annotated.
2022-11-08 13:36:50 -08:00
Oliver Gugger
5e95640ec6
Merge pull request #415 from positiveblue/bump-v0.6.1-beta
version: bump to v0.6.1-beta
2022-11-07 22:46:25 +01:00
positiveblue
584e0c7871
version: bump to v0.6.1-beta 2022-11-07 10:07:39 -08:00
Jordi Montes
c71a9c3657
Merge pull request #414 from positiveblue/fix-405
cmd: update `--confirmation_constraints` description
2022-11-07 17:12:15 +01:00
positiveblue
9686cad8ad
funding: log lnd returned errors from FundingStateStep 2022-11-07 08:06:22 -08:00
positiveblue
594d32c1ef
cmd: update --confirmation_constraints description 2022-11-07 08:06:18 -08:00
Jordi Montes
ebd5ee0c81
Merge pull request #406 from positiveblue/fix-402
cmd: allow `min_chan_amt > amt` for outbound liquidity orders
2022-11-07 16:53:38 +01:00
positiveblue
115dc70863
cmd: self_chan_amt cli validation 2022-11-07 07:42:43 -08:00