You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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`.
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.
The text was updated successfully, but these errors were encountered: