[WIP]feat: introduce 2-phases aggregation #1678
lint.yml
on: pull_request
Run golangci-lint
4m 8s
Run markdown-lint
11s
Annotations
10 errors and 4 warnings
Run golangci-lint:
x/oracle/types/merkletree.go#L161
appendAssign: append result not assigned to the same slice (gocritic)
|
Run golangci-lint:
x/oracle/types/merkletree.go#L164
appendAssign: append result not assigned to the same slice (gocritic)
|
Run golangci-lint:
x/oracle/keeper/feedermanagement/feedermanager.go#L949
commentFormatting: put a space between `//` and comment text (gocritic)
|
Run golangci-lint:
app/mempool.go#L22
commentFormatting: put a space between `//` and comment text (gocritic)
|
Run golangci-lint:
app/mempool.go#L279
File is not `gofumpt`-ed (gofumpt)
|
Run golangci-lint:
x/oracle/keeper/common/two_phases.go#L7
`senarios` is a misspelling of `scenarios` (misspell)
|
Run golangci-lint:
x/oracle/keeper/feedermanagement/caches.go#L92
`aggreed` is a misspelling of `agreed` (misspell)
|
Run golangci-lint:
x/oracle/keeper/two_phases.go#L106
`recived` is a misspelling of `received` (misspell)
|
Run golangci-lint:
x/oracle/keeper/nst_post_aggregation.go#L358
unnecessary conversion (unconvert)
|
Run golangci-lint:
x/oracle/keeper/nst_post_aggregation.go#L366
unnecessary conversion (unconvert)
|
Run golangci-lint:
x/oracle/keeper/prices.go#L195
unused-parameter: parameter 'detID' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/oracle/keeper/two_phases.go#L73
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
app/mempool.go#L27
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
app/mempool.go#L249
unreachable-code: unreachable code after this statement (revive)
|