12017-03-31T00:15:00  *** wasi has quit IRC
  22017-03-31T00:15:27  *** wasi has joined #bitcoin-core-dev
  32017-03-31T00:29:27  *** AaronvanW has quit IRC
  42017-03-31T00:40:51  <gmaxwell> the leveldb logging with debug=1 is obnoxious, now I see why jnewbery wanted the exclude.
  52017-03-31T01:03:14  *** tunafizz has joined #bitcoin-core-dev
  62017-03-31T01:04:08  *** Ylbam has quit IRC
  72017-03-31T01:11:22  *** alpalp has quit IRC
  82017-03-31T01:18:40  *** Giszmo has quit IRC
  92017-03-31T01:18:59  *** Giszmo has joined #bitcoin-core-dev
 102017-03-31T01:23:10  *** alpalp has joined #bitcoin-core-dev
 112017-03-31T01:23:10  *** alpalp has joined #bitcoin-core-dev
 122017-03-31T01:30:45  *** Giszmo has quit IRC
 132017-03-31T01:36:16  *** goksinen has quit IRC
 142017-03-31T01:39:56  *** Victor_sueca has joined #bitcoin-core-dev
 152017-03-31T01:42:34  *** Victorsueca has quit IRC
 162017-03-31T01:46:13  *** Victorsueca has joined #bitcoin-core-dev
 172017-03-31T01:47:35  *** Victor_sueca has quit IRC
 182017-03-31T02:00:17  *** dermoth has quit IRC
 192017-03-31T02:01:03  *** dermoth has joined #bitcoin-core-dev
 202017-03-31T02:10:33  *** jtimon has quit IRC
 212017-03-31T02:20:13  *** goksinen has joined #bitcoin-core-dev
 222017-03-31T02:20:53  *** dodomojo has joined #bitcoin-core-dev
 232017-03-31T02:24:31  *** goksinen has quit IRC
 242017-03-31T02:31:35  *** Chris_Stewart_5 has quit IRC
 252017-03-31T02:32:01  <gmaxwell> wumpus: uh. so boolean operations don't appear to exist for scoped enums. so ... I don't think I can use them without defining a set of boolean operations for them.
 262017-03-31T02:32:30  <sipa> gmaxwell: eh?
 272017-03-31T02:33:55  <sipa> ah, scoped enums don't have an implicit conversion to int
 282017-03-31T02:34:03  <sipa> you can still explicitly convert them, though
 292017-03-31T02:34:25  <sipa> but enums are generally a bad approach for bitfields, as they're intended to be exhaustive
 302017-03-31T02:35:00  <gmaxwell> sipa: wumpus suggested that I change the log print thing to use a scoped enum.  The original thing that inspired this change is that rebroad wanted to do some horrible hack to do the logical equivilent of LogPrint(LOG_NET | LOG_MEMPOOL, ...). (and of course the matching also uses it as a bitfield.)
 312017-03-31T02:35:30  <sipa> right, a normal enum (which behaves much more like an int) may be more appropriate
 322017-03-31T02:35:37  <gmaxwell> well thats what I implemented.
 332017-03-31T02:37:11  <sipa> awesöme
 342017-03-31T02:37:49  <gmaxwell> in any case. I'm happy to change it to whatever. someone who has an opinion needs to tell me what to do. I think I only need a couple casts to make the enum class stuff go, but it would be ugly to do "LogPrint(LOG_NET | LOG_MEMPOOL," later unless we provide | for the type.
 352017-03-31T02:39:30  * gmaxwell copies the conversation into github
 362017-03-31T02:46:55  *** alpalp has quit IRC
 372017-03-31T02:51:15  *** Chris_Stewart_5 has joined #bitcoin-core-dev
 382017-03-31T02:52:12  *** dodomojo has quit IRC
 392017-03-31T03:13:05  *** Chris_Stewart_5 has quit IRC
 402017-03-31T03:44:56  *** chjj has quit IRC
 412017-03-31T03:45:46  *** chjj has joined #bitcoin-core-dev
 422017-03-31T04:21:48  *** kadoban has quit IRC
 432017-03-31T05:28:21  *** chjj has quit IRC
 442017-03-31T05:58:47  *** Ylbam has joined #bitcoin-core-dev
 452017-03-31T06:12:05  *** chjj has joined #bitcoin-core-dev
 462017-03-31T06:33:55  *** chjj has quit IRC
 472017-03-31T06:46:10  *** PaulCape_ has quit IRC
 482017-03-31T06:49:48  *** PaulCapestany has joined #bitcoin-core-dev
 492017-03-31T06:51:05  *** talmai has joined #bitcoin-core-dev
 502017-03-31T06:52:38  *** BashCo has quit IRC
 512017-03-31T06:53:14  *** BashCo has joined #bitcoin-core-dev
 522017-03-31T06:57:36  *** BashCo has quit IRC
 532017-03-31T07:05:51  *** talmai has quit IRC
 542017-03-31T07:14:58  *** BashCo has joined #bitcoin-core-dev
 552017-03-31T07:20:24  *** CubicEarthh has joined #bitcoin-core-dev
 562017-03-31T07:29:04  <bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/edc62c959ab3...8e4f7e72410d
 572017-03-31T07:29:04  <bitcoin-git> bitcoin/master c0651cc Kyle Honeycutt: Update bitcoin.conf with example for pruning...
 582017-03-31T07:29:05  <bitcoin-git> bitcoin/master 8e4f7e7 MarcoFalke: Merge #10090: Update bitcoin.conf with example for pruning...
 592017-03-31T07:29:25  <bitcoin-git> [bitcoin] MarcoFalke closed pull request #10090: Update bitcoin.conf with example for pruning (master...patch-1) https://github.com/bitcoin/bitcoin/pull/10090
 602017-03-31T07:55:35  *** arubi has quit IRC
 612017-03-31T07:55:36  *** afk11 has quit IRC
 622017-03-31T07:56:04  *** afk11 has joined #bitcoin-core-dev
 632017-03-31T07:56:26  *** arubi has joined #bitcoin-core-dev
 642017-03-31T08:08:04  *** goksinen has joined #bitcoin-core-dev
 652017-03-31T08:09:01  *** goksinen has quit IRC
 662017-03-31T08:11:31  *** goksinen has joined #bitcoin-core-dev
 672017-03-31T08:11:55  *** talmai has joined #bitcoin-core-dev
 682017-03-31T08:12:39  *** dgenr8 has quit IRC
 692017-03-31T08:13:07  *** dgenr8 has joined #bitcoin-core-dev
 702017-03-31T08:22:04  <bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/8e4f7e72410d...de301b048810
 712017-03-31T08:22:05  <bitcoin-git> bitcoin/master eb66bf9 Awemany: bitcoin-tx: Fix missing range check...
 722017-03-31T08:22:05  <bitcoin-git> bitcoin/master 21704f6 John Newbery: Check stderr when testing bitcoin-tx
 732017-03-31T08:22:06  <bitcoin-git> bitcoin/master 19ecd1e John Newbery: Add tests for bitcoin-tx input checking
 742017-03-31T08:22:26  <bitcoin-git> [bitcoin] laanwj closed pull request #10130: bitcoin-tx input verification (awemany, jnewbery) (master...bitcoin_tx_input_sanitiser) https://github.com/bitcoin/bitcoin/pull/10130
 752017-03-31T08:26:11  *** kinlo has quit IRC
 762017-03-31T08:27:48  *** talmai has quit IRC
 772017-03-31T08:30:13  *** talmai has joined #bitcoin-core-dev
 782017-03-31T08:31:24  *** talmai has quit IRC
 792017-03-31T08:39:47  *** kinlo has joined #bitcoin-core-dev
 802017-03-31T08:43:00  *** vicenteH has joined #bitcoin-core-dev
 812017-03-31T08:50:06  *** goksinen has quit IRC
 822017-03-31T08:53:23  *** vicenteH has quit IRC
 832017-03-31T08:53:31  *** vicenteH has joined #bitcoin-core-dev
 842017-03-31T09:11:25  *** n1ce has joined #bitcoin-core-dev
 852017-03-31T09:14:29  *** Guyver2 has joined #bitcoin-core-dev
 862017-03-31T09:18:05  *** davec has quit IRC
 872017-03-31T09:30:06  *** talmai has joined #bitcoin-core-dev
 882017-03-31T09:31:21  <bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/de301b048810...ba12b3a84469
 892017-03-31T09:31:21  <bitcoin-git> bitcoin/master 625488a Wladimir J. van der Laan: util: Work around (virtual) memory exhaustion on 32-bit w/ glibc...
 902017-03-31T09:31:22  <bitcoin-git> bitcoin/master ba12b3a Wladimir J. van der Laan: Merge #10120: util: Work around (virtual) memory exhaustion on 32-bit w/ glibc...
 912017-03-31T09:31:45  <bitcoin-git> [bitcoin] laanwj closed pull request #10120: util: Work around (virtual) memory exhaustion on 32-bit w/ glibc (master...2017_03_address_space_exhaustion_workaround) https://github.com/bitcoin/bitcoin/pull/10120
 922017-03-31T09:33:46  <sipa> wumpus: have we ever done benchmarks for the performamce impact of having only 1 (or 2) arenas?
 932017-03-31T09:34:26  <wumpus> sipa: afaik, no. I've only done that on systems that would crash otherwise
 942017-03-31T09:34:31  <wumpus> so no way to compare :)
 952017-03-31T09:34:55  <sipa> infinite speedup, on those systems!
 962017-03-31T09:35:00  <wumpus> exactly!
 972017-03-31T09:35:06  <gmaxwell> for 32bit I don't think we really have a choice, in any case.
 982017-03-31T09:35:54  <wumpus> yes. the question is do we also want to customize arenas on 64-bit
 992017-03-31T09:37:03  <gmaxwell> sipa pointed out today that we really need to test that with network syncs since a chainstate reindex isn't really multithreaded in terms of malloc activity.
