staticaddr: channel funding with deposits #2074
main.yml
on: pull_request
RPC compilation check
1m 39s
go mod check
9m 23s
build and lint code
2m 20s
run unit tests
8m 21s
Annotations
6 errors
|
build and lint code
Process completed with exit code 2.
|
|
build and lint code:
staticaddr/deposit/manager_test.go#L330
cannot use mockStaticAddressClient (variable of type *mockStaticAddressClient) as swapserverrpc.StaticAddressServerClient value in struct literal: *mockStaticAddressClient does not implement swapserverrpc.StaticAddressServerClient (missing method SignOpenChannelPsbt) (typecheck)
|
|
build and lint code:
staticaddr/address/manager_test.go#L184
cannot use mockStaticAddressClient (variable of type *mockStaticAddressClient) as swapserverrpc.StaticAddressServerClient value in struct literal: *mockStaticAddressClient does not implement swapserverrpc.StaticAddressServerClient (missing method SignOpenChannelPsbt) (typecheck)
|
|
run unit tests
Process completed with exit code 2.
|
|
run unit tests:
staticaddr/deposit/manager_test.go#L330
cannot use mockStaticAddressClient (variable of type *mockStaticAddressClient) as swapserverrpc.StaticAddressServerClient value in struct literal: *mockStaticAddressClient does not implement swapserverrpc.StaticAddressServerClient (missing method SignOpenChannelPsbt)
|
|
run unit tests:
staticaddr/address/manager_test.go#L184
cannot use mockStaticAddressClient (variable of type *mockStaticAddressClient) as swapserverrpc.StaticAddressServerClient value in struct literal: *mockStaticAddressClient does not implement swapserverrpc.StaticAddressServerClient (missing method SignOpenChannelPsbt)
|