Update sdk #95
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)
|