-
Notifications
You must be signed in to change notification settings - Fork 114
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
Release 0.5 #68
base: master
Are you sure you want to change the base?
Release 0.5 #68
Conversation
cleanup dead code
fix safe circuit
remove unused file remove further smt stuff
…table Co-authored-by: jakehemmerle <[email protected]>
This code works now after arkworks-rs/groth16#61 has been merged and groth 0.5.0-alpha.1 released. Let's keep it as a branch for now till we upgrade all other repos |
@mmagician Just tried the |
Thanks @mmagician; could you also update the README to change the line about adding Also, @tyshko-rostyslav, could you please authorize the crates-io team within the arkworks organization to make releases for the |
After forcing `wasmer-wasix` to use the `js` feature when the `circom-compat/js` feature is enabled. As well as forcing `wasmer/js` and otherwise, `wasmer/default`. The crate can now successfully compile to wasm. Resolves: #73
Sure, but as far as I understand from docs you need to have a team in arkworks-rs created. Otherwise I could add people one by one, whatever is easier for you |
@tyshko-rostyslav There is a |
As per docs I have to be a member of your team to be able to give the team access. Could you please (temporarily) add me to that team? |
Thanks! Added the team |
@CPerezz I ended up upgrading the dependencies for |
Hey, this target and setup work for the
In any case, definitely looks well! Nice work! |
circom-2
feature the default,CricomBase
vs.Circom1
&Circom2
. Directly implement all the methods on theWasm
struct,