Skip to content

feat: Add e2e reorg tests to syncers #162

feat: Add e2e reorg tests to syncers

feat: Add e2e reorg tests to syncers #162

Triggered via pull request September 19, 2024 12:47
Status Failure
Total duration 2m 22s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
lint: tree/tree_test.go#L102
Error return value of `tx.Commit` is not checked (errcheck)
lint: reorgdetector/reorgdetector_sub.go#L51
Consider pre-allocating `ids` (prealloc)
lint: sync/evmdriver.go#L139
`(*EVMDriver).handleReorg` - `downloadCh` is unused (unparam)
lint: tree/tree_test.go#L25
ST1003: var createTreeDb should be createTreeDB (stylecheck)
lint: tree/tree_test.go#L35
test helper function should start from t.Helper() (thelper)
lint
issues found
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/