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

[WIP] Implementation of EIP-1153: Transient Storage using Disk Persistence and Lifecycle Management #1588

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 20, 2024

  1. initial implementation of EIP-1153: Transient Storage - TODOs remain …

    …around comparing the liveliness of the transient data and validating that functionality in a test
    snissn committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    801dc0c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    ef679de View commit details
    Browse the repository at this point in the history
  2. remove pub visibility from transient_data_lifespan. TODO still is com…

    …bine transient_slots with transient_data_lifespan anyway.
    snissn committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a98c058 View commit details
    Browse the repository at this point in the history
  3. further implementation of lifecycle management for transient data, TO…

    …DO reinitialize does not properly clear state KAMT due to clone/reference issues that are being debugged
    snissn committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    9f3e90d View commit details
    Browse the repository at this point in the history