add tx cases for convert subnet tx #5380
Annotations
2 errors and 1 warning
Run go test -v -coverprofile=coverage.out $(go list ./... | grep -v /tests/ | grep -v '/sdk/'):
cmd/blockchaincmd/stats_test.go#L63
cannot use iClient (variable of type *mocks.InfoClient) as info.Client value in argument to buildCurrentValidatorStats: *mocks.InfoClient does not implement info.Client (wrong type for method Uptime)
|
Run go test -v -coverprofile=coverage.out $(go list ./... | grep -v /tests/ | grep -v '/sdk/')
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading