Mark Tyneway
Mark Tyneway
@blockchaindevsh You are caught up in implementation details. You did not answer my question. If you are interested in working on a spec for this feature, please ensure that it...
I think we want to make this spec more generic and move it into the `holocene` folder per https://github.com/ethereum-optimism/optimism/pull/11600#issuecomment-2311303522
@blockchaindevsh I started a PR that we can build on in https://github.com/ethereum-optimism/specs/pull/358 This document is good but it focuses a lot on particular implementation details. These are important but not...
This is definitely a bug, there are a total of 2048 predeploys, that is bigger than a 1 byte namespace
> Should the Beacon Contract be a predeploy? Yes it should be, we will want to include it in `predeploys.md`. You can do it as part of this PR or...
> I'm using past tense for the event Personally i would vote on moving away from past tense but we should not bikeshed on this for too long and just...
> The current function and event names I like the simple name `deploy` to be honest but perhaps we just keep in style with the longer name
> Should I update the L2StandardBridge in the same file to cover the changes? I think moving the changes to `predeploys.md` and then linking to them from the liquidity migration...
## TransactionDeposited V2 The purpose of the V2 `TransactionDeposited` event is to add a nonce such that the fault proof program no longer needs to iterate over all possible logs...
Updated approach, much more simple. The idea is to add a nonce to the events in a backwards compatible way. Rather than trying to reduce the number of consensus influencing...