File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,10 @@ flake-unit:
201
201
@$(call print, "Flake hunting unit tests.")
202
202
while [ $$ ? -eq 0 ]; do GOTRACEBACK=all $( UNIT) -count=1; done
203
203
204
+ flake-itest-only :
205
+ @$(call print, "Flake hunting unit tests.")
206
+ while [ $$ ? -eq 0 ]; do make itest-only icase=' ${icase}' ; done
207
+
204
208
# =========
205
209
# UTILITIES
206
210
# =========
Original file line number Diff line number Diff line change @@ -226,6 +226,8 @@ replace github.com/lightninglabs/lightning-terminal/autopilotserverrpc => ./auto
226
226
// taproot-assets dependency to function properly.
227
227
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.30.0-hex-display
228
228
229
+ replace github.com/lightningnetwork/lnd => github.com/guggero/lnd v0.11.0-beta.rc4.0.20240626132746-ee027e0925c4
230
+
229
231
go 1.22.3
230
232
231
233
toolchain go1.22.4
Original file line number Diff line number Diff line change @@ -994,6 +994,8 @@ github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0/go.mod h1:hgWBS7lorOAVIJEQMi4Zs
994
994
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 /go.mod h1:o//XUCC/F+yRGJoPO/VU0GSB0f8Nhgmxx0VIRUvaC0w =
995
995
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 h1:YBftPWNWd4WwGqtY2yeZL2ef8rHAxPBD8KFhJpmcqms =
996
996
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 /go.mod h1:YN5jB8ie0yfIUg6VvR9Kz84aCaG7AsGZnLjhHbUqwPg =
997
+ github.com/guggero/lnd v0.11.0-beta.rc4.0.20240626132746-ee027e0925c4 h1:ZDSOyfpDVOdGfk9r5PoHwLjv5sLxgYsVgKKFKEFdStk =
998
+ github.com/guggero/lnd v0.11.0-beta.rc4.0.20240626132746-ee027e0925c4 /go.mod h1:L3IArArdRrWtuw+wNsUlibuGmf/08Odsm/zo3+bPXuM =
997
999
github.com/hashicorp/errwrap v1.0.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
998
1000
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I =
999
1001
github.com/hashicorp/errwrap v1.1.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
@@ -1176,8 +1178,6 @@ github.com/lightninglabs/taproot-assets v0.3.3-0.20240625161215-838206d62c99 h1:
1176
1178
github.com/lightninglabs/taproot-assets v0.3.3-0.20240625161215-838206d62c99 /go.mod h1:KhiaNUkgI3zIYNzfUoEClJjInXt5vScmnLVIvuUzWXY =
1177
1179
github.com/lightningnetwork/lightning-onion v1.2.1-0.20230823005744-06182b1d7d2f h1:Pua7+5TcFEJXIIZ1I2YAUapmbcttmLj4TTi786bIi3s =
1178
1180
github.com/lightningnetwork/lightning-onion v1.2.1-0.20230823005744-06182b1d7d2f /go.mod h1:c0kvRShutpj3l6B9WtTsNTBUtjSmjZXbJd9ZBRQOSKI =
1179
- github.com/lightningnetwork/lnd v0.18.0-beta.rc3.0.20240625154246-4e968d9b520c h1:10hVKzgsnpuzOOgkYAhThUtDiq3fBBJBeZWdir+0ptk =
1180
- github.com/lightningnetwork/lnd v0.18.0-beta.rc3.0.20240625154246-4e968d9b520c /go.mod h1:L3IArArdRrWtuw+wNsUlibuGmf/08Odsm/zo3+bPXuM =
1181
1181
github.com/lightningnetwork/lnd/cert v1.2.2 h1:71YK6hogeJtxSxw2teq3eGeuy4rHGKcFf0d0Uy4qBjI =
1182
1182
github.com/lightningnetwork/lnd/cert v1.2.2 /go.mod h1:jQmFn/Ez4zhDgq2hnYSw8r35bqGVxViXhX6Cd7HXM6U =
1183
1183
github.com/lightningnetwork/lnd/clock v1.1.1 h1:OfR3/zcJd2RhH0RU+zX/77c0ZiOnIMsDIBjgjWdZgA0 =
You can’t perform that action at this time.
0 commit comments