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

[Zkapp VK Caching] Cache Tag Project #16671

Merged
merged 1 commit into from
Feb 24, 2025
Merged

Conversation

dkijania
Copy link
Member

@dkijania dkijania commented Feb 24, 2025

Introducing zkapp_vk_cache_tag dune module for cache implementation for Zkapp Verification key. In further PRs this project will be use in places we want to cache verification keys, for example transaction pool. I created yet another database exclusively for zkapp vk (we won't mix it with proofs in cache db)

Caching is not enabled yet, so there should not be any change of behaviour

This Pr enables merging further work under dkijania/experiment_with_wires branch which goal is to implement caching in tranasaction_pool module for Vk_refcount_table struct

Basically module mimic how proof_cache_tag looks like. As a result we will have two cache db one for proofs and one for verification keys

Enables #16674

@dkijania dkijania self-assigned this Feb 24, 2025
@dkijania dkijania requested a review from a team as a code owner February 24, 2025 08:09
@dkijania
Copy link
Member Author

!ci-build-me

@dkijania dkijania merged commit da2d0f2 into compatible Feb 24, 2025
44 checks passed
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