Skip to content

Add getEvents backed by DB #64

Add getEvents backed by DB

Add getEvents backed by DB #64

Triggered via pull request June 20, 2024 19:22
Status Failure
Total duration 1m 1s
Artifacts

golang.yml

on: pull_request
golangci-lint
50s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
golangci-lint: cmd/soroban-rpc/internal/daemon/daemon.go#L302
undefined: events (typecheck)
golangci-lint: cmd/soroban-rpc/internal/daemon/daemon.go#L203
eventStore declared and not used (typecheck)
golangci-lint: cmd/soroban-rpc/internal/daemon/daemon.go#L303
undefined: events (typecheck)
golangci-lint: cmd/soroban-rpc/internal/db/db.go#L388
cannot use dbCache{…} (value of type dbCache) as *dbCache value in struct literal (typecheck)
golangci-lint: cmd/soroban-rpc/internal/db/ledger_test.go#L8
"github.com/stretchr/testify/require" imported and not used (typecheck)
golangci-lint: cmd/soroban-rpc/internal/events/events.go#L1
syntax error: package statement must be first (typecheck)
golangci-lint: cmd/soroban-rpc/internal/events/events.go#L1
expected 'package', found 'EOF' (typecheck)
golangci-lint: cmd/soroban-rpc/internal/preflight/preflight.go#L18
could not import C (cgo preprocessing failed) (typecheck)
golangci-lint
issues found
golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.