GithubHelp home page GithubHelp logo

Comments (7)

mitschabaude avatar mitschabaude commented on July 27, 2024 1

Proving works 🎉 I'll devote another morning to see if I can get pickles verifying to work in JS as well, because that would be a nice sanity check. (Verifying already works for non-recursive proofs, so we shouldn't be too far off)

from o1js.

mitschabaude avatar mitschabaude commented on July 27, 2024 1

Verify works as well now 🎉

The only remaining TODO is to fix the regressions that come up when merging develop in the branch where it works (MinaProtocol/mina#10267)

from o1js.

mitschabaude avatar mitschabaude commented on July 27, 2024 1

As snarkyjs is being merged in a version where everything works and is tested in CI, this can be closed :)

from o1js.

mitschabaude avatar mitschabaude commented on July 27, 2024

Matt fixed the proving bug, and proving works for the low-level Circuit interface now.

However, this isn't quite done, because recursive pickles proofs don't work yet (which are the ones we need for snapps). The issue is that they get returned as a Deferred, but deferred's never actually finish in JS, because there is no "scheduler" for them. I'm trying to solve that now.

from o1js.

mitschabaude avatar mitschabaude commented on July 27, 2024

Pushed a branch which seems to solve the problem described above: https://github.com/MinaProtocol/mina/tree/feature/snarkyjs-pickles-proof
This makes a fairly wide-reaching change to the code base, and still has to be consolidated with develop

However, a new issue turned up - a missing implementation of Kimchi.Oracles.create in the Wasm version

from o1js.

mitschabaude avatar mitschabaude commented on July 27, 2024

Set up this PR to fix the async prover issue: MinaProtocol/mina#10454

from o1js.

mitschabaude avatar mitschabaude commented on July 27, 2024

Multiple Wasm / bindings issues are fixed, and the proof seems to work - there's only an issue with asyncness left, where the proof is computed, but the promise that should hold it resolves early with a value of undefined

from o1js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.