Skip to content

Commit 61b33f2

Browse files
zlangleyjonathanpwang
authored andcommitted
feat: update plonky3 to 0.4 (#2293)
Updates to plonky3 v0.4.0. Syncs with openvm-org/stark-backend#195 closes INT-4245 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
1 parent 54d35ce commit 61b33f2

File tree

335 files changed

+2801
-2983
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

335 files changed

+2801
-2983
lines changed

.github/workflows/benchmark-call.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
run: |
158158
ALLOCATOR=${{ inputs.memory_allocator || github.event.inputs.memory_allocator }}
159159
if [[ ! "${{ inputs.instance_type || github.event.inputs.instance_type }}" =~ ^g ]]; then
160-
FEATURE_FLAGS=${FEATURE_FLAGS},nightly-features
160+
FEATURE_FLAGS=${FEATURE_FLAGS}
161161
if [[ "${{ inputs.e2e_bench }}" == "true" ]]; then
162162
FEATURE_FLAGS=${FEATURE_FLAGS},evm
163163
fi

.github/workflows/lints.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# list of all unique features across workspace generated using:
4040
# cargo metadata --format-version=1 --no-deps | jq -r '.packages[].features | to_entries[] | .key' | sort -u | tr '\n' ' ' && echo ""
4141
# (exclude mimalloc since it conflicts with jemalloc)
42-
cargo clippy --all-targets --all --tests --features "aggregation bls12_381 bn254 build-elfs default entrypoint evm-prove evm-verify export-intrinsics export-libm function-span getrandom-unsupported halo2-compiler halo2curves heap-embedded-alloc jemalloc jemalloc-prof metrics nightly-features panic-handler parallel perf-metrics rust-runtime static-verifier std test-utils" -- -D warnings
42+
cargo clippy --all-targets --all --tests --features "aggregation bls12_381 bn254 build-elfs default entrypoint evm-prove evm-verify export-intrinsics export-libm function-span getrandom-unsupported halo2-compiler halo2curves heap-embedded-alloc jemalloc jemalloc-prof metrics panic-handler parallel perf-metrics rust-runtime static-verifier std test-utils" -- -D warnings
4343
cargo clippy --all-targets --all --tests --no-default-features --features "mimalloc" -- -D warnings
4444
- name: Run fmt, clippy for guest
4545
run: |
@@ -103,7 +103,7 @@ jobs:
103103
- name: Run clippy
104104
run: |
105105
# includes GPU specific features cuda and touchemall
106-
cargo clippy --all-targets --all --tests --features "aggregation bls12_381 bn254 build-elfs cuda default entrypoint evm-prove evm-verify export-intrinsics export-libm function-span getrandom-unsupported halo2-compiler halo2curves heap-embedded-alloc jemalloc jemalloc-prof metrics nightly-features panic-handler parallel perf-metrics rust-runtime static-verifier std test-utils touchemall" -- -D warnings
106+
cargo clippy --all-targets --all --tests --features "aggregation bls12_381 bn254 build-elfs cuda default entrypoint evm-prove evm-verify export-intrinsics export-libm function-span getrandom-unsupported halo2-compiler halo2curves heap-embedded-alloc jemalloc jemalloc-prof metrics panic-handler parallel perf-metrics rust-runtime static-verifier std test-utils touchemall" -- -D warnings
107107
cargo clippy --all-targets --all --tests --no-default-features --features "jemalloc jemalloc-prof" -- -D warnings
108108
- name: Run clang-tidy
109109
run: |

0 commit comments

Comments
 (0)