Mark Tyneway
Mark Tyneway
We are guaranteed that the transactions will never revert if they make it into the mempool since there is no code at the account we are sending to. If we...
> @tynes is this ready for review? Saw a `wip` commit. Happy to review if it is. Just converted it to a draft, sorry about that - I pushed some...
How required are these changes?
I think the bug is right around here: https://github.com/foundry-rs/hardhat/blob/726dad92b88d83d8e9858163b0ec4ac168f601d8/packages/hardhat-forge/src/forge/artifacts.ts#L323 I thought that I fixed it, see the comment that I left in the code. Would super appreciate it if you...
Is something in the `.dockerignore` that shouldn't be?
I've had to clone a fresh repo and rebuild in the past to get the bindings to match for some reason, that might solve the issue if you cant get...
Looking at the docker build issue ``` #44 [ethereumoptimism/l2geth:latest internal] load build context #44 transferring context: 10.12MB 1.7s done #44 ERROR: rpc error: code = Unavailable desc = transport is...
There might be something in the `.dockerignore` that matches something that is trying to be copied into the image? The exact error message has no hits on google
``` === CONT TestFees system_test.go:1003: Error Trace: /root/project/op-e2e/system_test.go:1003 Error: Not equal: expected: 32816 actual : 210000 Diff: --- Expected +++ Actual @@ -3,3 +3,3 @@ abs: (big.nat) (len=1) { -...
Not sure why the devnet with deployed contracts is breaking here, will need to run locally to debug