Skip to content

fix unittest in type-batch #134

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

Merged
merged 1 commit into from
Jul 8, 2025
Merged

fix unittest in type-batch #134

merged 1 commit into from
Jul 8, 2025

Conversation

noel2004
Copy link
Member

@noel2004 noel2004 commented Jul 8, 2025

Currently the unittest in types/batch is failed, caused by feature setting in dependencies:

openvm-pairing-guest = { workspace = true, features = ["halo2curves"] }
openvm-pairing = { workspace = true, features = ["bls12_381"] }

Without "halo2curves" set in openvm-pairing the corresponding feature set in openvm-pairing-guest (since openvm-pairing depend on it) is also disabled.

@noel2004 noel2004 force-pushed the fix/batch_feature branch from 0498edb to 35ed2c2 Compare July 8, 2025 02:31
@noel2004 noel2004 requested a review from lightsing as a code owner July 8, 2025 02:31
@noel2004 noel2004 changed the base branch from wip/building-reth to master July 8, 2025 02:31
@noel2004 noel2004 merged commit 0f62338 into master Jul 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants