• Mark Tyneway's avatar
    contracts-bedrock: remove GCT code (#13921) · ef03df7e
    Mark Tyneway authored
    * contracts-bedrock: remove GCT code
    
    This commit removes the custom gas token code from the L2 contracts.
    The interop contracts were tightly integrated into this code,
    so the diff is quite large.
    
    We cannot remove the getters from the `L1Block` contract because
    chains did a genesis with `WETH` that calls out to the `L1Block`
    contract. `WETH` is not proxied, so we cannot modify the bytecode
    without an irregular state transition. Just going to leave the
    functions on `L1Block` for simplicity.
    
    Both the messenger and the bridge have the references to CGT removed.
    
    * l1block: test coverage
    
    * contracts-bedrock: more cleanup
    
    * compiler error
    
    * gas-snapshot
    
    * contracts-bedrock: remove dead imports
    
    * ctb: unused imports
    
    * snapshots: update
    
    * interfaces
    
    * ctb: fix
    ef03df7e
Name
Last commit
Last update
..
BaseFeeVault.t.sol Loading commit data...
CrossDomainOwnable.t.sol Loading commit data...
CrossDomainOwnable2.t.sol Loading commit data...
CrossDomainOwnable3.t.sol Loading commit data...
CrossL2Inbox.t.sol Loading commit data...
ETHLiquidity.t.sol Loading commit data...
GasPriceOracle.t.sol Loading commit data...
L1Block.t.sol Loading commit data...
L1BlockInterop.t.sol Loading commit data...
L1FeeVault.t.sol Loading commit data...
L2CrossDomainMessenger.t.sol Loading commit data...
L2ERC721Bridge.t.sol Loading commit data...
L2Genesis.t.sol Loading commit data...
L2StandardBridge.t.sol Loading commit data...
L2StandardBridgeInterop.t.sol Loading commit data...
L2ToL1MessagePasser.t.sol Loading commit data...
L2ToL2CrossDomainMessenger.t.sol Loading commit data...
OptimismMintableERC721.t.sol Loading commit data...
OptimismMintableERC721Factory.t.sol Loading commit data...
OptimismSuperchainERC20.t.sol Loading commit data...
OptimismSuperchainERC20Beacon.t.sol Loading commit data...
OptimismSuperchainERC20Factory.t.sol Loading commit data...
Predeploys.t.sol Loading commit data...
Preinstalls.t.sol Loading commit data...
SequencerFeeVault.t.sol Loading commit data...
SuperchainERC20.t.sol Loading commit data...
SuperchainTokenBridge.t.sol Loading commit data...
SuperchainWETH.t.sol Loading commit data...
WETH.t.sol Loading commit data...