1 2017-06-12 02:53:26	0|bitcoin-git|[13bitcoin] 15NicolasDorier closed pull request #9985: [QT] Show more descriptive label for pay to yourself entries (06master...06watchonlylabel) 02https://github.com/bitcoin/bitcoin/pull/9985
 2 2017-06-12 02:53:35	0|bitcoin-git|[13bitcoin] 15NicolasDorier closed pull request #10007: [QT] Remove SendToSelf, and break down its payouts (06master...06watchonlylabel2) 02https://github.com/bitcoin/bitcoin/pull/10007
 3 2017-06-12 10:50:57	0|wumpus|did anyone have reports of issues/regressions with 0.14.2?
 4 2017-06-12 10:51:02	0|wumpus|(rc2*)
 5 2017-06-12 11:01:28	0|bitcoin-git|13bitcoin/06master 1440796e1 15Matt Corallo: Remove references to priority that snuck back in in 870824e9....
 6 2017-06-12 11:01:28	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/2c2d98806253...fa1f106218b9
 7 2017-06-12 11:01:29	0|bitcoin-git|13bitcoin/06master 14fa1f106 15Wladimir J. van der Laan: Merge #10488: Note that the prioritizetransaction dummy value is deprecated, and has no meaning...
 8 2017-06-12 11:01:58	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #10488: Note that the prioritizetransaction dummy value is deprecated, and has no meaning (06master...062017-05-dummy-api) 02https://github.com/bitcoin/bitcoin/pull/10488
 9 2017-06-12 11:27:59	0|bitcoin-git|[13bitcoin] 15laanwj pushed 14 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/fa1f106218b9...177433ad22d6
