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

Main internal #117

Merged
merged 4 commits into from
Jun 11, 2024
Merged

Main internal #117

merged 4 commits into from
Jun 11, 2024

Commits on Jun 11, 2024

  1. feat: remove protected storage/memory

    This is the first phase of a process of using an ACL contract instead of
    protected storage and memory in the fhEVM.
    
    Instead of protected storage contracts, we now store all ciphertexts in
    a single contract at address 94.
    
    We no longer use protected memory for cross-contract calls.
    
    fhEVM is NOT secure after this commit. Adding ACL checks will make it
    secure again in a future commit.
    dartdart26 authored and immortal-tofu committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    526b17c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b7a7ff View commit details
    Browse the repository at this point in the history
  3. fix: fix rebase

    immortal-tofu committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a2b02cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5aea40 View commit details
    Browse the repository at this point in the history