feat. simulation codes for canto modules #190
test.yml
on: pull_request
cleanup-runs
6s
test-coverage
7m 7s
Annotations
10 errors and 1 warning
test-coverage:
x/erc20/keeper/keeper_test.go#L479
cannot use &MockEVMKeeper{} (value of type *MockEVMKeeper) as "github.com/Canto-Network/Canto/v7/x/erc20/types".EVMKeeper value in variable declaration: *MockEVMKeeper does not implement "github.com/Canto-Network/Canto/v7/x/erc20/types".EVMKeeper (missing method ChainID)
|
test-coverage:
x/erc20/keeper/keeper_test.go#L515
cannot use &MockBankKeeper{} (value of type *MockBankKeeper) as "github.com/Canto-Network/Canto/v7/x/erc20/types".BankKeeper value in variable declaration: *MockBankKeeper does not implement "github.com/Canto-Network/Canto/v7/x/erc20/types".BankKeeper (missing method GetParams)
|
test-coverage:
x/erc20/keeper/evm_test.go#L96
cannot use mockEVMKeeper (variable of type *MockEVMKeeper) as "github.com/Canto-Network/Canto/v7/x/erc20/types".EVMKeeper value in argument to keeper.NewKeeper: *MockEVMKeeper does not implement "github.com/Canto-Network/Canto/v7/x/erc20/types".EVMKeeper (missing method ChainID)
|
test-coverage:
x/erc20/keeper/evm_test.go#L283
cannot use mockEVMKeeper (variable of type *MockEVMKeeper) as "github.com/Canto-Network/Canto/v7/x/erc20/types".EVMKeeper value in argument to keeper.NewKeeper: *MockEVMKeeper does not implement "github.com/Canto-Network/Canto/v7/x/erc20/types".EVMKeeper (missing method ChainID)
|
test-coverage:
x/erc20/keeper/evm_test.go#L371
cannot use mockEVMKeeper (variable of type *MockEVMKeeper) as "github.com/Canto-Network/Canto/v7/x/erc20/types".EVMKeeper value in argument to keeper.NewKeeper: *MockEVMKeeper does not implement "github.com/Canto-Network/Canto/v7/x/erc20/types".EVMKeeper (missing method ChainID)
|
test-coverage:
x/erc20/keeper/msg_server_test.go#L285
cannot use mockEVMKeeper (variable of type *MockEVMKeeper) as "github.com/Canto-Network/Canto/v7/x/erc20/types".EVMKeeper value in argument to keeper.NewKeeper: *MockEVMKeeper does not implement "github.com/Canto-Network/Canto/v7/x/erc20/types".EVMKeeper (missing method ChainID)
|
test-coverage:
x/erc20/keeper/msg_server_test.go#L301
cannot use mockEVMKeeper (variable of type *MockEVMKeeper) as "github.com/Canto-Network/Canto/v7/x/erc20/types".EVMKeeper value in argument to keeper.NewKeeper: *MockEVMKeeper does not implement "github.com/Canto-Network/Canto/v7/x/erc20/types".EVMKeeper (missing method ChainID)
|
test-coverage:
x/erc20/keeper/msg_server_test.go#L323
cannot use mockEVMKeeper (variable of type *MockEVMKeeper) as "github.com/Canto-Network/Canto/v7/x/erc20/types".EVMKeeper value in argument to keeper.NewKeeper: *MockEVMKeeper does not implement "github.com/Canto-Network/Canto/v7/x/erc20/types".EVMKeeper (missing method ChainID)
|
test-coverage:
x/erc20/keeper/msg_server_test.go#L416
cannot use mockEVMKeeper (variable of type *MockEVMKeeper) as "github.com/Canto-Network/Canto/v7/x/erc20/types".EVMKeeper value in argument to keeper.NewKeeper: *MockEVMKeeper does not implement "github.com/Canto-Network/Canto/v7/x/erc20/types".EVMKeeper (missing method ChainID)
|
test-coverage:
x/erc20/keeper/msg_server_test.go#L433
cannot use mockEVMKeeper (variable of type *MockEVMKeeper) as "github.com/Canto-Network/Canto/v7/x/erc20/types".EVMKeeper value in argument to keeper.NewKeeper: *MockEVMKeeper does not implement "github.com/Canto-Network/Canto/v7/x/erc20/types".EVMKeeper (missing method ChainID)
|
test-coverage
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|