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

refactor: consolidate celestia-prover #135

Merged
merged 2 commits into from
Feb 5, 2025

Conversation

rootulp
Copy link
Collaborator

@rootulp rootulp commented Feb 5, 2025

Closes #109

Testing

$ cargo run -p celestia-prover

starts the server and I can query verifier keys:

$     grpcurl -plaintext localhost:50051 celestia.prover.v1.Prover/Info
{
  "stateTransitionVerifierKey": "0x007279d4076a55500ad2d12fbcb6e336958713327a6020417094a5210eb4d455",
  "stateMembershipVerifierKey": "0x003e36b7393697dd4a69cf0c660974825932095295a4fbbe0bab7982dfbffda7"
}

@rootulp rootulp self-assigned this Feb 5, 2025
@rootulp rootulp merged commit 44c7893 into celestiaorg:main Feb 5, 2025
8 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.

Move root level elfs and programs into celestia-prover
1 participant