Using resolver as data oracle solution #95
Annotations
6 errors and 2 warnings
pkg/services/blockchain/eth/resolver.go#L105
paramTypeCombine: func(url string, address string, opts ...ResolverOption) (*Resolver, error) could be replaced with func(url, address string, opts ...ResolverOption) (*Resolver, error) (gocritic)
|
pkg/services/blockchain/eth/resolver.go#L331
ineffectual assignment to state (ineffassign)
|
pkg/services/blockchain/eth/resolver.go#L332
ineffectual assignment to replacedAtTimestamp (ineffassign)
|
pkg/services/blockchain/eth/resolver.go#L344
ineffectual assignment to root (ineffassign)
|
pkg/services/blockchain/eth/resolver.go#L345
ineffectual assignment to replacedAtTimestamp (ineffassign)
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v1, actions/checkout@v2, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading