Skip to content

Update sdk

Update sdk #95

Triggered via pull request November 21, 2024 21:55
Status Failure
Total duration 44s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: pkg/coinbase/staking_balance_test.go#L52
cannot use stakeAPI (variable of type *mocks.StakeAPI) as client.StakeAPI value in struct literal: *mocks.StakeAPI does not implement client.StakeAPI (missing method GetValidator)
lint: pkg/coinbase/staking_balance_test.go#L56
cannot use stakeAPI (variable of type *mocks.StakeAPI) as client.StakeAPI value in struct literal: *mocks.StakeAPI does not implement client.StakeAPI (missing method GetValidator)
lint: pkg/coinbase/staking_operation_test.go#L37
cannot use mc.stakeAPI (variable of type *mocks.StakeAPI) as client.StakeAPI value in struct literal: *mocks.StakeAPI does not implement client.StakeAPI (missing method GetValidator)
lint: pkg/coinbase/staking_operation_test.go#L64
cannot use mc.stakeAPI (variable of type *mocks.StakeAPI) as client.StakeAPI value in struct literal: *mocks.StakeAPI does not implement client.StakeAPI (missing method GetValidator)
lint: pkg/coinbase/staking_operation_test.go#L90
cannot use c.stakeAPI (variable of type *mocks.StakeAPI) as client.StakeAPI value in struct literal: *mocks.StakeAPI does not implement client.StakeAPI (missing method GetValidator)
lint: pkg/coinbase/staking_operation_test.go#L111
cannot use mc.stakeAPI (variable of type *mocks.StakeAPI) as client.StakeAPI value in struct literal: *mocks.StakeAPI does not implement client.StakeAPI (missing method GetValidator)
lint: pkg/coinbase/staking_operation_test.go#L169
cannot use stakeAPI (variable of type *mocks.StakeAPI) as client.StakeAPI value in struct literal: *mocks.StakeAPI does not implement client.StakeAPI (missing method GetValidator)
lint: pkg/coinbase/staking_operation_test.go#L198
cannot use stakeAPI (variable of type *mocks.StakeAPI) as client.StakeAPI value in struct literal: *mocks.StakeAPI does not implement client.StakeAPI (missing method GetValidator)
lint: pkg/coinbase/staking_operation_test.go#L232
cannot use stakingAPI (variable of type *mocks.StakeAPI) as client.StakeAPI value in struct literal: *mocks.StakeAPI does not implement client.StakeAPI (missing method GetValidator)
lint: pkg/coinbase/staking_operation_test.go#L381
cannot use stakingAPIMock (variable of type *mocks.StakeAPI) as client.StakeAPI value in struct literal: *mocks.StakeAPI does not implement client.StakeAPI (missing method GetValidator)