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) implement EIP-1153 - transient storage #701

Closed
wants to merge 17 commits into from

Commits on Apr 9, 2024

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

Commits on Apr 15, 2024

  1. all: implement EIP-1153 transient storage (ethereum#26003)

    Implements TSTORE and TLOAD as specified by the following EIP:
    
    https://eips.ethereum.org/EIPS/eip-1153
    https://ethereum-magicians.org/t/eip-1153-transient-storage-opcodes/553
    
    Co-authored-by: Sara Reynolds <snreynolds2506@gmail.com>
    Co-authored-by: Martin Holst Swende <martin@swende.se>
    Co-authored-by: Gary Rong <garyrong0905@gmail.com>
    4 people authored and NazariiDenha committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b669b48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34a13ff View commit details
    Browse the repository at this point in the history
  3. lint

    NazariiDenha committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8224861 View commit details
    Browse the repository at this point in the history
  4. bump version

    NazariiDenha committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a305c79 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    e27252b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8a1aa5 View commit details
    Browse the repository at this point in the history
  3. some fixes

    NazariiDenha committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f3207f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43c187c View commit details
    Browse the repository at this point in the history
  5. enable 1153

    NazariiDenha committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    76ef254 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bae3a03 View commit details
    Browse the repository at this point in the history
  7. bump version

    NazariiDenha committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    95e9e3e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bac31f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    d7e2aa8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0615473 View commit details
    Browse the repository at this point in the history
  3. bump version

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