[WIP, DONOT MERGE]: Fix FeeOps duplicated index issue and improve geth-sdk. #342
Triggered via pull request
September 29, 2023 17:47
Status
Failure
Total duration
4m 28s
Artifacts
–
ci.yml
on: pull_request
Rosetta-Validation
4m 12s
Test
56s
Lint
58s
Check-License
17s
Check-format
16s
Salus
1m 44s
Annotations
12 errors and 6 warnings
Test:
services/block_service_test.go#L65
cannot use mockClient (type *services.Client) as type construction.Client in argument to NewBlockAPIService:
|
Test:
services/block_service_test.go#L86
cannot use mockClient (type *services.Client) as type construction.Client in argument to NewBlockAPIService:
|
Test:
services/network_service_test.go#L67
cannot use mockClient (type *services.Client) as type construction.Client in argument to NewNetworkAPIService:
|
Test:
services/network_service_test.go#L100
cannot use mockClient (type *services.Client) as type construction.Client in argument to NewNetworkAPIService:
|
Test:
services/construction/construction_service_test.go#L62
cannot use mockClient (type *services.Client) as type Client in argument to NewAPIService:
|
Test
Process completed with exit code 2.
|
Lint:
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)
|
Lint:
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)
|
Lint:
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)
|
Lint:
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)
|
Lint:
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)
|
Lint
issues found
|
Check-format
Unexpected input(s) 'version', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'sparse-checkout', 'sparse-checkout-cone-mode', 'fetch-depth', 'fetch-tags', 'lfs', 'submodules', 'set-safe-directory', 'github-server-url']
|
Check-format
Unexpected input(s) 'version', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'sparse-checkout', 'sparse-checkout-cone-mode', 'fetch-depth', 'fetch-tags', 'lfs', 'submodules', 'set-safe-directory', 'github-server-url']
|
Check-License
Unexpected input(s) 'version', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'sparse-checkout', 'sparse-checkout-cone-mode', 'fetch-depth', 'fetch-tags', 'lfs', 'submodules', 'set-safe-directory', 'github-server-url']
|
Check-License
Unexpected input(s) 'version', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'sparse-checkout', 'sparse-checkout-cone-mode', 'fetch-depth', 'fetch-tags', 'lfs', 'submodules', 'set-safe-directory', 'github-server-url']
|
Salus
Unexpected input(s) 'version', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'sparse-checkout', 'sparse-checkout-cone-mode', 'fetch-depth', 'fetch-tags', 'lfs', 'submodules', 'set-safe-directory', 'github-server-url']
|
Salus
Unexpected input(s) 'version', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'sparse-checkout', 'sparse-checkout-cone-mode', 'fetch-depth', 'fetch-tags', 'lfs', 'submodules', 'set-safe-directory', 'github-server-url']
|