Commit graph

37 commits

Author SHA1 Message Date
ziggie
41a6c8b3f7
build: bump go to v1.25.11 2026-07-10 19:24:26 -03:00
Calvin Zachman
862c1dba9d
multi: bump lnd, lndclient, and taproot-assets dependencies
Bumps lnd to v0.21.0-beta, lndclient to v0.21.0-1, and
taproot-assets to v0.8.0 across the root, litrpc, and perms
modules. taprpc uses the proper v1.1.0 tag.

lnd removed the deprecated SendPaymentSync, SendToRouteSync,
SendPayment (streaming), and SendToRoute (streaming) RPCs. The
account interceptor checkers and their tests for these RPCs are
removed since no client can call them anymore. The V2 checkers
already handle account tracking for payments.

The itest harness is updated for lnd v0.21's miner API changes
(SendOutputs -> SendOutput, Miner.Client.Generate -> GenerateBlocks,
waitForNTxsInMempool replaced by Miner.AssertNumTxsInMempool) and
TimeLockDelta bumped from 20 to 40 since lnd v0.21 raised
MinCLTVDelta from 18 to 24.
2026-06-08 13:18:37 -04:00
ZZiigguurraatt
91b43118c7 build: bump go to v1.25.5 2026-03-03 14:25:35 -05:00
ZZiigguurraatt
432a228bd6 build: bump go to v1.24.11 2026-02-05 02:57:05 -05:00
ZZiigguurraatt
ba840892bb build: bump go to v1.24.9 2025-10-24 16:48:53 -04:00
George Tsagkarelis
69ca6587b7
build: bump go to v1.24.6 2025-09-18 12:05:28 +02:00
Elle Mouton
eb1d081314
build: bump go version to 1.23.12 2025-08-07 11:10:39 +02:00
Oliver Gugger
503a295252
multi: bump Golang to 1.23.9
Fixes several CVEs by using the latest Golang version to build.
2025-05-21 19:25:30 +02:00
Elle Mouton
1a8f20bebf
multi: bump docker go versions
Bump the go version in our various docker files.
2025-03-15 11:37:17 -05:00
Oliver Gugger
c9e632e38d
docker: pin all docker images with their hash 2024-10-23 14:53:32 +02:00
Oliver Gugger
65144f2c97
GitHub+docker: update to Go 1.22.6 2024-10-23 11:50:41 +02:00
Viktor Tigerström
1165e4d85a
proto + app: bump node + protoc & make protos
In the next commit, we'll bump our lnd dependency to `v0.18.3-beta`.
That version adds explicitly declared optional protos fields with commit
3de6c5415a

Optional proto fields are only available in Proto3 after protoc version
`3.15+`, and we therefore need to bump our protoc version for the protos
generation script to support them.

When doing so, we mimic the protobuf-compiler version used in `lnd`,
which is `3.21.12`. As protobuf-compiler 3.21.x+ is only available for
Node.js base images with Debian 12 (bookworm), we also update our NodeJS
base image to version 22.8.0-bookworm.
2024-09-16 12:50:55 +07:00
Viktor Tigerström
6d2e90a835
GitHub+Dockerfile: bump Go version to v1.22.3 2024-06-06 13:45:18 -04:00
jamaljsr
81850ca309
multi: update to go 1.21 2023-11-03 13:39:34 -05:00
Oliver Gugger
a6a3ab6c24
release+make: also build tapcli 2023-05-16 17:00:55 +02:00
positiveblue
c267ef64eb
multi: update lnd dependency to v0.16.0-beta.rc3
- Bump lnd and other module dependencies.
- Bump Go build version & RPCs
- Refactor itests to use the new lnd itest framework.
2023-03-15 08:36:23 -07:00
Oliver Gugger
ebb5e94381
multi: remove GO111MODULE, add icase flag to itest 2022-10-19 10:57:18 +02:00
Elle Mouton
544a024c06
multi: update to go 1.18 2022-09-14 14:18:03 +02:00
Oliver Gugger
95269d0f51
docker: fix build by removing unused python install 2022-04-21 18:32:22 +02:00
jamaljsr
0233f27f33
build: update NodeJS to v16 in CI builds 2022-04-04 09:50:46 -04:00
Oliver Gugger
73f51e32a3
docker+GitHub: bump golang to v1.17.6 2022-02-08 15:33:19 +01:00
Elle Mouton
9b84dbc7c9
cmd/litcli: add litcli for session functions 2021-11-24 13:44:26 -05:00
Oliver Gugger
8e422d058e
multi: create second image with path prefix
We want to allow users to use LiT under a custom path to make it easier
to integrate LiT in bundled software such as BTCPayServer. Because the
custom path prefix must be known at build time, we create an additional
docker image that uses the static /lit path as the prefix.
2021-11-01 12:27:41 +01:00
Oliver Gugger
90f08a6467
multi: replace statik with go1.16 embed directive
We can now simply use the //go:embed directive to compile everything in
the app/build directory into our root package.
2021-03-03 10:02:55 +01:00
Oliver Gugger
a6d79b6ab3
docker: bump golang base image to 1.16.0-alpine 2021-02-24 17:58:15 +01:00
Oliver Gugger
955920ad14
docker: bump golang version to v1.15.7 2021-01-29 13:17:07 +01:00
Oliver Gugger
27a5e4ec1d
docker: fix yarn installation for ARM builds
This commit fixes multiple problems that seem to only appear when
building the docker images for ARM.
2020-12-10 11:04:21 +01:00
Oliver Gugger
a5ce60070c
docker: use stages for nodejs and golang parts
With this commit we split the build process into three stages: we start
with the JavaScript to static asset build process that requires NodeJS
then copy the result into the second stage that requires golang.
Finally, we just extract the final binaries in the third stage to keep
the shipped image as small as possible.
2020-12-10 11:04:21 +01:00
Oliver Gugger
f6b16e49a3
app+docker: don't compile protos when building or installing
Because we now have the compiled protos in the git repository, we don't
need to compile them with each installation or build.
2020-12-10 10:56:59 +01:00
Oliver Gugger
64d53f700e
Dockerfile: add production docker image
We add a new standalone Dockerfile that checks out the code from GitHub
and goes through all necessary build steps from scratch. The git commit
or tag that should be checked out before building can be specified as a
build argument.
To still allow more rapid development, the old Dockerfile that builds
from the local source is renamed to dev.Dockerfile to make the
distinction clear.
2020-11-25 16:00:35 +01:00
stefanlsd
7840baa7d9
Update golang to 1.15.5 for security update
https://groups.google.com/g/golang-announce/c/NpBGTTmKzpM/m/fLguyiM2CAAJ

Geth has made this change a high priority. Unsure if LND is affected. I have built LIT docker with 1.15.5 and it seems to run ok.  (havent tested lnd, pool, loop) - running to a remote lnd.
2020-11-17 09:20:35 +02:00
Stefan Lesicnik
52bf1cd27e Fix broken docker build by removing extra bash. Closes #137 2020-11-07 17:14:35 +02:00
Oliver Gugger
26ac69a895
mod+terminal: add pool 2020-11-02 13:17:51 +01:00
jamaljsr
9c0d6c09d5 docker: add protoc to docker image 2020-07-29 16:49:35 -04:00
jamaljsr
e0db1ef58d docker: rename lightning-terminal to litd in Dockerfile 2020-07-21 18:02:35 -04:00
Oliver Gugger
33df4a1698
multi: rename golang and make files to lightning-terminal 2020-07-21 22:06:15 +02:00
Oliver Gugger
1d07f418d2
docker: add initial Dockerfile 2020-06-02 14:53:42 +02:00