Mark Tyneway

Results 574 comments of Mark Tyneway

In the existing architecture, there isn't a mempool so subscribing to pending transactions will not work. I see you have looked into the code and found out why. Perhaps you...

This parameter is required to fetch the initial OVM blocknumber and timestamp. When the sequencer starts up, it needs to be able to know what timestamp and blocknumber to start...

> Your protocol should not require users to import a leaked private key into their keychain Unfortunately due to the way that the current system was built, the same key...

Is the module import the reason why a lot of tests are commented out?

Could you squash the commits eventually?

This could be a latency issue, if right after submitting a transaction the nonce doesn't increment then it means that the transaction is still propagating throughout the network

I haven't seen these run, but they look good to me

If you rebase then it will get rid of the yarn.lock diff

One thing to note is that Optimism doesn't have extra precompiles, they are technically predeploys so they are evm bytecode placed at specific addresses. I do think that it makes...

No, i've decided that its not the ideal approach and instead opened this issue https://github.com/foundry-rs/foundry/issues/3911 Would rather have a higher level `deploy` command built into forge itself instead of hacking...