Mark Tyneway

Results 574 comments of Mark Tyneway

> LGTM, but in a follow-up PR we should instantiate different fee vaults for each type of L2 fee. I think we are sending it to EOAs in bedrock now?...

Unclear to me why this is failing, need to investigate more: ``` timeout 5m npx hardhat deposit-erc20 --network devnetL1 --l1-contracts-json-path ../../.devnet/sdk-addresses.json ```

https://github.com/ethereum-optimism/optimism/pull/3827 fixes the linting error in this PR

> Unclear to me why this is failing, need to investigate more: > > ``` > timeout 5m npx hardhat deposit-erc20 --network devnetL1 --l1-contracts-json-path ../../.devnet/sdk-addresses.json > ``` This does not...

Looks like this now needs a rebase

``` CRIT [11-03|20:08:37.989] Application failed message="SystemConfig: no contract code after deployment" ``` Looks like the systemconfig is reverting during deployment?

> @tynes I think it only fails if the owner is set to the zeroed address. Some configuration is not set somewhere I'll take a look

Dockerhub seems to be down ``` > [ethereumoptimism/batch-submitter-service:latest internal] load metadata for docker.io/library/golang:1.18.0-alpine3.15: ------ failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0:...

Bump @trianglesphere on progress here

The database indexes transactions by hash, so only the latest transaction with the matching hash will be accessible via "get transaction by hash".