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

chore: rust toolchain needs an upgrade #307

Closed
github-actions bot opened this issue Feb 9, 2024 · 1 comment
Closed

chore: rust toolchain needs an upgrade #307

github-actions bot opened this issue Feb 9, 2024 · 1 comment

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Feb 9, 2024

The rust version specified in rust-toolchain.toml (1.75.0) is out of date with the latest stable (1.76.0).

Check the rust version check workflow for details.

This issue was raised by the workflow at https://github.com/lurk-lab/arecibo/actions/runs/7865715454/workflow.

huitseeker added a commit to huitseeker/arecibo that referenced this issue Feb 12, 2024
- Upgraded the rust toolchain version from `1.75` to `1.76.0` in `rust-toolchain.toml` file.
- Closes lurk-lang#307
github-merge-queue bot pushed a commit that referenced this issue Feb 12, 2024
* refactor: Refactor public param digest tests in lib.rs

- Refactored test functions within the tests module for greater efficiency and readability.
- Removed `DlogGroup` trait usage within the `test_pp_digest_with` function.
- Simplified `test_pp_digest` function by removing redundant circuit instantiation.

* chore: Upgrade Rust Toolchain Version to 1.76.0

- Upgraded the rust toolchain version from `1.75` to `1.76.0` in `rust-toolchain.toml` file.
- Closes #307

* chore: Refactor pprof dependency

- Shifted `pprof` from `dev-dependencies` to `dependencies` for non-wasm32 targets to optimize benchmarking builds.
- Introduced "flamegraph" feature to include `pprof` during benchmarking.
- Closes #309

* refactor: Refactor computation in sumcheck module

- Streamlined calculation of evaluation points in `compute_eval_points_quad` and `compute_eval_points_cubic_with_additive_term` functions within `src/spartan/sumcheck/mod.rs`.
@huitseeker
Copy link
Contributor

Closed in #319

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant