feat: use upstream group, ff and pairing dependencies#1488
Conversation
c16831c to
1d7a0c0
Compare
|
Nice, thanks @DrPeterVanNostrand! Will start reviewing next week. |
|
Note that this PR removes all ci jobs starting with the string |
DrPeterVanNostrand
left a comment
There was a problem hiding this comment.
Cargo.toml's should be updated before merging.
| ff = "0.10.0" | ||
| blake2b_simd = "0.5" | ||
| bellperson = { version = "0.16", default-features = false } | ||
| bellperson = { git = "https://github.com/filecoin-project/bellperson", branch = "halo" } |
There was a problem hiding this comment.
This should be changed before merging.
| memmap = "0.7.0" | ||
| bellperson = { version = "0.16", default-features = false } | ||
| rand = "0.7" | ||
| bellperson = { git = "https://github.com/filecoin-project/bellperson", branch = "halo" } |
There was a problem hiding this comment.
This should be changed before merging.
|
|
||
| [dependencies] | ||
| bellperson = { version = "0.16", default-features = false } | ||
| bellperson = { git = "https://github.com/filecoin-project/bellperson", branch = "halo" } |
There was a problem hiding this comment.
This should be changed before merging.
| rand = "0.8.0" | ||
|
|
||
| neptune = { version = "^4.0", default-features = false, optional = true } | ||
| neptune = { git = "https://github.com/filecoin-project/neptune", branch = "halo", optional = true } |
There was a problem hiding this comment.
This should be changed before merging.
| ff = "0.10.0" | ||
| blake2b_simd = "0.5" | ||
| bellperson = { version = "0.16", default-features = false } | ||
| bellperson = { git = "https://github.com/filecoin-project/bellperson", branch = "halo" } |
There was a problem hiding this comment.
This should be changed before merging.
| anyhow = "1.0.23" | ||
| thiserror = "1.0.6" | ||
| neptune = { version = "^4.0", default-features = false } | ||
| neptune = { git = "https://github.com/filecoin-project/neptune", branch = "halo" } |
There was a problem hiding this comment.
This should be changed before merging.
| ff = { version = "0.3.1", package = "fff" } | ||
| bellperson = { version = "0.16", default-features = false } | ||
| ff = "0.10.0" | ||
| bellperson = { git = "https://github.com/filecoin-project/bellperson", branch = "halo" } |
There was a problem hiding this comment.
This should be changed before merging.
| generic-array = "0.14.4" | ||
| anyhow = "1.0.23" | ||
| neptune = { version = "^4.0", default-features = false } | ||
| neptune = { git = "https://github.com/filecoin-project/neptune", branch = "halo" } |
There was a problem hiding this comment.
This should be changed before merging.
| ff = { version = "0.3.1", package = "fff" } | ||
| bellperson = { version = "0.16", default-features = false } | ||
| ff = "0.10.0" | ||
| bellperson = { git = "https://github.com/filecoin-project/bellperson", branch = "halo" } |
There was a problem hiding this comment.
This should be changed before merging.
| generic-array = "0.14.4" | ||
| anyhow = "1.0.23" | ||
| neptune = { version = "^4.0", default-features = false } | ||
| neptune = { git = "https://github.com/filecoin-project/neptune", branch = "halo" } |
There was a problem hiding this comment.
This should be changed before merging.
1d7a0c0 to
098341b
Compare
cryptonemo
left a comment
There was a problem hiding this comment.
Needs a rebase, but looks good!
890a777 to
e694f49
Compare
e694f49 to
871d8ae
Compare
filecoin-hashersfr32storage-proofs-corestorage-proofs-porepstorage-proofs-postfilecoin-proofsNote that this PR removes the
pairingandblstfeatures and drops support forpaired's BLS12-381 implementation.