Create indexes on init #42
Merged
Annotations
10 errors and 1 warning
|
manager/gateway/ethereum.go#L109
SA4006: this value of `data` is never used (staticcheck)
|
|
manager/gateway/cosmos.go#L9
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)
|
|
manager/gateway/cosmos.go#L144
SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
|
|
manager/gateway/cosmos_agregated4.go#L429
ineffectual assignment to err (ineffassign)
|
|
manager/gateway/cosmos_agregated4.go#L473
S1028: should use fmt.Errorf(...) instead of errors.New(fmt.Sprintf(...)) (gosimple)
|
|
manager/gateway/cosmos_agregated3.go#L42
S1028: should use fmt.Errorf(...) instead of errors.New(fmt.Sprintf(...)) (gosimple)
|
|
manager/gateway/gateway.go#L76
func `(*BaseGateway).makeRequest` is unused (unused)
|
|
manager/gateway/cosmos_agregated4.go#L250
func `(*CosmosGateway).proposals` is unused (unused)
|
|
manager/gateway/cosmos_agregated4.go#L162
func `(*CosmosGateway).proposalsCount` is unused (unused)
|
|
manager/gateway/cosmos_agregated.go#L64
func `(*CosmosGateway).supply` is unused (unused)
|
|
|
The logs for this run have expired and are no longer available.
Loading