Add order parameter to getEvents for descending order support
#1490
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)
|