Skip to content

feat: add wallet balance to lnd wrapper #1342

feat: add wallet balance to lnd wrapper

feat: add wallet balance to lnd wrapper #1342

Triggered via push August 18, 2023 10:07
Status Failure
Total duration 3m 2s
Artifacts
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test (1.20.x, ubuntu-latest): integration_tests/auth_test.go#L33
cannot use newDefaultMockLND() (value of type *MockLND) as lnd.LightningClientWrapper value in argument to LndHubTestServiceInit: *MockLND does not implement lnd.LightningClientWrapper (missing method WalletBalance)
test (1.20.x, ubuntu-latest): integration_tests/checkpayment_test.go#L35
cannot use mockLND (variable of type *MockLND) as lnd.LightningClientWrapper value in argument to LndHubTestServiceInit: *MockLND does not implement lnd.LightningClientWrapper (missing method WalletBalance)
test (1.20.x, ubuntu-latest): integration_tests/create_test.go#L30
cannot use newDefaultMockLND() (value of type *MockLND) as lnd.LightningClientWrapper value in argument to LndHubTestServiceInit: *MockLND does not implement lnd.LightningClientWrapper (missing method WalletBalance)
test (1.20.x, ubuntu-latest): integration_tests/getinfo_test.go#L31
cannot use newDefaultMockLND() (value of type *MockLND) as lnd.LightningClientWrapper value in argument to LndHubTestServiceInit: *MockLND does not implement lnd.LightningClientWrapper (missing method WalletBalance)
test (1.20.x, ubuntu-latest): integration_tests/gettxs_test.go#L35
cannot use mockLND (variable of type *MockLND) as lnd.LightningClientWrapper value in argument to LndHubTestServiceInit: *MockLND does not implement lnd.LightningClientWrapper (missing method WalletBalance)
test (1.20.x, ubuntu-latest): integration_tests/hodl_invoice_test.go#L45
cannot use mlnd (variable of type *MockLND) as lnd.LightningClientWrapper value in argument to NewLNDMockHodlWrapperAsync: *MockLND does not implement lnd.LightningClientWrapper (missing method WalletBalance)
test (1.20.x, ubuntu-latest): integration_tests/incoming_payment_test.go#L40
cannot use mockLND (variable of type *MockLND) as lnd.LightningClientWrapper value in argument to LndHubTestServiceInit: *MockLND does not implement lnd.LightningClientWrapper (missing method WalletBalance)
test (1.20.x, ubuntu-latest): integration_tests/internal_payment_test.go#L47
cannot use mlnd (variable of type *MockLND) as lnd.LightningClientWrapper value in argument to LndHubTestServiceInit: *MockLND does not implement lnd.LightningClientWrapper (missing method WalletBalance)
test (1.20.x, ubuntu-latest): integration_tests/invoice_test.go#L35
cannot use newDefaultMockLND() (value of type *MockLND) as lnd.LightningClientWrapper value in argument to LndHubTestServiceInit: *MockLND does not implement lnd.LightningClientWrapper (missing method WalletBalance)
test (1.20.x, ubuntu-latest): integration_tests/keysend_test.go#L40
cannot use mlnd (variable of type *MockLND) as lnd.LightningClientWrapper value in argument to LndHubTestServiceInit: *MockLND does not implement lnd.LightningClientWrapper (missing method WalletBalance)
test (1.20.x, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/