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

Remove poly-benches. #558

Merged
merged 4 commits into from
Dec 28, 2022
Merged

Conversation

mmaker
Copy link
Member

@mmaker mmaker commented Dec 25, 2022

Less code to maintain, more code to take as an example

@mmaker mmaker requested review from a team as code owners December 25, 2022 07:58
@mmaker mmaker requested review from Pratyush, mmagician and weikengchen and removed request for a team December 25, 2022 07:58
@mmaker mmaker force-pushed the remove-poly-benches branch from 59911e2 to eda8344 Compare December 25, 2022 09:23
@mmaker mmaker force-pushed the remove-poly-benches branch from eda8344 to 4836abf Compare December 25, 2022 10:47
@mmagician mmagician added this to the next patch release milestone Dec 28, 2022
Copy link
Member

@mmagician mmagician left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice. This should actually go into 0.4.0, since poly-benches was messing up the releases a little, it'll make the workflow simpler (cargo release command doesn't bump the crates which have publish = false like poly-benches, and then you have version mismatches).

👍🏼

poly/benches/common.rs Outdated Show resolved Hide resolved
@mmagician mmagician merged commit 32201cb into arkworks-rs:master Dec 28, 2022
andrewmilson added a commit to andrewmilson/algebra that referenced this pull request Jan 1, 2023
* upstream/master: (29 commits)
  Fix some clippy lints (arkworks-rs#570)
  Correct tag name & complete command suggestion (arkworks-rs#569)
  Open a "release-PR" against a `releases` branch (arkworks-rs#566)
  Allow to overwrite default impl of `msm` in TwistedEdwards form (arkworks-rs#567)
  Remove poly-benches. (arkworks-rs#558)
  DO NOT MERGE YET. Release 0.4 (arkworks-rs#512)
  otherwise downstream users that have not migrated will not see warning (arkworks-rs#563)
  use `into_bigint()` in `Debug` for `Fp<P, N>` (arkworks-rs#562)
  Add `frobenius_map_in_place` (arkworks-rs#557)
  Fix test_sw_properties for some cofactor groups (arkworks-rs#555)
  Move h2c tests to test-templates (arkworks-rs#554)
  impl `CanonicalSerialize/Deserialize` for `BigUint` (arkworks-rs#551)
  Fix MontFp issue in fields with 64 * k bits (arkworks-rs#550)
  Fix tests for Modulus plus one div four (arkworks-rs#552)
  fix (arkworks-rs#547)
  Rename all `*Parameters` to `*Config` (arkworks-rs#545)
  Fix doc-comment on `SWUMap` and CamelCase `(CO)DOMAIN`
  Small cleanups in hash-to-curve (arkworks-rs#544)
  Allow to overwrite the default implementation of `msm` (arkworks-rs#528)
  Move `multi_miller_loop` and `final_exponentiation` into `BW6Config` (arkworks-rs#542)
  ...
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.

3 participants