We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Domain
A new type was introduced for the BLS domain here: ethereum/consensus-specs#1246
Right now, py_ecc takes the domain as an int.
py_ecc
int
Add the Domain type and update the bls API.
bls
The text was updated successfully, but these errors were encountered:
remove outdated sections of README (ethereum#76)
91d93ef
* remove gitter, testing setup, and pandoc sections, add quotes to dev install
ralexstokes
Successfully merging a pull request may close this issue.
What is wrong?
A new type was introduced for the BLS domain here: ethereum/consensus-specs#1246
Right now,
py_ecc
takes the domain as anint
.How can it be fixed
Add the
Domain
type and update thebls
API.The text was updated successfully, but these errors were encountered: