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

Implement EIP 6110 #5532

Closed
wants to merge 62 commits into from
Closed

Implement EIP 6110 #5532

wants to merge 62 commits into from

Commits on Apr 12, 2023

  1. add deposit_receipts

    kevinbogner committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    51a07b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0157f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57afc5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b20fa95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    541ff94 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37adbf0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    81b0db6 View commit details
    Browse the repository at this point in the history
  8. fix consensus-spec-tests

    kevinbogner committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    ef699e3 View commit details
    Browse the repository at this point in the history
  9. cargo fmt

    kevinbogner committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    cf6aefb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    824d40d View commit details
    Browse the repository at this point in the history
  11. minor fixes

    kevinbogner committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    bb983bb View commit details
    Browse the repository at this point in the history
  12. minor fixes

    kevinbogner committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    30c8cea View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1369a29 View commit details
    Browse the repository at this point in the history
  14. clippy

    kevinbogner committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    ffd03f8 View commit details
    Browse the repository at this point in the history
  15. fix Makefile

    kevinbogner committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    d255634 View commit details
    Browse the repository at this point in the history
  16. V4 -> V6110

    kevinbogner committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    38f8b54 View commit details
    Browse the repository at this point in the history
  17. Fix JsonPayloadAttributes

    kevinbogner committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    f733a23 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6bc054b View commit details
    Browse the repository at this point in the history
  19. fmt and clippy :<

    kevinbogner committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    850988c View commit details
    Browse the repository at this point in the history
  20. minor fix

    kevinbogner committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    d2731f0 View commit details
    Browse the repository at this point in the history
  21. cargo fmt

    kevinbogner committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    f5c97fd View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c5e5e85 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. cleanup

    kevinbogner committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    5db79a9 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    kevinbogner committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    8c3f0d3 View commit details
    Browse the repository at this point in the history
  3. add apply_deposit()

    kevinbogner committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    5070add View commit details
    Browse the repository at this point in the history
  4. minor fix

    kevinbogner committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    732326e View commit details
    Browse the repository at this point in the history
  5. clippy

    kevinbogner committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    d77f51b View commit details
    Browse the repository at this point in the history
  6. fmt...

    kevinbogner committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    96a4f36 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. cleanup

    kevinbogner committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    042e660 View commit details
    Browse the repository at this point in the history
  2. clippy

    kevinbogner committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    40f5897 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. add upgrade_to_eip6110

    kevinbogner committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    c96d79d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    c6a8c07 View commit details
    Browse the repository at this point in the history
  2. minor fix

    kevinbogner committed May 1, 2023
    Configuration menu
    Copy the full SHA
    e534391 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. fix config.yaml

    kevinbogner committed May 2, 2023
    Configuration menu
    Copy the full SHA
    8068c14 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. add $h:block

    kevinbogner committed May 3, 2023
    Configuration menu
    Copy the full SHA
    8cb5ce7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    875d834 View commit details
    Browse the repository at this point in the history
  3. fix process_operations

    kevinbogner committed May 3, 2023
    Configuration menu
    Copy the full SHA
    b9ea79a View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

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

Commits on May 8, 2023

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

Commits on May 15, 2023

  1. minor fixes

    kevinbogner committed May 15, 2023
    Configuration menu
    Copy the full SHA
    8f3e8f5 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    b0ae043 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6495fc1 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

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

Commits on May 25, 2023

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

Commits on May 29, 2023

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

Commits on Jun 1, 2023

  1. add new_payload_v6110

    kevinbogner committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    be3f310 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Configuration menu
    Copy the full SHA
    c3e4edd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d00bac View commit details
    Browse the repository at this point in the history
  3. more refactoring

    kevinbogner committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    9e26fd7 View commit details
    Browse the repository at this point in the history
  4. clippy

    kevinbogner committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    9b99c9e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

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

Commits on Jun 7, 2023

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

Commits on Jun 22, 2023

  1. fix clippy

    kevinbogner committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    886df78 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. fix apply_deposit

    kevinbogner committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    2c8984a View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

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

Commits on Apr 5, 2024

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

Commits on Apr 6, 2024

  1. Fix issues from merge

    pawanjay176 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    bf5b720 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

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

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    3a61bd3 View commit details
    Browse the repository at this point in the history
  2. Fix superstruct issues

    pawanjay176 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    699ea14 View commit details
    Browse the repository at this point in the history
  3. More compilation fixes

    pawanjay176 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    1e55276 View commit details
    Browse the repository at this point in the history
  4. Fix ef tests compilation

    pawanjay176 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    07bee4a View commit details
    Browse the repository at this point in the history