Oliver Gugger
a2229e9f4c
mod: update lnd to latest version
2025-01-30 09:41:47 +01:00
Oliver Gugger
feaa607090
mod: update tapd to latest version
2025-01-30 09:41:22 +01:00
Elle Mouton
d3db19e2cc
db: SQL boilerplate code
...
This commit adds the boilerplate code we will need in order to start
using SQL backed stores (namely sqlite and postgres) for our DB backend.
NOTE that this has been copied from the taproot-assets repo.
2025-01-29 16:37:20 +02:00
Oliver Gugger
09c1c16fb7
Merge pull request #952 from lightninglabs/dep-update
...
Update faraday to v0.2.14-alpha
2025-01-23 05:41:31 -06:00
Oliver Gugger
380f2f3c8f
mod: update to latest faraday version
2025-01-23 09:29:22 +01:00
Elle Mouton
42a4c826cf
accounts: use clock.Clock
...
In this commit, we use the clock.Clock type instead of directly calling
time.Now().
2025-01-23 08:24:21 +02:00
Oliver Gugger
5e41fccafc
mod: update to latest tapd version
2025-01-22 18:04:56 +01:00
Andras Banki-Horvath
a1449e371b
build: bump litrpc to v1.0.1
2025-01-21 13:27:57 +01:00
Elle Mouton
860edec7be
mod: bump net dep to v0.33.0
2025-01-21 10:59:01 +02:00
Andras Banki-Horvath
6a9385aedd
build: bump autopilotserverrpc to v0.0.2
2025-01-20 18:27:14 +01:00
Boris Nagaev
3f076e086d
go.mod: bump looprpc and swapserverrpc
...
Fix the build if GOPROXY="direct".
2025-01-07 09:14:28 -03:00
Oliver Gugger
23039a92b0
itest: add custom channel integration test
...
Co-authored-by: Olaoluwa Osuntokun <laolu32@gmail.com>
Co-authored-by: Gijs van Dam <gijs@lightning.engineering>
Co-authored-by: George Tsagkarelis <george.tsagkarelis@gmail.com>
2024-12-19 21:21:39 +01:00
Oliver Gugger
a027e4051d
litd: register tapd as aux component of lnd
...
This commit represents the main integration between lnd running in
integrated mode and tapd providing auxiliary components for custom
channels.
2024-12-19 21:21:38 +01:00
Oliver Gugger
d368f8a8fe
multi: bump to lnd/tapd/lndclient v0.18.4-beta/v0.5.0-alpha
2024-12-19 21:21:38 +01:00
dependabot[bot]
557c767a5f
build(deps): bump golang.org/x/crypto from 0.25.0 to 0.31.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.25.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.25.0...v0.31.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-12 05:37:33 +00:00
dependabot[bot]
5261024839
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-04 23:38:57 +00:00
Viktor Tigerström
83d61c6450
multi: bump loop and swapserverrpc
...
This commit updates the `loop` dependency to version `v0.28.8-beta`.
Notably, the actual `loop` reference points to a branch based on top of
the `v0.28.8-beta` tag, which modifies `v0.28.8-beta` to use `lnd`
version `v0.18.3-beta` rather than `v0.18.3-beta.rc1`.
Additionally, we upgrade `github.com/lightninglabs/loop/swapserverrpc`
to version `v1.0.10`.
As `loop/swapserverrpc` `v1.0.10` references the `reservation.proto`, we
need to modify the `build-protos.js` script to include it as on of the
fetched protos files.
2024-10-25 19:39:48 +02:00
Oliver Gugger
9c7820f2ee
mod: bump protobuf-go-hex-display replaced version
2024-10-14 15:50:23 +02:00
Oliver Gugger
5413498a76
mod: pin litrpc to v1.0.0
2024-10-14 15:49:56 +02:00
Andras Banki-Horvath
b7fd53d889
build: convert litrpc into a module
2024-10-14 14:32:46 +02:00
Viktor Tigerström
6a0d9b8fdb
Merge pull request #820 from bitromortac/lnc-upate
...
mod: update lnc dependency
2024-09-30 11:35:31 +02:00
bitromortac
0011b802f3
mod: update lnc dependency
2024-09-19 13:29:23 +02:00
dependabot[bot]
90d7220de2
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-09-16 08:18:26 +00:00
Viktor Tigerström
b7fcaa50e8
build+itest: lnd & loop versions
...
Bump lnd to v0.18.3-beta & loop to v0.28.7-beta.
Also bump lnd/sqldb to v1.0.4, as it's required by lnd v0.18.3-beta.
2024-09-16 12:50:55 +07:00
dependabot[bot]
9e7473f419
build(deps): bump github.com/opencontainers/runc from 1.1.12 to 1.1.14
...
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc ) from 1.1.12 to 1.1.14.
- [Release notes](https://github.com/opencontainers/runc/releases )
- [Changelog](https://github.com/opencontainers/runc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/opencontainers/runc/compare/v1.1.12...v1.1.14 )
---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-03 19:53:22 +00:00
Elle Mouton
c68daf5981
go.mod: bump tapd and loop
...
tapd to 2bf18437 and loop to v0.28.6-beta
2024-07-26 08:32:12 +02:00
Viktor Tigerström
2f51f4d3cb
mod: bump lnd to v0.18.2-beta
2024-07-09 17:26:33 +02:00
Viktor Tigerström
d2daa79226
mod: bump lnd to v0.18.1-beta
2024-06-28 15:00:29 +02:00
Viktor Tigerström
f185378c42
mod: bump lnd, Go, lndclient, loop, pool and tapd
...
Bump lnd to `v0.18.0-beta`. This also bumps `lndclient` to `v0.18.0-1`
and loop to `v0.28.5-beta`. Note that since loop `v0.28.5-beta` depends
on the lnd `v0.18.0-beta.1` tag, litd will also use that tag. That tag
is still referencing the same commit as lnd `v0.18.0-beta` though, so
that's not an issue.
We also need to bump the `pool` and
`taproot-assets` daemons to branch specific versions that support
lnd `v0.18.0-beta`. Finally, the `pool` auctioneerrpc package is also
bumped to `v1.1.2`.
We also adapt it itests for the new lnd version.
Finally as lnd `v0.18.0-beta` uses go 1.22.3, we also bump the Go
version in the go.mod file.
2024-06-06 13:45:16 -04:00
Viktor Tigerström
5a291c9fb8
mod: bump lnd & loop
...
Bump lnd to version `v0.17.5-beta` and loop to
version `v0.28.1-beta`.
2024-04-29 10:40:53 +02:00
dependabot[bot]
d2ae2554f0
build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.21.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.21.0...v0.23.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 13:26:07 +00:00
dependabot[bot]
107181956c
build(deps): bump github.com/docker/docker
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 24.0.7+incompatible to 24.0.9+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v24.0.7...v24.0.9 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-20 17:25:28 +00:00
dependabot[bot]
8a7fab46a9
build(deps): bump google.golang.org/protobuf in /autopilotserverrpc
...
Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-15 18:24:50 +01:00
dependabot[bot]
f946eaef08
build(deps): bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2
...
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx ) from 4.18.1 to 4.18.2.
- [Changelog](https://github.com/jackc/pgx/blob/v4.18.2/CHANGELOG.md )
- [Commits](https://github.com/jackc/pgx/compare/v4.18.1...v4.18.2 )
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-12 15:33:15 +00:00
Viktor Tigerström
376330bf5d
mod: bump loop, faraday & lightning-node-connect
...
Bump loop to `v0.28.0-beta`, faraday to `v0.2.13-alpha` and
lightning-node-connect to `v0.3.1-alpha`.
This commit also bumps the loop swapserverrpc to `v1.0.7`, as it's
required by the new loop version.
2024-03-08 11:09:02 +01:00
Viktor Tigerström
9980c6b9ba
mod: bump lnd, loop, taproot-assets & lnc
...
Bump lnd to `v0.17.4-beta`, loop to `v0.27.0-beta`, taproot-assets to
and `v0.3.3` lightning-node-connect to `v0.3.0-alpha`.
This commit also bumps the loop swapserverrpc to `v1.0.6`, as it's
required by the new loop version.
2024-02-08 19:37:40 +01:00
dependabot[bot]
90cbe837af
build(deps): bump github.com/opencontainers/runc from 1.1.5 to 1.1.12
...
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc ) from 1.1.5 to 1.1.12.
- [Release notes](https://github.com/opencontainers/runc/releases )
- [Changelog](https://github.com/opencontainers/runc/blob/v1.1.12/CHANGELOG.md )
- [Commits](https://github.com/opencontainers/runc/compare/v1.1.5...v1.1.12 )
---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-31 23:03:43 +00:00
Viktor Tigerström
35d2fcf8d6
mod: bump lnd, loop & taproot-assets versions
...
Bump lnd to `v0.17.3-beta`, loop to `v0.26.6-beta` and taproot-assets to
`v0.3.2-alpha`.
2023-12-06 23:48:12 +01:00
Olaoluwa Osuntokun
77fcd431c3
multi: bump lnd, loop & taproot-assets versions
...
Bump lnd to `v0.17.1-beta`, loop to `v0.26.5-beta` and taproot-assets to
`v0.3.1-alpha`.
With commit `76862ed` in lnd v0.17.1-beta, lnd will return an
"invalid ID" error for any calls with an unknown macaroon version.
Therefore our itests that uses a dummy macaroon was also updated to
expect this error.
With tapd `v0.3.1-alpha`, the universerpc Info rpc response is changed,
which removes the `num_assets` field in the response.
This commit therefore also updates the `taprpc-whitelist` itest
successPattern to match the new response.
2023-11-16 16:03:14 +01:00
dependabot[bot]
aa00ff6879
build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
...
Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib ) from 0.28.0 to 0.46.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.28.0...zpages/v0.46.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-12 16:07:33 +00:00
dependabot[bot]
743895806d
build(deps): bump github.com/docker/docker
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 20.10.24+incompatible to 24.0.7+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v20.10.24...v24.0.7 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-03 20:49:25 +00:00
jamaljsr
81850ca309
multi: update to go 1.21
2023-11-03 13:39:34 -05:00
dependabot[bot]
c6ef4592ef
build(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.53.0 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.53.0...v1.56.3 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 22:30:46 +00:00
Viktor Tigerström
c06a9579b7
multi: bump taproot-assets, loop & LNC
...
Bump taproot-assets to version `v0.3.0-alpha` and loop to `v0.26.4-beta`
and lightning-node-connect to `v0.2.7-alpha`.
2023-10-18 18:45:17 +02:00
dependabot[bot]
1fbeb71406
build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.10.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.10.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-11 22:48:39 +00:00
Oliver Gugger
b3c0d0e9b1
multi: bump lnd to v0.17.0-beta
2023-10-03 19:51:57 +02:00
Elle Mouton
5f481baecb
itest: remove uneccessary log subscriptions
...
These logs were initially added for debugging LNC issues but now they
just spam the itest logs so let's remove them for now.
2023-09-22 11:55:16 +02:00
Elle Mouton
bc12545680
version+README: update LiT and Loop version
...
This commit updates the integrated Loop version to v0.26.2-beta and
bumps Lit's version to v0.10.5-alpha
2023-08-08 16:42:21 +02:00
Viktor Tigerström
731311c201
mod: bump taproot-assets to v.0.2.3-alpha
2023-07-26 19:39:23 +02:00
dependabot[bot]
7614065f7f
build(deps): bump google.golang.org/grpc in /autopilotserverrpc
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.39.0 to 1.53.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.39.0...v1.53.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-26 08:57:59 +02:00