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 EIP-7495 implementation: StableContainer #22

Merged
merged 23 commits into from
Jun 16, 2024

Commits on Mar 4, 2024

  1. add EIP-7495 implementation: StableContainer

    Introduce support for `StableContainer` so that it can be used in drafts
    for `ethereum/consensus-specs`. Marked as 'under review', and as such is
    subject to change.
    etan-status committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    12f63d8 View commit details
    Browse the repository at this point in the history
  2. python 3.8 compat

    etan-status committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4fd59e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. bump for ethereum/EIPs#8436

    etan-status committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    87e16cd View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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

Commits on May 13, 2024

  1. fix printing of objects

    etan-status committed May 13, 2024
    Configuration menu
    Copy the full SHA
    cd94c6c View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    2a66976 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    499056c View commit details
    Browse the repository at this point in the history
  3. Cleanup

    etan-status committed May 14, 2024
    Configuration menu
    Copy the full SHA
    7ab57b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1b0a75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba2c8bb View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    53455dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c481d5 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

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

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    ff2b81d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12ed198 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    ee17bb0 View commit details
    Browse the repository at this point in the history
  2. Fix lint

    etan-status committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    1d3bb9c View commit details
    Browse the repository at this point in the history
  3. Fix fields accessor

    etan-status committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    c3e33d8 View commit details
    Browse the repository at this point in the history
  4. Add missing return

    etan-status committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    56338cf View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    22db96b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b374d35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b833f77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0ffb49 View commit details
    Browse the repository at this point in the history