feat(solver/app): basic event processor #84
ci-pr.yaml
on: pull_request
pre-commit
/
pre-commit
1m 2s
go-tests
/
unit_tests
4m 33s
go-lint
/
golangci
4m 24s
cli-install
/
windows-latest
16s
sol-tests
/
sol_core_tests
48s
sol-tests
/
sol_avs_tests
39s
e2e-tests
/
pr_e2e_tests
5m 30s
check-sol-artifacts
/
check_sol_artifacts
2m 54s
pr-label
/
label_pr
2s
Matrix: cli-command / test-linux
Matrix: cli-command / test-macos
Matrix: cli-install / test-install
Annotations
10 errors and 11 warnings
go-lint / golangci
Cannot open: File exists
|
go-lint / golangci
Cannot open: File exists
|
go-lint / golangci
Cannot open: File exists
|
go-lint / golangci
Cannot open: File exists
|
go-lint / golangci
Cannot open: File exists
|
go-lint / golangci
Cannot open: File exists
|
go-lint / golangci
Cannot open: File exists
|
go-lint / golangci
Cannot open: File exists
|
go-lint / golangci
Cannot open: File exists
|
go-lint / golangci
Cannot open: File exists
|
pre-commit / pre-commit
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
go-lint / golangci
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
go-lint / golangci
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
go-lint / golangci:
solver/app/parsers.go#L8
unused-parameter: parameter 'log' seems to be unused, consider removing or renaming it as _ (revive)
|
go-lint / golangci:
solver/app/parsers.go#L20
unused-parameter: parameter 'log' seems to be unused, consider removing or renaming it as _ (revive)
|
go-lint / golangci:
solver/app/reactor.go#L145
unused-receiver: method receiver 'r' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
go-lint / golangci:
solver/app/actions.go#L5
unused-receiver: method receiver 'r' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
go-lint / golangci:
solver/app/reactor.go#L149
unused-receiver: method receiver 'r' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
go-lint / golangci:
solver/app/parsers.go#L34
unused-parameter: parameter 'log' seems to be unused, consider removing or renaming it as _ (revive)
|
go-lint / golangci:
solver/app/bindings.go#L9
var-naming: struct field DestChainId should be DestChainID (revive)
|
go-lint / golangci:
solver/app/reactor.go#L77
empty-lines: extra empty line at the end of a block (revive)
|