Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify configs #3826

Merged
merged 5 commits into from
Feb 16, 2022
Merged

Simplify configs #3826

merged 5 commits into from
Feb 16, 2022

Commits on Feb 15, 2022

  1. Simplify configs:

    1. Enable pruning by default
    2. Changed some defaults to reflect what was in configs
    3. Removed default values from config files
    4. Removed excessive config files
    LukaszRozmej committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    ff5beef View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into config/refactor

    # Conflicts:
    #	src/Nethermind/Nethermind.Runner/configs/energyweb_pruned.cfg
    #	src/Nethermind/Nethermind.Runner/configs/goerli_pruned.cfg
    #	src/Nethermind/Nethermind.Runner/configs/goerli_pruned_mev.cfg
    #	src/Nethermind/Nethermind.Runner/configs/mainnet_pruned.cfg
    #	src/Nethermind/Nethermind.Runner/configs/mainnet_pruned_mev.cfg
    #	src/Nethermind/Nethermind.Runner/configs/poacore_pruned.cfg
    #	src/Nethermind/Nethermind.Runner/configs/rinkeby.cfg
    #	src/Nethermind/Nethermind.Runner/configs/rinkeby_pruned.cfg
    #	src/Nethermind/Nethermind.Runner/configs/ropsten.cfg
    #	src/Nethermind/Nethermind.Runner/configs/ropsten_pruned.cfg
    #	src/Nethermind/Nethermind.Runner/configs/sokol_pruned.cfg
    #	src/Nethermind/Nethermind.Runner/configs/volta_pruned.cfg
    #	src/Nethermind/Nethermind.Runner/configs/xdai_pruned.cfg
    #	src/Nethermind/Nethermind.Runner/configs/xdai_pruned_mev.cfg
    LukaszRozmej committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    2c202e9 View commit details
    Browse the repository at this point in the history
  3. fix defaults

    LukaszRozmej committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    a754bd3 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. fix comma

    LukaszRozmej committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    ff11918 View commit details
    Browse the repository at this point in the history
  2. fixes

    LukaszRozmej committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    192956f View commit details
    Browse the repository at this point in the history