Skip to content

add estimate-fee example #8

add estimate-fee example

add estimate-fee example #8

Triggered via pull request October 4, 2024 14:42
Status Failure
Total duration 32s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Lint: src/sdk/tx/transactions.go#L338
unusedresult: result of fmt.Errorf call not used (govet)
Lint: src/sdk/tx/transactions.go#L343
unusedresult: result of fmt.Errorf call not used (govet)
Lint: src/sdk/events.go#L381
ineffectual assignment to err (ineffassign)
Lint: src/sdk/events.go#L473
ineffectual assignment to err (ineffassign)
Lint: src/extrinsic/era.go#L143
SA4003: no value of type uint is greater than math.MaxUint64 (staticcheck)
Lint
Process completed with exit code 1.
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/