Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

fails to build because of the recent halo2-lib commit #1815

@DukeCaesar

Description

@DukeCaesar

What command(s) is the bug in?

cargo build

Describe the bug

Projects that depends on zkevm-circuits would fail to build because of a recent commit in the upstream dependency halo2-lib: impl ScalarField for bls12_381::Scalar

error[E0432]: unresolved import `crate::halo2_proofs::halo2curves::bls12_381`
   --> halo2-base/src/utils.rs:383:9
    |
383 |         bls12_381::Scalar as blsScalar,
    |         ^^^^^^^^^ could not find `bls12_381` in `halo2curves`

Concrete steps to reproduce the bug. If it's able reproduce via testool, please share test_id from jenkins report

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions