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

feat: use new ChainHardforks type on ChainSpec #9065

Merged
merged 41 commits into from
Jun 27, 2024
Merged

Commits on Jun 21, 2024

  1. wip

    joshieDo committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2331726 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57f4262 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. renaming

    joshieDo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8722500 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b78ee32 View commit details
    Browse the repository at this point in the history
  3. compile

    joshieDo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    912c41e View commit details
    Browse the repository at this point in the history
  4. fixes and ChainForks reimpl

    joshieDo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    750cb08 View commit details
    Browse the repository at this point in the history
  5. insert replaces if possible

    joshieDo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    03431ca View commit details
    Browse the repository at this point in the history
  6. split optimism helper traits

    joshieDo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    cfe5abf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb7d8ab View commit details
    Browse the repository at this point in the history
  8. add EthereumActivations

    joshieDo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    273a3dc View commit details
    Browse the repository at this point in the history
  9. fix cargo docs

    joshieDo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e2f27bf View commit details
    Browse the repository at this point in the history
  10. fix from_str

    joshieDo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c901a77 View commit details
    Browse the repository at this point in the history
  11. fmt

    joshieDo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    26e4d7d View commit details
    Browse the repository at this point in the history
  12. fix dev_hardforks

    joshieDo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    bd9bf75 View commit details
    Browse the repository at this point in the history
  13. remove import

    joshieDo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    77fedda View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. use dyn-clone instead

    joshieDo committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    413e303 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. add Clone restriction

    joshieDo committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a54a8e2 View commit details
    Browse the repository at this point in the history
  2. move to macros.rs

    joshieDo committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7e5b49f View commit details
    Browse the repository at this point in the history
  3. impl hash for dyn hardfork

    joshieDo committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    20ac993 View commit details
    Browse the repository at this point in the history
  4. add map to ChainHardforks

    joshieDo committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    3cb5c5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cadec17 View commit details
    Browse the repository at this point in the history
  6. fix insert

    joshieDo committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8891405 View commit details
    Browse the repository at this point in the history
  7. change fn new

    joshieDo committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    500197c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. various smol review changes

    joshieDo committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    7338ccd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9814243 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e107703 View commit details
    Browse the repository at this point in the history
  4. fix import

    joshieDo committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    9d10116 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f17230 View commit details
    Browse the repository at this point in the history
  6. rm non_exhaustive

    joshieDo committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2ea7c00 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26e820c View commit details
    Browse the repository at this point in the history
  8. use FxHashMap instead

    joshieDo committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    fb37cfb View commit details
    Browse the repository at this point in the history
  9. clippy

    joshieDo committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8f5767b View commit details
    Browse the repository at this point in the history
  10. add doc to OptimismHardfork

    joshieDo committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2f75f07 View commit details
    Browse the repository at this point in the history
  11. fix debug impl

    joshieDo committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    96574f3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    11e2e31 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1c692fb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8d54154 View commit details
    Browse the repository at this point in the history
  15. just clone hardforks

    joshieDo committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    fc9bbb9 View commit details
    Browse the repository at this point in the history
  16. rm box from forks_iter

    joshieDo committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    b025ba7 View commit details
    Browse the repository at this point in the history
  17. clippy

    joshieDo committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    b327d74 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7c061df View commit details
    Browse the repository at this point in the history