Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
DukeCaesar opened this issue May 7, 2024 · 0 comments
Open

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

DukeCaesar opened this issue May 7, 2024 · 0 comments
Labels
T-bug Type: bug

Comments

@DukeCaesar
Copy link

DukeCaesar commented May 7, 2024

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

@DukeCaesar DukeCaesar added the T-bug Type: bug label May 7, 2024
@DukeCaesar DukeCaesar changed the title fails to build because of the recent halo2-lib update fails to build because of the recent halo2-lib commit May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-bug Type: bug
Projects
None yet
Development

No branches or pull requests

1 participant