12018-07-14T00:09:25 *** Chicago has quit IRC
22018-07-14T00:18:58 *** Giszmo has quit IRC
32018-07-14T00:30:47 *** IGHOR has quit IRC
42018-07-14T00:33:13 *** IGHOR has joined #bitcoin-core-dev
52018-07-14T00:37:37 *** Giszmo has joined #bitcoin-core-dev
62018-07-14T00:39:44 *** Krellan has quit IRC
72018-07-14T00:46:39 *** drexl has quit IRC
82018-07-14T00:57:31 <achow101> MarcoFalke: would it be possible for you to have DrahtBot check for silent merge conflicts? the ones where git doesn't have a merge conflict but merging results in a compilation or test failure?
92018-07-14T01:18:31 *** AaronvanW has quit IRC
102018-07-14T01:19:07 *** AaronvanW has joined #bitcoin-core-dev
112018-07-14T01:23:13 *** AaronvanW has quit IRC
122018-07-14T01:26:39 <luke-jr> achow101: doesn't Travis already check t hat?
132018-07-14T01:29:02 *** d9b4bef9 has quit IRC
142018-07-14T01:29:37 <sipa> luke-jr: only upon a new push
152018-07-14T01:30:09 *** d9b4bef9 has joined #bitcoin-core-dev
162018-07-14T01:30:20 <achow101> luke-jr: only on a new push to the branch for the pr
172018-07-14T01:31:09 <achow101> perhaps it would be possible to make travis rebuild every pr for every new push to master, but I don't think travis would like to rebuild 200+ prs for every push to master
182018-07-14T01:35:01 *** ken2812221 has joined #bitcoin-core-dev
192018-07-14T01:42:05 *** nmnkgl has quit IRC
202018-07-14T01:54:22 *** grafcaps has joined #bitcoin-core-dev
212018-07-14T01:54:45 *** Murch has quit IRC
222018-07-14T01:59:04 *** grafcaps has quit IRC
232018-07-14T02:11:45 *** Sinclair6 has quit IRC
242018-07-14T02:29:41 *** Sinclair6 has joined #bitcoin-core-dev
252018-07-14T02:30:02 *** grafcaps has joined #bitcoin-core-dev
262018-07-14T02:34:15 <bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8f1106da5849...d6b2235ca45e
272018-07-14T02:34:15 <bitcoin-git> bitcoin/master d6f39b6 Ben Woosley: Drop unused pindexRet arg to CMerkleTx::GetDepthInMainChain
282018-07-14T02:34:16 <bitcoin-git> bitcoin/master d6b2235 Pieter Wuille: Merge #13630: Drop unused pindexRet arg to CMerkleTx::GetDepthInMainChain...
292018-07-14T02:34:39 *** grafcaps has quit IRC
302018-07-14T02:34:52 <bitcoin-git> [bitcoin] sipa closed pull request #13630: Drop unused pindexRet arg to CMerkleTx::GetDepthInMainChain (master...get-depth-in-main-chain) https://github.com/bitcoin/bitcoin/pull/13630
312018-07-14T02:35:42 <bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d6b2235ca45e...90b1c7e5c505
322018-07-14T02:35:42 <bitcoin-git> bitcoin/master 768981c Cory Fields: build: add missing leveldb defines...
332018-07-14T02:35:43 <bitcoin-git> bitcoin/master 90b1c7e Pieter Wuille: Merge #13659: build: add missing leveldb defines...
342018-07-14T02:36:36 <bitcoin-git> [bitcoin] sipa closed pull request #13659: build: add missing leveldb defines (master...solaris-build) https://github.com/bitcoin/bitcoin/pull/13659
352018-07-14T02:47:07 <bitcoin-git> [bitcoin] sipa pushed 7 new commits to master: https://github.com/bitcoin/bitcoin/compare/90b1c7e5c505...ad552a54c56a
362018-07-14T02:47:08 <bitcoin-git> bitcoin/master 4279da4 John Newbery: [wallet] GetBalance can take an isminefilter filter....
372018-07-14T02:47:09 <bitcoin-git> bitcoin/master ef7bc88 John Newbery: [wallet] Factor out GetWatchOnlyBalance()
382018-07-14T02:47:09 <bitcoin-git> bitcoin/master 7110c83 John Newbery: [wallet] deduplicate GetAvailableCredit logic
392018-07-14T02:47:59 <bitcoin-git> [bitcoin] sipa closed pull request #13566: Fix get balance (master...fix_get_balance) https://github.com/bitcoin/bitcoin/pull/13566
402018-07-14T02:54:29 <bitcoin-git> [bitcoin] ken2812221 opened pull request #13660: [depends] Don't build Qt dependencies if it doesn't support Qt (master...qt-packages-fix) https://github.com/bitcoin/bitcoin/pull/13660
412018-07-14T03:05:12 *** veleiro has joined #bitcoin-core-dev
422018-07-14T03:11:27 <bitcoin-git> [bitcoin] sipa pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/ad552a54c56a...1e90862f5d0b
432018-07-14T03:11:28 <bitcoin-git> bitcoin/master 02bbc05 Jesse Cohen: Rescope g_enable_bip61 to net_processing
442018-07-14T03:11:28 <bitcoin-git> bitcoin/master 1d4df02 Jesse Cohen: [move-only] Move things only referenced in net_processing out of header file
452018-07-14T03:11:29 <bitcoin-git> bitcoin/master 6690a28 Jesse Cohen: Restrict as much as possible in net_processing to translation unit...
462018-07-14T03:12:07 <bitcoin-git> [bitcoin] sipa closed pull request #13417: [net] Tighten scope in net_processing (master...net_processing-disentangle) https://github.com/bitcoin/bitcoin/pull/13417
472018-07-14T03:15:34 *** Randolf has joined #bitcoin-core-dev
482018-07-14T03:17:07 <bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1e90862f5d0b...9a1ad2c5cbdf
492018-07-14T03:17:08 <bitcoin-git> bitcoin/master ac51a26 Luke Dashjr: During IBD, when doing pruning, prune 10% extra to avoid pruning again soon after...
502018-07-14T03:17:08 <bitcoin-git> bitcoin/master 9a1ad2c Pieter Wuille: Merge #11658: During IBD, when doing pruning, prune 10% extra to avoid pruning again soon after...
512018-07-14T03:17:22 <bitcoin-git> [bitcoin] sipa closed pull request #11658: During IBD, when doing pruning, prune 10% extra to avoid pruning again soon after (master...ibd_prune_extra) https://github.com/bitcoin/bitcoin/pull/11658
522018-07-14T03:19:19 <gmaxwell> \O/ mergefest
532018-07-14T03:25:01 <bitcoin-git> [bitcoin] sipa pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/9a1ad2c5cbdf...1329ef1f00e4
542018-07-14T03:25:02 <bitcoin-git> bitcoin/master b7f5650 Ben Woosley: Extract CWallet::MarkInputsDirty...
552018-07-14T03:25:02 <bitcoin-git> bitcoin/master 17e6aa8 Ben Woosley: Privatize CWallet::AddToWalletIfInvolvingMe...
562018-07-14T03:25:03 <bitcoin-git> bitcoin/master 1329ef1 Pieter Wuille: Merge #13651: [moveonly] Extract CWallet::MarkInputsDirty, and privatize AddToWalletIfInvolvingMe...
572018-07-14T03:25:41 <bitcoin-git> [bitcoin] sipa closed pull request #13651: [moveonly] Extract CWallet::MarkInputsDirty, and privatize AddToWalletIfInvolvingMe (master...mark-inputs-dirty) https://github.com/bitcoin/bitcoin/pull/13651
582018-07-14T03:31:36 <bitcoin-git> [bitcoin] sipa pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/1329ef1f00e4...b25a4c2284ba
592018-07-14T03:31:37 <bitcoin-git> bitcoin/master 9a44db2 Anthony Towns: Add outputtype module...
602018-07-14T03:31:37 <bitcoin-git> bitcoin/master d58055d Anthony Towns: Move AddAndGetDestinationForScript from wallet to outputype module...
612018-07-14T03:31:38 <bitcoin-git> bitcoin/master b9024fd Anthony Towns: segwit support for createmultisig RPC
622018-07-14T03:32:09 <bitcoin-git> [bitcoin] sipa closed pull request #13072: Update createmultisig RPC to support segwit (master...signmultisig) https://github.com/bitcoin/bitcoin/pull/13072
632018-07-14T03:34:12 <sipa> done.
642018-07-14T03:34:40 <gmaxwell> encore! encore!
652018-07-14T03:45:48 *** Randolf has quit IRC
662018-07-14T04:07:04 *** veleiro` has joined #bitcoin-core-dev
672018-07-14T04:07:59 *** veleiro has quit IRC
682018-07-14T04:27:02 *** d9b4bef9 has quit IRC
692018-07-14T04:28:08 *** d9b4bef9 has joined #bitcoin-core-dev
702018-07-14T04:35:10 *** veleiro` has quit IRC
712018-07-14T05:08:29 *** grafcaps has joined #bitcoin-core-dev
722018-07-14T05:13:19 *** grafcaps has quit IRC
732018-07-14T05:25:12 *** bitconner has joined #bitcoin-core-dev
742018-07-14T05:25:24 *** Amar has joined #bitcoin-core-dev
752018-07-14T05:26:16 *** Amar has quit IRC
762018-07-14T05:32:51 *** ken2812221 has quit IRC
772018-07-14T05:41:41 *** Krellan has joined #bitcoin-core-dev
782018-07-14T05:55:34 *** JackH has quit IRC
792018-07-14T05:57:05 *** bitconner has quit IRC
802018-07-14T06:26:57 *** ToURniQue has quit IRC
812018-07-14T06:53:08 *** booyah has quit IRC
822018-07-14T07:01:21 *** murrayn has quit IRC
832018-07-14T07:02:57 *** murrayn has joined #bitcoin-core-dev
842018-07-14T07:02:58 *** murrayn has joined #bitcoin-core-dev
852018-07-14T07:02:58 *** booyah has joined #bitcoin-core-dev
862018-07-14T07:10:22 *** ken2812221 has joined #bitcoin-core-dev
872018-07-14T07:30:57 *** ken2812221 has quit IRC
882018-07-14T07:33:45 *** Tony_ has joined #bitcoin-core-dev
892018-07-14T07:43:27 <Tony_> Hi, allï¼I have a question about the "Escrow And Arbitration" in the developer guide, what would happen if the arbitrator Alice was bribed by Charlie or Bob?
902018-07-14T07:46:05 <sipa> Tony_: #bitcoin or bitcoin.stackexchange.clm
912018-07-14T07:51:06 *** Krellan has quit IRC
922018-07-14T07:54:49 *** Krellan has joined #bitcoin-core-dev
932018-07-14T08:03:51 *** Krellan has quit IRC
942018-07-14T08:04:57 *** Krellan has joined #bitcoin-core-dev
952018-07-14T08:09:35 *** midnightmagic has quit IRC
962018-07-14T08:18:21 *** midnightmagic has joined #bitcoin-core-dev
972018-07-14T08:44:41 *** grafcaps has joined #bitcoin-core-dev
982018-07-14T08:49:26 *** grafcaps has quit IRC
992018-07-14T09:17:06 *** SopaXorzTaker has joined #bitcoin-core-dev
1002018-07-14T09:22:33 *** AaronvanW has joined #bitcoin-core-dev
1012018-07-14T09:42:25 <bitcoin-git> [bitcoin] ken2812221 closed pull request #13660: [depends] Don't build Qt dependencies if it doesn't support Qt (master...qt-packages-fix) https://github.com/bitcoin/bitcoin/pull/13660
1022018-07-14T09:55:35 <bitcoin-git> [bitcoin] ken2812221 reopened pull request #13660: [depends] Don't build Qt dependencies if it doesn't support Qt (master...qt-packages-fix) https://github.com/bitcoin/bitcoin/pull/13660
1032018-07-14T09:57:53 *** StayCool has joined #bitcoin-core-dev
1042018-07-14T10:26:36 *** StayCool has quit IRC
1052018-07-14T10:32:55 *** grafcaps has joined #bitcoin-core-dev
1062018-07-14T10:37:05 *** zautomata has quit IRC
1072018-07-14T10:37:34 *** grafcaps has quit IRC
1082018-07-14T10:38:14 *** zautomata has joined #bitcoin-core-dev
1092018-07-14T10:48:12 *** Aaronvan_ has joined #bitcoin-core-dev
1102018-07-14T10:48:21 *** lnostdal has quit IRC
1112018-07-14T10:52:14 *** AaronvanW has quit IRC
1122018-07-14T11:57:02 *** lnostdal has joined #bitcoin-core-dev
1132018-07-14T12:19:23 *** Krellan has quit IRC
1142018-07-14T12:20:58 *** veleiro` has joined #bitcoin-core-dev
1152018-07-14T12:20:58 *** Krellan has joined #bitcoin-core-dev
1162018-07-14T12:26:12 *** Aaronvan_ has quit IRC
1172018-07-14T12:26:46 *** AaronvanW has joined #bitcoin-core-dev
1182018-07-14T12:30:57 *** AaronvanW has quit IRC
1192018-07-14T12:45:01 *** Guyver2 has joined #bitcoin-core-dev
1202018-07-14T12:52:44 *** lnostdal has quit IRC
1212018-07-14T12:55:45 *** drexl has joined #bitcoin-core-dev
1222018-07-14T13:05:52 *** lnostdal has joined #bitcoin-core-dev
1232018-07-14T13:10:21 *** Krellan has quit IRC
1242018-07-14T13:10:57 *** lnostdal has quit IRC
1252018-07-14T13:11:10 *** veleiro` has quit IRC
1262018-07-14T13:15:50 *** Krellan has joined #bitcoin-core-dev
1272018-07-14T13:25:35 *** AaronvanW has joined #bitcoin-core-dev
1282018-07-14T13:27:01 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1292018-07-14T13:29:21 *** SopaXorzTaker has quit IRC
1302018-07-14T13:32:10 *** AaronvanW has quit IRC
1312018-07-14T13:32:49 *** AaronvanW has joined #bitcoin-core-dev
1322018-07-14T13:33:42 *** SopaXorzTaker has joined #bitcoin-core-dev
1332018-07-14T13:48:05 *** SopaXT has joined #bitcoin-core-dev
1342018-07-14T13:49:03 *** SopaXorzTaker has quit IRC
1352018-07-14T13:56:14 *** SopaXT is now known as SopaXorzTaker
1362018-07-14T14:00:41 *** Sinclair6 has quit IRC
1372018-07-14T14:01:02 *** lnostdal has joined #bitcoin-core-dev
1382018-07-14T14:18:31 *** Sinclair6 has joined #bitcoin-core-dev
1392018-07-14T14:21:11 *** AaronvanW has quit IRC
1402018-07-14T14:21:50 *** AaronvanW has joined #bitcoin-core-dev
1412018-07-14T14:26:19 *** AaronvanW has quit IRC
1422018-07-14T14:43:48 <bitcoin-git> [bitcoin] Sjors opened pull request #13662: Explain when reindex-chainstate can be used instead of reindex (master...2018/07/reindex-chainstate-doc) https://github.com/bitcoin/bitcoin/pull/13662
1432018-07-14T14:48:37 <bitcoin-git> [bitcoin] MarcoFalke opened pull request #13663: tests: Avoid read/write to default datadir (master...Mf1807-qaNoDefaultDatadir) https://github.com/bitcoin/bitcoin/pull/13663
1442018-07-14T15:07:26 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #11359: Add a pruning 'high water mark' to reduce the frequency of pruning events (master...2017-09-add-pruning-hwm) https://github.com/bitcoin/bitcoin/pull/11359
1452018-07-14T15:09:57 *** Chris_Stewart_5 has quit IRC
1462018-07-14T15:13:45 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1472018-07-14T15:19:47 *** Krellan has quit IRC
1482018-07-14T15:23:41 *** Krellan has joined #bitcoin-core-dev
1492018-07-14T15:32:51 *** Krellan has quit IRC
1502018-07-14T15:33:38 *** Sinclair6 has quit IRC
1512018-07-14T15:38:09 *** Krellan has joined #bitcoin-core-dev
1522018-07-14T16:04:30 *** vicenteH has quit IRC
1532018-07-14T16:05:00 *** vicenteH has joined #bitcoin-core-dev
1542018-07-14T16:05:17 *** Victorsueca has quit IRC
1552018-07-14T16:06:27 *** Victorsueca has joined #bitcoin-core-dev
1562018-07-14T16:22:49 *** ExtraCrispy has quit IRC
1572018-07-14T16:54:01 *** zautomata has quit IRC
1582018-07-14T16:54:01 *** zautomata has joined #bitcoin-core-dev
1592018-07-14T17:10:54 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b25a4c2284ba...8803c9132a78
1602018-07-14T17:10:55 <bitcoin-git> bitcoin/master 38040c3 John Newbery: [tests] Remove accounts from wallet_importprunedfunds.py
1612018-07-14T17:10:55 <bitcoin-git> bitcoin/master 8803c91 MarcoFalke: Merge #13138: [tests] Remove accounts from wallet_importprunedfunds.py...
1622018-07-14T17:11:25 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #13138: [tests] Remove accounts from wallet_importprunedfunds.py (master...remove_account_wallet_importprunedfunds) https://github.com/bitcoin/bitcoin/pull/13138
1632018-07-14T17:22:48 *** grubles has quit IRC
1642018-07-14T17:31:40 *** promag has joined #bitcoin-core-dev
1652018-07-14T17:32:27 <bitcoin-git> [bitcoin] masonicboom opened pull request #13664: Trivial: fix references to share/rpcuser (now share/rpcauth) (master...update-rpcuser-references) https://github.com/bitcoin/bitcoin/pull/13664
1662018-07-14T17:34:59 *** Randolf has joined #bitcoin-core-dev
1672018-07-14T17:35:14 *** promag has quit IRC
1682018-07-14T17:37:32 *** drgrid is now known as TheCharlatan
1692018-07-14T17:38:29 <harding> wumpus: will a tarball for RISC-V be provided with the regular 0.17 release files? Asking because I'll need to make a minor update to the website /en/download page to list that platform.
1702018-07-14T17:45:34 *** Brain has joined #bitcoin-core-dev
1712018-07-14T17:49:27 *** Chris_Stewart_5 has quit IRC
1722018-07-14T18:19:01 *** d9b4bef9 has quit IRC
1732018-07-14T18:19:05 *** AaronvanW has joined #bitcoin-core-dev
1742018-07-14T18:20:07 *** d9b4bef9 has joined #bitcoin-core-dev
1752018-07-14T18:25:00 *** Brain has quit IRC
1762018-07-14T18:36:20 *** BashCo has joined #bitcoin-core-dev
1772018-07-14T19:25:52 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1782018-07-14T19:26:21 *** SopaXorzTaker has quit IRC
1792018-07-14T19:45:03 *** justan0theruser has quit IRC
1802018-07-14T19:45:26 *** justanotheruser has joined #bitcoin-core-dev
1812018-07-14T20:01:34 *** promag has joined #bitcoin-core-dev
1822018-07-14T20:04:07 *** Guyver2 has quit IRC
1832018-07-14T20:17:15 *** Krellan has quit IRC
1842018-07-14T20:18:13 *** Krellan has joined #bitcoin-core-dev
1852018-07-14T20:25:51 *** promag has quit IRC
1862018-07-14T20:53:47 *** Krellan has quit IRC
1872018-07-14T20:59:14 *** Acorn has joined #bitcoin-core-dev
1882018-07-14T21:00:25 *** Krellan has joined #bitcoin-core-dev
1892018-07-14T21:08:29 *** grubles has joined #bitcoin-core-dev
1902018-07-14T21:10:00 *** Acorn has quit IRC
1912018-07-14T21:14:11 *** promag has joined #bitcoin-core-dev
1922018-07-14T21:18:02 *** grubles has quit IRC
1932018-07-14T21:22:45 *** Randolf has quit IRC
1942018-07-14T21:23:10 *** Randolf has joined #bitcoin-core-dev
1952018-07-14T21:25:12 *** Randolf has joined #bitcoin-core-dev
1962018-07-14T21:41:59 *** promag has quit IRC
1972018-07-14T21:47:16 *** jamesob_ has joined #bitcoin-core-dev
1982018-07-14T21:52:57 *** jamesob_ has quit IRC
1992018-07-14T21:54:36 *** jamesob_ has joined #bitcoin-core-dev
2002018-07-14T22:05:25 *** grubles has joined #bitcoin-core-dev
2012018-07-14T22:13:50 *** Giszmo has quit IRC
2022018-07-14T22:16:17 <Chris_Stewart_5> How do I run lint-all.sh locally?
2032018-07-14T22:16:25 *** jamesob_ has quit IRC
2042018-07-14T22:16:43 *** jamesob_ has joined #bitcoin-core-dev
2052018-07-14T22:17:12 <Chris_Stewart_5> When i try to do the dumb thing this happens: https://pastebin.com/x2EZh3Gs
2062018-07-14T22:18:11 <Chris_Stewart_5> Trying to fix the failed build on this travis run: https://travis-ci.org/bitcoin/bitcoin/jobs/403905725
2072018-07-14T22:37:32 *** Giszmo has joined #bitcoin-core-dev
2082018-07-14T23:04:05 *** jamesob_ has quit IRC
2092018-07-14T23:08:55 *** Krellan has quit IRC
2102018-07-14T23:13:01 *** Krellan has joined #bitcoin-core-dev
2112018-07-14T23:17:36 *** AaronvanW has quit IRC
2122018-07-14T23:17:51 *** Krellan has quit IRC
2132018-07-14T23:18:11 *** AaronvanW has joined #bitcoin-core-dev
2142018-07-14T23:22:34 *** AaronvanW has quit IRC
2152018-07-14T23:22:52 *** Krellan has joined #bitcoin-core-dev
2162018-07-14T23:28:08 *** AaronvanW has joined #bitcoin-core-dev
2172018-07-14T23:33:29 *** AaronvanW has quit IRC
2182018-07-14T23:41:09 *** murrayn has quit IRC
2192018-07-14T23:41:33 *** murrayn has joined #bitcoin-core-dev
2202018-07-14T23:41:33 *** murrayn has joined #bitcoin-core-dev
2212018-07-14T23:45:06 *** hex17or has joined #bitcoin-core-dev
2222018-07-14T23:47:40 *** hex17or has quit IRC