generate_setup
util is broken due to the incompatible mixing BLS libraries
#3353
Labels
generate_setup
util is broken due to the incompatible mixing BLS libraries
#3353
Issue
The
generate_setup
helpers use Py-ECC helpers. But the importedfrom eth2spec.utils import bls
ispy_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.
The text was updated successfully, but these errors were encountered: