[TRA-885] Upgrade handler to set market, perp and clob pair id to fixed number #6328
protocol-container-tests.yml
on: pull_request
container-tests
19m 27s
Annotations
11 errors
container-tests
Canceling since a higher priority waiting request for 'Protocol Container Tests-tra885' exists
|
container-tests
cannot use &mocks.QueryClient{} (value of type *mocks.QueryClient) as "github.com/dydxprotocol/v4-chain/protocol/x/clob/types".QueryClient value in assignment: *mocks.QueryClient does not implement "github.com/dydxprotocol/v4-chain/protocol/x/clob/types".QueryClient (missing method NextClobPairId)
|
container-tests
cannot use queryClientMock (variable of type *mocks.QueryClient) as "github.com/dydxprotocol/v4-chain/protocol/x/perpetuals/types".QueryClient value in assignment: *mocks.QueryClient does not implement "github.com/dydxprotocol/v4-chain/protocol/x/perpetuals/types".QueryClient (missing method NextPerpetualId)
|
container-tests
cannot use queryClientMock (variable of type *mocks.QueryClient) as "github.com/dydxprotocol/v4-chain/protocol/x/perpetuals/types".QueryClient value in assignment: *mocks.QueryClient does not implement "github.com/dydxprotocol/v4-chain/protocol/x/perpetuals/types".QueryClient (missing method NextPerpetualId)
|
container-tests
cannot use queryClientMock (variable of type *mocks.QueryClient) as "github.com/dydxprotocol/v4-chain/protocol/x/prices/types".QueryClient value in assignment: *mocks.QueryClient does not implement "github.com/dydxprotocol/v4-chain/protocol/x/prices/types".QueryClient (missing method NextMarketId)
|
container-tests
cannot use queryClientMock (variable of type *mocks.QueryClient) as "github.com/dydxprotocol/v4-chain/protocol/x/clob/types".QueryClient value in assignment: *mocks.QueryClient does not implement "github.com/dydxprotocol/v4-chain/protocol/x/clob/types".QueryClient (missing method NextClobPairId)
|
container-tests
cannot use queryClientMock (variable of type *mocks.QueryClient) as "github.com/dydxprotocol/v4-chain/protocol/x/perpetuals/types".QueryClient value in assignment: *mocks.QueryClient does not implement "github.com/dydxprotocol/v4-chain/protocol/x/perpetuals/types".QueryClient (missing method NextPerpetualId)
|
container-tests
cannot use queryClientMock (variable of type *mocks.QueryClient) as "github.com/dydxprotocol/v4-chain/protocol/x/prices/types".QueryClient value in assignment: *mocks.QueryClient does not implement "github.com/dydxprotocol/v4-chain/protocol/x/prices/types".QueryClient (missing method NextMarketId)
|
container-tests
cannot use &pricesQueryServer (value of type *mocks.QueryServer) as "github.com/dydxprotocol/v4-chain/protocol/x/prices/types".QueryServer value in argument to pricetypes.RegisterQueryServer: *mocks.QueryServer does not implement "github.com/dydxprotocol/v4-chain/protocol/x/prices/types".QueryServer (missing method NextMarketId)
|
container-tests
cannot use pricesQueryClient (variable of type *mocks.QueryClient) as "github.com/dydxprotocol/v4-chain/protocol/x/prices/types".QueryClient value in argument to RunMarketParamUpdaterTaskLoop: *mocks.QueryClient does not implement "github.com/dydxprotocol/v4-chain/protocol/x/prices/types".QueryClient (missing method NextMarketId)
|
container-tests
cannot use pricesQueryClient (variable of type *mocks.QueryClient) as "github.com/dydxprotocol/v4-chain/protocol/x/prices/types".QueryClient value in argument to client.RunMarketParamUpdaterTaskLoop: *mocks.QueryClient does not implement "github.com/dydxprotocol/v4-chain/protocol/x/prices/types".QueryClient (missing method NextMarketId)
|