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

no_std compliance and refactor SNARK trait #87

Merged
merged 3 commits into from
Jul 29, 2022
Merged

no_std compliance and refactor SNARK trait #87

merged 3 commits into from
Jul 29, 2022

Conversation

alxiong
Copy link
Contributor

@alxiong alxiong commented Jul 28, 2022

Description

Syncing changes made in #80 and #85 to main branch

Closes: #84


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (main)
  • Linked to GitHub issue with discussion and accepted design OR have an explanation in the PR that describes this work.
  • Wrote unit tests
  • Updated relevant documentation in the code
  • Added a relevant changelog entry to the Pending section in CHANGELOG.md
  • Re-reviewed Files changed in the GitHub PR explorer

* update Snark -> UniversalSNARK trait

* enable CI on PR targetting cap-rollup branch

* address Zhenfei's comment
* restore no_std on jf-*

* remove HashMap and HashSet for no_std

* fix bench.rs, add Display to TaggedBlobError

* more no_std fix

* put rayon to feature=parallel

* use hashbrown for HashMap, update es-commons

* simplify rayon-accelerated code
@alxiong alxiong self-assigned this Jul 28, 2022
@chancharles92
Copy link
Contributor

@alxiong Is it basically the same PR that we have merged in cap-rollup branch? Do I need to additionally review any new changes?

@alxiong
Copy link
Contributor Author

alxiong commented Jul 29, 2022

this is exactly the same as cap-rollup (level with that branch plus a small commit to update CHANGELOG), no need for additional review. @chancharles92

@alxiong alxiong merged commit d1637ad into main Jul 29, 2022
@alxiong alxiong deleted the alex-sync branch July 29, 2022 13:54
@alxiong alxiong mentioned this pull request Aug 15, 2022
6 tasks
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.

unsatisified no_std
2 participants