Skip to content

feat(opsim): setup L1BlockInterop state during startup #184

feat(opsim): setup L1BlockInterop state during startup

feat(opsim): setup L1BlockInterop state during startup #184

Triggered via pull request July 26, 2024 21:39
Status Failure
Total duration 1m 27s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 3 warnings
go-tests: opsimulator/opsimulator.go#L166
t.inner undefined (type *"github.com/ethereum/go-ethereum/core/types".Transaction has no field or method inner)
go-tests: testutils/mockchain.go#L13
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 EthClient)
go-tests
Process completed with exit code 1.
go-lint: testutils/mockchain.go#L13
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 EthClient) (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#L13
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 EthClient)) (typecheck)
go-lint: opsimulator/deposits_test.go#L22
cannot use &MockChainWithSubscriptions{} (value of type *MockChainWithSubscriptions) as "github.com/ethereum-optimism/supersim/config".Chain value in variable declaration: *MockChainWithSubscriptions does not implement "github.com/ethereum-optimism/supersim/config".Chain (missing method ChainID) (typecheck)
go-lint: opsimulator/opsimulator.go#L166
t.inner undefined (type *types.Transaction has no field or method inner) (typecheck)
go-lint: opsimulator/deposits_test.go#L66
cannot use &chain (value of type *MockChainWithSubscriptions) as "github.com/ethereum-optimism/supersim/config".Chain value in argument to SubscribeDepositTx: *MockChainWithSubscriptions does not implement "github.com/ethereum-optimism/supersim/config".Chain (missing method ChainID) (typecheck)
go-lint: orchestrator/orchestrator.go#L12
could not import github.com/ethereum-optimism/supersim/opsimulator (-: # github.com/ethereum-optimism/supersim/opsimulator
go-lint: opsimulator/opsimulator.go#L166
t.inner undefined (type *"github.com/ethereum/go-ethereum/core/types".Transaction has no field or method inner)) (typecheck)
go-lint
issues found
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-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/