feat(fork): Fork monitor #1357
Annotations
10 errors and 2 warnings
Analyze:
block/fork.go#L66
m.Conf.RootDir undefined (type "github.com/dymensionxyz/dymint/config".BlockManagerConfig has no field or method RootDir)
|
Analyze:
settlement/grpc/grpc.go#L58
cannot use (*Client)(nil) (value of type *Client) as "github.com/dymensionxyz/dymint/settlement".ClientI value in variable declaration: *Client does not implement "github.com/dymensionxyz/dymint/settlement".ClientI (missing method GetStateInfo)
|
Analyze:
settlement/local/local.go#L62
cannot use (*Client)(nil) (value of type *Client) as settlement.ClientI value in variable declaration: *Client does not implement settlement.ClientI (missing method GetStateInfo)
|
Analyze:
settlement/dymension/dymension.go#L60
cannot use &Client{} (value of type *Client) as settlement.ClientI value in variable declaration: *Client does not implement settlement.ClientI (missing method GetStateInfo)
|
Analyze:
settlement/dymension/dymension.go#L82
cannot use c (variable of type *Client) as settlement.ClientI value in argument to apply: *Client does not implement settlement.ClientI (missing method GetStateInfo)
|
Analyze:
settlement/dymension/options.go#L12
impossible type assertion: c.(*Client)
|
Analyze:
settlement/dymension/options.go#L20
impossible type assertion: c.(*Client)
|
Analyze:
settlement/dymension/options.go#L28
impossible type assertion: c.(*Client)
|
Analyze:
settlement/dymension/options.go#L36
impossible type assertion: c.(*Client)
|
Analyze:
settlement/dymension/options.go#L44
impossible type assertion: c.(*Client)
|
Analyze
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, github/codeql-action/init@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Analyze
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|