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

feat: add migration requirements for manta-rs #36

Merged
merged 40 commits into from
Dec 16, 2022
Merged

Conversation

bhgomes
Copy link
Member

@bhgomes bhgomes commented Dec 7, 2022

Signed-off-by: Brandon H. Gomes [email protected]

Check that this PR works before merging: Manta-Network/manta-rs#292

  • Add Dalek Plugin
  • Fix accumulator issue
  • Add Merkle tree impl
  • Move openzl_util::num impls from manta-rs
  • Add UnsafeNoEncrypt
  • Add ark-poly and ark-std to openzl-plugin-arkworks (solved by Import Poseidon #34)
  • Add Groth16 impl

Before we can merge this PR, please make sure that all the following items have been checked off:

  • Linked to an issue with discussion and accepted design OR have an explanation in the PR that describes this work.
  • Added one line describing your change in CHANGELOG.md and added the appropriate L- label to the PR.
  • Re-reviewed Files changed in the GitHub PR explorer.
  • Checked that changes and commits conform to the standards outlined in CONTRIBUTING.md.

@bhgomes bhgomes mentioned this pull request Dec 9, 2022
4 tasks
@GhostOfGauss GhostOfGauss added the L-added Changelog: add these changes to the `added` section of the changelog label Dec 12, 2022
@GhostOfGauss GhostOfGauss marked this pull request as ready for review December 12, 2022 17:09
openzl-crypto/src/accumulator.rs Show resolved Hide resolved
openzl-crypto/src/merkle_tree/mod.rs Show resolved Hide resolved
openzl-crypto/src/merkle_tree/tree.rs Outdated Show resolved Hide resolved
openzl-crypto/src/merkle_tree/node.rs Show resolved Hide resolved
openzl-crypto/src/merkle_tree/tree.rs Outdated Show resolved Hide resolved
openzl-crypto/src/merkle_tree/node.rs Show resolved Hide resolved
openzl-crypto/src/merkle_tree/inner_tree.rs Show resolved Hide resolved
openzl-crypto/src/merkle_tree/partial.rs Show resolved Hide resolved
openzl-crypto/src/merkle_tree/path.rs Show resolved Hide resolved
openzl-crypto/src/merkle_tree/path.rs Show resolved Hide resolved
@GhostOfGauss GhostOfGauss self-requested a review December 14, 2022 18:36
GhostOfGauss
GhostOfGauss previously approved these changes Dec 14, 2022
Co-authored-by: Todd Norton <[email protected]>
Signed-off-by: Brandon H. Gomes <[email protected]>
GhostOfGauss
GhostOfGauss previously approved these changes Dec 15, 2022
openzl-crypto/src/encryption/mod.rs Show resolved Hide resolved
openzl-crypto/src/encryption/mod.rs Show resolved Hide resolved
openzl-crypto/src/encryption/mod.rs Outdated Show resolved Hide resolved
openzl-crypto/src/encryption/mod.rs Show resolved Hide resolved
openzl-crypto/src/lib.rs Show resolved Hide resolved
openzl-crypto/src/merkle_tree/test.rs Show resolved Hide resolved
plugins/arkworks/src/constraint/fp.rs Outdated Show resolved Hide resolved
plugins/arkworks/src/groth16.rs Show resolved Hide resolved
plugins/dalek/Cargo.toml Show resolved Hide resolved
plugins/dalek/src/ed25519.rs Show resolved Hide resolved
This was referenced Dec 16, 2022
Signed-off-by: Brandon H. Gomes <[email protected]>
Signed-off-by: Brandon H. Gomes <[email protected]>
@SupremoUGH SupremoUGH merged commit ce5a07d into main Dec 16, 2022
@SupremoUGH SupremoUGH deleted the feat/migrate-openzl branch December 16, 2022 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L-added Changelog: add these changes to the `added` section of the changelog
Development

Successfully merging this pull request may close these issues.

None yet

3 participants