Mark Tyneway

Results 574 comments of Mark Tyneway

This will be good pending a linting fix ``` specs/experimental/custom-gas-token.md:316:121 MD013/line-length Line length [Expected: 120; Actual: 137] error: Recipe `lint-specs-md-check` failed on line 19 with exit code 1 Exited with...

Closing this due to it being stale

This is also known as "MCP L2"

Closing this as it is out of date

@protolambda What do you think about this?

We need an approval from @sebastianst or @axelKingsley

An initial + very minimal diff to the `OptimismPortal` to add custom gas token: ```diff diff --git a/packages/contracts-bedrock/src/L1/OptimismPortal.sol b/packages/contracts-bedrock/src/L1/OptimismPortal.sol index 30e6bd471..b6f511756 100644 --- a/packages/contracts-bedrock/src/L1/OptimismPortal.sol +++ b/packages/contracts-bedrock/src/L1/OptimismPortal.sol @@ -14,6 +14,7 @@...

@drinkius Appreciate you sharing this, we have implemented custom gas token support, see https://github.com/ethereum-optimism/specs/discussions/140

Thoughts on being more abstract with language as to not enshrine the optimism collective deeply into the protocol itself? its free software that anybody can use, perhaps we can just...

With the recent addition of the db in op-node for safe heads, could this make sense to live as a subsystem directly in op-node? It would then enable things like...