This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
feat: Update Arkworks' dependencies on acir_field
#69
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`to_bytes!` macro is not available anymore in `ark-ff`
`ark-bn254` with the `curve` feature is already a dependency so it is not needed as a dev-dependency unless it uses other features than the regular dependency
ilitteri
changed the title
Update Arkworks's dependencies on
Update Arkworks' dependencies on Feb 2, 2023
acir_field
acir_field
kevaundray
changed the title
Update Arkworks' dependencies on
feat: Update Arkworks' dependencies on Feb 3, 2023
acir_field
acir_field
This looks good, thanks! Just to make sure it doesn't break anything, I'll run tests against the noir compiler before merging |
Nice! Let me know if there is something more for me to do in the case that the tests don't pass |
TomAFrench
added a commit
to TomAFrench/acvm
that referenced
this pull request
Feb 10, 2023
* master: feat: Update Arkworks' dependencies on `acir_field` (noir-lang#69) add tests for `from_hex` and `to_hex` (noir-lang#85) improve field formatting (noir-lang#84) chore(ci): Leverage reusable workflows (noir-lang#81) fix clippy (noir-lang#82) 0.4.1 Release remove duplicated match statement for Directive::Log (noir-lang#79) 0.4.0 Release update changelog feat(acvm): Directive for sorting networks (noir-lang#77) feat: Preprocess methods for ACVM interface (noir-lang#71) expose acir_field through acir (noir-lang#75) chore(acvm): rename remaining references to gadget calls (noir-lang#76) feat: Add Log Directive (noir-lang#61) blackbox to black_box (noir-lang#72) feat(ci)!: add spellchecker (noir-lang#73)
TomAFrench
added a commit
that referenced
this pull request
Feb 10, 2023
* master: feat: Update Arkworks' dependencies on `acir_field` (#69) add tests for `from_hex` and `to_hex` (#85) improve field formatting (#84) chore(ci): Leverage reusable workflows (#81) fix clippy (#82) 0.4.1 Release remove duplicated match statement for Directive::Log (#79) 0.4.0 Release update changelog feat(acvm): Directive for sorting networks (#77) feat: Preprocess methods for ACVM interface (#71) expose acir_field through acir (#75) chore(acvm): rename remaining references to gadget calls (#76) feat: Add Log Directive (#61) blackbox to black_box (#72) feat(ci)!: add spellchecker (#73)
TomAFrench
added a commit
that referenced
this pull request
Feb 10, 2023
* master: feat: Update Arkworks' dependencies on `acir_field` (#69) add tests for `from_hex` and `to_hex` (#85) improve field formatting (#84) chore(ci): Leverage reusable workflows (#81) fix clippy (#82) 0.4.1 Release remove duplicated match statement for Directive::Log (#79) 0.4.0 Release update changelog feat(acvm): Directive for sorting networks (#77) feat: Preprocess methods for ACVM interface (#71) expose acir_field through acir (#75) chore(acvm): rename remaining references to gadget calls (#76) feat: Add Log Directive (#61) blackbox to black_box (#72) feat(ci)!: add spellchecker (#73)
TomAFrench
added a commit
that referenced
this pull request
Feb 10, 2023
* master: feat: Update Arkworks' dependencies on `acir_field` (#69) add tests for `from_hex` and `to_hex` (#85) improve field formatting (#84) chore(ci): Leverage reusable workflows (#81) fix clippy (#82) 0.4.1 Release remove duplicated match statement for Directive::Log (#79) 0.4.0 Release update changelog feat(acvm): Directive for sorting networks (#77) feat: Preprocess methods for ACVM interface (#71) expose acir_field through acir (#75) chore(acvm): rename remaining references to gadget calls (#76) feat: Add Log Directive (#61) blackbox to black_box (#72) feat(ci)!: add spellchecker (#73)
Merged
Merged
kobyhallx
pushed a commit
that referenced
this pull request
Jul 26, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related issue(s)
Resolves #68
Description
Summary of changes
Update Arkworks' dependencies on
acir_field
'sCargo.toml
.Dependency additions / changes
ark-bn254
from0.3.0
to0.4.0
.ark-bls12-381
from0.3.0
to0.4.0
.ark-ff
from0.3.0
to0.4.0
.ark-serialize 0.4.0
.ark-bn254
from dev-dependencies.Test additions / changes
Checklist
cargo fmt
with default settings.Additional context
The additional context was provided in #68