10 2017-06-12 11:28:00	0|bitcoin-git|13bitcoin/06master 149d15d55 15Luke Dashjr: Bugfix: wallet: Increment "update counter" when modifying account stuff
11 2017-06-12 11:28:00	0|bitcoin-git|13bitcoin/06master 14f28eb80 15Luke Dashjr: Bugfix: wallet: Increment "update counter" only after actually making the applicable db changes to avoid potential races...
12 2017-06-12 11:28:01	0|bitcoin-git|13bitcoin/06master 1423fb9ad 15Luke Dashjr: wallet: Move nAccountingEntryNumber from static/global to CWallet
13 2017-06-12 13:57:08	0|fanquake|wumpus Limited use so far, but nothing obvious has come up.
14 2017-06-12 14:17:59	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/177433ad22d6...ad1a13e85c1e
15 2017-06-12 14:18:00	0|bitcoin-git|13bitcoin/06master 147222388 15Timothy Redaelli: Avoid printing generic and duplicated "checking for QT" during ./configure...
16 2017-06-12 14:18:00	0|bitcoin-git|13bitcoin/06master 14ad1a13e 15Wladimir J. van der Laan: Merge #10549: Avoid printing generic and duplicated "checking for QT" during ./configure...
17 2017-06-12 14:18:34	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #10549: Avoid printing generic and duplicated "checking for QT" during ./configure (06master...06check_qt) 02https://github.com/bitcoin/bitcoin/pull/10549
18 2017-06-12 14:30:17	0|wumpus|fanquake: thanks, good to hear
19 2017-06-12 14:30:22	0|bitcoin-git|[13bitcoin] 15laanwj pushed 3 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/ad1a13e85c1e...b7296bcea0c9
20 2017-06-12 14:30:23	0|bitcoin-git|13bitcoin/06master 1424e44c3 15Russell Yanofsky: Don't return stale data from CCoinsViewCache::Cursor()...
21 2017-06-12 14:30:23	0|bitcoin-git|13bitcoin/06master 143ff1fa8 15Russell Yanofsky: Use override keyword on CCoinsView overrides
22 2017-06-12 14:30:24	0|bitcoin-git|13bitcoin/06master 14b7296bc 15Wladimir J. van der Laan: Merge #10550: Don't return stale data from CCoinsViewCache::Cursor()...
23 2017-06-12 14:31:02	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #10550: Don't return stale data from CCoinsViewCache::Cursor() (06master...06pr/coins-stale) 02https://github.com/bitcoin/bitcoin/pull/10550
24 2017-06-12 14:31:29	0|fanquake|wumpus happy to see basic multiwallet support merged!
25 2017-06-12 14:31:39	0|wumpus|fanquake: heh yes it was about time
26 2017-06-12 15:01:55	0|instagibbs|cfields, others might be interested in taking a look at implementation of Dandelion https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2017-June/014571.html
27 2017-06-12 18:10:19	0|cfields|instagibbs: seems to rely on a very cooperative p2p network...
28 2017-06-12 18:13:28	0|sipa|cfields: not really
29 2017-06-12 18:14:00	0|sipa|it relies on a good percentage of honest nodes to provide an advantage, but non-cooperating nodes can only cause a slowdown
30 2017-06-12 18:23:56	0|cfields|sipa: what prevents uncooperative nodes from fluffing early? Seems it'd only require a small percentage of those nodes to negate all positive effects?
31 2017-06-12 18:24:21	0|sipa|cfields: nothing
32 2017-06-12 18:24:38	0|sipa|though i think the percentage of uncooperative nodes must be very high to negate all advantages
33 2017-06-12 18:26:43	0|cfields|hmm
34 2017-06-12 18:28:43	0|sipa|oh, wow, IWYU is open source
35 2017-06-12 18:28:55	0|sipa|i used it at google, not knowing it was public :)
36 2017-06-12 18:40:44	0|bitcoin-git|[13bitcoin] 15morcos opened pull request #10578: Add missing include for atomic in db.h (06master...06fixinclude) 02https://github.com/bitcoin/bitcoin/pull/10578
37 2017-06-12 18:40:53	0|morcos|^^ I couldn't compile without this, in case anyone else is seeing same thing
38 2017-06-12 19:00:56	0|bitcoin-git|[13bitcoin] 15ryanofsky closed pull request #9306: Make CCoinsViewCache::Cursor() return latest data (06master...06pr/coins-cursor) 02https://github.com/bitcoin/bitcoin/pull/9306
39 2017-06-12 19:02:40	0|bitcoin-git|[13bitcoin] 15ryanofsky closed pull request #9137: WIP: Allow wallet key import RPCs to track TxOut amounts on -prune nodes (on top of #9306) (06master...06import-pruned) 02https://github.com/bitcoin/bitcoin/pull/9137
40 2017-06-12 19:56:16	0|amiller|cfields: that's exactly the model covered in the analysis figure, basically as the number of cooperating nodes increases, the privacy benefit gets better, but the benefit starts kicking in immediately
41 2017-06-12 20:16:43	0|cfields|amiller: good to know, thanks. I'll read in more detail.
42 2017-06-12 22:08:31	0|bitcoin-git|13bitcoin/06master 148e69adc 15Alex Morcos: Add missing include for atomic in db.h
43 2017-06-12 22:08:31	0|bitcoin-git|[13bitcoin] 15sipa pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/b7296bcea0c9...f18bb4954709
44 2017-06-12 22:08:32	0|bitcoin-git|13bitcoin/06master 14f18bb49 15Pieter Wuille: Merge #10578: Add missing include for atomic in db.h...
45 2017-06-12 22:09:02	0|bitcoin-git|[13bitcoin] 15sipa closed pull request #10578: Add missing include for atomic in db.h (06master...06fixinclude) 02https://github.com/bitcoin/bitcoin/pull/10578
46 2017-06-12 22:18:20	0|bitcoin-git|13bitcoin/06master 144087d9e 15practicalswift: Remove unnecessary forward class declarations in header files
47 2017-06-12 22:18:20	0|bitcoin-git|[13bitcoin] 15sipa pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/f18bb4954709...c98ebf1bfb29
48 2017-06-12 22:18:21	0|bitcoin-git|13bitcoin/06master 14c98ebf1 15Pieter Wuille: Merge #10568: Remove unnecessary forward class declarations in header files...
49 2017-06-12 22:18:50	0|bitcoin-git|[13bitcoin] 15sipa closed pull request #10568: Remove unnecessary forward class declarations in header files (06master...06fwd-decl) 02https://github.com/bitcoin/bitcoin/pull/10568
50 2017-06-12 22:28:15	0|bitcoin-git|[13bitcoin] 15achow101 opened pull request #10579: [RPC] Split signrawtransaction into wallet and non-wallet RPC command (06master...06split-signraw) 02https://github.com/bitcoin/bitcoin/pull/10579
51 2017-06-12 22:49:45	0|bitcoin-git|13bitcoin/06master 14bf376ea 15Gregory Maxwell: Return early in IsBanned....
52 2017-06-12 22:49:45	0|bitcoin-git|[13bitcoin] 15sipa pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/c98ebf1bfb29...8d9f45ea6a5e
53 2017-06-12 22:49:46	0|bitcoin-git|13bitcoin/06master 148d9f45e 15Pieter Wuille: Merge #10564: Return early in IsBanned....
54 2017-06-12 22:50:17	0|bitcoin-git|[13bitcoin] 15sipa closed pull request #10564: Return early in IsBanned. (06master...06banned-early-term) 02https://github.com/bitcoin/bitcoin/pull/10564
55 2017-06-12 23:34:44	0|phantomcircuit|why are downloads from bitcoin.org limited to 200KB/s
56 2017-06-12 23:34:46	0|phantomcircuit|?
57 2017-06-12 23:34:52	0|phantomcircuit|oops wrong channel