feat(opsim): create depositTx subscriber #87
Annotations
9 errors and 1 warning
opsimulator/opsimulator.go#L129
undefined: depositContractAddr
|
opsimulator/opsimulator.go#L149
missing return (typecheck)
|
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)
|
orchestrator/orchestrator.go#L11
could not import github.com/ethereum-optimism/supersim/anvil (-: # github.com/ethereum-optimism/supersim/anvil
|
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)
|
orchestrator/orchestrator.go#L13
could not import github.com/ethereum-optimism/supersim/opsimulator (-: # github.com/ethereum-optimism/supersim/opsimulator
|
opsimulator/opsimulator.go#L129
undefined: depositContractAddr
|
opsimulator/opsimulator.go#L149
missing return) (typecheck)
|
|
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/
|
This job failed
Loading