12016-01-18T00:17:37  *** GAit has joined #bitcoin-core-dev
  22016-01-18T00:28:36  *** wallet42 has quit IRC
  32016-01-18T00:40:58  *** blur3d has quit IRC
  42016-01-18T00:51:57  *** GAit has quit IRC
  52016-01-18T00:55:37  *** wallet42 has joined #bitcoin-core-dev
  62016-01-18T00:56:17  *** GAit has joined #bitcoin-core-dev
  72016-01-18T01:25:58  *** ronbo has quit IRC
  82016-01-18T01:40:13  *** afk11 has quit IRC
  92016-01-18T01:56:05  *** zookolaptop has quit IRC
 102016-01-18T02:18:22  *** Ylbam has quit IRC
 112016-01-18T02:21:34  *** GAit has quit IRC
 122016-01-18T02:29:22  *** p15 has joined #bitcoin-core-dev
 132016-01-18T02:35:38  *** jtoomim has joined #bitcoin-core-dev
 142016-01-18T02:37:10  *** belcher has quit IRC
 152016-01-18T02:43:35  <wangchun> what are ANCESTOR/DESCENDANT limits? My tx failed the test.
 162016-01-18T02:46:17  <sdaftuar> wangchun: starting in 0.12, there are limits on the length of unconfirmed transaction chains.  "ancestors" refers to all the unconfirmed transactions that a given transaction depends on
 172016-01-18T02:46:50  <sdaftuar> wangchun: "descendants" refer to the unconfirmed transactions that depend on a given one
 182016-01-18T02:47:23  <sdaftuar> these limits apply to mempool acceptance of new transactions
 192016-01-18T02:47:36  <sdaftuar> default is 25/25 if i remember correctly
 202016-01-18T02:48:12  *** zookolaptop has joined #bitcoin-core-dev
 212016-01-18T02:48:46  <wangchun> sdaftuar: my tx has only one ancestor, but it is refused
 222016-01-18T02:49:33  <wangchun> sdaftuar: which limit should I increase?
 232016-01-18T02:50:07  <sdaftuar> that can't be the ancestor/descendant limits unless you manually overrode the default
 242016-01-18T02:50:30  <sdaftuar> what's the exact error?
 252016-01-18T02:51:19  <wangchun> too-long-mempool-chain
 262016-01-18T02:51:42  *** Chris_Stewart_5 has quit IRC
 272016-01-18T02:52:21  <sdaftuar> oh, it could be the size of the transaction i suppose
 282016-01-18T02:52:24  <sdaftuar> how big is it?
 292016-01-18T02:52:28  <wangchun> sdaftuar: I was trying to send another tx which only has one vin = b28fe214a938921dcbf39146b806ab954c77f81e0b58ac4e4d8c5e9f21a308fa:0 but it has about 5000 vouts
 302016-01-18T02:53:02  <wangchun> at the time I was trying to send, b28fe214a938921dcbf39146b806ab954c77f81e0b58ac4e4d8c5e9f21a308fa hasn't been confirmed
 312016-01-18T02:53:44  <sdaftuar> wangchun: ok, yes i forgot to mention that in addition to limits on the number of ancestors and descendants, there are also limits on the size of a transaction including ancestors and size of a transaction including descendants
 322016-01-18T02:54:03  <wangchun> I already raised standard tx size limit to 500kb
 332016-01-18T02:54:11  <wangchun> so should i increase these new limits too?
 342016-01-18T02:54:27  <sdaftuar> yes, you can try -limitancestorsize=500 and -limitdescendantsize=500
 352016-01-18T02:54:35  <sdaftuar> those values are interpreted as kb
 362016-01-18T02:54:39  <sdaftuar> and default to 101
 372016-01-18T02:55:09  <wangchun> the tx itself is counted in ancestor/descendant size?
 382016-01-18T02:55:17  <wangchun> ancestor or descendant?
 392016-01-18T02:55:41  <sdaftuar> i would bump both to be safe
 402016-01-18T02:56:48  <sdaftuar> i'm double-checking the calculation
 412016-01-18T02:57:47  <sdaftuar> both numbers include the transaction itself
 422016-01-18T02:58:05  <sdaftuar> so if it has one unconfirmed parent, make sure that you set -limitancestorsize to be large enough for both transactions
 432016-01-18T02:58:15  <wangchun> sdaftuar: ok
 442016-01-18T03:05:17  *** Chris_Stewart_5 has joined #bitcoin-core-dev
 452016-01-18T03:08:23  *** PRab has quit IRC
 462016-01-18T03:29:33  <GitHub3> [bitcoin] sdaftuar opened pull request #7367: Mention mempool chain limits in release notes (0.12...update-release-notes) https://github.com/bitcoin/bitcoin/pull/7367
 472016-01-18T03:39:47  *** drnet has quit IRC
 482016-01-18T04:01:12  *** arowser has quit IRC
 492016-01-18T04:01:35  *** arowser has joined #bitcoin-core-dev
 502016-01-18T04:09:05  *** zookolaptop has quit IRC
 512016-01-18T04:22:12  <GitHub55> [bitcoin] sdaftuar opened pull request #7368: [Tests] Eliminate race condition in mempool_packages.py (master...fix-package-test) https://github.com/bitcoin/bitcoin/pull/7368
 522016-01-18T04:41:39  *** PRab has joined #bitcoin-core-dev
 532016-01-18T04:46:50  *** Chris_Stewart_5 has quit IRC
 542016-01-18T05:06:54  *** warren has quit IRC
 552016-01-18T05:15:09  <phantomcircuit> wangchun, why are you trying to send 5000 vouts? that seems like a lot
 562016-01-18T05:43:47  *** ronbo has joined #bitcoin-core-dev
 572016-01-18T05:58:50  *** ronbo has quit IRC
 582016-01-18T06:07:43  *** pigeons has quit IRC
 592016-01-18T06:08:16  *** pigeons has joined #bitcoin-core-dev
 602016-01-18T06:08:40  *** pigeons is now known as Guest73598
 612016-01-18T06:10:09  <phantomcircuit> morcos, did you work on improving the utxo caching setup to avoid clearing it on flush?
 622016-01-18T06:20:19  *** jtimon has quit IRC
 632016-01-18T06:26:26  *** Guest73598 is now known as pigeons
 642016-01-18T06:27:48  *** wallet42 has quit IRC
 652016-01-18T06:42:26  *** warren has joined #bitcoin-core-dev
 662016-01-18T06:43:19  *** warren has quit IRC
 672016-01-18T06:44:43  *** warren has joined #bitcoin-core-dev
 682016-01-18T06:45:26  *** warren has quit IRC
 692016-01-18T06:46:38  *** warren has joined #bitcoin-core-dev
 702016-01-18T07:17:35  *** JackH has quit IRC
 712016-01-18T07:22:08  *** JackH has joined #bitcoin-core-dev
 722016-01-18T07:22:24  *** MarcoFalke has joined #bitcoin-core-dev
 732016-01-18T07:24:36  <michagogo> .whois cfields cfields
 742016-01-18T07:24:40  <michagogo> er
 752016-01-18T07:24:41  <michagogo> sorry
 762016-01-18T07:39:05  <wangchun> phantomcircuit: daily payout
 772016-01-18T07:40:12  <phantomcircuit> wangchun, you dont have a minimum payout amount of > $1 ?
 782016-01-18T07:52:17  <wangchun> phantomcircuit: our threshold is 0.001 BTC
 792016-01-18T07:52:52  <wangchun> that about ¥2.51
 802016-01-18T07:53:05  <wangchun> s/that/that's/
 812016-01-18T08:05:51  <phantomcircuit> wangchun, not even enough to buy a candy bar :P
 822016-01-18T08:10:35  *** Ylbam has joined #bitcoin-core-dev
 832016-01-18T08:11:38  *** AtashiCon has quit IRC
 842016-01-18T08:14:07  *** murch has joined #bitcoin-core-dev
 852016-01-18T08:15:43  *** AtashiCon has joined #bitcoin-core-dev
 862016-01-18T08:17:22  *** Arnavion has quit IRC
 872016-01-18T08:17:27  *** Arnavion has joined #bitcoin-core-dev
 882016-01-18T08:22:55  *** JackH has quit IRC
 892016-01-18T08:24:10  *** cjcj has joined #bitcoin-core-dev
 902016-01-18T08:26:08  *** wumpus has joined #bitcoin-core-dev
 912016-01-18T08:45:22  *** BashCo has quit IRC
 922016-01-18T08:46:35  *** wallet42 has joined #bitcoin-core-dev
 932016-01-18T08:47:27  *** MarcoFalke has quit IRC
 942016-01-18T08:47:32  *** davec has quit IRC
 952016-01-18T08:47:41  *** wallet42 has quit IRC
 962016-01-18T08:48:06  *** davec has joined #bitcoin-core-dev
 972016-01-18T09:02:31  *** BashCo has joined #bitcoin-core-dev
 982016-01-18T09:06:50  *** GAit has joined #bitcoin-core-dev
 992016-01-18T09:08:43  *** GAit has quit IRC
