12017-07-15T00:02:01  <promag>  off topic, but I see lots of different conventions for commit messages, branch names and PR titles. should there be such conventions in developer notes for instance?
  22017-07-15T00:02:20  *** arowser has joined #bitcoin-core-dev
  32017-07-15T00:04:24  <sipa> cfields: works fine here
  42017-07-15T00:05:27  *** Chris_Stewart_5 has quit IRC
  52017-07-15T00:06:01  *** promag has quit IRC
  62017-07-15T00:06:25  <cfields> :(
  72017-07-15T00:07:32  *** arowser has quit IRC
  82017-07-15T00:10:16  <sipa> cfields: in other news, your compiler is retarded
  92017-07-15T00:10:21  <sipa> 0000000000000011	movq	%rsi, -0x38(%rbp)
 102017-07-15T00:10:26  <sipa> 000000000000001d	movq	-0x38(%rbp), %rsi
 112017-07-15T00:12:00  <cfields> erm, that just moves and moves back?
 122017-07-15T00:12:13  <sipa> yes
 132017-07-15T00:12:22  <cfields> heh
 142017-07-15T00:12:45  <cfields> fulfilling a constraint, maybe?
 152017-07-15T00:13:15  <sipa> nope
 162017-07-15T00:13:26  <sipa> it could leave everything in the original order even
 172017-07-15T00:13:39  *** arowser has joined #bitcoin-core-dev
 182017-07-15T00:15:58  *** chjj has quit IRC
 192017-07-15T00:24:12  *** arowser has quit IRC
 202017-07-15T00:28:10  *** chjj has joined #bitcoin-core-dev
 212017-07-15T00:30:35  *** arowser has joined #bitcoin-core-dev
 222017-07-15T00:35:43  *** arowser has quit IRC
 232017-07-15T00:40:38  <cfields> sipa: weird. based on my dinky little test app, it seems to be working
 242017-07-15T00:42:06  *** arowser has joined #bitcoin-core-dev
 252017-07-15T00:43:00  <sipa> cfields: eh
 262017-07-15T00:43:22  <cfields> sipa: not sure yet. confused.
 272017-07-15T00:44:15  <cfields> i wrote a little sha256sum clone that just reads stdin and spits out a hash. matches sha256sum so far.
 282017-07-15T00:44:45  <sipa> cfields: does it use the sse code?
 292017-07-15T00:46:25  *** arowser has quit IRC
 302017-07-15T00:46:33  <cfields> Assertion failed: (0), function Transform, file crypto/sha256_sse42.cpp, line 16.
 312017-07-15T00:46:42  <cfields> yep. just threw ^^ assert in to verify.
 322017-07-15T00:50:15  <bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b7d6623c76e1...f90603ac6d24
 332017-07-15T00:50:15  <bitcoin-git> bitcoin/master 3babbcb Gregory Maxwell: Remove confusing MAX_BLOCK_BASE_SIZE....
 342017-07-15T00:50:16  <bitcoin-git> bitcoin/master f90603a Pieter Wuille: Merge #10618: Remove confusing MAX_BLOCK_BASE_SIZE....
 352017-07-15T00:50:33  <bitcoin-git> [bitcoin] sipa closed pull request #10618: Remove confusing MAX_BLOCK_BASE_SIZE. (master...size_b_gone) https://github.com/bitcoin/bitcoin/pull/10618
 362017-07-15T00:51:27  <sipa> BlueMatt: can you fix the typo in the commit title of #10808?
 372017-07-15T00:51:28  <gribble> https://github.com/bitcoin/bitcoin/issues/10808 | Avoid some new gcc warnings in 15 by TheBlueMatt · Pull Request #10808 · bitcoin/bitcoin · GitHub
 382017-07-15T00:52:13  <BlueMatt> heh, oops
 392017-07-15T00:52:39  *** laurentmt has joined #bitcoin-core-dev
 402017-07-15T00:52:46  <BlueMatt> fixed, sipa
 412017-07-15T00:55:29  *** laurentmt has quit IRC
 422017-07-15T00:59:45  *** arowser has joined #bitcoin-core-dev
 432017-07-15T01:00:06  <sipa> cfields: so it seems that the SSE PR compiles fine on travis, but no tests get run...
 442017-07-15T01:00:40  <cfields> sipa: right. we'll need to find some other osx sucker
 452017-07-15T01:02:05  <sipa> cfields: you're just doing a straightforward clean build of the PR?
 462017-07-15T01:02:19  <cfields> sipa: yep
 472017-07-15T01:02:30  <cfields> sipa: did a cross build via depends too with the same result
 482017-07-15T01:02:48  <sipa> :(
 492017-07-15T01:06:03  *** arowser has quit IRC
 502017-07-15T01:06:54  *** arowser has joined #bitcoin-core-dev
 512017-07-15T01:08:23  <bitcoin-git> [bitcoin] sipa pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/f90603ac6d24...ec8a50b8d786
 522017-07-15T01:08:24  <bitcoin-git> bitcoin/master 1016dac Matt Corallo: Fix signed/unsigned comparison warning introduced in c8e29d7ff0.
 532017-07-15T01:08:24  <bitcoin-git> bitcoin/master c73b8be Matt Corallo: Explicitly initialize prevector::_union to avoid new warning...
 542017-07-15T01:08:25  <bitcoin-git> bitcoin/master ec8a50b Pieter Wuille: Merge #10808: Avoid some new gcc warnings in 15...
 552017-07-15T01:08:52  <bitcoin-git> [bitcoin] sipa closed pull request #10808: Avoid some new gcc warnings in 15 (master...2017-07-15-new-warnings) https://github.com/bitcoin/bitcoin/pull/10808
 562017-07-15T01:18:03  <bitcoin-git> [bitcoin] gmaxwell opened pull request #10831: Batch flushing operations to the walletdb during top up and increase keypool size. (master...topup_batch_flush) https://github.com/bitcoin/bitcoin/pull/10831
 572017-07-15T01:20:59  *** arowser has quit IRC
 582017-07-15T01:22:17  <sipa> BlueMatt: i am confused by the change in #10235
 592017-07-15T01:22:19  <gribble> https://github.com/bitcoin/bitcoin/issues/10235 | Track keypool entries as internal vs external in memory by TheBlueMatt · Pull Request #10235 · bitcoin/bitcoin · GitHub
 602017-07-15T01:22:27  <sipa> LogPrintf("keypool added key %d, size=%u (%u internal), internal=%d\n", nEnd, setInternalKeyPool.size() + setExternalKeyPool.size(), setInternalKeyPool.size(), internal);
 612017-07-15T01:22:30  <sipa> 2x internal?
 622017-07-15T01:23:02  <sipa> oh, one is a bool
 632017-07-15T01:23:08  <BlueMatt> oh ffs, ok, i'll fix, sec
 642017-07-15T01:23:38  *** goatpig has quit IRC
 652017-07-15T01:25:33  <BlueMatt> fixed
 662017-07-15T01:35:21  *** arowser has joined #bitcoin-core-dev
 672017-07-15T01:43:11  *** arowser has joined #bitcoin-core-dev
 682017-07-15T01:45:23  *** promag has joined #bitcoin-core-dev
 692017-07-15T01:46:05  <promag> What about a wip tag in GitHub?
 702017-07-15T01:47:54  *** laurentmt has joined #bitcoin-core-dev
 712017-07-15T01:50:22  *** AndChat-663936 has joined #bitcoin-core-dev
 722017-07-15T01:50:23  *** promag has quit IRC
 732017-07-15T01:52:52  *** AndChat-663936 has quit IRC
 742017-07-15T01:53:12  *** promag has joined #bitcoin-core-dev
 752017-07-15T01:53:19  *** Murch has quit IRC
 762017-07-15T01:53:43  *** promag has quit IRC
 772017-07-15T01:54:14  *** laurentmt has quit IRC
 782017-07-15T01:54:34  <BlueMatt> ;;later tell promag problem with github tags is you cant have regular folks adding tags (ie you cant limit tag-edits to people who own the issue/pr)
 792017-07-15T01:54:34  <gribble> The operation succeeded.
 802017-07-15T02:06:09  *** Ylbam has quit IRC
 812017-07-15T02:08:06  <bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ec8a50b8d786...1c011ff43010
 822017-07-15T02:08:06  <bitcoin-git> bitcoin/master dd97a52 Alex Morcos: Properly forbid -salvagewallet and -zapwallettxes for multi wallet.
 832017-07-15T02:08:07  <bitcoin-git> bitcoin/master 1c011ff Pieter Wuille: Merge #10816: Properly forbid -salvagewallet and -zapwallettxes for multi wallet....
 842017-07-15T02:08:41  <bitcoin-git> [bitcoin] sipa closed pull request #10816: Properly forbid -salvagewallet and -zapwallettxes for multi wallet. (master...multiwallet_parameters) https://github.com/bitcoin/bitcoin/pull/10816
 852017-07-15T02:10:31  *** BashCo has quit IRC
 862017-07-15T02:11:10  *** BashCo has joined #bitcoin-core-dev
 872017-07-15T02:13:21  <gmaxwell> Is there anyone who uses OSX around?  #10821 needs testing for sipa.
 882017-07-15T02:13:22  <gribble> https://github.com/bitcoin/bitcoin/issues/10821 | [WIP] Add SSE 4.2 optimized SHA256 by sipa · Pull Request #10821 · bitcoin/bitcoin · GitHub
 892017-07-15T02:24:33  <bitcoin-git> [bitcoin] sipa pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/1c011ff43010...8fdd23a224ba
 902017-07-15T02:24:34  <bitcoin-git> bitcoin/master bc1be90 Jonas Schnelli: [Qt] replace fee slider with a Dropdown, extend conf. targets
 912017-07-15T02:24:34  <bitcoin-git> bitcoin/master 2aef1f1 Jonas Schnelli: [Qt] migrate old fee slider value to new dropbown...
 922017-07-15T02:24:35  <bitcoin-git> bitcoin/master 8fdd23a Pieter Wuille: Merge #10769: [Qt] replace fee slider with a Dropdown, extend conf. targets...
 932017-07-15T02:25:01  <bitcoin-git> [bitcoin] sipa closed pull request #10769: [Qt] replace fee slider with a Dropdown, extend conf. targets (master...2017/07/qt_fee_slider) https://github.com/bitcoin/bitcoin/pull/10769
 942017-07-15T02:26:31  *** chjj has quit IRC
 952017-07-15T02:37:52  *** rafalcpp has quit IRC
 962017-07-15T02:38:39  *** rafalcpp has joined #bitcoin-core-dev
 972017-07-15T02:38:52  *** chjj has joined #bitcoin-core-dev
 982017-07-15T02:54:26  *** str4d has joined #bitcoin-core-dev
 992017-07-15T02:56:58  *** arowser has quit IRC
1002017-07-15T02:58:29  *** arowser has joined #bitcoin-core-dev
1012017-07-15T03:00:05  *** str4d has quit IRC
1022017-07-15T03:25:47  *** Guest2_ has joined #bitcoin-core-dev
1032017-07-15T03:32:21  *** Guest2_ is now known as discreteunit
1042017-07-15T03:36:17  *** discreteunit has quit IRC
1052017-07-15T03:37:03  *** discreteunit has joined #bitcoin-core-dev
1062017-07-15T03:37:34  *** str4d has joined #bitcoin-core-dev
1072017-07-15T03:37:50  *** discreteunit has joined #bitcoin-core-dev
1082017-07-15T03:40:30  *** discreteunit has joined #bitcoin-core-dev
1092017-07-15T03:48:20  *** discreteunit has left #bitcoin-core-dev
1102017-07-15T03:50:17  *** fengling has quit IRC
1112017-07-15T04:01:34  *** fengling has joined #bitcoin-core-dev
1122017-07-15T04:51:05  *** str4d has quit IRC
1132017-07-15T05:05:12  *** str4d has joined #bitcoin-core-dev
1142017-07-15T05:29:05  *** shadders has quit IRC
1152017-07-15T05:49:33  *** Giszmo has quit IRC
1162017-07-15T06:03:32  *** BashCo has quit IRC
1172017-07-15T06:04:11  *** BashCo has joined #bitcoin-core-dev
1182017-07-15T06:04:23  *** Giszmo has joined #bitcoin-core-dev
1192017-07-15T06:10:41  *** str4d has quit IRC
1202017-07-15T06:20:11  <cfields> sipa: still around? I managed to piss clang off on linux
1212017-07-15T06:20:20  <cfields> not sure if it's the same issue or if I forced another
1222017-07-15T06:22:59  *** fanquake has joined #bitcoin-core-dev
1232017-07-15T06:23:26  <fanquake> gmaxwell cfields what do you want tested? Merging 10821 now.
1242017-07-15T06:23:59  <cfields> fanquake: "./bitcoind" is enough :)
1252017-07-15T06:24:28  <cfields> for me it segfaults on the genesis block check
1262017-07-15T06:26:30  <fanquake> cfields Indeed Assertion failed: (consensus.hashGenesisBlock etc
1272017-07-15T06:26:53  <cfields> fanquake: ok, so i'm not alone. great. also, shit.
1282017-07-15T06:27:56  <cfields> fanquake: thanks for testing!
1292017-07-15T06:28:12  *** arowser has quit IRC
1302017-07-15T06:29:06  <fanquake> cfields no worries. Ping me if you want anything looked at. Should be around for the rest of the afternoon.
1312017-07-15T06:29:36  <sipa> cfields: how did you make clang piss off in linux?
1322017-07-15T06:29:44  <sipa> can you create and a send me a static binary?
1332017-07-15T06:30:06  <cfields> sipa: still fiddling with it. I'm having troubles with boost as well.
1342017-07-15T06:30:18  <sipa> cfields: let's have a look at it in tokyo
1352017-07-15T06:30:46  <sipa> i can try a static register allocation first too, and see if that works
1362017-07-15T06:31:01  <sipa> why am i talking here? i'm getting drunk
1372017-07-15T06:31:57  <cfields> haha. are you irc'ing at a bar?
1382017-07-15T06:32:33  <sipa> yes
1392017-07-15T06:32:40  <cfields> sipa: using clang with -fintegrated-as caused a new crash in linux
1402017-07-15T06:32:58  <cfields> my assumption is that it uses gnu as on linux, and llvm's as for apple
1412017-07-15T06:33:28  <cfields> but i'll come up with something solid and ping you then. forget about assembly for the night :)
1422017-07-15T06:34:20  *** arowser has joined #bitcoin-core-dev
1432017-07-15T06:41:35  <cfields> heh, confirmed
1442017-07-15T06:41:48  <cfields> unfortunately, it crashes gdb too :(
1452017-07-15T07:15:05  *** Giszmo has quit IRC
1462017-07-15T08:19:36  *** Giszmo has joined #bitcoin-core-dev
1472017-07-15T08:21:45  *** coredump_ has joined #bitcoin-core-dev
1482017-07-15T08:47:25  *** AaronvanW has joined #bitcoin-core-dev
1492017-07-15T08:48:37  *** Aaronvan_ has joined #bitcoin-core-dev
1502017-07-15T08:49:24  <bitcoin-git> [bitcoin] laanwj opened pull request #10832: init: Factor out AppInitLockDataDirectory (master...2017_07_appinitlockdatadirectory) https://github.com/bitcoin/bitcoin/pull/10832
1512017-07-15T08:49:54  <bitcoin-git> [bitcoin] laanwj closed pull request #10818: init: Keep track of whether data directory locked, don't cleanup if not (master...2017_05_locked_datadir) https://github.com/bitcoin/bitcoin/pull/10818
1522017-07-15T08:52:19  *** AaronvanW has quit IRC
1532017-07-15T08:59:22  *** chjj has quit IRC
1542017-07-15T09:07:02  *** coredump_ has quit IRC
1552017-07-15T09:08:25  *** coredump_ has joined #bitcoin-core-dev
1562017-07-15T09:09:44  *** Dyaheon has quit IRC
1572017-07-15T09:10:52  *** Dyaheon has joined #bitcoin-core-dev
1582017-07-15T09:19:07  *** Squidicc has joined #bitcoin-core-dev
1592017-07-15T09:20:34  *** Squidicuz has quit IRC
1602017-07-15T09:21:18  *** owowo has quit IRC
1612017-07-15T09:25:47  *** owowo has joined #bitcoin-core-dev
1622017-07-15T09:40:49  *** owowo has quit IRC
1632017-07-15T09:46:26  <wumpus> might be some calling convention difference
1642017-07-15T09:46:40  <wumpus> or at least platform ABI
1652017-07-15T09:47:33  <wumpus> gdb is not very robust against such things (accidental or to step reverse-engineering) gets easily confused if certain registers are not set up as they should
1662017-07-15T09:49:54  *** AaronvanW has joined #bitcoin-core-dev
1672017-07-15T09:52:01  *** Aaronvan_ has quit IRC
1682017-07-15T09:56:26  *** Ylbam has joined #bitcoin-core-dev
1692017-07-15T10:00:08  *** coredump_ has quit IRC
1702017-07-15T10:04:13  *** BashCo has quit IRC
1712017-07-15T10:04:52  *** BashCo has joined #bitcoin-core-dev
1722017-07-15T10:19:49  *** Ricky2 has quit IRC
1732017-07-15T10:32:44  <fanquake> what is with this spam
1742017-07-15T10:53:43  <fanquake> wumpus Any chance you've tested Boost 1.64.0 on openbsd?
1752017-07-15T10:57:38  *** arowser has quit IRC
1762017-07-15T11:03:47  *** arowser has joined #bitcoin-core-dev
1772017-07-15T11:05:15  *** Giszmo has quit IRC
1782017-07-15T11:14:48  *** arowser has quit IRC
1792017-07-15T11:20:56  *** arowser has joined #bitcoin-core-dev
1802017-07-15T11:23:40  *** Giszmo has joined #bitcoin-core-dev
1812017-07-15T11:54:37  *** goatpig has joined #bitcoin-core-dev
1822017-07-15T11:55:37  *** aantonop has joined #bitcoin-core-dev
1832017-07-15T12:32:23  <bitcoin-git> [bitcoin] practicalswift opened pull request #10833: Fix typos (master...typos-201707) https://github.com/bitcoin/bitcoin/pull/10833
1842017-07-15T13:03:58  *** Victorsueca is now known as Victorsueca[m]
1852017-07-15T13:04:20  *** NewLiberty has quit IRC
1862017-07-15T13:04:24  *** Victorsueca[m] is now known as Victorsueca
1872017-07-15T13:04:26  *** aantonop has quit IRC
1882017-07-15T13:07:22  *** AaronvanW has quit IRC
1892017-07-15T13:21:50  *** jtimon has joined #bitcoin-core-dev
1902017-07-15T13:24:42  *** Chris_Stewart_5 has joined #bitcoin-core-dev
1912017-07-15T13:40:05  *** Chris_Stewart_5 has quit IRC
1922017-07-15T13:54:28  *** Chris_Stewart_5 has joined #bitcoin-core-dev
1932017-07-15T13:59:41  *** Guyver2 has joined #bitcoin-core-dev
1942017-07-15T14:04:06  *** BashCo has quit IRC
1952017-07-15T14:04:51  *** NewLiberty has joined #bitcoin-core-dev
1962017-07-15T14:05:01  *** BashCo has joined #bitcoin-core-dev
1972017-07-15T14:09:30  *** Chris_Stewart_5 has quit IRC
1982017-07-15T14:18:40  <wumpus> fanquake: only 1.63
1992017-07-15T14:43:05  *** Chris_Stewart_5 has joined #bitcoin-core-dev
2002017-07-15T15:02:03  *** jamesob has joined #bitcoin-core-dev
2012017-07-15T15:08:29  *** chjj has joined #bitcoin-core-dev
2022017-07-15T15:09:28  *** JackH has joined #bitcoin-core-dev
2032017-07-15T15:09:30  *** JackH has quit IRC
2042017-07-15T15:09:56  *** JackH has joined #bitcoin-core-dev
2052017-07-15T15:18:58  *** marcoagner has quit IRC
2062017-07-15T15:19:48  *** marcoagner has joined #bitcoin-core-dev
2072017-07-15T15:21:04  *** owowo has joined #bitcoin-core-dev
2082017-07-15T15:23:13  *** laurentmt has joined #bitcoin-core-dev
2092017-07-15T15:23:27  <morcos> wumpus: I assume you knew if you give multiple named arguments for the same argument it's the last one that matters?
2102017-07-15T15:23:45  <morcos> I'm not sure how much of an issue that is, but seems like it could cause problems with wallet
2112017-07-15T15:26:13  *** laurentmt has quit IRC
2122017-07-15T15:27:43  *** NewLiberty has quit IRC
2132017-07-15T15:29:48  *** marcoagner has quit IRC
2142017-07-15T15:32:06  <jamesob> If I wanted to do some kind of analysis on the UTXO set, is my best bet forking and making use of CCoinsView somehow? is https://github.com/bitcoin/bitcoin/pull/7759 worth resurrecting?
2152017-07-15T15:36:17  *** marcoagner has joined #bitcoin-core-dev
2162017-07-15T15:37:38  *** jamesob_ has joined #bitcoin-core-dev
2172017-07-15T15:38:05  *** Chris_Stewart_5 has quit IRC
2182017-07-15T15:41:21  *** jtimon has quit IRC
2192017-07-15T15:46:37  *** jamesob has quit IRC
2202017-07-15T15:50:55  *** jamesob has joined #bitcoin-core-dev
2212017-07-15T15:52:38  *** jtimon has joined #bitcoin-core-dev
2222017-07-15T15:53:38  *** Murch has joined #bitcoin-core-dev
2232017-07-15T15:54:35  *** jamesob_ has quit IRC
2242017-07-15T15:56:55  *** str4d has joined #bitcoin-core-dev
2252017-07-15T16:05:10  *** jamesob has quit IRC
2262017-07-15T16:06:34  *** chjj has quit IRC
2272017-07-15T16:08:40  *** jtimon has quit IRC
2282017-07-15T16:09:57  *** str4d_ has joined #bitcoin-core-dev
2292017-07-15T16:10:13  *** str4d has quit IRC
2302017-07-15T16:10:35  *** JackH has quit IRC
2312017-07-15T16:13:57  *** Murch has quit IRC
2322017-07-15T16:22:19  *** nemgun has joined #bitcoin-core-dev
2332017-07-15T16:27:45  *** JackH has joined #bitcoin-core-dev
2342017-07-15T16:36:45  *** roidster has joined #bitcoin-core-dev
2352017-07-15T16:36:49  *** roidster is now known as Guest51828
2362017-07-15T16:37:59  *** Guest51828 is now known as roidster
2372017-07-15T16:46:43  *** laurentmt has joined #bitcoin-core-dev
2382017-07-15T17:31:52  *** JackH has quit IRC
2392017-07-15T17:33:11  *** JackH has joined #bitcoin-core-dev
2402017-07-15T17:36:22  *** nemgun1 has joined #bitcoin-core-dev
2412017-07-15T17:39:58  *** nemgun has quit IRC
2422017-07-15T17:40:15  *** CubicEarth has joined #bitcoin-core-dev
2432017-07-15T17:48:48  *** Ylbam has quit IRC
2442017-07-15T17:55:49  *** SopaXorzTaker has quit IRC
2452017-07-15T17:57:00  *** SopaXorzTaker has joined #bitcoin-core-dev
2462017-07-15T18:00:05  *** jamesob has joined #bitcoin-core-dev
2472017-07-15T18:02:17  <bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8fdd23a224ba...505955052e60
2482017-07-15T18:02:17  <bitcoin-git> bitcoin/master 0189d8e practicalswift: Fix typos
2492017-07-15T18:02:18  <bitcoin-git> bitcoin/master 5059550 Pieter Wuille: Merge #10833: Fix typos...
2502017-07-15T18:02:45  <bitcoin-git> [bitcoin] sipa closed pull request #10833: Fix typos (master...typos-201707) https://github.com/bitcoin/bitcoin/pull/10833
2512017-07-15T18:04:31  *** Giszmo has quit IRC
2522017-07-15T18:05:33  *** BashCo has quit IRC
2532017-07-15T18:05:59  *** Chris_Stewart_5 has joined #bitcoin-core-dev
2542017-07-15T18:06:12  *** BashCo has joined #bitcoin-core-dev
2552017-07-15T18:08:23  <bitcoin-git> [bitcoin] practicalswift opened pull request #10834: Remove declaration of unused function: void UpdatedTransaction(const uint256 &) (master...remove-UpdatedTransaction) https://github.com/bitcoin/bitcoin/pull/10834
2562017-07-15T18:12:47  <bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/505955052e60...afd2fca911c4
2572017-07-15T18:12:47  <bitcoin-git> bitcoin/master 228987d Gregory Sanders: getbalance example covers at least 6 confirms
2582017-07-15T18:12:48  <bitcoin-git> bitcoin/master afd2fca Pieter Wuille: Merge #10807: getbalance example covers at least 6 confirms...
2592017-07-15T18:13:17  <bitcoin-git> [bitcoin] sipa closed pull request #10807: getbalance example covers at least 6 confirms (master...getbalexample) https://github.com/bitcoin/bitcoin/pull/10807
2602017-07-15T18:19:58  *** Giszmo has joined #bitcoin-core-dev
2612017-07-15T18:25:22  *** chjj has joined #bitcoin-core-dev
2622017-07-15T18:44:33  *** Dyaheon has quit IRC
2632017-07-15T18:46:33  *** CubicEarth has quit IRC
2642017-07-15T18:48:08  *** owowo has quit IRC
2652017-07-15T18:52:16  *** Dyaheon has joined #bitcoin-core-dev
2662017-07-15T18:53:24  *** owowo has joined #bitcoin-core-dev
2672017-07-15T19:08:47  <bitcoin-git> [bitcoin] paveljanik opened pull request #10835: Do not shadow a field of 'reverse_range<T>' (master...20170715_Wshadow_reverseiterator) https://github.com/bitcoin/bitcoin/pull/10835
2682017-07-15T19:12:48  *** sanada has quit IRC
2692017-07-15T19:17:42  *** jtimon has joined #bitcoin-core-dev
2702017-07-15T19:23:16  <bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/afd2fca911c4...10b22e3141a6
2712017-07-15T19:23:16  <bitcoin-git> bitcoin/master 0aadc11 Pieter Wuille: Avoid dereference-of-casted-pointer
2722017-07-15T19:23:17  <bitcoin-git> bitcoin/master 10b22e3 Pieter Wuille: Merge #10760: Avoid dereference-of-casted-pointer...
2732017-07-15T19:23:41  <bitcoin-git> [bitcoin] sipa closed pull request #10760: Avoid dereference-of-casted-pointer (master...20170707_avoidcastptr) https://github.com/bitcoin/bitcoin/pull/10760
2742017-07-15T19:31:04  *** zzyzx has joined #bitcoin-core-dev
2752017-07-15T19:33:04  *** roidster is now known as Guest10469
2762017-07-15T19:33:04  *** zzyzx is now known as roidster
2772017-07-15T19:38:43  <bitcoin-git> [bitcoin] corebob opened pull request #10837: Fix resource leak (master...20170715-fix-leak-1) https://github.com/bitcoin/bitcoin/pull/10837
2782017-07-15T19:57:43  *** jtimon has quit IRC
2792017-07-15T20:05:43  *** str4d_ has quit IRC
2802017-07-15T20:06:49  *** SopaXorzTaker has quit IRC
2812017-07-15T20:27:13  <bitcoin-git> [bitcoin] sipa pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/10b22e3141a6...c5904e871479
2822017-07-15T20:27:14  <bitcoin-git> bitcoin/master fe4faba John Newbery: [refactor] move SplitHostPort() into utilstrencodings...
2832017-07-15T20:27:14  <bitcoin-git> bitcoin/master 5c64324 John Newbery: [utils] allow square brackets for ipv6 addresses in bitcoin-cli...
2842017-07-15T20:27:15  <bitcoin-git> bitcoin/master c5904e8 Pieter Wuille: Merge #10812: [utils] Allow bitcoin-cli's -rpcconnect option to be used with square brackets...
2852017-07-15T20:27:44  <bitcoin-git> [bitcoin] sipa closed pull request #10812: [utils] Allow bitcoin-cli's -rpcconnect option to be used with square brackets (master...bitcoin_cli_ipv6) https://github.com/bitcoin/bitcoin/pull/10812
2862017-07-15T20:30:59  *** chjj has quit IRC
2872017-07-15T20:37:35  *** roidster has quit IRC
2882017-07-15T20:41:11  *** Ylbam has joined #bitcoin-core-dev
2892017-07-15T20:53:08  *** Guyver2 has quit IRC
2902017-07-15T20:54:18  *** Chris_Stewart_5 has quit IRC
2912017-07-15T20:56:03  *** Dyaheon has quit IRC
2922017-07-15T20:57:21  *** Dyaheon has joined #bitcoin-core-dev
2932017-07-15T21:00:57  *** CubicEarth has joined #bitcoin-core-dev
2942017-07-15T21:02:26  <bitcoin-git> [bitcoin] sipa pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/c5904e871479...5cfdda2503c9
2952017-07-15T21:02:27  <bitcoin-git> bitcoin/master 4a3fc35 Matt Corallo: Track keypool entries as internal vs external in memory...
2962017-07-15T21:02:27  <bitcoin-git> bitcoin/master 28301b9 Matt Corallo: Meet code style on lines changed in the previous commit
2972017-07-15T21:02:28  <bitcoin-git> bitcoin/master d40a72c Matt Corallo: Clarify *(--.end()) iterator semantics in CWallet::TopUpKeyPool
2982017-07-15T21:02:41  <bitcoin-git> [bitcoin] sipa closed pull request #10235: Track keypool entries as internal vs external in memory (master...2017-04-wallet-more-keypool-cache) https://github.com/bitcoin/bitcoin/pull/10235
2992017-07-15T21:08:07  *** Chris_Stewart_5 has joined #bitcoin-core-dev
3002017-07-15T21:30:14  *** laurentmt has quit IRC
3012017-07-15T21:49:43  *** protomar has joined #bitcoin-core-dev
3022017-07-15T22:00:20  *** protomar has quit IRC
3032017-07-15T22:04:29  *** BashCo has quit IRC
3042017-07-15T22:05:05  *** BashCo has joined #bitcoin-core-dev
3052017-07-15T22:06:11  *** CubicEarth has quit IRC
3062017-07-15T22:44:30  *** JackH has quit IRC
3072017-07-15T22:45:35  *** JackH has joined #bitcoin-core-dev
3082017-07-15T22:50:34  *** JackH has quit IRC
3092017-07-15T22:56:40  *** Giszmo has quit IRC
3102017-07-15T23:01:21  *** Dyaheon has quit IRC
3112017-07-15T23:01:57  *** Dyaheon has joined #bitcoin-core-dev
3122017-07-15T23:15:32  *** Giszmo has joined #bitcoin-core-dev
3132017-07-15T23:19:38  *** davec has quit IRC
3142017-07-15T23:19:59  *** chjj has joined #bitcoin-core-dev
3152017-07-15T23:32:40  <sipa> cfields, fanquake: feel like testing #10821 again?
3162017-07-15T23:32:42  <gribble> https://github.com/bitcoin/bitcoin/issues/10821 | [WIP] Add SSE 4.2 optimized SHA256 by sipa · Pull Request #10821 · bitcoin/bitcoin · GitHub
3172017-07-15T23:33:04  <sipa> i've added a commit that makes all register choices explicit, but still lets the compiler manage the stack
3182017-07-15T23:38:50  *** davec has joined #bitcoin-core-dev
3192017-07-15T23:45:04  *** davec has quit IRC
3202017-07-15T23:46:24  *** davec has joined #bitcoin-core-dev
3212017-07-15T23:47:15  <BlueMatt> can we remove getinfo for 0.15?
3222017-07-15T23:49:02  <bitcoin-git> [bitcoin] TheBlueMatt opened pull request #10838: (finally) remove the longest-ever-deprecated RPC call getinfo (master...2017-07-seriously-fuck-getinfo) https://github.com/bitcoin/bitcoin/pull/10838
3232017-07-15T23:54:08  <BlueMatt> uhhh, sipa, are you sure https://github.com/bitcoin/bitcoin/pull/10770#issuecomment-315558931 is specific to that PR?
3242017-07-15T23:56:17  *** chjj has quit IRC