1002017-03-31T09:37:17  <wumpus> though I don't think so, I think on the longer run we should address leveldb's mismanagement of memory instead, as it's the largest reason we can't get along with many arenas
1012017-03-31T09:37:45  <gmaxwell> Also I made the observation that the mempool on disk likely increased our memory usage in the presence of multiple areans, because instead of only having two threads with substantial allocations it resulted in three.
1022017-03-31T09:38:06  <wumpus> yes
1032017-03-31T09:38:47  <gmaxwell> earlier I proposed a new database durability strategy to pieter that, if it works, will let us radically reduce peak memory usage.
1042017-03-31T09:39:03  <wumpus> and yes it may very well be that arenas doesn't help at all for our use case, but yes, profiling would make sense
1052017-03-31T09:39:05  <gmaxwell> (by elimiating large batch writes)
1062017-03-31T09:40:10  <wumpus> the glibc allocator also has some other 'tunables' that may have an effect on performance
1072017-03-31T09:40:35  <wumpus> gmaxwell: ok great!
1082017-03-31T09:53:11  *** talmai has quit IRC
1092017-03-31T09:53:46  *** xiangfu has quit IRC
1102017-03-31T09:54:28  *** xiangfu has joined #bitcoin-core-dev
1112017-03-31T10:04:16  <bitcoin-git> [bitcoin] laanwj pushed 4 new commits to 0.14: https://github.com/bitcoin/bitcoin/compare/b768202695a0...e4c9a90fe9aa
1122017-03-31T10:04:17  <bitcoin-git> bitcoin/0.14 04c21af Awemany: bitcoin-tx: Fix missing range check...
1132017-03-31T10:04:17  <bitcoin-git> bitcoin/0.14 ecc5232 John Newbery: Check stderr when testing bitcoin-tx...
1142017-03-31T10:04:18  <bitcoin-git> bitcoin/0.14 f59e3df John Newbery: Add tests for bitcoin-tx input checking...
1152017-03-31T10:05:05  *** riemann has joined #bitcoin-core-dev
1162017-03-31T10:06:37  <bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ba12b3a84469...9ab26bf7e428
1172017-03-31T10:06:37  <bitcoin-git> bitcoin/master 7228ce8 Pieter Wuille: Compensate for memory peak at flush time
1182017-03-31T10:06:38  <bitcoin-git> bitcoin/master 9ab26bf Wladimir J. van der Laan: Merge #10126: Compensate for memory peak at flush time...
1192017-03-31T10:07:00  <bitcoin-git> [bitcoin] laanwj closed pull request #10126: Compensate for memory peak at flush time (master...peak_compensation) https://github.com/bitcoin/bitcoin/pull/10126
1202017-03-31T10:07:13  *** AaronvanW has joined #bitcoin-core-dev
1212017-03-31T10:07:17  <bitcoin-git> [bitcoin] laanwj closed pull request #10127: [0.14 backport] Mining: Prevent slowdown in CreateNewBlock on large mempools  (0.14...2017-03-backport-cnb-optimizations) https://github.com/bitcoin/bitcoin/pull/10127
1222017-03-31T10:08:09  <bitcoin-git> [bitcoin] laanwj pushed 1 new commit to 0.14: https://github.com/bitcoin/bitcoin/commit/0b5e162b84ec95cb63903dd21e4003a3d4503421
1232017-03-31T10:08:10  <bitcoin-git> bitcoin/0.14 0b5e162 Pieter Wuille: Compensate for memory peak at flush time...
1242017-03-31T10:12:01  <wumpus> last call for 0.14.1
1252017-03-31T10:20:01  *** nemgun has joined #bitcoin-core-dev
1262017-03-31T10:50:57  *** CubicEarthh has quit IRC
1272017-03-31T10:54:42  *** harrymm has quit IRC
1282017-03-31T10:58:03  <bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/9ab26bf7e428...4aa07fa73569
1292017-03-31T10:58:04  <bitcoin-git> bitcoin/master e6dcfee Wladimir J. van der Laan: refactor: Move GetDifficulty out of `rpc/server.h`...
1302017-03-31T10:58:04  <bitcoin-git> bitcoin/master 8d8f28d Wladimir J. van der Laan: refactor: Move RPCNotifyBlockChange out of `rpc/server.h`
1312017-03-31T10:58:05  <bitcoin-git> bitcoin/master f885b67 Wladimir J. van der Laan: refactor: Make rest.cpp dependency on `*toJSON` in `blockchain.cpp` explicit
1322017-03-31T10:58:25  <bitcoin-git> [bitcoin] laanwj closed pull request #10095: refactor: Move GetDifficulty out of `rpc/server.h` (master...2017_03_getdifficulty_header) https://github.com/bitcoin/bitcoin/pull/10095
1332017-03-31T11:04:45  *** Victorsueca has quit IRC
1342017-03-31T11:05:02  *** Victorsueca has joined #bitcoin-core-dev
1352017-03-31T11:08:07  *** harrymm has joined #bitcoin-core-dev
1362017-03-31T11:15:14  *** BashCo_ has joined #bitcoin-core-dev
1372017-03-31T11:18:25  *** BashCo has quit IRC
1382017-03-31T11:21:20  *** talmai has joined #bitcoin-core-dev
1392017-03-31T11:23:55  *** jtimon has joined #bitcoin-core-dev
1402017-03-31T11:26:05  <wumpus> will tag 0.14.1rc1 in a bit
1412017-03-31T11:38:51  *** nemgun has quit IRC
1422017-03-31T11:39:21  *** laurentmt has joined #bitcoin-core-dev
1432017-03-31T11:40:48  *** laurentmt has quit IRC
1442017-03-31T11:52:29  *** talmai has quit IRC
1452017-03-31T11:56:15  *** To7 has quit IRC
1462017-03-31T12:11:05  *** bityogi has joined #bitcoin-core-dev
1472017-03-31T12:13:02  *** bityogi has quit IRC
1482017-03-31T12:18:46  *** To7 has joined #bitcoin-core-dev
1492017-03-31T12:27:54  *** arubi has quit IRC
1502017-03-31T12:28:24  *** arubi has joined #bitcoin-core-dev
1512017-03-31T12:30:56  *** arubi has quit IRC
1522017-03-31T12:31:43  *** arubi has joined #bitcoin-core-dev
1532017-03-31T12:43:06  *** Giszmo has joined #bitcoin-core-dev
1542017-03-31T12:49:34  <wumpus> never mind, won't tag 0.14.1rc1 today
1552017-03-31T12:57:22  <Victorsueca> wumpus: a wild bug appeared?
1562017-03-31T13:03:58  <wumpus> no
1572017-03-31T13:04:46  <wumpus> apparently #10126 reduces the dbache too much
1582017-03-31T13:04:47  <gribble> https://github.com/bitcoin/bitcoin/issues/10126 | Compensate for memory peak at flush time by sipa · Pull Request #10126 · bitcoin/bitcoin · GitHub
1592017-03-31T13:05:47  <wumpus> not really a bug, I guess, but also not desirable for a release
1602017-03-31T13:08:46  *** Chris_Stewart_5 has joined #bitcoin-core-dev
1612017-03-31T13:12:57  *** Chris_Stewart_5 has quit IRC
1622017-03-31T13:17:55  *** emucode has joined #bitcoin-core-dev
1632017-03-31T13:24:44  *** bityogi has joined #bitcoin-core-dev
1642017-03-31T13:25:34  *** Chris_Stewart_5 has joined #bitcoin-core-dev
1652017-03-31T14:13:42  *** davec has joined #bitcoin-core-dev
1662017-03-31T14:33:41  <bitcoin-git> [bitcoin] morcos opened pull request #10133: Clean up calculations of pcoinsTip memory usage (master...cachememory) https://github.com/bitcoin/bitcoin/pull/10133
1672017-03-31T14:34:12  <morcos> wumpus: ok take a look at that.  This would be my recommendation, but I broke it up into commits so we can talk about what makes sense for 0.14.1 and what doesn't....
1682017-03-31T14:35:17  *** n1ce has quit IRC
1692017-03-31T14:35:55  <morcos> I care primarily about the first commit
1702017-03-31T15:15:07  *** afk11 has quit IRC
1712017-03-31T15:15:07  *** bityogi has quit IRC
1722017-03-31T15:15:29  *** afk11 has joined #bitcoin-core-dev
1732017-03-31T15:20:38  *** magicwund has joined #bitcoin-core-dev
1742017-03-31T15:38:35  *** BashCo_ has quit IRC
1752017-03-31T15:41:46  *** belcher has quit IRC
1762017-03-31T15:46:52  *** abpa has joined #bitcoin-core-dev
1772017-03-31T15:51:20  *** belcher has joined #bitcoin-core-dev
1782017-03-31T15:57:19  *** BashCo has joined #bitcoin-core-dev
1792017-03-31T16:16:28  *** magicwund has quit IRC
1802017-03-31T16:16:57  *** magicwund has joined #bitcoin-core-dev
1812017-03-31T16:41:44  *** CubicEarthh has joined #bitcoin-core-dev
1822017-03-31T16:54:07  *** riemann has quit IRC
1832017-03-31T16:56:33  *** fao has quit IRC
1842017-03-31T16:56:57  *** fao has joined #bitcoin-core-dev
1852017-03-31T17:02:00  <morcos> sipa: i was trying to reason about whether we need the 2x factor in the rollback test
1862017-03-31T17:02:17  <morcos> i went back and forth.
1872017-03-31T17:02:37  <morcos> is it true that non-dirty entries in the pcoinstip aren't subject to a 2x usage on flush?
1882017-03-31T17:02:41  *** nabu has quit IRC
1892017-03-31T17:02:42  <morcos> if so then i guess i agree...
1902017-03-31T17:02:50  <sipa> morcos: right
1912017-03-31T17:03:01  <morcos> but certainly if pcoinstip grows which it will in the rollback, and then it will be  flushed later...
1922017-03-31T17:03:28  <sipa> are you sure? i thought we changed that test to not use the main cache
1932017-03-31T17:03:49  <morcos> pcoinstip will grow, but will only grow with non-dirty entries
1942017-03-31T17:05:04  <morcos> for instance if your tip is block 100, you flushed after block 99 and you are rolling back block 99, won't pcoinstip get the outputs created in block 99 pulled into it
1952017-03-31T17:05:28  <morcos> which will be marked dirty in coins, but never flushed to pcoinstip
1962017-03-31T17:07:46  <sipa> morcos: pcoinstip is not involved in the rollback test at all
1972017-03-31T17:07:53  <sipa> it uses a private cache on top of pcoinsdb
1982017-03-31T17:08:03  <morcos> oh... i missed that
1992017-03-31T17:08:06  <sipa>                 if (!CVerifyDB().VerifyDB(chainparams, pcoinsdbview, GetArg("-checklevel", DEFAULT_CHECKLEVEL),
2002017-03-31T17:08:13  <morcos> i assumed coins was built on top of pcoinstip
2012017-03-31T17:08:34  <sipa> it used to be, but it caused a memory blowup that quickly caused a flush afterwards anyway
2022017-03-31T17:09:29  <morcos> ok, then i agree completely unnecessary there... will remove
2032017-03-31T17:10:03  <morcos> while we're at it..  are you ok with the other changes..  i might as well get it to mergeable state..  i agree this is all relatively minor
2042017-03-31T17:14:08  *** jtimon has quit IRC
2052017-03-31T17:21:55  <morcos> ugh.. wait on #10133..
2062017-03-31T17:21:56  <gribble> https://github.com/bitcoin/bitcoin/issues/10133 | Clean up calculations of pcoinsTip memory usage by morcos · Pull Request #10133 · bitcoin/bitcoin · GitHub
2072017-03-31T17:22:55  <morcos> oh nm, maybe its fine.. i was just confusing myself with whether the 90% is still the right number, but you are comparing the doubled calculation with the 90% number, so it is fine
2082017-03-31T17:23:42  *** nemgun has joined #bitcoin-core-dev
2092017-03-31T17:26:30  *** Sosumi has joined #bitcoin-core-dev
2102017-03-31T17:26:34  *** nemgun has quit IRC
2112017-03-31T17:26:49  *** davec has quit IRC
2122017-03-31T17:27:11  <bitcoin-git> [bitcoin] sdaftuar opened pull request #10134: [qa] Fixes segwit block relay test after inv-direct-fetch was disabled (master...2017-03-fix-segwit-relay-test) https://github.com/bitcoin/bitcoin/pull/10134
2132017-03-31T17:32:06  *** CubicEarthh has quit IRC
2142017-03-31T17:37:04  *** davec has joined #bitcoin-core-dev
2152017-03-31T18:12:21  *** vicenteH has quit IRC
2162017-03-31T18:12:39  *** felco has joined #bitcoin-core-dev
2172017-03-31T18:17:17  *** jtimon has joined #bitcoin-core-dev
2182017-03-31T18:20:06  *** To7 has quit IRC
2192017-03-31T18:20:32  *** To7 has joined #bitcoin-core-dev
2202017-03-31T18:23:23  <bitcoin-git> [bitcoin] jnewbery opened pull request #10135: Send the correct error code in reject messages (master...correctrejectmessages) https://github.com/bitcoin/bitcoin/pull/10135
2212017-03-31T19:06:05  *** paveljanik has quit IRC
2222017-03-31T19:06:17  *** paveljanik has joined #bitcoin-core-dev
2232017-03-31T19:06:18  *** paveljanik has joined #bitcoin-core-dev
2242017-03-31T19:06:57  *** rcd has quit IRC
2252017-03-31T19:10:22  *** laurentmt has joined #bitcoin-core-dev
2262017-03-31T19:14:18  *** laurentmt has quit IRC
2272017-03-31T19:16:05  *** dermoth has quit IRC
2282017-03-31T19:16:58  *** dermoth has joined #bitcoin-core-dev
2292017-03-31T20:32:21  *** Sosumi has quit IRC
2302017-03-31T20:48:47  <bitcoin-git> [bitcoin] jnewbery closed pull request #10123: Allow debug logs to be excluded from specified component (master...debugexclude) https://github.com/bitcoin/bitcoin/pull/10123
2312017-03-31T21:20:31  *** cryptapus_afk is now known as cryptapus
2322017-03-31T21:22:44  *** CubicEarthh has joined #bitcoin-core-dev
2332017-03-31T21:35:07  *** arubi has quit IRC
2342017-03-31T21:35:31  *** wasi has quit IRC
2352017-03-31T21:36:01  *** arubi has joined #bitcoin-core-dev
2362017-03-31T21:36:16  *** wasi has joined #bitcoin-core-dev
2372017-03-31T21:39:47  *** cryptapus is now known as cryptapus_afk
2382017-03-31T21:59:29  *** Guyver2 has quit IRC
2392017-03-31T22:08:59  *** magicwund has quit IRC
2402017-03-31T22:09:28  *** magicwund has joined #bitcoin-core-dev
2412017-03-31T22:27:57  *** magicwund has quit IRC
2422017-03-31T22:36:19  *** str4d has joined #bitcoin-core-dev
2432017-03-31T23:24:30  *** chjj has joined #bitcoin-core-dev
2442017-03-31T23:56:54  *** abpa has quit IRC