Skip to content

Add order parameter to getEvents for descending order support #1490

Add order parameter to getEvents for descending order support

Add order parameter to getEvents for descending order support #1490

Triggered via pull request December 21, 2025 21:07
Status Failure
Total duration 4m 28s
Artifacts

golang.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
golangci-lint: cmd/stellar-rpc/internal/db/migration.go#L114
mm.db.Commit undefined (type *DB has no field or method Commit) (typecheck)
golangci-lint: cmd/stellar-rpc/internal/db/migration.go#L111
mm.db.Rollback undefined (type *DB has no field or method Rollback) (typecheck)
golangci-lint: cmd/stellar-rpc/internal/db/migration.go#L101
mm.db.Rollback undefined (type *DB has no field or method Rollback) (typecheck)
golangci-lint: cmd/stellar-rpc/internal/db/ledger_test.go#L225
db.Close undefined (type *DB has no field or method Close) (typecheck)
golangci-lint: cmd/stellar-rpc/internal/db/ledger.go#L175
r.db.Query undefined (type *DB has no field or method Query) (typecheck)
golangci-lint: cmd/stellar-rpc/internal/db/ledger.go#L146
r.db.Query undefined (type *DB has no field or method Query) (typecheck)
golangci-lint: cmd/stellar-rpc/internal/db/ledger.go#L131
r.db.Clone undefined (type *DB has no field or method Clone) (typecheck)
golangci-lint: cmd/stellar-rpc/internal/db/event.go#L465
db.GetTx undefined (type *DB has no field or method GetTx) (typecheck)
golangci-lint: cmd/stellar-rpc/internal/db/db.go#L244
db.ExecRaw undefined (type *DB has no field or method ExecRaw) (typecheck)
golangci-lint: cmd/stellar-rpc/internal/db/db.go#L232
rw.db.Clone undefined (type *DB has no field or method Clone) (typecheck)