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

Add engine_signalSuperchainV1 #7693

Open
wants to merge 39 commits into
base: master
Choose a base branch
from

Commits on Oct 29, 2024

  1. Add TakeAndMove on Span

    emlautarom1 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    e0c7cd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e78112a View commit details
    Browse the repository at this point in the history
  3. Change to discriminated union

    - Use abstract + sealed
    emlautarom1 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2773bf2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc16b27 View commit details
    Browse the repository at this point in the history
  5. Test for Read/Write

    emlautarom1 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    fa97b30 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Test renaming

    emlautarom1 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    e279da6 View commit details
    Browse the repository at this point in the history
  2. Add V0 reserved test

    emlautarom1 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3fefaf0 View commit details
    Browse the repository at this point in the history
  3. Overload operators

    emlautarom1 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8252443 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c49dab View commit details
    Browse the repository at this point in the history
  5. Test for return value

    emlautarom1 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8f1c192 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47b6bd4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6507d97 View commit details
    Browse the repository at this point in the history
  8. Improve logging

    emlautarom1 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    337f11a View commit details
    Browse the repository at this point in the history
  9. Discard var

    emlautarom1 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f04b956 View commit details
    Browse the repository at this point in the history
  10. Initial ToString

    emlautarom1 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d60d46e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    0c3a219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad54339 View commit details
    Browse the repository at this point in the history
  3. Add JSON serialization

    emlautarom1 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    431492f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9369bdd View commit details
    Browse the repository at this point in the history
  5. Use records

    - Required to synthesize Equals
    emlautarom1 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0488965 View commit details
    Browse the repository at this point in the history
  6. Mark tests parallelizable

    emlautarom1 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    1d618e0 View commit details
    Browse the repository at this point in the history
  7. Include Nethermind build

    emlautarom1 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    9bb9486 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    728446c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f0f6f61 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Optimize allocations

    emlautarom1 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    33b5861 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8157d0b View commit details
    Browse the repository at this point in the history
  3. Make methods generic

    emlautarom1 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    2da1181 View commit details
    Browse the repository at this point in the history
  4. Don't use async

    - Not needed for now
    emlautarom1 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    af797cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b903870 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    873285c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    0ee5115 View commit details
    Browse the repository at this point in the history
  2. Use the right protocol version

    - Has nothing to do with Nethermind client version
    emlautarom1 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    836c6a9 View commit details
    Browse the repository at this point in the history
  3. Remove unused import

    emlautarom1 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ee99373 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c1361f View commit details
    Browse the repository at this point in the history
  5. Remove string parsing

    - Ended up not being needed at all
    emlautarom1 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9ec868c View commit details
    Browse the repository at this point in the history
  6. Rename tests

    emlautarom1 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    256d69e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5da12ff View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    c83a075 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36bd14b View commit details
    Browse the repository at this point in the history