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

generate_setup util is broken due to the incompatible mixing BLS libraries #3353

Closed
hwwhww opened this issue May 12, 2023 · 2 comments
Closed

Comments

@hwwhww
Copy link
Contributor

hwwhww commented May 12, 2023

Issue

The generate_setup helpers use Py-ECC helpers. But the imported from eth2spec.utils import bls is py_arkworks_bls12381 by default.

How to fix it?

Either change it to full Py-ECC or make the helpers compatible with all different BLS suites.

@mratsim
Copy link
Contributor

mratsim commented May 15, 2023

Affected by this when doing #3357

@hwwhww
Copy link
Contributor Author

hwwhww commented May 16, 2023

closing via #3358

@hwwhww hwwhww closed this as completed May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants