[WIP, DONOT MERGE]: Fix FeeOps duplicated index issue and improve geth-sdk. #343
Annotations
6 errors
services/block_service_test.go#L65
cannot use mockClient (variable of type *"github.com/coinbase/rosetta-geth-sdk/mocks/services".Client) as construction.Client value in argument to NewBlockAPIService: *"github.com/coinbase/rosetta-geth-sdk/mocks/services".Client does not implement construction.Client (missing method EstimateGas) (typecheck)
|
services/block_service_test.go#L86
cannot use mockClient (variable of type *"github.com/coinbase/rosetta-geth-sdk/mocks/services".Client) as construction.Client value in argument to NewBlockAPIService: *"github.com/coinbase/rosetta-geth-sdk/mocks/services".Client does not implement construction.Client (missing method EstimateGas) (typecheck)
|
services/network_service_test.go#L71
cannot use mockClient (variable of type *"github.com/coinbase/rosetta-geth-sdk/mocks/services".Client) as construction.Client value in argument to NewNetworkAPIService: *"github.com/coinbase/rosetta-geth-sdk/mocks/services".Client does not implement construction.Client (missing method EstimateGas) (typecheck)
|
services/network_service_test.go#L104
cannot use mockClient (variable of type *"github.com/coinbase/rosetta-geth-sdk/mocks/services".Client) as construction.Client value in argument to NewNetworkAPIService: *"github.com/coinbase/rosetta-geth-sdk/mocks/services".Client does not implement construction.Client (missing method EstimateGas) (typecheck)
|
services/construction/construction_service_test.go#L64
cannot use mockClient (variable of type *services.Client) as Client value in argument to NewAPIService: *services.Client does not implement Client (missing method EstimateGas) (typecheck)
|
|
The logs for this run have expired and are no longer available.
Loading