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 global ciphertext cache #123

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

david-zk
Copy link
Collaborator

@david-zk david-zk commented Nov 14, 2024

Implements global ciphertext cache, behind a global mutex lock (to make things simple in the beginning)

  • used when executing evm instructions, to insert the computations to be done into the queue
  • used when materializing ciphertext bytes into the blockchain
  • to be implemented: used when sending computations to be done to the executor to compute

@dartdart26 @antoniupop

@david-zk david-zk merged commit bc78218 into main Nov 14, 2024
2 checks passed
@david-zk david-zk deleted the davidk/implement-ciphertext-cache branch November 14, 2024 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants