feat(opsim): create depositTx subscriber #87
Annotations
13 errors and 3 warnings
go-tests:
anvil/anvil.go#L59
cannot use &Anvil{} (value of type *Anvil) as chainapi.Chain value in variable declaration: *Anvil does not implement chainapi.Chain (missing method EthSendTransaction)
|
go-tests:
opsimulator/opsimulator.go#L129
undefined: depositContractAddr
|
go-tests:
opsimulator/opsimulator.go#L149
missing return
|
go-tests
Process completed with exit code 1.
|
go-lint:
opsimulator/opsimulator.go#L129
undefined: depositContractAddr
|
go-lint:
opsimulator/opsimulator.go#L149
missing return (typecheck)
|
go-lint:
anvil/anvil.go#L59
cannot use &Anvil{} (value of type *Anvil) as chainapi.Chain value in variable declaration: *Anvil does not implement chainapi.Chain (missing method EthSendTransaction) (typecheck)
|
go-lint:
orchestrator/orchestrator.go#L11
could not import github.com/ethereum-optimism/supersim/anvil (-: # github.com/ethereum-optimism/supersim/anvil
|
go-lint:
anvil/anvil.go#L59
cannot use &Anvil{} (value of type *Anvil) as chainapi.Chain value in variable declaration: *Anvil does not implement chainapi.Chain (missing method EthSendTransaction)) (typecheck)
|
go-lint:
orchestrator/orchestrator.go#L13
could not import github.com/ethereum-optimism/supersim/opsimulator (-: # github.com/ethereum-optimism/supersim/opsimulator
|
go-lint:
opsimulator/opsimulator.go#L129
undefined: depositContractAddr
|
go-lint:
opsimulator/opsimulator.go#L149
missing return) (typecheck)
|
go-lint
golangci-lint exit with code 4
|
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/
|
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/
|