0xfandom
e993695f5b
docs: mention FreeBSD gmake requirement in README
...
Many users land on the README before opening docs/compile.md, so
surface the same gmake note there to save them a failed `make`
invocation.
2026-05-05 11:33:00 +05:30
0xfandom
6d127b93c4
docs: note that FreeBSD users need gmake to build
...
The Makefile uses GNU Make features, which on FreeBSD requires the
gmake port rather than the base system make. Add a short note to the
compile instructions so FreeBSD users know to install gmake and use
it in place of make.
Closes #859
2026-05-01 19:11:05 +05:30
Jamal James
ab8e4ab3bb
Merge pull request #1283 from lightninglabs/dependabot/npm_and_yarn/app/follow-redirects-1.16.0
...
build(deps): bump follow-redirects from 1.15.6 to 1.16.0 in /app
2026-04-23 09:59:29 -05:00
Jamal James
258bd24a3e
Merge pull request #1273 from lightninglabs/dependabot/npm_and_yarn/app/defu-6.1.6
...
build(deps): bump defu from 6.1.3 to 6.1.6 in /app
2026-04-23 09:57:15 -05:00
Jamal James
5b93cbd1f3
Merge pull request #1270 from lightninglabs/dependabot/npm_and_yarn/app/node-forge-1.4.0
...
build(deps): bump node-forge from 1.3.2 to 1.4.0 in /app
2026-04-23 09:56:29 -05:00
Jamal James
6be2a771d7
Merge pull request #1275 from lightninglabs/dependabot/npm_and_yarn/app/lodash-4.18.1
...
build(deps): bump lodash from 4.17.23 to 4.18.1 in /app
2026-04-23 09:55:54 -05:00
Jamal James
794d59cedf
Merge pull request #1268 from lightninglabs/dependabot/npm_and_yarn/app/handlebars-4.7.9
...
build(deps): bump handlebars from 4.7.7 to 4.7.9 in /app
2026-04-23 09:50:29 -05:00
dependabot[bot]
18b3e2abfd
build(deps): bump follow-redirects from 1.15.6 to 1.16.0 in /app
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.6 to 1.16.0.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.6...v1.16.0 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-version: 1.16.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-04-14 01:26:33 +00:00
Elle
11f079419c
Merge pull request #1258 from lightninglabs/dependabot/go_modules/google.golang.org/grpc-1.79.3
...
build(deps): bump google.golang.org/grpc from 1.67.0 to 1.79.3
2026-04-09 12:05:56 +05:45
dependabot[bot]
972597b865
build(deps): bump google.golang.org/grpc from 1.65.0 to 1.79.3
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.65.0 to 1.79.3.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.65.0...v1.79.3 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.79.3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-04-06 08:21:36 +00:00
dependabot[bot]
2df47f4858
build(deps): bump lodash from 4.17.23 to 4.18.1 in /app
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.23 to 4.18.1.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1 )
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.18.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-04-05 22:47:59 +00:00
Boris Nagaev
a872fc4884
Merge pull request #1254 from starius/fix-lnc-auth
...
session: fix mailbox TLS ALPN regression
2026-04-05 17:46:56 -05:00
Boris Nagaev
3d8994d772
docs: add release note
2026-04-05 17:22:44 -05:00
Boris Nagaev
6085e527ab
go.mod: bump google.golang.org/grpc to v1.67.0
2026-04-05 17:21:21 -05:00
Boris Nagaev
1629e3106a
session: fix mailbox TLS ALPN regression
...
Starting in grpc-go v1.67.0, clients and servers reject TLS handshakes when
ALPN is not negotiated. This changed the default value of
GRPC_ENFORCE_ALPN_ENABLED from false to true.
The default flip is in https://github.com/grpc/grpc-go/pull/7535
Our mailbox transport handshake can reach endpoints that currently do not
negotiate ALPN, so LNC session setup started failing and the lnc_auth flow
timed out, with malformed header/content-type errors showing up later on the
stream path.
This adds mailbox-specific TLS transport credentials that allow a missing
negotiated ALPN value for mailbox links. The mailbox server path and the
integration-test mailbox clients now use these credentials, so session
establishment works again.
2026-04-05 17:21:21 -05:00
dependabot[bot]
e5d80572ec
build(deps): bump defu from 6.1.3 to 6.1.6 in /app
...
Bumps [defu](https://github.com/unjs/defu ) from 6.1.3 to 6.1.6.
- [Release notes](https://github.com/unjs/defu/releases )
- [Changelog](https://github.com/unjs/defu/blob/main/CHANGELOG.md )
- [Commits](https://github.com/unjs/defu/compare/v6.1.3...v6.1.6 )
---
updated-dependencies:
- dependency-name: defu
dependency-version: 6.1.6
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-04-04 08:36:41 +00:00
dependabot[bot]
b94e6e012c
build(deps): bump node-forge from 1.3.2 to 1.4.0 in /app
...
Bumps [node-forge](https://github.com/digitalbazaar/forge ) from 1.3.2 to 1.4.0.
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md )
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.3.2...v1.4.0 )
---
updated-dependencies:
- dependency-name: node-forge
dependency-version: 1.4.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-30 13:15:46 +00:00
Jamal James
369f5e050b
Merge pull request #1265 from lightninglabs/dependabot/npm_and_yarn/app/picomatch-2.3.2
...
build(deps): bump picomatch from 2.3.1 to 2.3.2 in /app
2026-03-30 08:13:47 -05:00
dependabot[bot]
6fa7172d0f
build(deps): bump handlebars from 4.7.7 to 4.7.9 in /app
...
Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js ) from 4.7.7 to 4.7.9.
- [Release notes](https://github.com/handlebars-lang/handlebars.js/releases )
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.9/release-notes.md )
- [Commits](https://github.com/handlebars-lang/handlebars.js/compare/v4.7.7...v4.7.9 )
---
updated-dependencies:
- dependency-name: handlebars
dependency-version: 4.7.9
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-27 03:46:36 +00:00
Jamal James
2940be666b
Merge pull request #1264 from lightninglabs/dependabot/npm_and_yarn/app/yaml-1.10.3
...
build(deps): bump yaml from 1.10.2 to 1.10.3 in /app
2026-03-26 08:05:49 -05:00
dependabot[bot]
9337a1ec24
build(deps): bump picomatch from 2.3.1 to 2.3.2 in /app
...
Bumps [picomatch](https://github.com/micromatch/picomatch ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases )
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2 )
---
updated-dependencies:
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-25 23:41:05 +00:00
dependabot[bot]
16eed59558
build(deps): bump yaml from 1.10.2 to 1.10.3 in /app
...
Bumps [yaml](https://github.com/eemeli/yaml ) from 1.10.2 to 1.10.3.
- [Release notes](https://github.com/eemeli/yaml/releases )
- [Commits](https://github.com/eemeli/yaml/compare/v1.10.2...v1.10.3 )
---
updated-dependencies:
- dependency-name: yaml
dependency-version: 1.10.3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-25 21:07:56 +00:00
Jamal James
ce0489af03
Merge pull request #1260 from lightninglabs/dependabot/npm_and_yarn/app/flatted-3.4.2
...
build(deps): bump flatted from 3.2.5 to 3.4.2 in /app
2026-03-25 08:04:28 -05:00
George Tsagkarelis
acf4e46561
Merge pull request #1253 from lightninglabs/feat/cli-show-asset-amount
...
litcli: show asset information on payinvoice
2026-03-23 15:03:59 +01:00
dependabot[bot]
6a6db42475
build(deps): bump flatted from 3.2.5 to 3.4.2 in /app
...
Bumps [flatted](https://github.com/WebReflection/flatted ) from 3.2.5 to 3.4.2.
- [Commits](https://github.com/WebReflection/flatted/compare/v3.2.5...v3.4.2 )
---
updated-dependencies:
- dependency-name: flatted
dependency-version: 3.4.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-20 14:38:19 +00:00
Dario Anongba Varela
dfcde88496
litcli: show asset information on payinvoice
2026-03-19 14:16:46 +01:00
Elle
4cedb44ee0
Merge pull request #1252 from lightninglabs/chore/remove-custom-channels-tests
...
itest: remove custom channels tests and backward compat infrastructure
2026-03-17 09:41:38 +02:00
Dario Anongba Varela
5960b65cfa
itest: remove custom channels tests and backward compat infrastructure
...
Custom channels integration tests have been fully migrated to the
taproot-assets repository where they run natively via the tapd-integrated
binary without any lightning-terminal dependency. This removes the
duplicate test suite and all supporting infrastructure from LiT.
The LiT-specific itests are unaffected.
2026-03-16 15:37:49 +01:00
Elle
a8b868dcbd
Merge pull request #1240 from lightninglabs/dependabot/go_modules/perms/go.opentelemetry.io/otel/sdk-1.40.0
...
build(deps): bump go.opentelemetry.io/otel/sdk from 1.36.0 to 1.40.0 in /perms
2026-03-11 10:11:28 +02:00
dependabot[bot]
5749802b65
build(deps): bump go.opentelemetry.io/otel/sdk in /perms
...
Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go ) from 1.36.0 to 1.40.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.36.0...v1.40.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/sdk
dependency-version: 1.40.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-10 09:55:58 +00:00
bitromortac
b0e1ae9d59
Merge pull request #1236 from ZZiigguurraatt/bump-go-1.25.5
...
build: bump go to v1.25.5
2026-03-10 10:54:10 +01:00
Elle
6f12830032
Merge pull request #1242 from lightninglabs/dependabot/go_modules/litrpc/go.opentelemetry.io/otel/sdk-1.40.0
...
build(deps): bump go.opentelemetry.io/otel/sdk from 1.35.0 to 1.40.0 in /litrpc
2026-03-04 15:15:29 +02:00
dependabot[bot]
e569bb95da
build(deps): bump go.opentelemetry.io/otel/sdk in /litrpc
...
Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go ) from 1.35.0 to 1.40.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.35.0...v1.40.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/sdk
dependency-version: 1.40.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-04 08:13:59 +00:00
Jamal James
d60ec8dc0f
Merge pull request #1239 from lightninglabs/dependabot/npm_and_yarn/app/rollup-2.80.0
...
build(deps): bump rollup from 2.79.2 to 2.80.0 in /app
2026-03-03 23:20:14 -06:00
ZZiigguurraatt
91b43118c7
build: bump go to v1.25.5
2026-03-03 14:25:35 -05:00
Elle
db74cc1101
Merge pull request #1241 from lightninglabs/dependabot/go_modules/go.opentelemetry.io/otel/sdk-1.40.0
...
build(deps): bump go.opentelemetry.io/otel/sdk from 1.37.0 to 1.40.0
2026-03-03 09:01:33 +02:00
dependabot[bot]
d61d8ead4a
build(deps): bump go.opentelemetry.io/otel/sdk from 1.37.0 to 1.40.0
...
Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go ) from 1.37.0 to 1.40.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.37.0...v1.40.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/sdk
dependency-version: 1.40.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-01 22:30:17 +00:00
dependabot[bot]
239e3e6a3c
build(deps): bump rollup from 2.79.2 to 2.80.0 in /app
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.79.2 to 2.80.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/v2.80.0/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.79.2...v2.80.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 2.80.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-02-28 00:17:38 +00:00
Jared Tobin
24b6256790
Merge pull request #1229 from lightninglabs/remove-tap-import-dep
...
subservers: remove dependency on tap.UniversePublicAccessStatus*
2026-02-27 12:46:00 +04:00
Jared Tobin
8d601c6e45
Merge pull request #1198 from jtobin/capacity-check
...
itest: add channel capacity assertions
2026-02-16 13:51:38 +04:00
Jared Tobin
a5c54f98c5
itest: add passive assets test
...
Adds a 'custom channels passive assets' icase asserting that passive
assets aren't included amongst the funding proofs sent to a responder.
2026-02-13 17:30:14 +04:00
Viktor Torstensson
43518466eb
Merge pull request #1230 from ViktorT-11/litd-v0_16_1
...
Prepare for litd `v0.16.1-alpha` release
2026-02-13 12:10:13 +01:00
Viktor Torstensson
f340dc4d82
version: bump version to v0.16.1-alpha
2026-02-13 11:48:45 +01:00
Viktor Torstensson
e160e5bd00
docs: prepare release notes for v0.16.1 release
2026-02-13 11:48:44 +01:00
Viktor Torstensson
9e78ad536f
multi: run make rpc
2026-02-12 19:18:19 +01:00
Viktor Torstensson
e27caad404
perms: bump lnd & sqldb
...
Bump `lnd` to the same version as the `terminal` package, to keep them
in sync.
2026-02-12 19:18:19 +01:00
Viktor Torstensson
25452c7f32
litrpc: bump lnd, looprpc, taprpc & sqldb
...
Bump `lnd`, `looprpc` & `taprpc` to the same versions as the `terminal`
package, to keep them in sync.
2026-02-12 19:18:19 +01:00
Viktor Torstensson
fa23141fd4
multi: bump taproot-assets taprpc & migrate
...
Bump `taproot-assets` to `v0.7.1` & `taprpc` to `v1.0.12`. This tapd
uses a new migrate dependency version, and therefore that is also bumped
in `litd`.
As the `tapd` `/universerpc.Universe/Info` call now requires a macaroon,
we need to add the `taproot-assets.allow-public-uni-proof-courier` to
the node config in order to whitelist the call.
2026-02-12 19:18:09 +01:00
Viktor Torstensson
2332fc6bca
terminal: bump loop, looprpc & swapserverrpc
...
Bump `loop` to `v0.31.8-beta`, `looprpc` to `v1.0.13` and
`swapserverrpc` to `v1.0.20`.
Additionally, we also add the new `loop` protos to `litd`.
2026-02-12 19:16:07 +01:00
Viktor Torstensson
ea0694b104
terminal: bump lnd & sqldb
...
Bump lnd to `v0.20.1-beta`, and to `sqldb` to the same version `lnd` is
using.
2026-02-12 19:15:06 +01:00