Paul Martin
Paul Martin
It's probably a change in the pdml format in tshark. Run the pcap with dissector through tshark 3.0 and 3.4 with output format pdml and see if there is any...
Thanks for your feedback. > I think this wouldn't be safe for ASGI events, right? e.g. HTTP expects to process ASGI messages for a connection in order (eg receiving http...
The explorers are unreliable, it's not an issue with pybitcointools. I'm working on switching to ElectrumX servers, but haven't had time to work on this for a couple of months...
The current codebase is a few years old and if I remember correctly only support for P2WPKH for bc1 native segwit was implemented. My guess is you are using a...
Can you provide an example, and a full exception trace. Makes it easier to troubleshoot. Thanks.
Bitcoin Cash needs the 'amount' key to create the signature but this is not provided in multisig at the moment.
Thanks for your suggestion, @nicolas3355 5 tests inside test_wallet.TestWalletKeystoreAddressIntegrity are failing because of this PR. ```python raise Exception("Can't do private derivation on public key!") Exception: Can't do private derivation on...
The function excepts a prefixes argument. You need to send in the private and public key prefix for the coin and address type. Yes it can be complicated to get...
Hi yes, Don't worry about the transaction tests, I need to add coins to testnet to run them (mainly I need to work on mocking transactions requests at some point)....
I would like to work on this as well. Would a pull request be accepted that would allow a callback to be provided which would return a boolean to decide...