• Matthew Slipper's avatar
    l2geth: Add commands to initialize from a URL, and dump the current chainstate · ae96d784
    Matthew Slipper authored
    This PR adds two commands to l2geth:
    
    - `geth init <url> <genesisHash>`, which will download a remote genesis JSON file, compare its hash to the one specified on the CLI, then reinitialize the chain config.
    - `geth dump-chain-cfg`, which will dump the current chain config to stdout.
    
    These commands will make it easier for us to adopt the upcoming gas schedule hardfork.
    
    Fixes: ENG-1906
    ae96d784
Name
Last commit
Last update
..
abigen Loading commit data...
bootnode Loading commit data...
checkpoint-admin Loading commit data...
clef Loading commit data...
devp2p Loading commit data...
ethkey Loading commit data...
evm Loading commit data...
faucet Loading commit data...
geth Loading commit data...
p2psim Loading commit data...
puppeth Loading commit data...
rlpdump Loading commit data...
utils Loading commit data...
wnode Loading commit data...