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

EIP-2935: Save historical block hashes in state #6925

Merged
merged 45 commits into from
May 7, 2024
Merged

EIP-2935: Save historical block hashes in state #6925

merged 45 commits into from
May 7, 2024

Commits on Apr 17, 2024

  1. add params for eip2935

    tanishqjasoria committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    60608c9 View commit details
    Browse the repository at this point in the history
  2. Add handler

    tanishqjasoria committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3751349 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cb6d54 View commit details
    Browse the repository at this point in the history
  4. Add init thing

    tanishqjasoria committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    edac2d4 View commit details
    Browse the repository at this point in the history
  5. refactor

    tanishqjasoria committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c06bd4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    87d724c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7677f1b View commit details
    Browse the repository at this point in the history
  8. remove tracer

    tanishqjasoria committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9c8483a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f8ce7de View commit details
    Browse the repository at this point in the history
  10. reafc

    tanishqjasoria committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9aed996 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b2d14d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    7183f99 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    7a600e7 View commit details
    Browse the repository at this point in the history
  2. account for null

    tanishqjasoria committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    ed9a04e View commit details
    Browse the repository at this point in the history
  3. fix errors

    tanishqjasoria committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    da2c3e7 View commit details
    Browse the repository at this point in the history
  4. add one test

    tanishqjasoria committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    30f48d2 View commit details
    Browse the repository at this point in the history
  5. whitespace

    tanishqjasoria committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e71bf5c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00df46d View commit details
    Browse the repository at this point in the history
  7. fix other solutions

    tanishqjasoria committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    00f7248 View commit details
    Browse the repository at this point in the history
  8. update test

    tanishqjasoria committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    96d5e02 View commit details
    Browse the repository at this point in the history
  9. whitespaces

    tanishqjasoria committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    88047c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. cosmetic

    MarekM25 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    0e55089 View commit details
    Browse the repository at this point in the history
  2. fix constants

    tanishqjasoria committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    374607a View commit details
    Browse the repository at this point in the history
  3. get block hash

    tanishqjasoria committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    619972c View commit details
    Browse the repository at this point in the history
  4. fix get block hash

    tanishqjasoria committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    52ddf96 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. eip clarification

    tanishqjasoria committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    aa72dc9 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    69657fd View commit details
    Browse the repository at this point in the history
  2. refactor

    tanishqjasoria committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5eafc8d View commit details
    Browse the repository at this point in the history
  3. Refac

    tanishqjasoria committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    83134c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40ebcfc View commit details
    Browse the repository at this point in the history
  5. fix ethereum tests

    tanishqjasoria committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f044dfe View commit details
    Browse the repository at this point in the history
  6. cleanup

    tanishqjasoria committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    69f2194 View commit details
    Browse the repository at this point in the history
  7. fix empty check

    tanishqjasoria committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    60b0b11 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    6ff6046 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e51a39d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efbe0a8 View commit details
    Browse the repository at this point in the history
  4. Parallelize the tests

    tanishqjasoria committed May 1, 2024
    Configuration menu
    Copy the full SHA
    d0d1dbb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc31145 View commit details
    Browse the repository at this point in the history
  6. whitespace

    tanishqjasoria committed May 1, 2024
    Configuration menu
    Copy the full SHA
    715dbdc View commit details
    Browse the repository at this point in the history
  7. fix other tests

    tanishqjasoria committed May 1, 2024
    Configuration menu
    Copy the full SHA
    6122e25 View commit details
    Browse the repository at this point in the history
  8. whitespace

    tanishqjasoria committed May 1, 2024
    Configuration menu
    Copy the full SHA
    831cc60 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. update test

    tanishqjasoria committed May 3, 2024
    Configuration menu
    Copy the full SHA
    911b07f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ccf3f2 View commit details
    Browse the repository at this point in the history
  3. update

    tanishqjasoria committed May 3, 2024
    Configuration menu
    Copy the full SHA
    d7ceca4 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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