< elichai2>
wumpus: Trying to understand the change that a lot of languages got their `_CountryCode` removed (ie `bitcoin_nl_NL.ts` or `bitcoin_he_IL.ts`)
< elichai2>
were they duplicates and now removed? something else?
< wumpus>
elichai2: a lot of pseudo-languages were removed, this was already a while ago, but was never applied to master
< wumpus>
e.g. there were a lot of dialects that didn't make sense, or had no signifiant translations, or were completely faulty
< wumpus>
nl_NL for example makes no sense that's simply the main language
< wumpus>
and "nl" is used as fallback for say, nl_BE
< wumpus>
binary01: if you're doing bitcoin things with python it makes sense to take a look at python-bitcoinlib, they've been doing this for ages and implemented all the hash and script stuff in python
< wumpus>
(but they too use hashlib.new('ripemd160'), that must work)
< elichai2>
wumpus: make sense. Thanks!
< binary01>
wumpus, thanks but i got it working with hashlib
< bitcoin-git>
[bitcoin] jonatack opened pull request #18498: test: enable opening partial p2p connections where useful (master...allow-peer-conn-sans-sync) https://github.com/bitcoin/bitcoin/pull/18498
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #18499: rpc: Make rpc documentation not depend on rpc args (master...2004-rpcStaticDoc) https://github.com/bitcoin/bitcoin/pull/18499
< bitcoin-git>
[bitcoin] dongcarl closed pull request #18478: build: Automatically include both `git`-tracked and bootstrapped files. (master...2020-03-adventures-in-reconciling-automake-and-git) https://github.com/bitcoin/bitcoin/pull/18478
< Kiminuo>
jonatack_, it's in my previous message ...?
< Kiminuo>
:)
< Kiminuo>
Yeah, well, I guess, I'll have to read more about it
< jonatack_>
heh, long message, didn't see that far :)
< Kiminuo>
Age of tweets :-((
< ariard>
if you try to ibd between 2 regtest nodes, CanDirectFetch fails because time of mined block is far ahead of genesis, is this intentional and known?