Migrate data to new transactions table #492
Annotations
8 errors and 7 warnings
cmd/soroban-rpc/internal/db/db.go#L144
cache.Lock undefined (type *dbCache has no field or method Lock) (typecheck)
|
cmd/soroban-rpc/internal/db/db.go#L145
cache.Unlock undefined (type *dbCache has no field or method Unlock) (typecheck)
|
cmd/soroban-rpc/internal/db/migration.go#L77
migrationDB.Begin undefined (type *DB has no field or method Begin) (typecheck)
|
cmd/soroban-rpc/internal/db/migration.go#L83
migrationDB.Rollback undefined (type *DB has no field or method Rollback) (typecheck)
|
cmd/soroban-rpc/internal/db/migration.go#L88
migrationDB.Rollback undefined (type *DB has no field or method Rollback) (typecheck)
|
cmd/soroban-rpc/internal/db/migration.go#L115
g.db.Commit undefined (type *DB has no field or method Commit) (typecheck)
|
cmd/soroban-rpc/internal/db/migration.go#L119
g.db.Rollback undefined (type *DB has no field or method Rollback) (typecheck)
|
cmd/soroban-rpc/internal/db/transaction.go#L328
db.GetTx undefined (type *DB has no field or method GetTx) (typecheck)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b, actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f, golangci/golangci-lint-action@537aa1903e5d359d0b27dbc19ddd22c5087f3fbc. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
This job succeeded
Loading