webb-tools / zero-knowledge-gadgets

Zero-knowledge gadgets for Webb's cross-chain blockchain applications.
Apache License 2.0
89 stars 29 forks source link

return structs instead of tuples #155

Closed OAyomide closed 2 years ago

OAyomide commented 2 years ago

fixes https://github.com/webb-tools/arkworks-gadgets/issues/125

lazovicff commented 2 years ago

This looks good. Can you run cargo fmt @OAyomide and push the changes, before we can merge.

And also bump the version of arkworks-utils, arkworks-gadgets, arkworks-circuits to 0.4.20

lazovicff commented 2 years ago

I changed the base to OAyomide/return-structs-not-tuples so that we can run CI, before merging to master

lazovicff commented 2 years ago

Thanks for the PR @OAyomide