Skip to content

feat: Implemented RPC Manager for RPC calls #153

feat: Implemented RPC Manager for RPC calls

feat: Implemented RPC Manager for RPC calls #153

Triggered via pull request November 5, 2024 11:23
Status Failure
Total duration 3m 2s
Artifacts

ci.yml

on: pull_request
build-amd
0s
build-amd
build-arm
0s
build-arm
push-docker-build
0s
push-docker-build
publish-github-release
0s
publish-github-release
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
test: cmd/addStake_test.go#L94
not enough arguments in call to utils.StakeCoins
test: cmd/approve_test.go#L131
not enough arguments in call to utils.Approve
test: cmd/claimBounty_test.go#L278
cannot use config (variable of type "razor/core/types".Configurations) as RPC.RPCParameters value in argument to utils.ClaimBounty
test: cmd/claimBounty_test.go#L278
cannot use client (variable of type *ethclient.Client) as "razor/core/types".Configurations value in argument to utils.ClaimBounty
test: cmd/claimBounty_test.go#L389
cannot use client (variable of type *ethclient.Client) as RPC.RPCParameters value in argument to ut.HandleClaimBounty
test: cmd/cmd-utils_test.go#L141
too many arguments in call to utils.GetEpochAndState
test: cmd/cmd-utils_test.go#L228
cannot use context.Background() (value of type context.Context) as RPC.RPCParameters value in argument to utils.WaitForAppropriateState
test: cmd/cmd-utils_test.go#L228
cannot use client (variable of type *ethclient.Client) as string value in argument to utils.WaitForAppropriateState
test: cmd/cmd-utils_test.go#L228
cannot use tt.args.action (variable of type string) as int value in argument to utils.WaitForAppropriateState
test: cmd/cmd-utils_test.go#L287
too many arguments in call to utils.WaitIfCommitState
test
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/
test
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/