[Feature] Add Oracle module
#74
Annotations
10 errors and 2 warnings
lint:
x/vaults/keeper/keeper_test.go#L1
: # github.com/onomyprotocol/reserve/x/vaults/keeper_test [github.com/onomyprotocol/reserve/x/vaults/keeper.test]
|
lint:
x/vaults/keeper/keeper_test.go#L28
cannot use mockOK (variable of type *"github.com/onomyprotocol/reserve/x/vaults/keeper/mock".MockOracleKeeper) as "github.com/onomyprotocol/reserve/x/vaults/types".OracleKeeper value in assignment: *"github.com/onomyprotocol/reserve/x/vaults/keeper/mock".MockOracleKeeper does not implement "github.com/onomyprotocol/reserve/x/vaults/types".OracleKeeper (wrong type for method GetPrice)
|
lint:
x/vaults/keeper/vault.go#L491
Error return value of `k.SetVault` is not checked (errcheck)
|
lint:
x/vaults/keeper/vault.go#L551
Error return value of `k.SetVault` is not checked (errcheck)
|
lint:
x/vaults/keeper/vault.go#L560
Error return value of `k.SetVault` is not checked (errcheck)
|
lint:
x/auction/keeper/abci.go#L24
Error return value of `k.lastestAuctionPeriod.Set` is not checked (errcheck)
|
lint:
x/auction/keeper/abci.go#L84
Error return value of `k.refundBidders` is not checked (errcheck)
|
lint:
x/oracle/keeper/band_oracle.go#L252
Error return value of `k.SetBandOracleRequest` is not checked (errcheck)
|
lint:
x/oracle/keeper/band_oracle.go#L271
Error return value of `k.SetBandOracleRequest` is not checked (errcheck)
|
lint:
x/oracle/keeper/band_oracle.go#L273
Error return value of `k.SetBandLatestRequestID` is not checked (errcheck)
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@v3.7.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/reserve/reserve. Supported file pattern: go.sum
|