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

refactor(ethereum_clis): move generic code from TransitionTool to a new generic base class EthereumCLI #894

Merged
merged 7 commits into from
Oct 15, 2024

Commits on Oct 14, 2024

  1. refactor(ethereum_clis): move generic code from TransitionTool to Eth…

    …ereumCLI
    
    This refactors src/evm_transition_tool/ to src/ethereum_clis/. The aim being to allow easier definition of EVM sub-commands (for use in consume, for example) that can take advantage of a new base class EthereumCLI.
    danceratopz committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    332caf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecca945 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25dfca0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a00099 View commit details
    Browse the repository at this point in the history
  5. docs: update changelog

    danceratopz committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c44d90f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    cea60f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6a288a View commit details
    Browse the repository at this point in the history