--- Day changed Wed May 18 2016 00:05 -!- tErik_mc1 [~tErik@cpe-45-50-199-210.socal.res.rr.com] has joined #bitcoin-core-dev 00:05 -!- tErik_mc1 [~tErik@cpe-45-50-199-210.socal.res.rr.com] has quit [Changing host] 00:05 -!- tErik_mc1 [~tErik@unaffiliated/terik] has joined #bitcoin-core-dev 00:05 -!- tErik_mc1 [~tErik@unaffiliated/terik] has quit [Max SendQ exceeded] 00:05 -!- tErik_mc1 [~tErik@cpe-45-50-199-210.socal.res.rr.com] has joined #bitcoin-core-dev 00:05 -!- tErik_mc1 [~tErik@cpe-45-50-199-210.socal.res.rr.com] has quit [Changing host] 00:05 -!- tErik_mc1 [~tErik@unaffiliated/terik] has joined #bitcoin-core-dev 00:05 -!- tErik_mc1 [~tErik@unaffiliated/terik] has quit [Max SendQ exceeded] 00:06 -!- tErik_mc1 [~tErik@cpe-45-50-199-210.socal.res.rr.com] has joined #bitcoin-core-dev 00:06 -!- tErik_mc1 [~tErik@cpe-45-50-199-210.socal.res.rr.com] has quit [Changing host] 00:06 -!- tErik_mc1 [~tErik@unaffiliated/terik] has joined #bitcoin-core-dev 00:06 -!- tErik_mc1 [~tErik@unaffiliated/terik] has quit [Max SendQ exceeded] 00:06 -!- tErik_mc1 [~tErik@cpe-45-50-199-210.socal.res.rr.com] has joined #bitcoin-core-dev 00:06 -!- tErik_mc1 [~tErik@cpe-45-50-199-210.socal.res.rr.com] has quit [Changing host] 00:06 -!- tErik_mc1 [~tErik@unaffiliated/terik] has joined #bitcoin-core-dev 00:06 -!- tErik_mc1 [~tErik@unaffiliated/terik] has quit [Max SendQ exceeded] 00:07 -!- tErik_mc1 [~tErik@cpe-45-50-199-210.socal.res.rr.com] has joined #bitcoin-core-dev 00:07 -!- tErik_mc1 [~tErik@cpe-45-50-199-210.socal.res.rr.com] has quit [Changing host] 00:07 -!- tErik_mc1 [~tErik@unaffiliated/terik] has joined #bitcoin-core-dev 00:07 -!- tErik_mc1 [~tErik@unaffiliated/terik] has quit [Max SendQ exceeded] 00:07 -!- tErik_mc1 [~tErik@cpe-45-50-199-210.socal.res.rr.com] has joined #bitcoin-core-dev 00:07 -!- tErik_mc1 [~tErik@cpe-45-50-199-210.socal.res.rr.com] has quit [Changing host] 00:07 -!- tErik_mc1 [~tErik@unaffiliated/terik] has joined #bitcoin-core-dev 00:07 -!- tErik_mc1 [~tErik@unaffiliated/terik] has quit [Max SendQ exceeded] 00:08 -!- Guest75560 [~tErik@cpe-45-50-199-210.socal.res.rr.com] has joined #bitcoin-core-dev 00:08 -!- Guest75560 [~tErik@cpe-45-50-199-210.socal.res.rr.com] has quit [Max SendQ exceeded] 00:09 -!- tErik_mc [~tErik@unaffiliated/terik] has quit [Ping timeout: 260 seconds] 00:12 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 00:13 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 00:23 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-core-dev 00:26 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-owyoeagbecmgkuqh] has joined #bitcoin-core-dev 00:31 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 00:32 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 00:35 -!- droark [~droark@c-24-22-36-12.hsd1.or.comcast.net] has quit [Read error: Connection reset by peer] 00:38 < gmaxwell> BlueMatt: I'm sad to continue propagating the old varints in the protocol into more places. They're gratitiously inefficient for no reason... but I don't think the difference between the two really makes a meaningful bandwidth difference in this case. 00:39 < gmaxwell> (the differential encoding otoh makes a huge difference) 00:40 < sipa> gmaxwell: git btw uses little-endian varints, we use big endian ones 00:44 < gmaxwell> BlueMatt: I believe use of the bitcoin one will never cause a increase in packet count, even in the worst case with a 2MB sw block. 00:45 < BlueMatt> gmaxwell: it could with cmpctblock :p 00:46 < gmaxwell> yes, there it could. but not in getblocktxn 00:46 < gmaxwell> consider to get the 3 byte CompactSize, you'd need to have deltas of 254 or more. Well if you have 4000 btc, you can only have 15 such deltas. 00:47 < gmaxwell> s/btc/txn/ 00:48 < BlueMatt> those extra few bytes...you never know :p 00:48 < gmaxwell> Well in any case if we cared the fact that small ranges take a whole byte is the real problem. :) 00:49 < gmaxwell> but I wasn't going to suggest you include a range coder. 00:50 < gmaxwell> Though someday when we do a compactblk v2 that uses set reconcil. we'd need a range coder to efficiently encode the transaction ordering... 00:53 < gmaxwell> BlueMatt: in any case, make whatever change you need to make so that I never again hear someone arguing that it should use "UTF-8". 00:54 < BlueMatt> .......... 00:54 < BlueMatt> "I wasn't going to suggest"....you keep saying this........... 00:54 < BlueMatt> i mean i dont really give a shit about people making statements that are highly disconnected from reality...just that after having implemented it, I'm not sure its worth the protocol-complexity 00:56 < gmaxwell> BlueMatt: yea, yank it out. I agree. 01:02 < gmaxwell> https://people.xiph.org/~greg/temp/perm.tar.gz permutation encoder that I started writing using the range coder from the daala video codec (which is a fast and efficient multiply free range coder with a nice API), which gets within about 0.5% of information thoretic efficiency. (e.g. it takes 1074 bytes to encode a permutation for 1000 elements). 01:08 < gmaxwell> BlueMatt: the spec should say what happens if you send non-canonical CompactSize encodings. 01:13 -!- AaronvanW [~ewout@172pc231.sshunet.nl] has joined #bitcoin-core-dev 01:13 -!- AaronvanW [~ewout@172pc231.sshunet.nl] has quit [Changing host] 01:13 -!- AaronvanW [~ewout@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 01:15 < BlueMatt> gmaxwell: i will point out that undefined behavior may eat cats, including non-canonical CompactSize :) 01:15 -!- davec [~davec@cpe-24-243-251-52.hot.res.rr.com] has quit [Ping timeout: 260 seconds] 01:17 -!- BCBot [~BCBot@46.101.246.115] has quit [Ping timeout: 244 seconds] 01:20 -!- davec [~davec@cpe-24-243-251-52.hot.res.rr.com] has joined #bitcoin-core-dev 01:29 -!- AaronvanW [~ewout@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 01:35 -!- AaronvanW [~ewout@172pc231.sshunet.nl] has joined #bitcoin-core-dev 01:35 -!- AaronvanW [~ewout@172pc231.sshunet.nl] has quit [Changing host] 01:35 -!- AaronvanW [~ewout@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 01:42 -!- CodeShark_ [sid126576@gateway/web/irccloud.com/x-cwiwufillcpmovmn] has joined #bitcoin-core-dev 01:43 -!- jl2012_ [uid133844@gateway/web/irccloud.com/x-mqsjmyqnkfhamuai] has joined #bitcoin-core-dev 01:43 -!- Taek42 [~quassel@2001:41d0:1:472e::] has joined #bitcoin-core-dev 01:44 -!- kadoban_ [~mud@unaffiliated/kadoban] has joined #bitcoin-core-dev 01:45 -!- Madars [~null@unaffiliated/madars] has joined #bitcoin-core-dev 01:45 -!- nickler_ [~nickler@185.12.46.130] has joined #bitcoin-core-dev 01:45 -!- jyap_ [~jyap@2604:180:1:7f5::b59a] has joined #bitcoin-core-dev 01:45 -!- michagogo_ [uid14316@wikia/Michagogo] has joined #bitcoin-core-dev 01:45 -!- cfields_ [~quassel@unaffiliated/cfields] has joined #bitcoin-core-dev 01:45 -!- Eliel_ [~jojkaart@104-250-47-212.rev.cloud.scaleway.com] has joined #bitcoin-core-dev 01:45 -!- TD--Linux [~Thomas@kyoko.thomasdaede.com] has joined #bitcoin-core-dev 01:45 -!- jl2012 [uid133844@gateway/web/irccloud.com/x-zqffegomkfdlrtbk] has quit [Ping timeout: 250 seconds] 01:46 -!- GreenIsMyPepper [~GreenIsMy@2605:6400:20:11aa:189e:28a5:52ed:8948] has quit [Ping timeout: 250 seconds] 01:46 -!- jyap [~jyap@unaffiliated/jyap] has quit [Ping timeout: 250 seconds] 01:46 -!- CodeShark [sid126576@gateway/web/irccloud.com/x-hbhxonwzjzuatqex] has quit [Ping timeout: 250 seconds] 01:46 -!- Madars_ [~null@unaffiliated/madars] has quit [Ping timeout: 250 seconds] 01:46 -!- michagogo [uid14316@wikia/Michagogo] has quit [Ping timeout: 250 seconds] 01:46 -!- spudowiar [~spudowiar@unaffiliated/spudowiar] has quit [Ping timeout: 250 seconds] 01:46 -!- musalbas [~musalbas@2001:bc8:30c2::] has quit [Ping timeout: 250 seconds] 01:46 -!- donal [57c6ce7a@gateway/web/cgi-irc/kiwiirc.com/ip.87.198.206.122] has quit [Ping timeout: 250 seconds] 01:46 -!- teward [teward@ubuntu/member/teward] has quit [Ping timeout: 250 seconds] 01:46 -!- Eliel [~jojkaart@104-250-47-212.rev.cloud.scaleway.com] has quit [Ping timeout: 250 seconds] 01:46 -!- nsh [~lol@wikipedia/nsh] has quit [Ping timeout: 250 seconds] 01:46 -!- kadoban [~mud@unaffiliated/kadoban] has quit [Ping timeout: 250 seconds] 01:46 -!- nickler [~nickler@185.12.46.130] has quit [Ping timeout: 250 seconds] 01:46 -!- cfields [~quassel@unaffiliated/cfields] has quit [Ping timeout: 250 seconds] 01:46 -!- TD-Linux [~Thomas@about/essy/indecisive/TD-Linux] has quit [Ping timeout: 250 seconds] 01:46 -!- Taek [~quassel@2001:41d0:1:472e::] has quit [Ping timeout: 250 seconds] 01:46 -!- GreenIsMyPepper [~GreenIsMy@2605:6400:20:11aa:189e:28a5:52ed:8948] has joined #bitcoin-core-dev 01:46 -!- jl2012_ is now known as jl2012 01:46 -!- jyap_ is now known as jyap 01:46 -!- musalbas- is now known as musalbas 01:46 -!- jyap [~jyap@2604:180:1:7f5::b59a] has quit [Changing host] 01:46 -!- jyap [~jyap@unaffiliated/jyap] has joined #bitcoin-core-dev 01:46 -!- lysobit- [~musalbas@2001:bc8:30c2::] has joined #bitcoin-core-dev 01:47 -!- CodeShark_ is now known as CodeShark 01:48 -!- wallet42 [sid154231@gateway/web/irccloud.com/x-eobuwoqzcsixfepg] has quit [Ping timeout: 244 seconds] 01:48 -!- spudowiar [~spudowiar@unaffiliated/spudowiar] has joined #bitcoin-core-dev 01:49 -!- NicolasDorier [sid129442@gateway/web/irccloud.com/x-ffmwrvdhofdixoax] has quit [Read error: Connection reset by peer] 01:49 -!- eragmus [sid136308@gateway/web/irccloud.com/x-qmlwrpedwymettnp] has quit [Ping timeout: 276 seconds] 01:50 -!- teward [teward@ubuntu/member/teward] has joined #bitcoin-core-dev 01:51 -!- nsh- [~lol@wikipedia/nsh] has joined #bitcoin-core-dev 01:53 < gmaxwell> jonasschnelli: sure the rpc and such shows the BIP125 replacability status. My only concern was that we not do something like printing a warning. 01:53 < gmaxwell> jonasschnelli: because a warning would be material misinformation (as it would imply that transactions without the warning were more safe) 01:54 < jonasschnelli> Yes. I agree. I think we should use a slighly different transaction icon (which should not imply a warning) 01:54 < gmaxwell> jonasschnelli: though there are a dozen other characteristics we don't show anywhere in the UI that are often more interesting... we don't show when a transaction uses nlocktime.. we don't show the sighash flasgs of its signatures (for the latter, not even in the RPC). 01:54 < gmaxwell> So I dunno why there would be an indicator icoin for 125 replacablity when there isn't one for nlocktime. 01:55 < jonasschnelli> Yes. We should be careful with what we add to the gui level. Maybe I was to focused on bip125 and thought its important to see it "everywhere". But right,... its not. 01:56 < jonasschnelli> IMO https://github.com/bitcoin/bitcoin/pull/7826 is more important. Because the GUI/current master does not list mempool conflicts as conflicts. 01:56 -!- NicolasDorier [sid129442@gateway/web/irccloud.com/x-lztqomovomxgkkqu] has joined #bitcoin-core-dev 01:56 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 01:57 < jonasschnelli> Only conflicts with transactions in blocks 01:57 < jonasschnelli> screenshots: https://github.com/bitcoin/bitcoin/pull/7826#issuecomment-206424972 01:57 -!- michagogo_ is now known as michagogo 01:57 < gmaxwell> oh thats no good. The RPC gets that right. 01:58 -!- eragmus [sid136308@gateway/web/irccloud.com/x-tjtfsgrltmqnappl] has joined #bitcoin-core-dev 01:58 -!- wallet42 [sid154231@gateway/web/irccloud.com/x-bklkwwnwdzpcxxrm] has joined #bitcoin-core-dev 01:58 < gmaxwell> jonasschnelli: hm. so a downside of that X if it's only mempool conflicted is that it sort of suggests the conflict can't actually go through. 01:59 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has quit [Remote host closed the connection] 01:59 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 02:00 < jonasschnelli> gmaxwell: the "X" then would show that this transaction is replaced by another one. 02:00 < jonasschnelli> gmaxwell: But maybe there are better ways to deal with that. 02:00 < jonasschnelli> And yes. RPC does handle this, GUI currently not. 02:01 < gmaxwell> which can lead to funds loss, e.g. say I pay Alice and then do something stupid with my wallet and pay Bob. The payment to bob is conflicted with the alice transaction in my own mempool. The Bob payment has an X. Bob is whining that I haven't paid him, so then I go to pay him again, since that txn is "bad" (it has an X). Then both bob payments go through. 02:02 < GitHub116> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/5c3f8ddcaa11...5e374f73060d 02:02 < GitHub116> bitcoin/master 0b1295b Pieter Wuille: Add SipHash-2-4 primitives to hash 02:02 < GitHub116> bitcoin/master 382c871 Pieter Wuille: Use SipHash-2-4 for CCoinsCache index... 02:02 < GitHub116> bitcoin/master 8cc9cfe Pieter Wuille: Switch CTxMempool::mapTx to use a hash index for txids 02:02 -!- Arnavion [arnavion@unaffiliated/arnavion] has quit [Remote host closed the connection] 02:02 < jonasschnelli> gmaxwell: Hmm... how could you create a conflict with the GUI? 02:02 -!- Arnavion [arnavion@unaffiliated/arnavion] has joined #bitcoin-core-dev 02:03 < gmaxwell> jonasschnelli: you can do it by loading two copies of the same wallet at once. 02:03 < jonasschnelli> IMO it would only be possible with the rawtx* API 02:03 < gmaxwell> or using raw txn. 02:03 < gmaxwell> or by loading a wallet backup. 02:03 < gmaxwell> Or by exporting a private key and using it in something else. 02:04 < jonasschnelli> Same problem would be present on RPC listtransaction I guess. 02:04 < gmaxwell> Obviously we try hard to make this difficult to do, but I've seen users do it unintentionally. 02:04 < jonasschnelli> I don't see a easy solution to this. 02:05 < gmaxwell> listtransactions though still will show you the confirmcount of 0. The additional information hopefully would reduce misunderstandings. 02:05 < gmaxwell> I would suggest a ! instead of an X. 02:05 < jonasschnelli> But I see there is a big value in attributing mempool conflicts (with RBF now). 02:05 < jonasschnelli> Yes. Something different then a "X" 02:05 < gmaxwell> "!" suggests there is something going wrong here without as much implication that it is dead. 02:05 < gmaxwell> or something else. Traffic cone. :) 02:06 < gmaxwell> (for a transaction at -6 confirms ... then I would say an X is okay! :) ) 02:06 < jonasschnelli> But I guess the "!" transaction would never disappear. 02:07 < jonasschnelli> Once the replaced transaction got mined, the original-replaced transaction would still be in the wallet. 02:07 < jonasschnelli> This might lead to user confusion. 02:07 < jonasschnelli> A right-click-context menu "hide transaction" for some transactions would be good IMO 02:08 < gmaxwell> sure, so long as there is a way to 'show hidden transactions' 02:08 < jonasschnelli> Yes... would be required. Maybe over the options. 02:09 < gmaxwell> A good general UI design principle is that it should never be possible to do something that can't be undone... unless it's at least behind a confirmation. 02:09 -!- jannes [~jannes@178.132.211.90] has joined #bitcoin-core-dev 02:09 < jonasschnelli> Yes. Especially if its a bookkeeping transaction list. 02:10 < gmaxwell> and I think for this having a show/hide and a show hidden in the options menu.. would be okay. Perhaps even an automatically hide conflicted txn with -6 or more anti-confirmations. :) 02:11 < jonasschnelli> Good point! 02:11 < jonasschnelli> Also autohide "!" (mempool conflicts) once the replacement has been mined. 02:18 -!- binns [sid105317@21/bitcoin/binns] has quit [Ping timeout: 260 seconds] 02:20 -!- binns [sid105317@21/bitcoin/binns] has joined #bitcoin-core-dev 02:27 < GitHub126> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5e374f73060d...457b9df6b595 02:27 < GitHub126> bitcoin/master fe80102 Matthew English: changing "(tests are) automatically run" to correspond to the earlier instance of "run automatically (on the build server)" 02:27 < GitHub126> bitcoin/master 457b9df Wladimir J. van der Laan: Merge #8031: improvement to readability... 02:27 < GitHub191> [bitcoin] laanwj closed pull request #8031: improvement to readability (master...patch-3) https://github.com/bitcoin/bitcoin/pull/8031 02:54 < GitHub152> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/457b9df6b595...ed749bdb6480 02:54 < GitHub152> bitcoin/master fb26bf0 Patrick Strateman: CAddrMan::Deserialize handle corrupt serializations better. 02:54 < GitHub152> bitcoin/master ed749bd Wladimir J. van der Laan: Merge #7932: CAddrMan::Deserialize handle corrupt serializations better.... 02:54 < GitHub57> [bitcoin] laanwj closed pull request #7932: CAddrMan::Deserialize handle corrupt serializations better. (master...2016-04-23-addrman-deserialize-limits) https://github.com/bitcoin/bitcoin/pull/7932 02:57 -!- paveljanik [~paveljani@unaffiliated/paveljanik] has quit [Quit: Leaving] 03:13 < GitHub84> [bitcoin] laanwj pushed 8 new commits to master: https://github.com/bitcoin/bitcoin/compare/ed749bdb6480...83121cca7573 03:13 < GitHub84> bitcoin/master 52cbce2 Cory Fields: net: don't import std namespace... 03:13 < GitHub84> bitcoin/master 9faa490 Cory Fields: net: remove unused set 03:13 < GitHub84> bitcoin/master 563f375 Cory Fields: net: use the exposed GetNodeSignals() rather than g_signals directly 03:13 < GitHub163> [bitcoin] laanwj closed pull request #7906: net: prerequisites for p2p encapsulation changes (master...net-refactor-prerequisites) https://github.com/bitcoin/bitcoin/pull/7906 03:16 < GitHub77> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/83121cca7573...c74837b724d1 03:16 < GitHub77> bitcoin/master e5764e6 Wladimir J. van der Laan: doc: Remove outdated qt4 install information from README.md... 03:16 < GitHub77> bitcoin/master 6075bc4 Wladimir J. van der Laan: doc: 32 and 64 bit packages are seperate 03:16 < GitHub77> bitcoin/master c74837b Wladimir J. van der Laan: Merge #8048: doc: Remove outdated qt4 install information from README.md... 03:16 < GitHub148> [bitcoin] laanwj closed pull request #8048: doc: Remove outdated qt4 install information from README.md (master...2016_05_doc_noqt4) https://github.com/bitcoin/bitcoin/pull/8048 03:18 < GitHub163> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/c3aedca2df890916aee78351dbb24bada9887c64 03:18 < GitHub163> bitcoin/0.12 c3aedca Wladimir J. van der Laan: doc: Remove outdated qt4 install information from README.md... 03:29 < GitHub23> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c74837b724d1...8e8bebc040a9 03:29 < GitHub23> bitcoin/master f93c2a1 Daniel Kraft: net: Avoid duplicate getheaders requests.... 03:29 < GitHub23> bitcoin/master 8e8bebc Wladimir J. van der Laan: Merge #8054: net: Avoid duplicate getheaders requests.... 03:29 < GitHub41> [bitcoin] laanwj closed pull request #8054: net: Avoid duplicate getheaders requests. (master...per-client-duplicate-getheaders) https://github.com/bitcoin/bitcoin/pull/8054 03:32 < GitHub120> [bitcoin] laanwj pushed 6 new commits to master: https://github.com/bitcoin/bitcoin/compare/8e8bebc040a9...239d41986454 03:32 < GitHub120> bitcoin/master d253ec4 Pieter Wuille: Make ProcessNewBlock dbp const and update comment 03:32 < GitHub120> bitcoin/master 316623f Pieter Wuille: Switch reindexing to AcceptBlock in-loop and ActivateBestChain afterwards 03:32 < GitHub120> bitcoin/master fb8fad1 Pieter Wuille: Optimize ActivateBestChain for long chains 03:32 < GitHub49> [bitcoin] laanwj closed pull request #7917: Optimize reindex (master...betterreindex) https://github.com/bitcoin/bitcoin/pull/7917 04:29 -!- kadoban_ [~mud@unaffiliated/kadoban] has quit [Ping timeout: 260 seconds] 04:33 -!- gabridome [~gabridome@host217-238-static.243-95-b.business.telecomitalia.it] has joined #bitcoin-core-dev 04:36 -!- ghtdak [~ghtdak@unaffiliated/ghtdak] has quit [Ping timeout: 240 seconds] 04:48 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has quit [Remote host closed the connection] 04:50 -!- ghtdak [~ghtdak@unaffiliated/ghtdak] has joined #bitcoin-core-dev 04:51 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 04:53 -!- arowser [~quassel@106.120.101.38] has quit [Quit: No Ping reply in 180 seconds.] 04:53 -!- arowser [~quassel@106.120.101.38] has joined #bitcoin-core-dev 05:04 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has quit [Remote host closed the connection] 05:05 -!- gevs [~greg@unaffiliated/gevs] has quit [Remote host closed the connection] 05:08 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 05:14 -!- gevs [~greg@ip-62-235-152-120.dsl.scarlet.be] has joined #bitcoin-core-dev 05:14 -!- gevs [~greg@ip-62-235-152-120.dsl.scarlet.be] has quit [Changing host] 05:14 -!- gevs [~greg@unaffiliated/gevs] has joined #bitcoin-core-dev 05:18 -!- gabridome [~gabridome@host217-238-static.243-95-b.business.telecomitalia.it] has quit [Quit: gabridome] 05:28 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 05:29 -!- cryptapus_ [~cyptapus@unaffiliated/cryptapus] has joined #bitcoin-core-dev 05:31 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has quit [Remote host closed the connection] 05:32 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 05:33 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Quit: :)] 05:44 -!- cryptapus_ is now known as cryptapus 05:54 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Quit: laurentmt] 05:54 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 05:58 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 06:04 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has quit [Remote host closed the connection] 06:10 -!- pet_rock [~pet_rock@workgroup.ucsd.edu] has joined #bitcoin-core-dev 06:11 -!- hrusti [~hrusti@unaffiliated/hrusti] has joined #bitcoin-core-dev 06:21 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 06:28 -!- TomMc [~tom@unaffiliated/tommc] has joined #bitcoin-core-dev 06:42 -!- JackH [~Jack@79-73-185-113.dynamic.dsl.as9105.com] has quit [Quit: Leaving] 06:43 -!- xiangfu [~xiangfu@123.125.212.64] has joined #bitcoin-core-dev 06:57 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has quit [Remote host closed the connection] 06:59 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 07:01 -!- xiangfu [~xiangfu@123.125.212.64] has quit [Ping timeout: 260 seconds] 07:03 -!- xiangfu [~xiangfu@114.242.250.152] has joined #bitcoin-core-dev 07:09 -!- xiangfu [~xiangfu@114.242.250.152] has quit [Read error: Connection reset by peer] 07:19 -!- xiangfu [~xiangfu@114.242.250.152] has joined #bitcoin-core-dev 07:20 -!- Inaltoasinistra [~jonathan@88.147.113.94] has joined #bitcoin-core-dev 07:23 -!- Giszmo [~leo@pc-122-14-46-190.cm.vtr.net] has joined #bitcoin-core-dev 07:36 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-core-dev 07:57 -!- xiangfu [~xiangfu@114.242.250.152] has quit [Remote host closed the connection] 08:03 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 08:10 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 276 seconds] 08:10 -!- MarcoFalke [8af602b3@gateway/web/cgi-irc/kiwiirc.com/ip.138.246.2.179] has joined #bitcoin-core-dev 08:12 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 08:15 -!- gabridome [~gabridome@host203-124-static.224-95-b.business.telecomitalia.it] has joined #bitcoin-core-dev 08:19 -!- gabridome [~gabridome@host203-124-static.224-95-b.business.telecomitalia.it] has quit [Client Quit] 08:31 -!- paveljanik [~paveljani@unaffiliated/paveljanik] has joined #bitcoin-core-dev 08:48 -!- zooko [~user@2601:281:8000:8387:a1c7:6e12:fe0c:ec5b] has joined #bitcoin-core-dev 09:08 < GitHub40> [bitcoin] EthanHeilman opened pull request #8070: Remove non-determinism which is breaking net_tests #8069 (master...bug) https://github.com/bitcoin/bitcoin/pull/8070 09:10 -!- Taek42 is now known as Taek 09:16 -!- molz [~molly@unaffiliated/molly] has quit [Write error: Connection reset by peer] 09:16 -!- molz [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 09:31 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 276 seconds] 09:33 -!- MarcoFalke [8af602b3@gateway/web/cgi-irc/kiwiirc.com/ip.138.246.2.179] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 09:54 -!- zooko [~user@2601:281:8000:8387:a1c7:6e12:fe0c:ec5b] has quit [Ping timeout: 260 seconds] 10:01 < GitHub123> [bitcoin] morcos closed pull request #7716: [0.11] Backport BIP9 and softfork for BIP's 68,112,113 (0.11...backportBIP9SoftFork) https://github.com/bitcoin/bitcoin/pull/7716 10:06 -!- Gnar [~Gnar@unaffiliated/gnar] has joined #bitcoin-core-dev 10:06 < Gnar> shitcoins 10:14 -!- earlest [~denetrabu@96.93.57.150] has joined #bitcoin-core-dev 10:17 -!- bysherper [~denetrabu@96.93.57.150] has quit [Ping timeout: 240 seconds] 10:20 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 10:25 -!- Gnar [~Gnar@unaffiliated/gnar] has left #bitcoin-core-dev [] 10:57 -!- molly [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 11:00 -!- molz [~molly@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 11:05 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 276 seconds] 11:09 -!- jonasschnelli [~jonasschn@unaffiliated/jonasschnelli] has quit [Excess Flood] 11:11 -!- jonasschnelli [~jonasschn@unaffiliated/jonasschnelli] has joined #bitcoin-core-dev 11:14 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 11:16 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 11:21 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 11:21 -!- moli [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 11:24 -!- molly [~molly@unaffiliated/molly] has quit [Ping timeout: 252 seconds] 11:32 -!- gabridome [~gabridome@host53-42-dynamic.9-87-r.retail.telecomitalia.it] has joined #bitcoin-core-dev 11:32 -!- TD--Linux is now known as TD-Linux 11:32 -!- TD-Linux [~Thomas@kyoko.thomasdaede.com] has quit [Changing host] 11:32 -!- TD-Linux [~Thomas@about/essy/indecisive/TD-Linux] has joined #bitcoin-core-dev 11:36 -!- molz [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 11:40 -!- moli [~molly@unaffiliated/molly] has quit [Ping timeout: 252 seconds] 11:51 -!- jtimon [~quassel@245.30.134.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 11:51 -!- jtimon [~quassel@245.30.134.37.dynamic.jazztel.es] has quit [Remote host closed the connection] 11:51 -!- gabridome [~gabridome@host53-42-dynamic.9-87-r.retail.telecomitalia.it] has quit [Quit: gabridome] 11:52 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has quit [Remote host closed the connection] 11:54 -!- zooko [~user@50.141.119.9] has joined #bitcoin-core-dev 12:03 -!- belcher [~user@unaffiliated/belcher] has joined #bitcoin-core-dev 12:05 -!- zooko` [~user@2601:281:8000:8387:a1c7:6e12:fe0c:ec5b] has joined #bitcoin-core-dev 12:07 -!- zooko [~user@50.141.119.9] has quit [Ping timeout: 240 seconds] 12:18 -!- gabridome [~gabridome@host53-42-dynamic.9-87-r.retail.telecomitalia.it] has joined #bitcoin-core-dev 12:19 -!- jannes [~jannes@178.132.211.90] has quit [Quit: Leaving] 12:20 -!- gabridome [~gabridome@host53-42-dynamic.9-87-r.retail.telecomitalia.it] has quit [Client Quit] 12:24 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 12:29 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has quit [Ping timeout: 244 seconds] 12:30 -!- kadoban_ [~mud@unaffiliated/kadoban] has joined #bitcoin-core-dev 12:34 < luke-jr> jonasschnelli: https://travis-ci.org/bitcoin/bips/builds/131230516 12:37 < jonasschnelli> Okay. Force pushed something... lets have a look. Thanks @luke-jr 12:38 -!- kadoban_ is now known as kadoban 12:39 < jonasschnelli> Looks good now: https://travis-ci.org/bitcoin/bips/builds/131233173 12:56 -!- cryptapus [~cyptapus@unaffiliated/cryptapus] has quit [Ping timeout: 260 seconds] 13:01 < morcos> i'm getting this intermittant testing error: test/net_tests.cpp(92): error in "caddrdb_read": check addrman1.size() == 3 failed (also in line 102) 13:01 -!- bysherper [~denetrabu@96.93.57.150] has joined #bitcoin-core-dev 13:02 < paveljanik> morcos, #8070 13:02 < paveljanik> and #8069 8) 13:03 < morcos> paveljanik: thanks! 13:04 -!- earlest [~denetrabu@96.93.57.150] has quit [Ping timeout: 240 seconds] 13:10 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Quit: WeeChat 0.4.2] 13:28 < cjcj> Will compact blocks make it into 0.13? 13:40 < gmaxwell> cjcj: why do you ask? 13:40 < cjcj> Curiosity 13:41 < gmaxwell> Hopefully. No guarentees can be made for things that aren't in yet. 13:54 -!- cryptapus_afk is now known as cryptapus 13:56 -!- spudowiar [~spudowiar@unaffiliated/spudowiar] has quit [Ping timeout: 260 seconds] 13:58 -!- gabridome [~gabridome@host53-42-dynamic.9-87-r.retail.telecomitalia.it] has joined #bitcoin-core-dev 14:00 -!- earlest [~denetrabu@96.93.57.150] has joined #bitcoin-core-dev 14:03 -!- bysherper [~denetrabu@96.93.57.150] has quit [Ping timeout: 240 seconds] 14:24 -!- zooko` [~user@2601:281:8000:8387:a1c7:6e12:fe0c:ec5b] has quit [Ping timeout: 260 seconds] 14:28 -!- Gnar [~Gnar@unaffiliated/gnar] has joined #bitcoin-core-dev 14:28 < Gnar> shticoins 14:29 -!- mode/#bitcoin-core-dev [+o sipa] by ChanServ 14:29 -!- mode/#bitcoin-core-dev [+b *!*Gnar@unaffiliated/gnar] by sipa 14:29 -!- Gnar was kicked from #bitcoin-core-dev by sipa [Gnar] 14:29 -!- mode/#bitcoin-core-dev [-o sipa] by sipa 14:35 -!- pmienk [~pmienk@c-71-227-177-179.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 14:38 -!- gabridome [~gabridome@host53-42-dynamic.9-87-r.retail.telecomitalia.it] has quit [Quit: gabridome] 14:45 -!- bysherper [~denetrabu@96.93.57.150] has joined #bitcoin-core-dev 14:47 -!- earlest [~denetrabu@96.93.57.150] has quit [Ping timeout: 240 seconds] 14:49 -!- raedah [~x@172.56.39.17] has quit [Quit: WeeChat 1.5] 14:52 -!- [Author] [~Author]@2401:a400:3202:2000:bad:d09:15:90d] has quit [Ping timeout: 240 seconds] 14:56 -!- spudowiar [~spudowiar@unaffiliated/spudowiar] has joined #bitcoin-core-dev 15:02 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Read error: Connection reset by peer] 15:14 < bad_duck> It might be a good idea to replace this link (wget -P inputs http://downloads.sourceforge.net/project/osslsigncode/osslsigncode/osslsigncode-1.7.1.tar.gz ) 15:14 < bad_duck> with an https version, here -> https://github.com/bitcoin/bitcoin/blob/master/doc/release-process.md 15:14 < bad_duck> the links seems to work in https too 15:17 -!- kadoban [~mud@unaffiliated/kadoban] has quit [Read error: Connection reset by peer] 15:21 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Ping timeout: 252 seconds] 15:22 -!- kadoban [~mud@unaffiliated/kadoban] has joined #bitcoin-core-dev 15:26 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 15:29 -!- kadoban [~mud@unaffiliated/kadoban] has quit [Read error: Connection reset by peer] 15:30 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 15:31 -!- supasonic [~supasonic@2602:30a:c0bb:c750:665a:4ff:fe86:2bc9] has joined #bitcoin-core-dev 15:31 -!- bsm117532 [~mcelrath@38.121.165.30] has quit [Remote host closed the connection] 15:32 -!- kadoban [~mud@unaffiliated/kadoban] has joined #bitcoin-core-dev 15:35 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has quit [Ping timeout: 276 seconds] 16:00 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 16:19 < phantomcircuit> bad_duck: it doesn't matter, the file downloaded is checked against a hash 16:24 < bad_duck> phantomcircuit: ok, thx! 16:25 -!- alpalp [~allen@unaffiliated/alpalp] has joined #bitcoin-core-dev 16:30 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Quit: laurentmt] 17:18 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 17:23 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has quit [Ping timeout: 250 seconds] 17:44 -!- pmienk [~pmienk@c-71-227-177-179.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 17:57 -!- belcher [~user@unaffiliated/belcher] has quit [Quit: Leaving] 18:05 -!- dermoth__ [~thomas@dsl-66-36-159-8.mtl.aei.ca] has quit [Read error: Connection reset by peer] 18:06 -!- dermoth__ [~thomas@dsl-66-36-159-8.mtl.aei.ca] has joined #bitcoin-core-dev 18:12 -!- raedah [~x@172.56.39.17] has joined #bitcoin-core-dev 18:18 -!- otebuv [~degiswee@e0.42.5177.ip4.static.sl-reverse.com] has joined #bitcoin-core-dev 18:19 < otebuv> what are the main differences between bitcoin-core and bitcoinj in terms of functionality 18:35 -!- dermoth__ [~thomas@dsl-66-36-159-8.mtl.aei.ca] has quit [Read error: Connection reset by peer] 18:36 -!- dermoth__ [~thomas@dsl-66-36-159-8.mtl.aei.ca] has joined #bitcoin-core-dev 18:39 -!- [Author] [~Author]@2401:a400:3202:2000:bad:d09:15:90d] has joined #bitcoin-core-dev 18:46 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 18:58 < Chris_Stewart_5> How long is a 'retarget period' in BIP9? 19:01 < Chris_Stewart_5> Seems like it isn't defined in BIP9 unless I am missing something.. 19:03 < pigeons> is it 2015 blocks or 2016? 19:06 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 19:07 < Chris_Stewart_5> pigeons: Could be, it would make sense from drawing conclusions from the code snippets 19:11 -!- pedrobranco [~pedrobran@167.225.61.94.rev.vodafone.pt] has quit [Ping timeout: 276 seconds] 19:13 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 276 seconds] 19:17 -!- kadoban [~mud@unaffiliated/kadoban] has quit [Ping timeout: 260 seconds] 19:21 -!- kadoban [~mud@unaffiliated/kadoban] has joined #bitcoin-core-dev 19:25 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 19:26 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 19:29 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 19:41 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 244 seconds] 19:44 < luke-jr> otebuv: Bitcoin Core implements (and defines) the actual Bitcoin protocol, whereas BitcoinJ just has enough to trust a remote Bitcoin Core node 19:45 < luke-jr> (BlueMatt added Core-imitation logic implementing the actual Bitcoin protocol in BitcoinJ years ago, but AFAIK it's likely buggy and outdated by now) 19:45 < luke-jr> (and nobody uses it afaik, which is probably a good thing) 19:46 < otebuv> @luke-jr what about wallet/addresses functionality can i create new wallet addresses with bitcoin-core 19:47 < luke-jr> otebuv: Bitcoin Core does indeed have a wallet builtin 19:47 < luke-jr> in fact, it was the ONLY wallet for several years, and still the most mature 19:47 < BlueMatt> yea, it really, really should be removed 19:48 < BlueMatt> and is very outdated now 19:48 < luke-jr> BlueMatt: referring to BitcoinJ's impl of the protocol, and not Core's wallet, I assume? 19:49 < BlueMatt> yea 20:07 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 20:08 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 20:45 -!- sturles [~sturles@unaffiliated/sturles] has quit [Ping timeout: 244 seconds] 20:45 -!- sturles [~sturles@ulrik.uio.no] has joined #bitcoin-core-dev 20:45 -!- sturles [~sturles@ulrik.uio.no] has quit [Changing host] 20:45 -!- sturles [~sturles@unaffiliated/sturles] has joined #bitcoin-core-dev 20:55 -!- otebuv [~degiswee@e0.42.5177.ip4.static.sl-reverse.com] has quit [Ping timeout: 240 seconds] 21:01 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 21:02 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 21:04 -!- supasonic [~supasonic@2602:30a:c0bb:c750:665a:4ff:fe86:2bc9] has quit [Ping timeout: 260 seconds] 21:04 -!- nosovhunt [~ewyokditn@fb.42.5177.ip4.static.sl-reverse.com] has joined #bitcoin-core-dev 21:19 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 21:20 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 21:35 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 21:36 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 21:57 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 21:58 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 22:02 -!- supasonic [~supasonic@172-11-188-117.lightspeed.rcsntx.sbcglobal.net] has joined #bitcoin-core-dev 22:04 -!- TomMc [~tom@unaffiliated/tommc] has quit [Ping timeout: 244 seconds] 22:06 -!- supasonic [~supasonic@172-11-188-117.lightspeed.rcsntx.sbcglobal.net] has quit [Ping timeout: 260 seconds] 22:07 -!- pet_rock [~pet_rock@workgroup.ucsd.edu] has quit [Read error: Connection reset by peer] 22:13 -!- supasonic [~supasonic@2602:30a:c0bb:c750:665a:4ff:fe86:2bc9] has joined #bitcoin-core-dev 22:27 -!- Giszmo [~leo@pc-122-14-46-190.cm.vtr.net] has quit [Ping timeout: 260 seconds] 22:28 -!- Giszmo [~leo@pc-122-14-46-190.cm.vtr.net] has joined #bitcoin-core-dev 22:32 < paveljanik> BlueMatt, #8068 doesn't compile at all here now (with clang). 22:33 < paveljanik> ./blockencodings.h:36:33: error: no matching conversion for functional-style cast from 'unsigned long' to 'CCompactSize' 22:39 < luke-jr> paveljanik: maybe another 32/64-bit issue? 22:40 < BlueMatt> looks like it...i fixed thaat bug in two other places.... 22:40 < BlueMatt> just missed one 22:50 < BlueMatt> paveljanik: try now? 22:52 -!- tripleslash [~triplesla@unaffiliated/imsaguy] has quit [Read error: Connection reset by peer] 23:10 < paveljanik> will do 23:11 < paveljanik> ./blockencodings.h:157:35: error: no matching function for call to 'min' 23:15 -!- Amnez777 [~Amnez777@37.157.216.141] has quit [Ping timeout: 260 seconds] 23:17 -!- Amnez777 [~Amnez777@37.157.216.141] has joined #bitcoin-core-dev 23:19 < BlueMatt> huh 23:19 < BlueMatt> its fucking std::min........ 23:20 < BlueMatt> paveljanik: added the include...... 23:23 < luke-jr> BlueMatt: std::min only works when both arguments are exactly the same type 23:23 -!- Amnez777 [~Amnez777@37.157.216.141] has quit [Ping timeout: 260 seconds] 23:23 < luke-jr> and it won't cast implicitly 23:27 < BlueMatt> fucking 32-bit...... 23:28 < paveljanik> BlueMatt, you are on 32bits? 23:28 < BlueMatt> no 23:28 < BlueMatt> I suppose I'd be having these issues if I were :p 23:29 < paveljanik> I'm on x86_64... 23:33 < paveljanik> BlueMatt, now there are only two other errors: ./blockencodings.h:40 and 82 std::min 23:33 < BlueMatt> wtf 23:34 < BlueMatt> ugh...make me fucking install clang 23:37 < BlueMatt> anddddd...clang segfaults 23:38 < BlueMatt> well i fixed the std::min 23:38 < paveljanik> retrying... 23:39 -!- hrusti [~hrusti@unaffiliated/hrusti] has quit [Ping timeout: 265 seconds] 23:39 < paveljanik> passed the file now. Congrats! ;-) 23:39 < BlueMatt> heh 23:39 < BlueMatt> does clang really make size_t a 32-bit on 64-bit platforms??? 23:39 < BlueMatt> that seems somewhat strange to me 23:40 < paveljanik> no no. It is unsigned long vs. unsigned long long 23:40 < BlueMatt> yea, unsigned long is probably 32-bit, no? 23:43 < paveljanik> unsigned long is 8 bytes long here. 23:44 < paveljanik> and ULL is 8 bytes here 23:44 < BlueMatt> heh, funny that it complains when 2 8-byte types dont match 23:44 < paveljanik> yep 8) 23:45 -!- Amnez777 [~Amnez777@37.157.216.141] has joined #bitcoin-core-dev 23:46 < GitHub187> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/239d41986454...18436d889653 23:46 < GitHub187> bitcoin/master 00678bd Warren Togami: Make failures to connect via Socks5() more informative and less unnecessarily scary.... 23:46 < GitHub187> bitcoin/master 0d9af79 Warren Togami: SOCKS5 connecting and connected messages with -debug=net.... 23:46 < GitHub187> bitcoin/master 94fd1d8 Warren Togami: Make Socks5() InterruptibleRecv() timeout/failures informative.... 23:46 < GitHub87> [bitcoin] laanwj closed pull request #8033: Fix Socks5() connect failures to be less noisy and less unnecessarily scary (master...proxy_fail_too_scary) https://github.com/bitcoin/bitcoin/pull/8033