Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to 0.3.0 of arkworks (celo-org#108)
* updating to newest arkworks * new compiler errors * fewer errors: * fewer errors * fewer build errors * removed txt' * fewer errors * compiles * tests compile * dkg-core compiles * tests pass bls12-377 threshold-bls * remove 381 * ffi builds * dkg-core tests pass * rename zexe * rename zexe * ethers update * abigen works: * build.rs works * fewer errors * removed cli * gt exp start * gt mul done not tested * gt exp unit test passes * new functions to scalar * changed scalar interface * delete * fix rand package version mismatch and warning about FFI with byte array references (celo-org#89) * edit * add getrandom/js as optional dependency (celo-org#90) * Make parallel an optional feature to support WASM environments (celo-org#91) * add getrandom/js as optional dependency * make parallel an optional feature to support WASM environments * include message in PRNG seed to prevent always using the same blinding factor * add back deprecated get_rng function * remove DO NOT MERGE edits * fixed identity for GT * GT elem subgroup check * clippy * edit * edit * zexe rename * [dkg-core] add private key validation (celo-org#95) * fix(ffi): remove redundant internal unsafe marker (celo-org#92) * fix(ffi): remove redundant internal unsafe marker * reduce unsafe scope * [threshold-bls] add defense against weak blinding (celo-org#94) * add(threshold-bls): add defense against weak blinding * panic if rng is zero or one * update tokio features * fewer errors * fewer error * fewer type errors * fewer errors * compiles * fewer warnings * bytecode writes * cargo fmt * update xcode * change solidity compiler version * clippy * clippy * remove 32 bit ios arch * update rust, .lock * remove 32 bit ios * change rust version * ci install python * rerun ci * change ci * add to ci * change ci * ci sudo * add js to getrandom * clippy * fewer clippy errors * ignore clippy needless collect * fmt * clippy * update tokio * update version numbers * Update .gitignore Co-authored-by: piersy <[email protected]> * add dkg cli to toml * Fix edition * Properly drop values in ffi * Fix build script * Add back opts * Use more modern rust Last build failed because of this: https://app.circleci.com/pipelines/github/celo-org/celo-threshold-bls-rs/461/workflows/a47f4385-aaad-4b33-85e6-b4a993a04625/jobs/2015 * Use stable tokio * Fix style * Use bigger CircleCI container for tests * Fix clippy complaints * Paul/test (celo-org#110) * Fix edition * Properly drop values in ffi * Fix build script * Add back opts * Use more modern rust Last build failed because of this: https://app.circleci.com/pipelines/github/celo-org/celo-threshold-bls-rs/461/workflows/a47f4385-aaad-4b33-85e6-b4a993a04625/jobs/2015 * Use stable tokio * Fix style * Use bigger CircleCI container for tests * Fix clippy complaints * edits * Remove generated files and add them to .gitignore (celo-org#111) Also remove erroneously added .DS_Store files. * docs: Update README (celo-org#112) * Paul/ci (celo-org#113) * ci: Use new rust images * ci: Use newer node image * ci: clippy is installed by default * Update lockfile * pin ethers-rs to 0.17.0 * add back dockerfile and test script * Use stable ethers (celo-org#114) * Update ethers * Update gumdrop * fix cargo audit * Update dockerfile (celo-org#115) Co-authored-by: Victor Graf <[email protected]> Co-authored-by: Hanyun Xu <[email protected]> Co-authored-by: piersy <[email protected]> Co-authored-by: Paul Lange <[email protected]> Co-authored-by: Paul Lange <[email protected]>
- Loading branch information