Skip to content

Migrate jsonrpc-server methods based on in-mem btree to archiver #63

Migrate jsonrpc-server methods based on in-mem btree to archiver

Migrate jsonrpc-server methods based on in-mem btree to archiver #63

Triggered via pull request July 18, 2024 14:29
@bianyuanopbianyuanop
synchronize #17
rpc-db
Status Failure
Total duration 2m 35s
Artifacts

seq-static-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint: cmd/token-wallet/backend/backend.go#L196
assignment mismatch: 4 variables but b.scli.ListenBlock returns 5 values
Lint: cmd/token-wallet/backend/backend.go#L212
actor declared and not used
Lint: cmd/token-wallet/backend/backend.go#L219
actionID declared and not used
Lint: cmd/token-wallet/backend/backend.go#L981
undefined: Order
Lint: cmd/token-wallet/backend/backend.go#L986
undefined: Order
Lint: cmd/token-wallet/backend/backend.go#L988
b.tcli.GetOrder undefined (type *"github.com/AnomalyFi/nodekit-seq/rpc".JSONRPCClient has no field or method GetOrder)
Lint: cmd/token-wallet/backend/backend.go#L1005
undefined: Order
Lint: cmd/token-wallet/backend/backend.go#L1024
undefined: Order
Lint: cmd/token-wallet/backend/backend.go#L1025
b.tcli.Orders undefined (type *"github.com/AnomalyFi/nodekit-seq/rpc".JSONRPCClient has no field or method Orders)
Lint: cmd/token-wallet/backend/backend.go#L1030
undefined: Order
Lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/