Mark Tyneway
Mark Tyneway
~~It was determined in https://github.com/ethereum-optimism/optimism/issues/10870 that there was a missing edge case with deposit handling in the context of interop without the "only EOA" invariant. The semantics are being defined...
This is done when the specs for the fault proof are complete. Any decisions that need to be made to simplify the protocol to make the fault proof simpler to...
Since the validity of an interop block depends on the invariant that all executing messages must have valid initiating messages and it requires execution to find the executing messages, this...
It is important to have a clear upgrade path for deposited ERC20 tokens so that they are interop enabled. This means that any `OptimismMintableERC20Token` should have a migration path.
# Tracking ticket for Partial Delegation This ticket is tracking the set of work that involves completing an implementation of GovToken with Partial Delegation - [x] https://github.com/ethereum-optimism/protocol-quest/issues/277 - [x] https://github.com/ethereum-optimism/protocol-quest/issues/278...
This ticket can be considered done when there is an implementation of the `SuperchainERC20Factory` that has sufficient test coverage.
It would be ideal to have some form of code coverage for the solidity code that is reliable. Foundry does have code coverage, but we hit stack too deep issues...
This ticket is meant to operate as a changelog for tracking modifications to smart contracts so that it is easier to create releases. There should be a section for each...
**Description** Adds a link to the notion docs
We should consider introducing a nonce with each log that influences consensus. This would allow for an optimization within the proof programs where they no longer need to observe and...