• Matthew Slipper's avatar
    ctb, testmig: Add migration test script, migration dictator cleanups (#3812) · 8333f0f2
    Matthew Slipper authored
    * ctb, testmig: Add migration test script, migration dictator cleanups
    
    Adds a Python script to test the migration end-to-end. Currently, it will:
    
    1. Download a DTL and L2Geth archive from GCS
    2. Spin up a forked L1
    3. Set state slots so that the deployer owns the legacy system
    4. Perform the migration
    
    Also includes some fixes to make the migration dictator work, there were a couple of small changes that still needed to be implemented.
    
    * bindings: regenerate
    
    * update deploy configs
    
    * bindingz
    8333f0f2
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...