Feat/batched grand products #1059
rust.yml
on: pull_request
fmt
29s
clippy
46s
machete
56s
Build Wasm
2m 0s
test
7m 49s
Onchain Verifier Tests
3m 11s
Annotations
19 errors and 6 warnings
clippy:
jolt-core/src/jolt/vm/timestamp_range_check.rs#L627
this expression creates a reference which is immediately dereferenced by the compiler
|
clippy:
jolt-core/src/poly/dense_interleaved_poly.rs#L67
unnecessary use of `to_vec`
|
clippy:
jolt-core/src/poly/dense_interleaved_poly.rs#L72
unnecessary use of `to_vec`
|
clippy:
jolt-core/src/poly/dense_interleaved_poly.rs#L117
accessing first element with `unbound_chunk.get(0)`
|
clippy:
jolt-core/src/poly/dense_interleaved_poly.rs#L217
accessing first element with `layer_chunk.get(0)`
|
clippy:
jolt-core/src/poly/dense_interleaved_poly.rs#L264
accessing first element with `P_chunk.get(0)`
|
clippy:
jolt-core/src/subprotocols/grand_product.rs#L203
this expression creates a reference which is immediately dereferenced by the compiler
|
clippy:
jolt-core/src/subprotocols/grand_product_quarks.rs#L169
this expression creates a reference which is immediately dereferenced by the compiler
|
clippy:
jolt-core/src/subprotocols/sparse_grand_product.rs#L133
returning the result of a `let` binding from a block
|
clippy:
jolt-core/src/subprotocols/sparse_grand_product.rs#L849
this expression creates a reference which is immediately dereferenced by the compiler
|
Onchain Verifier Tests
cannot find method or associated constant `claims` in trait `BatchedGrandProduct`
|
Onchain Verifier Tests
struct takes 1 generic argument but 2 generic arguments were supplied
|
Onchain Verifier Tests
struct takes 1 generic argument but 2 generic arguments were supplied
|
Onchain Verifier Tests
struct takes 1 generic argument but 2 generic arguments were supplied
|
Onchain Verifier Tests
struct takes 1 generic argument but 2 generic arguments were supplied
|
Onchain Verifier Tests
mismatched types
|
Onchain Verifier Tests
Process completed with exit code 101.
|
test
Canceling since a higher priority waiting request for 'Build and Test Jolt-feat/batched-grand-products' exists
|
test
The operation was canceled.
|
fmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
fmt
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build Wasm
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Onchain Verifier Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|