MCL backend implementation #174
Annotations
10 errors and 1 warning
arkworks3 clippy:
arkworks3/src/eip_4844.rs#L10
unresolved imports `kzg::eip_4844::Blob`, `kzg::eip_4844::Bytes32`, `kzg::eip_4844::Bytes48`, `kzg::eip_4844::KZGCommitment`, `kzg::eip_4844::KZGProof`, `kzg::eip_4844::C_KZG_RET`, `kzg::eip_4844::C_KZG_RET_BADARGS`, `kzg::eip_4844::C_KZG_RET_OK`
|
arkworks3 clippy:
arkworks3/src/das.rs#L60
method `das_fft_extension` is not a member of trait `DAS`
|
arkworks3 clippy:
arkworks3/src/kzg_types.rs#L825
method `get_expanded_roots_of_unity_at` is not a member of trait `FFTSettings`
|
arkworks3 clippy:
arkworks3/src/kzg_types.rs#L829
method `get_expanded_roots_of_unity` is not a member of trait `FFTSettings`
|
arkworks3 clippy:
arkworks3/src/kzg_types.rs#L1044
method `get_expanded_roots_of_unity_at` is not a member of trait `KZGSettings`
|
arkworks3 clippy:
arkworks3/src/kzg_types.rs#L1056
method `get_g1_secret` is not a member of trait `KZGSettings`
|
arkworks3 clippy:
arkworks3/src/kzg_types.rs#L1060
method `get_g2_secret` is not a member of trait `KZGSettings`
|
arkworks3 clippy:
arkworks3/src/eip_4844.rs#L10
struct `CKZGSettings` is private
|
arkworks3 clippy:
arkworks3/src/das.rs#L59
trait takes 3 generic arguments but 1 generic argument was supplied
|
arkworks3 clippy:
arkworks3/src/kzg_types.rs#L793
not all trait items implemented, missing: `get_brp_roots_of_unity`, `get_brp_roots_of_unity_at`
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading