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

Determine how to integrate ZK Verifier into Sovereign Light Clients #27

Open
2 tasks
Tracked by #2
Farhad-Shabani opened this issue Nov 6, 2023 · 0 comments
Open
2 tasks
Tracked by #2
Labels
explore Further investigation needed sov-light-client Related to Sovereign light client

Comments

@Farhad-Shabani
Copy link
Member

Farhad-Shabani commented Nov 6, 2023

Background

Right now, there are ambiguities about the best way to fit a ZK verifier into Sovereign light clients. This issue is about figuring out how to smoothly add that verifier into the CW contract of rollup clients. The goal? To get a single, slick WASM light client that can keep tabs on both the DA layer and rollup states within a Sovereign-driven rollup.

Here is what we're pondering

  • Is the proof data structure discussed in Determine aggregated proof data structure #53 good enough for verification? Or do we need to toss in something extra, like a structured Proof Specification like what we have as ProofSpecs for Tendermint light clients?

  • Do we need to set up a way for the ZK proof verifier to call up some guest code or programs when it's time to check that SNARK proof?

@Farhad-Shabani Farhad-Shabani added sov-light-client Related to Sovereign light client explore Further investigation needed labels Nov 6, 2023
@Farhad-Shabani Farhad-Shabani changed the title Investigate best way to incorporate SNARK verifier within Sovereign light clients Determine how to integrate ZK Verifier into Sovereign Light Clients Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
explore Further investigation needed sov-light-client Related to Sovereign light client
Projects
Status: 📥 To Do
Development

No branches or pull requests

1 participant