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
Start of the discussion is here: #60 (comment)
The question is, should we remove the (historically present, was in python-bitcoinlib) ability to create CPubKey instances from invalid pubkey data ?
If we do so, we should also remove is_fullyvalid() methods to avoid potential problems described in #60 (comment)
is_fullyvalid()
This will mean quite major API breakage, though.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Start of the discussion is here: #60 (comment)
The question is, should we remove the (historically present, was in python-bitcoinlib) ability to create CPubKey instances from invalid pubkey data ?
If we do so, we should also remove
is_fullyvalid()
methods to avoid potential problems described in #60 (comment)This will mean quite major API breakage, though.
The text was updated successfully, but these errors were encountered: