• Mark Tyneway's avatar
    bedrock: make fee recipient be SequencerFeeVault (#3781) · 927b4321
    Mark Tyneway authored
    * bedrock: make fee recipient be SequencerFeeVault
    
    The fee recipient or `block.coinbase` is now set to a hardcoded
    value of the predeploy `SequencerFeeVault`. This reduces configuration
    that is consensus criticial.
    
    * op-chain-ops: correct config
    
    Fixes a bug in the fee tests
    
    * core-utils: remove dead config field from op-node config
    
    * contracts-bedrock: deployment files
    
    Existing tooling expects the name of the contract to equal
    the name of the deployment. The latest work that updated
    the deploy files added the `Impl` suffix to contract names.
    
    * sdk: improve erc20 deposit logs
    927b4321
Name
Last commit
Last update
..
000-ProxyAdmin.ts Loading commit data...
001-L1StandardBridgeProxy.ts Loading commit data...
002-L2OutputOracleProxy.ts Loading commit data...
003-L1CrossDomainMessengerProxy.ts Loading commit data...
004-OptimismPortalProxy.ts Loading commit data...
005-OptimismMintableERC20FactoryProxy.ts Loading commit data...
006-L1ERC721BridgeProxy.ts Loading commit data...
007-L1CrossDomainMessengerImpl.ts Loading commit data...
008-L1StandardBridgeImpl.ts Loading commit data...
009-L2OutputOracleImpl.ts Loading commit data...
010-OptimismPortalImpl.ts Loading commit data...
011-OptimismMintableERC20FactoryImpl.ts Loading commit data...
012-L1ERC721BridgeImpl.ts Loading commit data...
013-PortalSenderImpl.ts Loading commit data...
014-FreshSystemDicator.ts Loading commit data...
015-MigrationSystemDictator.ts Loading commit data...