Simplexum/python-bitcointx
python-bitcointx is a python3 library providing an easy interface to the Bitcoin data structures
PythonNOASSERTION
Issues
- 0
- 2
- 1
- 2
secp256k1 library not found
#81 opened by jjhesk - 18
Taproot support
#57 opened by AdamISZ - 0
Iibbitcoinconsensus is deprecated by Core
#80 opened by dgpv - 13
- 9
Incompatibility with OpenSSL 3
#76 opened by whitslack - 11
Use libsecp256k1 v0.2.0?
#75 opened by kristapsk - 1
- 3
sign-psbt.py example does not support electrum's testnet xpub encoding for p2wsh
#71 opened by kanzure - 4
libbitcoinconsensus undefined symbol
#74 opened by JeremyRand - 4
Adding bech32 spending example
#73 opened by mrx23dot - 0
Consider adding scriptWitness to CTxIn
#70 opened by dgpv - 1
On MacOS-latest, openssl import fails (openssl is used for non-strict sig verification)
#66 opened by dgpv - 2
Potential problem with RIPEMD160 removal from newer OpenSSL versions by default
#64 opened by kristapsk - 0
Not tested on PyPy. With current state of ctypes in PyPy it is unlikely to be worth to support.
#38 opened by dgpv - 5
- 0
- 5
- 6
- 2
- 7
PSBT_Input.sign() can return None or PSBT_InpuSignInfo depending on input script type
#39 opened by AdamISZ - 3
- 24
Signing witness inputs: builtins.ValueError: witness scritpubkey is found for non-witness UTXO at index 1
#45 opened by AdamISZ - 4
PSBT: is finalized state queryable?
#44 opened by AdamISZ - 2
set_utxo() when supplied utxo is None has changed semantics in 1.1.1.post0, but probably sholdn't have
#47 opened by dgpv - 3
PSBT decoding should allow both witness and non-witness utxo fields for same input
#42 opened by dgpv - 1
- 1
- 2
openssl should only be loaded when used inside CPubKey.verify_nonstrict(), not on import
#32 opened by dgpv - 3
- 0
- 9
- 14
Specification of redeem_script is required in PartiallySignedTransaction.sign() for all inputs
#30 opened by AdamISZ - 2
- 2
does not work with threading
#29 opened by dgpv - 1
Need to better document the fact that by default, script decoding does not distinguish different PUSHDATA encodings
#22 opened by dgpv - 2
CPubKey's is_valid is a property, while other classes have is_valid() as a method
#19 opened by dgpv - 3
Planned incompatible changes for next major version
#20 opened by dgpv - 1
Fix on from_scriptPubKey while accept_bare_checksig=True (bitcoin mainnet 111 block)
#18 opened by fcmercury - 4
Which fork should I use?
#17 opened by dbolser - 1
- 9
Signing with libsecp256k1 by default ?
#9 opened by dgpv - 2
- 1
Deprecating RPC-related code
#8 opened by dgpv