feat: Implemented RPC Manager for RPC calls #154
Annotations
10 errors and 2 warnings
Run golangci-lint:
cmd/addStake_test.go#L94
not enough arguments in call to utils.StakeCoins
|
Run golangci-lint:
cmd/approve_test.go#L131
not enough arguments in call to utils.Approve
|
Run golangci-lint:
cmd/claimBounty_test.go#L278
cannot use config (variable of type "razor/core/types".Configurations) as RPC.RPCParameters value in argument to utils.ClaimBounty
|
Run golangci-lint:
cmd/claimBounty_test.go#L278
cannot use client (variable of type *ethclient.Client) as "razor/core/types".Configurations value in argument to utils.ClaimBounty
|
Run golangci-lint:
cmd/claimBounty_test.go#L389
cannot use client (variable of type *ethclient.Client) as RPC.RPCParameters value in argument to ut.HandleClaimBounty
|
Run golangci-lint:
cmd/cmd-utils_test.go#L141
too many arguments in call to utils.GetEpochAndState
|
Run golangci-lint:
cmd/cmd-utils_test.go#L228
cannot use context.Background() (value of type context.Context) as RPC.RPCParameters value in argument to utils.WaitForAppropriateState
|
Run golangci-lint:
cmd/cmd-utils_test.go#L228
cannot use client (variable of type *ethclient.Client) as string value in argument to utils.WaitForAppropriateState
|
Run golangci-lint:
cmd/cmd-utils_test.go#L228
cannot use tt.args.action (variable of type string) as int value in argument to utils.WaitForAppropriateState
|
Run golangci-lint:
cmd/cmd-utils_test.go#L287
too many arguments in call to utils.WaitIfCommitState
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading