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

Relax Arc cfg; remove Send bound from Valid; implement Valid & CanonicalDeserialize for Rc #811

Merged
merged 7 commits into from
Apr 6, 2024

Conversation

mmagician
Copy link
Member

@mmagician mmagician commented Mar 25, 2024

Description

closes: #649

depends on arkworks-rs/std#48


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 (master)
  • 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

@mmagician mmagician requested review from a team as code owners March 25, 2024 20:55
@mmagician mmagician requested review from z-tech, Pratyush and weikengchen and removed request for a team March 25, 2024 20:55
@weikengchen
Copy link
Member

So, I think the remaining action item is to remove the patch?

@mmagician
Copy link
Member Author

mmagician commented Apr 5, 2024

@weikengchen no, quite the opposite. It relies on latest std master

@weikengchen
Copy link
Member

Let me revert my change.

@weikengchen
Copy link
Member

But it looks like ready to merge? I think the changes are easy to follow and seem straightforward.

@mmagician
Copy link
Member Author

Yes, it's ready to merge. The dependency PR had already been merged to std

@weikengchen weikengchen added this pull request to the merge queue Apr 6, 2024
Merged via the queue into master with commit a9b2dea Apr 6, 2024
77 checks passed
@weikengchen weikengchen deleted the relax-arc-cfg branch April 6, 2024 00:18
mmagician added a commit to mmagician/crypto-primitives that referenced this pull request Apr 7, 2024
autquis pushed a commit to NP-Eng/crypto-primitives that referenced this pull request Apr 7, 2024
needed after arkworks-rs/algebra#811

Need to add Sync trait bounds on a few types
github-merge-queue bot pushed a commit to arkworks-rs/crypto-primitives that referenced this pull request Apr 9, 2024
* Fix build for different features with `no-std`

* Fix for constraints of each feature

* Fix CI

* Do a `cargo fmt`

* patch std

needed after arkworks-rs/algebra#811

Need to add Sync trait bounds on a few types

---------

Co-authored-by: mmagician <[email protected]>
mmagician added a commit that referenced this pull request Jun 19, 2024
@mmagician mmagician mentioned this pull request Jun 19, 2024
6 tasks
github-merge-queue bot pushed a commit that referenced this pull request Jun 19, 2024
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.

CanonicalSerde for Rc and Arc
2 participants