Skip to content

[Persistence] Adds Save and Load functionality to TreeStore #273

[Persistence] Adds Save and Load functionality to TreeStore

[Persistence] Adds Save and Load functionality to TreeStore #273

Triggered via pull request July 26, 2023 16:59
Status Failure
Total duration 6m 10s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: persistence/module.go#L13
could not import github.com/pokt-network/pocket/persistence/trees (-: # github.com/pokt-network/pocket/persistence/trees
lint: persistence/trees/trees.go#L325
undefined: Worldstate) (typecheck)
lint: app/client/cli/helpers/setup.go#L16
"github.com/pokt-network/pocket/shared/modules" imported and not used (typecheck)
lint: ibc/store/provable_store.go#L15
could not import github.com/pokt-network/pocket/persistence/trees (-: # github.com/pokt-network/pocket/persistence/trees
lint: persistence/trees/trees.go#L325
undefined: Worldstate) (typecheck)
lint: persistence/trees/module.go#L1
: # github.com/pokt-network/pocket/persistence/trees [github.com/pokt-network/pocket/persistence/trees.test]
lint: persistence/trees/trees.go#L325
undefined: Worldstate (typecheck)
lint: persistence/trees/module_test.go#L14
could not import github.com/pokt-network/pocket/persistence/trees (-: # github.com/pokt-network/pocket/persistence/trees [github.com/pokt-network/pocket/persistence/trees.test]
lint: persistence/trees/trees.go#L325
undefined: Worldstate) (typecheck)
lint: persistence/kvstore/kvstore_test.go#L6
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)