Peter Todd
Peter Todd
Oh! I'm ok with both allowing editors to use their judgement in fixing typos, and not requiring PGP signatures on contributions. These are after all just design docs; leave it...
FWIW I had to tell a client the other day that they couldn't use Git for a document authentication scheme because of SHA1 collisions (the documents in question were worth...
GPG signatures still sign a insecure SHA1 commit hash, so no. This is why the Bitcoin Core project now has code that rehashes the tree with SHA512 when doing merges:...
Yeah, this needs to be fixed at some point.
I'll have to do a python-bitcoinlib release first, as `signrawtransactionwithwallet` isn't actually in a released version yet.
But that was after the most recent release, so that pull-req didn't make it in: https://github.com/petertodd/python-bitcoinlib/blob/master/release-notes.md#v0102 On September 10, 2019 1:48:04 PM PDT, Emanuele Cisbani wrote: >You did it here:...
I'll be able to do that release in another week or so; I'll merge this then and fix up the version myself. On September 10, 2019 2:28:42 PM PDT, Emanuele...
I'm not sure we want to encourage people to do this in an automated way right now, because inevitably people will end up making multiple timestamps and wasting tx fees....
I think you make good points re: fees, so I'm now in agreement with you on adding the tip API. I just took a look at the stamper code, and...
Weird! Can you tell us what python version your using, and what OS/distribution?