Mark Tyneway
Mark Tyneway
At what point does the specs repo turn into the monorepo? Should the specs repo contain specs and the monorepo contain code? This would be easier to delineate once all...
Should the contracts be behind proxies? If so, which ones
Does any other L2 solution offer this? You would like to `STATICCALL` L1 contracts from L2. This would require adding an HTTP/IPC provider to the L2 EVM so that it...
This sort of functionality would be appropriate for a custom opcode but would need to be priced very expensively as it would need to take into account the interprocess communication...
Overall good changes. The abi is changing, we need to make sure to not break everything when we publish these changes. Also we dont have hardhat deploy so there are...
The calldata size of using a RLP encoded tx is about ~250 gas more than using the custom serialization. Trading a bit of cost for simplicity, but its possible that...
Note that this change must be done in a way that is backwards compatible with the current ctc elements. From the point of view of geth, the old contract must...
I suppose this could be accomplished with using the address resolver on layer two
@smartcontracts Can you confirm that this PR is fully backwards compatible?
This script fails to work for the kovan deployed [OVM_L1ETHGateway](https://github.com/ethereum-optimism/contracts/blob/master/contracts/optimistic-ethereum/OVM/bridge/tokens/OVM_L1ETHGateway.sol). Will need an alternative means to verify the contract