build: bump tapd to v0.6.1 and lnd to v0.19.2-beta #2311
main.yml
on: pull_request
RPC compilation check
1m 43s
go mod check
12m 14s
build and lint code
7m 26s
run unit tests
8m 27s
Annotations
10 errors
|
build and lint code
Process completed with exit code 2.
|
|
build and lint code:
staticaddr/deposit/manager_test.go#L334
cannot use mockChainNotifier (variable of type *MockChainNotifier) as lndclient.ChainNotifierClient value in struct literal: *MockChainNotifier does not implement lndclient.ChainNotifierClient (wrong type for method RegisterSpendNtfn)
|
|
build and lint code:
instantout/reservation/actions_test.go#L424
cannot use chainNotifier (variable of type *MockChainNotifier) as lndclient.ChainNotifierClient value in struct literal: *MockChainNotifier does not implement lndclient.ChainNotifierClient (wrong type for method RegisterSpendNtfn)
|
|
build and lint code:
instantout/reservation/actions_test.go#L348
cannot use chainNotifier (variable of type *MockChainNotifier) as lndclient.ChainNotifierClient value in struct literal: *MockChainNotifier does not implement lndclient.ChainNotifierClient (wrong type for method RegisterSpendNtfn)
|
|
build and lint code:
instantout/reservation/actions_test.go#L240
cannot use chainNotifier (variable of type *MockChainNotifier) as lndclient.ChainNotifierClient value in struct literal: *MockChainNotifier does not implement lndclient.ChainNotifierClient (wrong type for method RegisterSpendNtfn)
|
|
run unit tests
Process completed with exit code 2.
|
|
run unit tests:
staticaddr/deposit/manager_test.go#L334
cannot use mockChainNotifier (variable of type *MockChainNotifier) as lndclient.ChainNotifierClient value in struct literal: *MockChainNotifier does not implement lndclient.ChainNotifierClient (wrong type for method RegisterSpendNtfn)
|
|
run unit tests:
instantout/reservation/actions_test.go#L424
cannot use chainNotifier (variable of type *MockChainNotifier) as lndclient.ChainNotifierClient value in struct literal: *MockChainNotifier does not implement lndclient.ChainNotifierClient (wrong type for method RegisterSpendNtfn)
|
|
run unit tests:
instantout/reservation/actions_test.go#L348
cannot use chainNotifier (variable of type *MockChainNotifier) as lndclient.ChainNotifierClient value in struct literal: *MockChainNotifier does not implement lndclient.ChainNotifierClient (wrong type for method RegisterSpendNtfn)
|
|
run unit tests:
instantout/reservation/actions_test.go#L240
cannot use chainNotifier (variable of type *MockChainNotifier) as lndclient.ChainNotifierClient value in struct literal: *MockChainNotifier does not implement lndclient.ChainNotifierClient (wrong type for method RegisterSpendNtfn)
|