1002016-01-18T09:09:11  *** GAit has joined #bitcoin-core-dev
1012016-01-18T09:11:23  *** GAit has quit IRC
1022016-01-18T09:12:55  *** GAit has joined #bitcoin-core-dev
1032016-01-18T09:15:04  *** GAit has quit IRC
1042016-01-18T09:15:55  *** GAit has joined #bitcoin-core-dev
1052016-01-18T09:21:04  <adnn_> The Classic fork will be successful. This is looking like the end.
1062016-01-18T09:21:30  *** GAit has quit IRC
1072016-01-18T09:22:02  *** GAit has joined #bitcoin-core-dev
1082016-01-18T09:22:55  *** ChanServ sets mode: +o wumpus
1092016-01-18T09:23:35  *** wumpus sets mode: +b *!*@cpe-158-222-198-108.nyc.res.rr.com
1102016-01-18T09:23:49  *** adnn_ was kicked by wumpus (this is a propaganda free zone)
1112016-01-18T09:27:20  <GitHub91> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/fd9356ba4eb5...f2cf071e702f
1122016-01-18T09:27:20  <GitHub91> bitcoin/master 4d10d2e Suhas Daftuar: Eliminate race condition in mempool_packages test
1132016-01-18T09:27:21  <GitHub91> bitcoin/master f2cf071 Wladimir J. van der Laan: Merge pull request #7368...
1142016-01-18T09:27:30  <GitHub95> [bitcoin] laanwj closed pull request #7368: [Tests] Eliminate race condition in mempool_packages.py (master...fix-package-test) https://github.com/bitcoin/bitcoin/pull/7368
1152016-01-18T09:27:30  *** GAit has quit IRC
1162016-01-18T09:28:44  *** GAit has joined #bitcoin-core-dev
1172016-01-18T09:30:12  <GitHub135> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/1488fc8eac3ab8ed58d84c6bd61b5295b01de295
1182016-01-18T09:30:13  <GitHub135> bitcoin/0.12 1488fc8 Suhas Daftuar: Eliminate race condition in mempool_packages test...
1192016-01-18T09:30:40  <GitHub191> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f2cf071e702f...2350ab28fb8c
1202016-01-18T09:30:40  <GitHub191> bitcoin/master bd34174 Prayag Verma: Update license year range to 2016
1212016-01-18T09:30:41  <GitHub191> bitcoin/master 2350ab2 Wladimir J. van der Laan: Merge pull request #7363...
1222016-01-18T09:30:50  <GitHub8> [bitcoin] laanwj closed pull request #7363: Update license year range to 2016 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/7363
1232016-01-18T09:31:58  <GitHub8> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/098fcb56945fa6e445f8585890cf935825ffd079
1242016-01-18T09:31:58  <GitHub8> bitcoin/0.12 098fcb5 Prayag Verma: Update license year range to 2016...
1252016-01-18T09:32:16  *** GAit has quit IRC
1262016-01-18T09:32:24  *** GAit has joined #bitcoin-core-dev
1272016-01-18T09:32:45  <GitHub12> [bitcoin] laanwj pushed 2 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/098fcb56945f...8b7a0f88cb91
1282016-01-18T09:32:45  <GitHub12> bitcoin/0.12 2e552b0 Suhas Daftuar: Mention mempool chain limits in release notes
1292016-01-18T09:32:46  <GitHub12> bitcoin/0.12 8b7a0f8 Wladimir J. van der Laan: Merge pull request #7367...
1302016-01-18T09:32:48  <GitHub144> [bitcoin] laanwj closed pull request #7367: Mention mempool chain limits in release notes (0.12...update-release-notes) https://github.com/bitcoin/bitcoin/pull/7367
1312016-01-18T09:36:14  <GitHub121> [bitcoin] laanwj closed pull request #7347: Release notes about mining code changes (0.12...rnfixes2) https://github.com/bitcoin/bitcoin/pull/7347
1322016-01-18T09:36:14  <GitHub21> [bitcoin] laanwj pushed 2 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/8b7a0f88cb91...b0cb0556737b
1332016-01-18T09:36:14  <GitHub21> bitcoin/0.12 5cacb8f Alex Morcos: Add comment about mining changes and more about priority
1342016-01-18T09:36:15  <GitHub21> bitcoin/0.12 b0cb055 Wladimir J. van der Laan: Merge pull request #7347...
1352016-01-18T09:37:14  <GitHub94> [bitcoin] laanwj pushed 8 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/b0cb0556737b...1709cc5cb0e5
1362016-01-18T09:37:14  <GitHub50> [bitcoin] laanwj closed pull request #7338: Backports for 0.12.0 (updated to e289807) (0.12...backports-for-0.12.0) https://github.com/bitcoin/bitcoin/pull/7338
1372016-01-18T09:37:15  <GitHub94> bitcoin/0.12 6092ff2 Suriyaa Kudo: Set link from http:// to https://...
1382016-01-18T09:37:15  <GitHub94> bitcoin/0.12 6307beb Patrick Strateman: Note that reviewers should mention the commit hash of the commits they reviewed....
1392016-01-18T09:37:16  <GitHub94> bitcoin/0.12 6191a9b Jonas Schnelli: [RPC-Tests] add option to run rpc test over QT clients...
1402016-01-18T09:38:07  *** p15 has quit IRC
1412016-01-18T09:39:29  <GitHub33> [bitcoin] laanwj pushed 2 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/1709cc5cb0e5...d04525a065ae
1422016-01-18T09:39:29  <GitHub33> bitcoin/0.12 fa8c497 MarcoFalke: [doc] backwards-compatibility issues due to chainstate obfuscation
1432016-01-18T09:39:29  <GitHub168> [bitcoin] laanwj closed pull request #7345: [0.12]  	Add backwards-compatibility issues (chainstate obfuscation) to release notes (0.12...Mf1601-docObfuscation) https://github.com/bitcoin/bitcoin/pull/7345
1442016-01-18T09:39:30  <GitHub33> bitcoin/0.12 d04525a Wladimir J. van der Laan: Merge pull request #7345...
1452016-01-18T09:41:45  *** p15 has joined #bitcoin-core-dev
1462016-01-18T09:41:52  <GitHub153> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2350ab28fb8c...a8bd616fea62
1472016-01-18T09:41:52  <GitHub153> bitcoin/master 9d263bd Chris Wheeler: Typo fixes in comments
1482016-01-18T09:41:53  <GitHub153> bitcoin/master a8bd616 Wladimir J. van der Laan: Merge pull request #7329...
1492016-01-18T09:41:59  <GitHub44> [bitcoin] laanwj closed pull request #7329: Trivial: fix typo (master...typofix) https://github.com/bitcoin/bitcoin/pull/7329
1502016-01-18T09:45:46  <GitHub182> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a8bd616fea62...5e00147838b0
1512016-01-18T09:45:47  <GitHub182> bitcoin/master 0331aa3 calebogden: Fixing typos on security-check.py and torcontrol.cpp
1522016-01-18T09:45:47  <GitHub182> bitcoin/master 5e00147 Wladimir J. van der Laan: Merge pull request #7313...
1532016-01-18T09:45:51  <GitHub58> [bitcoin] laanwj closed pull request #7313: [trivial] fixing multiple typos (master...patch-1) https://github.com/bitcoin/bitcoin/pull/7313
1542016-01-18T09:46:21  <GitHub151> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5e00147838b0...3ec5bb0a6e2c
1552016-01-18T09:46:21  <GitHub151> bitcoin/master 7777994 MarcoFalke: [qa] Fix pyton syntax in rpc tests
1562016-01-18T09:46:22  <GitHub151> bitcoin/master 3ec5bb0 Wladimir J. van der Laan: Merge pull request #7335...
1572016-01-18T09:46:31  <GitHub161> [bitcoin] laanwj closed pull request #7335: [qa] Fix pyton syntax in rpc tests (master...Mf1601-rpcSyntax) https://github.com/bitcoin/bitcoin/pull/7335
1582016-01-18T09:47:07  <GitHub0> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/d8b062d752838aa0d7141355a1341768d4c4064c
1592016-01-18T09:47:07  <GitHub0> bitcoin/0.12 d8b062d MarcoFalke: [qa] Fix pyton syntax in rpc tests...
1602016-01-18T09:47:07  *** wumpus sets mode: -b *!*@cpe-158-222-198-108.nyc.res.rr.com
1612016-01-18T09:47:31  *** blur3d has joined #bitcoin-core-dev
1622016-01-18T09:50:05  <GitHub88> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/3ec5bb0a6e2c...b8f485c47284
1632016-01-18T09:50:06  <GitHub88> bitcoin/master fa4f4b6 MarcoFalke: Add clang-format-diff.py from the LLVM svn...
1642016-01-18T09:50:06  <GitHub88> bitcoin/master fa074a6 MarcoFalke: [contrib] Prepare clang-format-diff for usage
1652016-01-18T09:50:07  <GitHub88> bitcoin/master b8f485c Wladimir J. van der Laan: Merge pull request #7304...
1662016-01-18T09:50:16  <GitHub71> [bitcoin] laanwj closed pull request #7304: [contrib] Add clang-format-diff.py (master...Mf1601-clang-format-diff) https://github.com/bitcoin/bitcoin/pull/7304
1672016-01-18T09:50:29  *** arowser has quit IRC
1682016-01-18T09:50:46  *** arowser has joined #bitcoin-core-dev
1692016-01-18T09:56:21  <GitHub156> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b8f485c47284...d3dfc6d7e18e
1702016-01-18T09:56:22  <GitHub156> bitcoin/master fa1cb1a MarcoFalke: [qa] Test walletpassphrase timeout
1712016-01-18T09:56:22  <GitHub156> bitcoin/master d3dfc6d Wladimir J. van der Laan: Merge pull request #7320...
1722016-01-18T09:56:29  <GitHub88> [bitcoin] laanwj closed pull request #7320: [qa] Test walletpassphrase timeout (master...Mf1601-rpcWalletPass) https://github.com/bitcoin/bitcoin/pull/7320
1732016-01-18T09:56:46  <GitHub119> [bitcoin] laanwj closed pull request #7060: build: Make networking work inside LXC builder in gitian-building.md (master...2015_11_gitian_building) https://github.com/bitcoin/bitcoin/pull/7060
1742016-01-18T09:57:20  <GitHub39> [bitcoin] laanwj reopened pull request #7060: build: Make networking work inside LXC builder in gitian-building.md (master...2015_11_gitian_building) https://github.com/bitcoin/bitcoin/pull/7060
1752016-01-18T10:18:46  *** Guyver2 has joined #bitcoin-core-dev
1762016-01-18T10:22:11  <GitHub69> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/d3dfc6d7e18e...c851d8d71b2e
1772016-01-18T10:22:12  <GitHub69> bitcoin/master fac11ea MarcoFalke: [init] Fix error message of maxtxfee invalid amount
1782016-01-18T10:22:12  <GitHub69> bitcoin/master fa6ab96 MarcoFalke: [init] Add missing help for args
1792016-01-18T10:22:13  <GitHub69> bitcoin/master faa572a MarcoFalke: [init] Help Msg: Use Params(CBaseChainParams::MAIN)
1802016-01-18T10:22:16  <GitHub129> [bitcoin] laanwj closed pull request #7290:  [init] Add missing help for args  (master...Mf1601-doc) https://github.com/bitcoin/bitcoin/pull/7290
1812016-01-18T10:27:47  *** MarcoFalke has joined #bitcoin-core-dev
1822016-01-18T10:32:31  *** adnn has joined #bitcoin-core-dev
1832016-01-18T10:37:20  *** GAit has quit IRC
1842016-01-18T10:39:12  *** GAit has joined #bitcoin-core-dev
1852016-01-18T10:45:28  *** randy-waterhouse has quit IRC
1862016-01-18T10:56:21  <GitHub71> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c851d8d71b2e...47c5ed19f3ba
1872016-01-18T10:56:22  <GitHub71> bitcoin/master 64360f1 Wladimir J. van der Laan: Make max tip age an option instead of chainparam...
1882016-01-18T10:56:22  <GitHub71> bitcoin/master 47c5ed1 Wladimir J. van der Laan: Merge pull request #7208...
1892016-01-18T10:56:31  <GitHub60> [bitcoin] laanwj closed pull request #7208: Make max tip age an option instead of chainparam (master...2015_12_maxtipage) https://github.com/bitcoin/bitcoin/pull/7208
1902016-01-18T11:11:05  <michagogo> wumpus: I don't suppose you have any clue why the OS X gitian build is failing so spectacularly?
1912016-01-18T11:11:46  <MarcoFalke> michagogo. 0.11.2 works fine?
1922016-01-18T11:12:16  <michagogo> Yep, I build 0.11.2 on this setup and 0.12.0rc1 windows and Linux are fine
1932016-01-18T11:12:21  <michagogo> And fanquake also had the same failure
1942016-01-18T11:12:25  <michagogo> built*
1952016-01-18T11:20:31  <GitHub177> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/47c5ed19f3ba...ae20172941ff
1962016-01-18T11:20:32  <GitHub177> bitcoin/master 94bdd71 Gregory Sanders: Added help text for chainwork value
1972016-01-18T11:20:32  <GitHub177> bitcoin/master ae20172 Wladimir J. van der Laan: Merge pull request #7232...
1982016-01-18T11:20:39  <GitHub101> [bitcoin] laanwj closed pull request #7232: [RPC] getblock: Added help text for chainwork value (master...getblockhelp) https://github.com/bitcoin/bitcoin/pull/7232
1992016-01-18T11:21:16  <GitHub56> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/c0d2382170962ecae72fd90d4830fcadd4c2ed30
2002016-01-18T11:21:16  <GitHub56> bitcoin/0.12 c0d2382 Gregory Sanders: Added help text for chainwork value...
2012016-01-18T11:22:05  *** GAit has quit IRC
2022016-01-18T11:22:12  *** Thireus has joined #bitcoin-core-dev
2032016-01-18T11:24:21  <GitHub54> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/ae20172941ff...e4e77ee55d8a
2042016-01-18T11:24:21  <GitHub54> bitcoin/master 16d4fce James O'Beirne: Add assert_is_hex_string and assert_is_hash_string to RPC test utils.
2052016-01-18T11:24:22  <GitHub54> bitcoin/master 4745636 James O'Beirne: Add RPC documentation for getblockheader[chainwork].
2062016-01-18T11:24:23  <GitHub54> bitcoin/master 135d6ec James O'Beirne: Add RPC tests for getblockheader.
2072016-01-18T11:24:31  <GitHub73> [bitcoin] laanwj closed pull request #7194: Fix help, add RPC tests for getblockheader (master...test_getblockheader) https://github.com/bitcoin/bitcoin/pull/7194
2082016-01-18T11:26:12  <GitHub99> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/351ffd8482ff812e6b464c870bb4b0bff85e3884
2092016-01-18T11:26:12  <GitHub99> bitcoin/0.12 351ffd8 James O'Beirne: Fix help, add RPC tests for getblockheader...
2102016-01-18T11:26:22  *** GAit has joined #bitcoin-core-dev
2112016-01-18T11:26:49  <michagogo> wumpus: Yeah, that's not it. It's the build itself that's crashing and burning, not the signer.
2122016-01-18T11:27:45  <michagogo> It looks like it might be happening at the qt stage -- deps build seems fine until that point, but then something breaks in a really weird way
2132016-01-18T11:29:11  *** GAit has quit IRC
2142016-01-18T11:31:12  *** tin_ has joined #bitcoin-core-dev
2152016-01-18T11:32:35  <MarcoFalke> Can you downgrade gitian-builder to something older (e.g. 29c406e1174) and test again?
2162016-01-18T11:32:49  <MarcoFalke> (Needs new base images)
2172016-01-18T11:33:15  <wumpus> MarcoFalke, it's just the OSX build that is failing, if it was a base image problem wouldn't all the builds fail?
2182016-01-18T11:33:54  *** GAit has joined #bitcoin-core-dev
2192016-01-18T11:34:09  <MarcoFalke> wumpus have you been using the latest gitian builder version for the OSX build?
2202016-01-18T11:34:19  <wumpus>  michagogo: no, no clue, I had some problems with LXC myself hence https://github.com/bitcoin/bitcoin/pull/7060 , but haven't heard anyone else about it (and shouldn't be macosx specific either)
2212016-01-18T11:34:27  <wumpus> MarcoFalke, yes
2222016-01-18T11:34:32  <wumpus> but I use KVM, not LXC
2232016-01-18T11:36:26  *** tin_ has quit IRC
2242016-01-18T11:38:28  <michagogo> wumpus: fanquake was having the same issue, also using LXC, and also only on the OS X build
2252016-01-18T11:38:34  *** adnn has quit IRC
2262016-01-18T11:39:26  <wumpus> so yes I also have issues with LXC all the time
2272016-01-18T11:41:04  <michagogo> wumpus: and also, that PR is for networking, I'm preseeding the cache as mentioned in release-process
2282016-01-18T11:41:16  <michagogo> wumpus: idk, it mostly works for me, until something weird happens like this
2292016-01-18T11:41:37  <michagogo> Definitely not "all the time"
2302016-01-18T11:42:45  <wumpus> the PR is not only networking, it also adds some packages that I needed
2312016-01-18T11:42:55  <wumpus> (or maybe those are only networking related, I dunno)
2322016-01-18T11:43:17  <wumpus> do you have a log of what goes wrong?
2332016-01-18T11:43:27  <michagogo> ca-certificates is definitely only networking
2342016-01-18T11:43:33  <michagogo> that's toget the deps over https
2352016-01-18T11:43:40  <michagogo> and, er...
2362016-01-18T11:43:47  <michagogo> the image should already have *python*...
2372016-01-18T11:44:03  <michagogo> yeah, it's in scrollback
2382016-01-18T11:44:03  <michagogo> one sec
2392016-01-18T11:45:19  *** laurentmt has joined #bitcoin-core-dev
2402016-01-18T11:45:42  <michagogo> wumpus: so somehow build.log is being truncated:
2412016-01-18T11:45:43  <michagogo> https://www.dropbox.com/s/9jqnexeyvb0u1g6/build2.log?dl=0
2422016-01-18T11:46:57  <michagogo> I used `script` to capture a tailf of the log: https://www.dropbox.com/s/uwdejt9rczbywuq/macbuild.log?dl=0
2432016-01-18T11:47:48  *** laurentmt has quit IRC
2442016-01-18T11:49:44  <wumpus> /usr/bin/env: python: No such file or directory
2452016-01-18T11:49:44  <wumpus> make: *** [dist/Bitcoin-Qt.app/Contents/MacOS/Bitcoin-Qt] Error 127
2462016-01-18T11:49:50  <wumpus> what did you say about python? :p
2472016-01-18T11:51:47  <michagogo> ...what.
2482016-01-18T11:51:51  <wumpus> I don't think python is part of the LXC image at all, and it's necesary for macosx build
2492016-01-18T11:51:56  <michagogo> um.
2502016-01-18T11:52:15  <michagogo> What changed between 0.11 and 0.12 to make it necessary?
2512016-01-18T11:52:40  <michagogo> one sec, lemme run on-target dpkg -l | grep python
2522016-01-18T11:52:41  <wumpus> ... or maybe it's just not part of the LXC iimage as 'python', but e.g. python2?
2532016-01-18T11:52:57  <wumpus> in most places we explicitly call it python2
2542016-01-18T11:53:23  <wumpus> but I don't think that's the problem, package 'python' installs python 2
2552016-01-18T11:53:49  <michagogo> http://paste.ubuntu.com/14566590/
2562016-01-18T11:53:50  <michagogo> Looks like we only have python3
2572016-01-18T11:54:07  <michagogo> But that leaves 2 questions. First, why is it only needed for OS X and not for Linux or Windows?
2582016-01-18T11:54:26  <michagogo> And second, why is it required in 0.12 when it isn't in 0.11?
2592016-01-18T11:54:53  <michagogo> The descriptor diff doesn't look like it could be related
2602016-01-18T11:54:59  * michagogo checks the depends/ diff
2612016-01-18T11:55:33  *** GAit has quit IRC
2622016-01-18T11:57:38  <michagogo> Okay, lets try...
2632016-01-18T11:58:29  <michagogo> wumpus: btw, why does that PR add python to all the descriptors?
2642016-01-18T11:59:52  *** MarcoFalke has quit IRC
2652016-01-18T12:00:03  *** GAit has joined #bitcoin-core-dev
2662016-01-18T12:01:32  *** drnet has joined #bitcoin-core-dev
2672016-01-18T12:21:27  *** viderizer has joined #bitcoin-core-dev
2682016-01-18T12:21:49  *** laurentmt has joined #bitcoin-core-dev
2692016-01-18T12:29:29  *** laurentmt has quit IRC
2702016-01-18T12:51:06  *** GAit has quit IRC
2712016-01-18T13:07:06  <GitHub176> [bitcoin] MarcoFalke opened pull request #7370: [0.12] Doc: Wallet & Pruning  (0.12...Mf1601-docWalletPrune) https://github.com/bitcoin/bitcoin/pull/7370
2722016-01-18T13:07:15  *** MarcoFalke has joined #bitcoin-core-dev
2732016-01-18T13:14:57  *** jtimon has joined #bitcoin-core-dev
2742016-01-18T13:25:11  *** droark has quit IRC
2752016-01-18T13:26:55  <GitHub152> [bitcoin] MarcoFalke opened pull request #7371: [0.12] backports (0.12...Mf1601-012Backports) https://github.com/bitcoin/bitcoin/pull/7371
2762016-01-18T13:33:38  *** drnet has quit IRC
2772016-01-18T13:44:43  *** fkhan has joined #bitcoin-core-dev
2782016-01-18T14:10:03  *** afk11 has joined #bitcoin-core-dev
2792016-01-18T14:13:48  <wumpus> michagogo, never narrowed it down further
2802016-01-18T14:19:33  <GitHub126> [bitcoin] laanwj closed pull request #7360: Fix osslsigncode patch url (master...doc-fix) https://github.com/bitcoin/bitcoin/pull/7360
2812016-01-18T14:21:50  <GitHub27> [bitcoin] MarcoFalke opened pull request #7372: Trivial: [qa] wallet: Print maintenance (master...Mf1601-qaWalletPrint) https://github.com/bitcoin/bitcoin/pull/7372
2822016-01-18T14:22:46  *** blur3d has quit IRC
2832016-01-18T14:23:15  *** guest21333 has joined #bitcoin-core-dev
2842016-01-18T14:24:09  *** guest21333 has quit IRC
2852016-01-18T14:25:29  <GitHub186> [bitcoin] sdaftuar opened pull request #7373: [Tests] Fix error in blockchain.py introduced in merge (master...fix-blockchain-py) https://github.com/bitcoin/bitcoin/pull/7373
2862016-01-18T14:30:03  <MarcoFalke> travis is overheating. Could someone nuke https://travis-ci.org/bitcoin/bitcoin/builds/103104813 & https://travis-ci.org/bitcoin/bitcoin/builds/103103829 ?
2872016-01-18T14:32:56  *** Chris_Stewart_5 has joined #bitcoin-core-dev
2882016-01-18T14:34:40  <MarcoFalke> or maybe just cancel  all running pulls other than the one from sdaftuar. They will fail anyway
2892016-01-18T14:34:44  <MarcoFalke> wumpus ?
2902016-01-18T14:35:54  <wumpus> is there a big red button to just cancel everything?
2912016-01-18T14:36:09  <MarcoFalke> idk
2922016-01-18T14:37:16  <MarcoFalke> It is only the 4 running on https://travis-ci.org/bitcoin/bitcoin/pull_requests
2932016-01-18T14:41:13  <wumpus> cool, travis has a command line tool
2942016-01-18T14:42:11  <MarcoFalke> Nice, but you canceled https://travis-ci.org/bitcoin/bitcoin/builds/103118874
2952016-01-18T14:42:24  <MarcoFalke> This one should run ;)
2962016-01-18T14:42:27  <MarcoFalke> or get merged
2972016-01-18T14:42:33  <wumpus> yes I'm cancelling everything, as said
2982016-01-18T14:46:40  *** laurentmt has joined #bitcoin-core-dev
2992016-01-18T14:47:13  *** laurentmt has quit IRC
3002016-01-18T14:51:24  *** MarcoFalke has quit IRC
3012016-01-18T14:52:28  *** MarcoFalke has joined #bitcoin-core-dev
3022016-01-18T14:53:55  *** brg444 has joined #bitcoin-core-dev
3032016-01-18T15:00:12  *** BananaLotus has quit IRC
3042016-01-18T15:00:12  *** guruvan has quit IRC
3052016-01-18T15:01:22  <GitHub101> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e4e77ee55d8a...e2ed57e61e44
3062016-01-18T15:01:22  <GitHub101> bitcoin/master 4a04879 Suhas Daftuar: Fix error in blockchain.py introduced in merge
3072016-01-18T15:01:23  <GitHub101> bitcoin/master e2ed57e Wladimir J. van der Laan: Merge pull request #7373...
3082016-01-18T15:01:32  <GitHub56> [bitcoin] laanwj closed pull request #7373: [Tests] Fix error in blockchain.py introduced in merge (master...fix-blockchain-py) https://github.com/bitcoin/bitcoin/pull/7373
3092016-01-18T15:02:12  <GitHub166> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/51af87f0786d3a0c9fbff84a9648781138ab84c3
3102016-01-18T15:02:13  <GitHub166> bitcoin/0.12 51af87f Suhas Daftuar: Fix error in blockchain.py introduced in merge...
3112016-01-18T15:09:10  *** jtimon_ has joined #bitcoin-core-dev
3122016-01-18T15:09:25  *** jtimon has quit IRC
3132016-01-18T15:24:33  <GitHub133> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e2ed57e61e44...21376af183ff
3142016-01-18T15:24:34  <GitHub133> bitcoin/master facd288 MarcoFalke: [qa] wallet: Print maintenance
3152016-01-18T15:24:35  <GitHub133> bitcoin/master 21376af Wladimir J. van der Laan: Merge pull request #7372...
3162016-01-18T15:24:44  <GitHub182> [bitcoin] laanwj closed pull request #7372: Trivial: [qa] wallet: Print maintenance (master...Mf1601-qaWalletPrint) https://github.com/bitcoin/bitcoin/pull/7372
3172016-01-18T15:31:25  <GitHub117> [bitcoin] laanwj pushed 2 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/51af87f0786d...cda064caa13e
3182016-01-18T15:31:25  <GitHub117> bitcoin/0.12 fa31133 MarcoFalke: [Doc] Wallet & Pruning
3192016-01-18T15:31:26  <GitHub95> [bitcoin] laanwj closed pull request #7370: [0.12] Doc: Wallet & Pruning  (0.12...Mf1601-docWalletPrune) https://github.com/bitcoin/bitcoin/pull/7370
3202016-01-18T15:31:26  <GitHub117> bitcoin/0.12 cda064c Wladimir J. van der Laan: Merge pull request #7370...
3212016-01-18T15:36:18  *** zookolaptop has joined #bitcoin-core-dev
3222016-01-18T15:42:58  <PRab> FYI, I've been running 0.12RC1 and maxuploadtarget appears to be working.
3232016-01-18T15:43:46  <PRab> I think thats a great improvement over the previous QOS setup I had.
3242016-01-18T15:44:26  <MarcoFalke> but maxuploadtarget isn't doing qos
3252016-01-18T15:45:45  <PRab> Its not, but my goal is to limit it to ~50 GB per month. I don't really care about bursts very much.
3262016-01-18T15:51:06  <GitHub190> [bitcoin] sdaftuar reopened pull request #7222: [WIP] RPC: Indicate which transactions are signaling opt-in RBF (master...add-optin-info) https://github.com/bitcoin/bitcoin/pull/7222
3272016-01-18T16:12:12  *** paveljanik has joined #bitcoin-core-dev
3282016-01-18T16:28:48  *** zookolaptop has quit IRC
3292016-01-18T16:48:06  *** fkhan has quit IRC
3302016-01-18T16:52:21  *** zookolaptop has joined #bitcoin-core-dev
3312016-01-18T17:00:30  *** GAit has joined #bitcoin-core-dev
3322016-01-18T17:01:55  *** afk11 has quit IRC
3332016-01-18T17:02:47  *** fkhan has joined #bitcoin-core-dev
3342016-01-18T17:03:14  *** afk11 has joined #bitcoin-core-dev
3352016-01-18T17:04:06  *** BashCo has quit IRC
3362016-01-18T17:18:30  *** Guyver2 has quit IRC
3372016-01-18T17:23:55  *** fkhan has quit IRC
3382016-01-18T17:25:38  <Luke-Jr> can we get *explicit* ACKs on #7300? otherwise someone has to go make sure the authors actually contributed the code themselves :/
3392016-01-18T17:28:15  *** BashCo has joined #bitcoin-core-dev
3402016-01-18T17:33:28  *** drnet has joined #bitcoin-core-dev
3412016-01-18T17:34:49  <MarcoFalke> Luke-Jr, only sipa is missing
3422016-01-18T17:35:49  <MarcoFalke> need to ping when back online
3432016-01-18T18:12:26  *** fkhan has joined #bitcoin-core-dev
3442016-01-18T18:16:43  <Luke-Jr> MarcoFalke: lots of people just posted stupid "ACK everything I contribute" which doesn't really help
3452016-01-18T18:16:57  <Luke-Jr> because git doesn't track who contributed things, only who wrote them
3462016-01-18T18:20:33  <MarcoFalke> They are legally responsible if they commit copyfraud, how is this our problem? Or asking the other way: How would it help us to get "explicit ACKs" in case a copyfraud is detected and legally pursued?
3472016-01-18T18:25:34  *** afk11 has quit IRC
3482016-01-18T18:37:22  *** GAit has quit IRC
3492016-01-18T18:38:06  *** GAit has joined #bitcoin-core-dev
3502016-01-18T18:41:26  *** zookolaptop has quit IRC
3512016-01-18T19:17:52  *** rsx has joined #bitcoin-core-dev
3522016-01-18T19:31:49  *** drnet has quit IRC
3532016-01-18T19:43:21  *** rsx has quit IRC
3542016-01-18T19:48:42  <GitHub58> [bitcoin] MarcoFalke opened pull request #7374: [init] Rework transaction fee warnings (master...Mf1601-init-fee-warn) https://github.com/bitcoin/bitcoin/pull/7374
3552016-01-18T20:21:43  *** Chris_Stewart_5 has quit IRC
3562016-01-18T20:24:07  *** afk11 has joined #bitcoin-core-dev
3572016-01-18T20:24:33  *** afk11 has quit IRC
3582016-01-18T20:25:52  *** afk11 has joined #bitcoin-core-dev
3592016-01-18T20:28:55  *** afk11 has quit IRC
3602016-01-18T20:29:06  *** afk11 has joined #bitcoin-core-dev
3612016-01-18T20:29:13  *** drnet has joined #bitcoin-core-dev
3622016-01-18T20:33:01  <Luke-Jr> MarcoFalke: it's not copyfraud necessarily
3632016-01-18T20:33:33  <Luke-Jr> MarcoFalke: what if I PR some code from your repo, for example?
3642016-01-18T20:33:40  *** belcher has joined #bitcoin-core-dev
3652016-01-18T20:33:44  <Luke-Jr> MarcoFalke: you didn't contribute it, but you wrote it and git attributes it to you
3662016-01-18T20:33:45  *** afk11 has quit IRC
3672016-01-18T20:34:31  *** Chris_Stewart_5 has joined #bitcoin-core-dev
3682016-01-18T20:40:57  *** GAit has quit IRC
3692016-01-18T20:44:09  *** drnet has quit IRC
3702016-01-18T20:52:54  *** GAit has joined #bitcoin-core-dev
3712016-01-18T21:00:54  *** MarcoFalke has quit IRC
3722016-01-18T21:01:13  *** MarcoFalke has joined #bitcoin-core-dev
3732016-01-18T21:07:10  *** brg444 has quit IRC
3742016-01-18T21:09:55  *** zookolaptop has joined #bitcoin-core-dev
3752016-01-18T21:20:55  *** laurentmt has joined #bitcoin-core-dev
3762016-01-18T21:28:41  *** paveljanik has quit IRC
3772016-01-18T21:29:01  *** paveljanik has joined #bitcoin-core-dev
3782016-01-18T21:29:01  *** paveljanik has quit IRC
3792016-01-18T21:29:01  *** paveljanik has joined #bitcoin-core-dev
3802016-01-18T21:33:53  <GitHub73> [bitcoin] toby opened pull request #7376: Payments: Allow zero value OP_RETURN in PaymentRequests (master...zeropayments) https://github.com/bitcoin/bitcoin/pull/7376
3812016-01-18T21:33:56  *** paveljanik has quit IRC
3822016-01-18T21:48:40  *** MarcoFalke has quit IRC
3832016-01-18T21:50:05  *** jl2012 has quit IRC
3842016-01-18T21:53:45  *** brg444 has joined #bitcoin-core-dev
3852016-01-18T22:04:45  *** Thireus has quit IRC
3862016-01-18T22:09:34  *** adnn has joined #bitcoin-core-dev
3872016-01-18T22:10:21  <michagogo> wumpus: btw, I can confirm that adding python to the os x descriptor fixes it
3882016-01-18T22:17:49  *** randy-waterhouse has joined #bitcoin-core-dev
3892016-01-18T22:30:50  *** adnn has quit IRC
3902016-01-18T22:31:27  *** adnn has joined #bitcoin-core-dev
3912016-01-18T22:37:32  *** GAit has quit IRC
3922016-01-18T22:38:02  *** GAit has joined #bitcoin-core-dev
3932016-01-18T22:46:15  *** laurentmt has quit IRC
3942016-01-18T22:47:32  *** GAit has quit IRC
3952016-01-18T22:49:40  *** GAit has joined #bitcoin-core-dev
3962016-01-18T22:52:57  *** lpersona has joined #bitcoin-core-dev
3972016-01-18T22:58:15  <lpersona> quick question for devs as I was reviewing the 0.12 RC: has the combination of auto setting the min relay fee and RBF enabled a possible attack vector?
3982016-01-18T22:59:06  <lpersona> I've posted the concern here and want to see if this possibility was considered before doing further research: https://www.reddit.com/r/Bitcoin/comments/41kaxq/autosetting_min_relay_fee_rbf_possible_attack/
3992016-01-18T23:00:47  *** Thireus has joined #bitcoin-core-dev
4002016-01-18T23:10:16  *** lpersona has quit IRC
4012016-01-18T23:13:44  *** lpersona has joined #bitcoin-core-dev
4022016-01-18T23:23:07  *** Thireus has quit IRC
4032016-01-18T23:24:26  <Luke-Jr> lpersona: replied there
4042016-01-18T23:26:13  *** brg444 has quit IRC
4052016-01-18T23:33:34  *** zookolaptop has quit IRC
4062016-01-18T23:33:36  *** T23WS has joined #bitcoin-core-dev
4072016-01-18T23:37:03  *** zookolaptop has joined #bitcoin-core-dev
4082016-01-18T23:55:40  *** laurentmt has joined #bitcoin-core-dev
4092016-01-18T23:55:58  *** laurentmt has quit IRC
4102016-01-18T23:59:11  *** zookolaptop has quit IRC