Skip to content

Commit 75630d4

Browse files
committed
mod: bump lnd, lndclient, tapd, loopd
We bump all major dependencies to their respective latest versions.
1 parent a513aae commit 75630d4

File tree

5 files changed

+159
-21
lines changed

5 files changed

+159
-21
lines changed

app/src/types/generated/loop_pb.d.ts

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/types/generated/loop_pb.js

Lines changed: 113 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@ require (
2222
github.com/lightninglabs/lightning-terminal/autopilotserverrpc v0.0.2
2323
github.com/lightninglabs/lightning-terminal/litrpc v1.0.1
2424
github.com/lightninglabs/lightning-terminal/perms v1.0.0
25-
github.com/lightninglabs/lndclient v0.19.0-4
26-
github.com/lightninglabs/loop v0.31.0-beta.0.20250502080242-8ef7584f9f56
25+
github.com/lightninglabs/lndclient v0.19.0-5
26+
github.com/lightninglabs/loop v0.31.1-beta
2727
github.com/lightninglabs/loop/looprpc v1.0.7
2828
github.com/lightninglabs/loop/swapserverrpc v1.0.14
2929
github.com/lightninglabs/pool v0.6.5-beta.0.20250305125211-4e860ec4e77f
3030
github.com/lightninglabs/pool/auctioneerrpc v1.1.3-0.20250305125211-4e860ec4e77f
3131
github.com/lightninglabs/pool/poolrpc v1.0.1-0.20250305125211-4e860ec4e77f
32-
github.com/lightninglabs/taproot-assets v0.6.0-rc1.0.20250520102102-f6baa2c6f739
33-
github.com/lightninglabs/taproot-assets/taprpc v1.0.3
32+
github.com/lightninglabs/taproot-assets v0.6.0-rc2
33+
github.com/lightninglabs/taproot-assets/taprpc v1.0.4
3434
github.com/lightningnetwork/lnd v0.19.0-beta.rc3
3535
github.com/lightningnetwork/lnd/cert v1.2.2
3636
github.com/lightningnetwork/lnd/clock v1.1.1
3737
github.com/lightningnetwork/lnd/fn v1.2.3
3838
github.com/lightningnetwork/lnd/fn/v2 v2.0.8
3939
github.com/lightningnetwork/lnd/kvdb v1.4.16
4040
github.com/lightningnetwork/lnd/sqldb v1.0.9
41-
github.com/lightningnetwork/lnd/tlv v1.3.0
41+
github.com/lightningnetwork/lnd/tlv v1.3.1
4242
github.com/lightningnetwork/lnd/tor v1.1.6
4343
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
4444
github.com/mwitkow/grpc-proxy v0.0.0-20230212185441-f345521cb9c9
@@ -245,4 +245,6 @@ replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-d
245245
// automatically, so we need to add it manually.
246246
replace github.com/golang-migrate/migrate/v4 => github.com/lightninglabs/migrate/v4 v4.18.2-9023d66a-fork-pr-2
247247

248+
replace github.com/lightningnetwork/lnd => github.com/lightningnetwork/lnd v0.19.0-beta
249+
248250
go 1.23.6

go.sum

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -484,10 +484,10 @@ github.com/lightninglabs/lightning-node-connect v0.3.3-alpha.0.20250306111457-ca
484484
github.com/lightninglabs/lightning-node-connect v0.3.3-alpha.0.20250306111457-cad4234830cc/go.mod h1:yrfNoMrGcWljHoQ31+dCSc0R7mBdYqISQeZABlrdkz4=
485485
github.com/lightninglabs/lightning-node-connect/hashmailrpc v1.0.2 h1:Er1miPZD2XZwcfE4xoS5AILqP1mj7kqnhbBSxW9BDxY=
486486
github.com/lightninglabs/lightning-node-connect/hashmailrpc v1.0.2/go.mod h1:antQGRDRJiuyQF6l+k6NECCSImgCpwaZapATth2Chv4=
487-
github.com/lightninglabs/lndclient v0.19.0-4 h1:U+koisg716/i51kf5ENI5+9a1joXcPXeJYl3q0s4/co=
488-
github.com/lightninglabs/lndclient v0.19.0-4/go.mod h1:LP3FM3JGBdvOX8Lum9x1r7q54oiftoqaq4EYhtpp/fk=
489-
github.com/lightninglabs/loop v0.31.0-beta.0.20250502080242-8ef7584f9f56 h1:rBrLE9FWC1CgN0Z60/cOzwY43nvB/ArhBHk4fxUxyLI=
490-
github.com/lightninglabs/loop v0.31.0-beta.0.20250502080242-8ef7584f9f56/go.mod h1:LNo5Vgp36L88io00QhgkWqiJgyXRnfVXMtFWXZ8suCw=
487+
github.com/lightninglabs/lndclient v0.19.0-5 h1:G4lp6UTG/K3qysSC+OM6wR1Sx1svEQieOBpFWD8lh8o=
488+
github.com/lightninglabs/lndclient v0.19.0-5/go.mod h1:35d50tEMFxlJlKTZGYA6EdOllPsbxS4FUmEVbETUx+Q=
489+
github.com/lightninglabs/loop v0.31.1-beta h1:lzo0DL6FS3xcYtw7GGO1NdNF1tusMa4zVoGa+OMSEf8=
490+
github.com/lightninglabs/loop v0.31.1-beta/go.mod h1:LNo5Vgp36L88io00QhgkWqiJgyXRnfVXMtFWXZ8suCw=
491491
github.com/lightninglabs/loop/looprpc v1.0.7 h1:ukBFoQaaFnQ4lNJjifOG/tCwx420Fuk74ovOi7OtpCQ=
492492
github.com/lightninglabs/loop/looprpc v1.0.7/go.mod h1:U/q4xHSM13TLwRvNyhvJftT/BQ0Ey6p8XbcYwqWIYMA=
493493
github.com/lightninglabs/loop/swapserverrpc v1.0.14 h1:0+UrC2oNFsWYqGZjmU+Fkcn8iXsea89VZdfmBXSyPPg=
@@ -506,14 +506,14 @@ github.com/lightninglabs/pool/poolrpc v1.0.1-0.20250305125211-4e860ec4e77f h1:5p
506506
github.com/lightninglabs/pool/poolrpc v1.0.1-0.20250305125211-4e860ec4e77f/go.mod h1:lGs2hSVZ+GFpdv3btaIl9icG5/gz7BBRfvmD2iqqNl0=
507507
github.com/lightninglabs/protobuf-go-hex-display v1.34.2-hex-display h1:w7FM5LH9Z6CpKxl13mS48idsu6F+cEZf0lkyiV+Dq9g=
508508
github.com/lightninglabs/protobuf-go-hex-display v1.34.2-hex-display/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw=
509-
github.com/lightninglabs/taproot-assets v0.6.0-rc1.0.20250520102102-f6baa2c6f739 h1:j6N47XcvOe6SXykL8PFI3piWN3otUExdxrd2sZxqq1c=
510-
github.com/lightninglabs/taproot-assets v0.6.0-rc1.0.20250520102102-f6baa2c6f739/go.mod h1:OdeFcj2bnJf6aaYjBB5c8KdNI3aDaEMQpsSu2EqvMlw=
511-
github.com/lightninglabs/taproot-assets/taprpc v1.0.3 h1:Vt9vKNwAFGfJ/I29C1gSEwD0pcNeI53pFRCPf/WBgHI=
512-
github.com/lightninglabs/taproot-assets/taprpc v1.0.3/go.mod h1:Ccq0t2GsXzOtC8qF0U1ux/yTF5HcBbVrhCb0tb/jObM=
509+
github.com/lightninglabs/taproot-assets v0.6.0-rc2 h1:oj8bFtsrUJzaGR4pWqqkBBdImIsnBgnQchE58WtPpu8=
510+
github.com/lightninglabs/taproot-assets v0.6.0-rc2/go.mod h1:OdeFcj2bnJf6aaYjBB5c8KdNI3aDaEMQpsSu2EqvMlw=
511+
github.com/lightninglabs/taproot-assets/taprpc v1.0.4 h1:D1Zcjvaz5viyNXwecgj2yhQfXvBZHzI5FU64pMYrFtE=
512+
github.com/lightninglabs/taproot-assets/taprpc v1.0.4/go.mod h1:Ccq0t2GsXzOtC8qF0U1ux/yTF5HcBbVrhCb0tb/jObM=
513513
github.com/lightningnetwork/lightning-onion v1.2.1-0.20240712235311-98bd56499dfb h1:yfM05S8DXKhuCBp5qSMZdtSwvJ+GFzl94KbXMNB1JDY=
514514
github.com/lightningnetwork/lightning-onion v1.2.1-0.20240712235311-98bd56499dfb/go.mod h1:c0kvRShutpj3l6B9WtTsNTBUtjSmjZXbJd9ZBRQOSKI=
515-
github.com/lightningnetwork/lnd v0.19.0-beta.rc3 h1:XWMlyZvBrp69AnQqrshLOOPZjOl4hFWR1RD4ceCXt9k=
516-
github.com/lightningnetwork/lnd v0.19.0-beta.rc3/go.mod h1:bASjjAiZsoEtHFo0imi5m4z/8m9afdIpu+Wz7rUXink=
515+
github.com/lightningnetwork/lnd v0.19.0-beta h1:/8i2UdARiEpI2iAmPoSDcwZSSEuWqXyfsMxz/mLGbdw=
516+
github.com/lightningnetwork/lnd v0.19.0-beta/go.mod h1:hu6zo1zcznx7nViiFlJY8qGDwwGw5LNLdGJ7ICz5Ysc=
517517
github.com/lightningnetwork/lnd/cert v1.2.2 h1:71YK6hogeJtxSxw2teq3eGeuy4rHGKcFf0d0Uy4qBjI=
518518
github.com/lightningnetwork/lnd/cert v1.2.2/go.mod h1:jQmFn/Ez4zhDgq2hnYSw8r35bqGVxViXhX6Cd7HXM6U=
519519
github.com/lightningnetwork/lnd/clock v1.1.1 h1:OfR3/zcJd2RhH0RU+zX/77c0ZiOnIMsDIBjgjWdZgA0=
@@ -532,8 +532,8 @@ github.com/lightningnetwork/lnd/sqldb v1.0.9 h1:7OHi+Hui823mB/U9NzCdlZTAGSVdDCbj
532532
github.com/lightningnetwork/lnd/sqldb v1.0.9/go.mod h1:OG09zL/PHPaBJefp4HsPz2YLUJ+zIQHbpgCtLnOx8I4=
533533
github.com/lightningnetwork/lnd/ticker v1.1.1 h1:J/b6N2hibFtC7JLV77ULQp++QLtCwT6ijJlbdiZFbSM=
534534
github.com/lightningnetwork/lnd/ticker v1.1.1/go.mod h1:waPTRAAcwtu7Ji3+3k+u/xH5GHovTsCoSVpho0KDvdA=
535-
github.com/lightningnetwork/lnd/tlv v1.3.0 h1:exS/KCPEgpOgviIttfiXAPaUqw2rHQrnUOpP7HPBPiY=
536-
github.com/lightningnetwork/lnd/tlv v1.3.0/go.mod h1:pJuiBj1ecr1WWLOtcZ+2+hu9Ey25aJWFIsjmAoPPnmc=
535+
github.com/lightningnetwork/lnd/tlv v1.3.1 h1:o7CZg06y+rJZfUMAo0WzBLr0pgBWCzrt0f9gpujYUzk=
536+
github.com/lightningnetwork/lnd/tlv v1.3.1/go.mod h1:pJuiBj1ecr1WWLOtcZ+2+hu9Ey25aJWFIsjmAoPPnmc=
537537
github.com/lightningnetwork/lnd/tor v1.1.6 h1:WHUumk7WgU6BUFsqHuqszI9P6nfhMeIG+rjJBlVE6OE=
538538
github.com/lightningnetwork/lnd/tor v1.1.6/go.mod h1:qSRB8llhAK+a6kaTPWOLLXSZc6Hg8ZC0mq1sUQ/8JfI=
539539
github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796 h1:sjOGyegMIhvgfq5oaue6Td+hxZuf3tDC8lAPrFldqFw=

proto/loop.proto

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,6 +1227,14 @@ message LiquidityParameters {
12271227
value is the parameters to use for swaps in that asset.
12281228
*/
12291229
map<string, EasyAssetAutoloopParams> easy_asset_params = 25;
1230+
1231+
/*
1232+
* Set to true to enable fast swap publication. If set, the server will
1233+
* publish the HTLC immediately after receiving the swap request. This
1234+
* setting has direct implications on the swap fees, as fast swaps may
1235+
* not be able to be batched with other swaps.
1236+
*/
1237+
bool fast_swap_publication = 26;
12301238
}
12311239

12321240
message EasyAssetAutoloopParams {
@@ -1524,9 +1532,15 @@ message InstantOutQuoteRequest {
15241532
uint64 amt = 1 [jstype = JS_STRING];
15251533

15261534
/*
1535+
Deprecated: use 'reservation_ids' instead.
15271536
The amount of reservations to use for the swap.
15281537
*/
1529-
int32 num_reservations = 2;
1538+
int32 num_reservations = 2 [deprecated = true];
1539+
1540+
/*
1541+
The reservations to use for the swap.
1542+
*/
1543+
repeated bytes reservation_ids = 3;
15301544
}
15311545

15321546
message InstantOutQuoteResponse {

0 commit comments

Comments
 (0)