feat: interop invariant checks #170
Annotations
8 errors and 3 warnings
go-lint:
testutils/mockchain.go#L12
cannot use &MockChain{} (value of type *MockChain) as "github.com/ethereum-optimism/supersim/config".Chain value in variable declaration: *MockChain does not implement "github.com/ethereum-optimism/supersim/config".Chain (missing method DebugTraceCall) (typecheck)
|
go-lint:
opsimulator/deposits_test.go#L13
could not import github.com/ethereum-optimism/supersim/testutils (-: # github.com/ethereum-optimism/supersim/testutils
|
go-lint:
testutils/mockchain.go#L12
cannot use &MockChain{} (value of type *MockChain) as "github.com/ethereum-optimism/supersim/config".Chain value in variable declaration: *MockChain does not implement "github.com/ethereum-optimism/supersim/config".Chain (missing method DebugTraceCall)) (typecheck)
|
go-lint:
opsimulator/deposits_test.go#L22
cannot use &MockChainWithSubscriptions{} (value of type *MockChainWithSubscriptions) as config.Chain value in variable declaration: *MockChainWithSubscriptions does not implement config.Chain (missing method ChainID) (typecheck)
|
go-lint:
opsimulator/deposits_test.go#L66
cannot use &chain (value of type *MockChainWithSubscriptions) as config.Chain value in argument to SubscribeDepositTx: *MockChainWithSubscriptions does not implement config.Chain (missing method ChainID) (typecheck)
|
go-lint
issues found
|
go-tests:
testutils/mockchain.go#L12
cannot use &MockChain{} (value of type *MockChain) as "github.com/ethereum-optimism/supersim/config".Chain value in variable declaration: *MockChain does not implement "github.com/ethereum-optimism/supersim/config".Chain (missing method DebugTraceCall)
|
go-tests
Process completed with exit code 1.
|
contracts-tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4, extractions/setup-just@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
go-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4, extractions/setup-just@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
go-tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4, extractions/setup-just@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|