Skip to content

feat: Implement collections in x/oracle #103

feat: Implement collections in x/oracle

feat: Implement collections in x/oracle #103

Triggered via pull request February 16, 2024 17:41
Status Failure
Total duration 3m 8s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
build: x/dispute/keeper/keeper_test.go#L84
cannot use s.oracleKeeper (variable of type *"github.com/tellor-io/layer/x/dispute/mocks".OracleKeeper) as "github.com/tellor-io/layer/x/dispute/types".OracleKeeper value in argument to keeper.NewKeeper: *"github.com/tellor-io/layer/x/dispute/mocks".OracleKeeper does not implement "github.com/tellor-io/layer/x/dispute/types".OracleKeeper (wrong type for method GetTotalTips)
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.