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

Native prover access #16519

Draft
wants to merge 24 commits into
base: develop
Choose a base branch
from
Draft

Native prover access #16519

wants to merge 24 commits into from

Conversation

ymekuria
Copy link

Welcome 👋

Thank you for contributing to Mina! Please see CONTRIBUTING.md if you haven't
yet. In that doc, there are more details around how to start our CI.

If you cannot complete any of the steps below, please ask for help from a core
contributor.

Incomplete Work

We feel it's important that everyone is comfortable landing incomplete projects
so we don't keep PRs open for too long (especially on develop). To do this we
don't want to forget that something is incomplete, don't want to be blocked on
landing things, and we don't want to land anything that breaks the daemon. We
don't want to forget to test the incomplete things whenever they are completed,
and finally we want to clean up after ourselves: any temporary cruft gets
completely removed before a project is considered done.

To achieve the above, we wish to keep track of incomplete work using a draft of
the release notes. We can share this part of the current draft at anytime with
external contributors. Moreover, we will review this draft during hardforks.

To ship incomplete work, put it behind feature flags -- prefer a runtime
CLI/daemon-config-style flag if possible, and only if necessary fallthrough to
compile time flags. Note that if you put code behind a compile time flag, you
must ensure that CI is building all possible code paths. Don't land something
that doesn't build in CI.

PLEASE DELETE EVERYTHING ABOVE THIS LINE


Explain your changes:
*

Explain how you tested your changes:
*

Checklist:

  • Dependency versions are unchanged
    • Notify Velocity team if dependencies must change in CI
  • Modified the current draft of release notes with details on what is completed or incomplete within this project
  • Document code purpose, how to use it
    • Mention expected invariants, implicit constraints
  • Tests were added for the new behavior
    • Document test purpose, significance of failures
    • Test names should reflect their purpose
  • All tests pass (CI will check this if you didn't)
  • Serialized types are in stable-versioned modules
  • Does this close issues? List them
  • Closes #0000

…lities and structures from Marlin and Arkworks crates to OCaml
…ad of calling into javascript namespace for better maintainability and readability
…c to improve code readability and maintainability
…from constructor, getter, and setter functions to clean up the code and improve readability
…o clean up the file

refactor(oracles.rs): change the return type of the function to Result with a String error message for better error handling
…or)] annotation from WasmGateWires constructor function
definitions for WasmPastaFpPlonkIndex, WasmPastaFpLookupTable,
WasmPastaFpRuntimeTableCfg, and related methods for creating, encoding,
decoding, reading, and writing Plonk indexes in a WebAssembly environment.
…notations and comments to clean up the code and improve readability
implementations for WasmPastaFqPlonkIndex and WasmPastaFqLookupTable structs,
conversion methods, and CamlPastaFqPlonkIndex methods for creating, decoding,
encoding, reading, and writing ProverIndex instances. Also, include support for
RuntimeTableCfg and ConstraintSystem functionalities.
…notations and adjust struct definitions for better code readability and maintainability
proof structures and conversion functions for wasm bindings
implementation of verification key structs and conversion functions for
serialization and deserialization to support Plonk verifier index in
Pasta Fp and Pasta Fq curves
…ions to clean up the code and improve readability
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.

1 participant