-
Notifications
You must be signed in to change notification settings - Fork 550
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
Dlog only SNARK #5515
Dlog only SNARK #5515
Conversation
… into feature/dlog-only-nice
This reverts commit 966caf1.
These are a no-op, but better not to have them if they're not necessary.
I've generated new keys for the demo container, so building its docker image should now succeed. The only remaining keys in the old format ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple small graphql things
src/lib/coda_graphql/coda_graphql.ml
Outdated
let signed_fee = | ||
obj "SignedFee" ~doc:"Signed fee" ~fields:(fun _ -> | ||
let signed_amount = | ||
obj "SignedAmount" ~doc:"Signed amount" ~fields:(fun _ -> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's important we keep the graphql API backwards compatible to not break folks' integrations. Instead of making these changes like this, you can copy and paste these fields/objects and mark the existing ones as ~deprecated
(you can grep around in this file to see how that works)
This PR switches coda over to the setupless, universal SNARK. I cleaned up the history so most of the commits are simple, mostly changing usage sites as needed. The most significant ones are the ones updating transaction_snark and blockchain_snark