1 2016-01-18T00:17:37 *** GAit has joined #bitcoin-core-dev
2 2016-01-18T00:28:36 *** wallet42 has quit IRC
3 2016-01-18T00:40:58 *** blur3d has quit IRC
4 2016-01-18T00:51:57 *** GAit has quit IRC
5 2016-01-18T00:55:37 *** wallet42 has joined #bitcoin-core-dev
6 2016-01-18T00:56:17 *** GAit has joined #bitcoin-core-dev
7 2016-01-18T01:25:58 *** ronbo has quit IRC
8 2016-01-18T01:40:13 *** afk11 has quit IRC
9 2016-01-18T01:56:05 *** zookolaptop has quit IRC
10 2016-01-18T02:18:22 *** Ylbam has quit IRC
11 2016-01-18T02:21:34 *** GAit has quit IRC
12 2016-01-18T02:29:22 *** p15 has joined #bitcoin-core-dev
13 2016-01-18T02:35:38 *** jtoomim has joined #bitcoin-core-dev
14 2016-01-18T02:37:10 *** belcher has quit IRC
15 2016-01-18T02:43:35 <wangchun> what are ANCESTOR/DESCENDANT limits? My tx failed the test.
16 2016-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
17 2016-01-18T02:46:50 <sdaftuar> wangchun: "descendants" refer to the unconfirmed transactions that depend on a given one
18 2016-01-18T02:47:23 <sdaftuar> these limits apply to mempool acceptance of new transactions
19 2016-01-18T02:47:36 <sdaftuar> default is 25/25 if i remember correctly
20 2016-01-18T02:48:12 *** zookolaptop has joined #bitcoin-core-dev
21 2016-01-18T02:48:46 <wangchun> sdaftuar: my tx has only one ancestor, but it is refused
22 2016-01-18T02:49:33 <wangchun> sdaftuar: which limit should I increase?
23 2016-01-18T02:50:07 <sdaftuar> that can't be the ancestor/descendant limits unless you manually overrode the default
24 2016-01-18T02:50:30 <sdaftuar> what's the exact error?
25 2016-01-18T02:51:19 <wangchun> too-long-mempool-chain
26 2016-01-18T02:51:42 *** Chris_Stewart_5 has quit IRC
27 2016-01-18T02:52:21 <sdaftuar> oh, it could be the size of the transaction i suppose
28 2016-01-18T02:52:24 <sdaftuar> how big is it?
29 2016-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
30 2016-01-18T02:53:02 <wangchun> at the time I was trying to send, b28fe214a938921dcbf39146b806ab954c77f81e0b58ac4e4d8c5e9f21a308fa hasn't been confirmed
31 2016-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
32 2016-01-18T02:54:03 <wangchun> I already raised standard tx size limit to 500kb
33 2016-01-18T02:54:11 <wangchun> so should i increase these new limits too?
34 2016-01-18T02:54:27 <sdaftuar> yes, you can try -limitancestorsize=500 and -limitdescendantsize=500
35 2016-01-18T02:54:35 <sdaftuar> those values are interpreted as kb
36 2016-01-18T02:54:39 <sdaftuar> and default to 101
37 2016-01-18T02:55:09 <wangchun> the tx itself is counted in ancestor/descendant size?
38 2016-01-18T02:55:17 <wangchun> ancestor or descendant?
39 2016-01-18T02:55:41 <sdaftuar> i would bump both to be safe
40 2016-01-18T02:56:48 <sdaftuar> i'm double-checking the calculation
41 2016-01-18T02:57:47 <sdaftuar> both numbers include the transaction itself
42 2016-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
43 2016-01-18T02:58:15 <wangchun> sdaftuar: ok
44 2016-01-18T03:05:17 *** Chris_Stewart_5 has joined #bitcoin-core-dev
45 2016-01-18T03:08:23 *** PRab has quit IRC
46 2016-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
47 2016-01-18T03:39:47 *** drnet has quit IRC
48 2016-01-18T04:01:12 *** arowser has quit IRC
49 2016-01-18T04:01:35 *** arowser has joined #bitcoin-core-dev
50 2016-01-18T04:09:05 *** zookolaptop has quit IRC
51 2016-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
52 2016-01-18T04:41:39 *** PRab has joined #bitcoin-core-dev
53 2016-01-18T04:46:50 *** Chris_Stewart_5 has quit IRC
54 2016-01-18T05:06:54 *** warren has quit IRC
55 2016-01-18T05:15:09 <phantomcircuit> wangchun, why are you trying to send 5000 vouts? that seems like a lot
56 2016-01-18T05:43:47 *** ronbo has joined #bitcoin-core-dev
57 2016-01-18T05:58:50 *** ronbo has quit IRC
58 2016-01-18T06:07:43 *** pigeons has quit IRC
59 2016-01-18T06:08:16 *** pigeons has joined #bitcoin-core-dev
60 2016-01-18T06:08:40 *** pigeons is now known as Guest73598
61 2016-01-18T06:10:09 <phantomcircuit> morcos, did you work on improving the utxo caching setup to avoid clearing it on flush?
62 2016-01-18T06:20:19 *** jtimon has quit IRC
63 2016-01-18T06:26:26 *** Guest73598 is now known as pigeons
64 2016-01-18T06:27:48 *** wallet42 has quit IRC
65 2016-01-18T06:42:26 *** warren has joined #bitcoin-core-dev
66 2016-01-18T06:43:19 *** warren has quit IRC
67 2016-01-18T06:44:43 *** warren has joined #bitcoin-core-dev
68 2016-01-18T06:45:26 *** warren has quit IRC
69 2016-01-18T06:46:38 *** warren has joined #bitcoin-core-dev
70 2016-01-18T07:17:35 *** JackH has quit IRC
71 2016-01-18T07:22:08 *** JackH has joined #bitcoin-core-dev
72 2016-01-18T07:22:24 *** MarcoFalke has joined #bitcoin-core-dev
73 2016-01-18T07:24:36 <michagogo> .whois cfields cfields
74 2016-01-18T07:24:40 <michagogo> er
75 2016-01-18T07:24:41 <michagogo> sorry
76 2016-01-18T07:39:05 <wangchun> phantomcircuit: daily payout
77 2016-01-18T07:40:12 <phantomcircuit> wangchun, you dont have a minimum payout amount of > $1 ?
78 2016-01-18T07:52:17 <wangchun> phantomcircuit: our threshold is 0.001 BTC
79 2016-01-18T07:52:52 <wangchun> that about ¥2.51
80 2016-01-18T07:53:05 <wangchun> s/that/that's/
81 2016-01-18T08:05:51 <phantomcircuit> wangchun, not even enough to buy a candy bar :P
82 2016-01-18T08:10:35 *** Ylbam has joined #bitcoin-core-dev
83 2016-01-18T08:11:38 *** AtashiCon has quit IRC
84 2016-01-18T08:14:07 *** murch has joined #bitcoin-core-dev
85 2016-01-18T08:15:43 *** AtashiCon has joined #bitcoin-core-dev
86 2016-01-18T08:17:22 *** Arnavion has quit IRC
87 2016-01-18T08:17:27 *** Arnavion has joined #bitcoin-core-dev
88 2016-01-18T08:22:55 *** JackH has quit IRC
89 2016-01-18T08:24:10 *** cjcj has joined #bitcoin-core-dev
90 2016-01-18T08:26:08 *** wumpus has joined #bitcoin-core-dev
91 2016-01-18T08:45:22 *** BashCo has quit IRC
92 2016-01-18T08:46:35 *** wallet42 has joined #bitcoin-core-dev
93 2016-01-18T08:47:27 *** MarcoFalke has quit IRC
94 2016-01-18T08:47:32 *** davec has quit IRC
95 2016-01-18T08:47:41 *** wallet42 has quit IRC
96 2016-01-18T08:48:06 *** davec has joined #bitcoin-core-dev
97 2016-01-18T09:02:31 *** BashCo has joined #bitcoin-core-dev
98 2016-01-18T09:06:50 *** GAit has joined #bitcoin-core-dev
99 2016-01-18T09:08:43 *** GAit has quit IRC
100 2016-01-18T09:09:11 *** GAit has joined #bitcoin-core-dev
101 2016-01-18T09:11:23 *** GAit has quit IRC
102 2016-01-18T09:12:55 *** GAit has joined #bitcoin-core-dev
103 2016-01-18T09:15:04 *** GAit has quit IRC
104 2016-01-18T09:15:55 *** GAit has joined #bitcoin-core-dev
105 2016-01-18T09:21:04 <adnn_> The Classic fork will be successful. This is looking like the end.
106 2016-01-18T09:21:30 *** GAit has quit IRC
107 2016-01-18T09:22:02 *** GAit has joined #bitcoin-core-dev
108 2016-01-18T09:22:55 *** ChanServ sets mode: +o wumpus
109 2016-01-18T09:23:35 *** wumpus sets mode: +b *!*@cpe-158-222-198-108.nyc.res.rr.com
110 2016-01-18T09:23:49 *** adnn_ was kicked by wumpus (this is a propaganda free zone)
111 2016-01-18T09:27:20 <GitHub91> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/fd9356ba4eb5...f2cf071e702f
112 2016-01-18T09:27:20 <GitHub91> bitcoin/master 4d10d2e Suhas Daftuar: Eliminate race condition in mempool_packages test
113 2016-01-18T09:27:21 <GitHub91> bitcoin/master f2cf071 Wladimir J. van der Laan: Merge pull request #7368...
114 2016-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
115 2016-01-18T09:27:30 *** GAit has quit IRC
116 2016-01-18T09:28:44 *** GAit has joined #bitcoin-core-dev
117 2016-01-18T09:30:12 <GitHub135> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/1488fc8eac3ab8ed58d84c6bd61b5295b01de295
118 2016-01-18T09:30:13 <GitHub135> bitcoin/0.12 1488fc8 Suhas Daftuar: Eliminate race condition in mempool_packages test...
119 2016-01-18T09:30:40 <GitHub191> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f2cf071e702f...2350ab28fb8c
120 2016-01-18T09:30:40 <GitHub191> bitcoin/master bd34174 Prayag Verma: Update license year range to 2016
121 2016-01-18T09:30:41 <GitHub191> bitcoin/master 2350ab2 Wladimir J. van der Laan: Merge pull request #7363...
122 2016-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
123 2016-01-18T09:31:58 <GitHub8> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/098fcb56945fa6e445f8585890cf935825ffd079
124 2016-01-18T09:31:58 <GitHub8> bitcoin/0.12 098fcb5 Prayag Verma: Update license year range to 2016...
125 2016-01-18T09:32:16 *** GAit has quit IRC
126 2016-01-18T09:32:24 *** GAit has joined #bitcoin-core-dev
127 2016-01-18T09:32:45 <GitHub12> [bitcoin] laanwj pushed 2 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/098fcb56945f...8b7a0f88cb91
128 2016-01-18T09:32:45 <GitHub12> bitcoin/0.12 2e552b0 Suhas Daftuar: Mention mempool chain limits in release notes
129 2016-01-18T09:32:46 <GitHub12> bitcoin/0.12 8b7a0f8 Wladimir J. van der Laan: Merge pull request #7367...
130 2016-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
131 2016-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
132 2016-01-18T09:36:14 <GitHub21> [bitcoin] laanwj pushed 2 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/8b7a0f88cb91...b0cb0556737b
133 2016-01-18T09:36:14 <GitHub21> bitcoin/0.12 5cacb8f Alex Morcos: Add comment about mining changes and more about priority
134 2016-01-18T09:36:15 <GitHub21> bitcoin/0.12 b0cb055 Wladimir J. van der Laan: Merge pull request #7347...
135 2016-01-18T09:37:14 <GitHub94> [bitcoin] laanwj pushed 8 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/b0cb0556737b...1709cc5cb0e5
136 2016-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
137 2016-01-18T09:37:15 <GitHub94> bitcoin/0.12 6092ff2 Suriyaa Kudo: Set link from http:// to https://...
138 2016-01-18T09:37:15 <GitHub94> bitcoin/0.12 6307beb Patrick Strateman: Note that reviewers should mention the commit hash of the commits they reviewed....
139 2016-01-18T09:37:16 <GitHub94> bitcoin/0.12 6191a9b Jonas Schnelli: [RPC-Tests] add option to run rpc test over QT clients...
140 2016-01-18T09:38:07 *** p15 has quit IRC
141 2016-01-18T09:39:29 <GitHub33> [bitcoin] laanwj pushed 2 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/1709cc5cb0e5...d04525a065ae
142 2016-01-18T09:39:29 <GitHub33> bitcoin/0.12 fa8c497 MarcoFalke: [doc] backwards-compatibility issues due to chainstate obfuscation
143 2016-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
144 2016-01-18T09:39:30 <GitHub33> bitcoin/0.12 d04525a Wladimir J. van der Laan: Merge pull request #7345...
145 2016-01-18T09:41:45 *** p15 has joined #bitcoin-core-dev
146 2016-01-18T09:41:52 <GitHub153> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2350ab28fb8c...a8bd616fea62
147 2016-01-18T09:41:52 <GitHub153> bitcoin/master 9d263bd Chris Wheeler: Typo fixes in comments
148 2016-01-18T09:41:53 <GitHub153> bitcoin/master a8bd616 Wladimir J. van der Laan: Merge pull request #7329...
149 2016-01-18T09:41:59 <GitHub44> [bitcoin] laanwj closed pull request #7329: Trivial: fix typo (master...typofix) https://github.com/bitcoin/bitcoin/pull/7329
150 2016-01-18T09:45:46 <GitHub182> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a8bd616fea62...5e00147838b0
151 2016-01-18T09:45:47 <GitHub182> bitcoin/master 0331aa3 calebogden: Fixing typos on security-check.py and torcontrol.cpp
152 2016-01-18T09:45:47 <GitHub182> bitcoin/master 5e00147 Wladimir J. van der Laan: Merge pull request #7313...
153 2016-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
154 2016-01-18T09:46:21 <GitHub151> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5e00147838b0...3ec5bb0a6e2c
155 2016-01-18T09:46:21 <GitHub151> bitcoin/master 7777994 MarcoFalke: [qa] Fix pyton syntax in rpc tests
156 2016-01-18T09:46:22 <GitHub151> bitcoin/master 3ec5bb0 Wladimir J. van der Laan: Merge pull request #7335...
157 2016-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
158 2016-01-18T09:47:07 <GitHub0> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/d8b062d752838aa0d7141355a1341768d4c4064c
159 2016-01-18T09:47:07 <GitHub0> bitcoin/0.12 d8b062d MarcoFalke: [qa] Fix pyton syntax in rpc tests...
160 2016-01-18T09:47:07 *** wumpus sets mode: -b *!*@cpe-158-222-198-108.nyc.res.rr.com
161 2016-01-18T09:47:31 *** blur3d has joined #bitcoin-core-dev
162 2016-01-18T09:50:05 <GitHub88> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/3ec5bb0a6e2c...b8f485c47284
163 2016-01-18T09:50:06 <GitHub88> bitcoin/master fa4f4b6 MarcoFalke: Add clang-format-diff.py from the LLVM svn...
164 2016-01-18T09:50:06 <GitHub88> bitcoin/master fa074a6 MarcoFalke: [contrib] Prepare clang-format-diff for usage
165 2016-01-18T09:50:07 <GitHub88> bitcoin/master b8f485c Wladimir J. van der Laan: Merge pull request #7304...
166 2016-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
167 2016-01-18T09:50:29 *** arowser has quit IRC
168 2016-01-18T09:50:46 *** arowser has joined #bitcoin-core-dev
169 2016-01-18T09:56:21 <GitHub156> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b8f485c47284...d3dfc6d7e18e
170 2016-01-18T09:56:22 <GitHub156> bitcoin/master fa1cb1a MarcoFalke: [qa] Test walletpassphrase timeout
171 2016-01-18T09:56:22 <GitHub156> bitcoin/master d3dfc6d Wladimir J. van der Laan: Merge pull request #7320...
172 2016-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
173 2016-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
174 2016-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
175 2016-01-18T10:18:46 *** Guyver2 has joined #bitcoin-core-dev
176 2016-01-18T10:22:11 <GitHub69> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/d3dfc6d7e18e...c851d8d71b2e
177 2016-01-18T10:22:12 <GitHub69> bitcoin/master fac11ea MarcoFalke: [init] Fix error message of maxtxfee invalid amount
178 2016-01-18T10:22:12 <GitHub69> bitcoin/master fa6ab96 MarcoFalke: [init] Add missing help for args
179 2016-01-18T10:22:13 <GitHub69> bitcoin/master faa572a MarcoFalke: [init] Help Msg: Use Params(CBaseChainParams::MAIN)
180 2016-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
181 2016-01-18T10:27:47 *** MarcoFalke has joined #bitcoin-core-dev
182 2016-01-18T10:32:31 *** adnn has joined #bitcoin-core-dev
183 2016-01-18T10:37:20 *** GAit has quit IRC
184 2016-01-18T10:39:12 *** GAit has joined #bitcoin-core-dev
185 2016-01-18T10:45:28 *** randy-waterhouse has quit IRC
186 2016-01-18T10:56:21 <GitHub71> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c851d8d71b2e...47c5ed19f3ba
187 2016-01-18T10:56:22 <GitHub71> bitcoin/master 64360f1 Wladimir J. van der Laan: Make max tip age an option instead of chainparam...
188 2016-01-18T10:56:22 <GitHub71> bitcoin/master 47c5ed1 Wladimir J. van der Laan: Merge pull request #7208...
189 2016-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
190 2016-01-18T11:11:05 <michagogo> wumpus: I don't suppose you have any clue why the OS X gitian build is failing so spectacularly?
191 2016-01-18T11:11:46 <MarcoFalke> michagogo. 0.11.2 works fine?
192 2016-01-18T11:12:16 <michagogo> Yep, I build 0.11.2 on this setup and 0.12.0rc1 windows and Linux are fine
193 2016-01-18T11:12:21 <michagogo> And fanquake also had the same failure
194 2016-01-18T11:12:25 <michagogo> built*
195 2016-01-18T11:20:31 <GitHub177> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/47c5ed19f3ba...ae20172941ff
196 2016-01-18T11:20:32 <GitHub177> bitcoin/master 94bdd71 Gregory Sanders: Added help text for chainwork value
197 2016-01-18T11:20:32 <GitHub177> bitcoin/master ae20172 Wladimir J. van der Laan: Merge pull request #7232...
198 2016-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
199 2016-01-18T11:21:16 <GitHub56> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/c0d2382170962ecae72fd90d4830fcadd4c2ed30
200 2016-01-18T11:21:16 <GitHub56> bitcoin/0.12 c0d2382 Gregory Sanders: Added help text for chainwork value...
201 2016-01-18T11:22:05 *** GAit has quit IRC
202 2016-01-18T11:22:12 *** Thireus has joined #bitcoin-core-dev
203 2016-01-18T11:24:21 <GitHub54> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/ae20172941ff...e4e77ee55d8a
204 2016-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.
205 2016-01-18T11:24:22 <GitHub54> bitcoin/master 4745636 James O'Beirne: Add RPC documentation for getblockheader[chainwork].
206 2016-01-18T11:24:23 <GitHub54> bitcoin/master 135d6ec James O'Beirne: Add RPC tests for getblockheader.
207 2016-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
208 2016-01-18T11:26:12 <GitHub99> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/351ffd8482ff812e6b464c870bb4b0bff85e3884
209 2016-01-18T11:26:12 <GitHub99> bitcoin/0.12 351ffd8 James O'Beirne: Fix help, add RPC tests for getblockheader...
210 2016-01-18T11:26:22 *** GAit has joined #bitcoin-core-dev
211 2016-01-18T11:26:49 <michagogo> wumpus: Yeah, that's not it. It's the build itself that's crashing and burning, not the signer.
212 2016-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
213 2016-01-18T11:29:11 *** GAit has quit IRC
214 2016-01-18T11:31:12 *** tin_ has joined #bitcoin-core-dev
215 2016-01-18T11:32:35 <MarcoFalke> Can you downgrade gitian-builder to something older (e.g. 29c406e1174) and test again?
216 2016-01-18T11:32:49 <MarcoFalke> (Needs new base images)
217 2016-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?
218 2016-01-18T11:33:54 *** GAit has joined #bitcoin-core-dev
219 2016-01-18T11:34:09 <MarcoFalke> wumpus have you been using the latest gitian builder version for the OSX build?
220 2016-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)
221 2016-01-18T11:34:27 <wumpus> MarcoFalke, yes
222 2016-01-18T11:34:32 <wumpus> but I use KVM, not LXC
223 2016-01-18T11:36:26 *** tin_ has quit IRC
224 2016-01-18T11:38:28 <michagogo> wumpus: fanquake was having the same issue, also using LXC, and also only on the OS X build
225 2016-01-18T11:38:34 *** adnn has quit IRC
226 2016-01-18T11:39:26 <wumpus> so yes I also have issues with LXC all the time
227 2016-01-18T11:41:04 <michagogo> wumpus: and also, that PR is for networking, I'm preseeding the cache as mentioned in release-process
228 2016-01-18T11:41:16 <michagogo> wumpus: idk, it mostly works for me, until something weird happens like this
229 2016-01-18T11:41:37 <michagogo> Definitely not "all the time"
230 2016-01-18T11:42:45 <wumpus> the PR is not only networking, it also adds some packages that I needed
231 2016-01-18T11:42:55 <wumpus> (or maybe those are only networking related, I dunno)
232 2016-01-18T11:43:17 <wumpus> do you have a log of what goes wrong?
233 2016-01-18T11:43:27 <michagogo> ca-certificates is definitely only networking
234 2016-01-18T11:43:33 <michagogo> that's toget the deps over https
235 2016-01-18T11:43:40 <michagogo> and, er...
236 2016-01-18T11:43:47 <michagogo> the image should already have *python*...
237 2016-01-18T11:44:03 <michagogo> yeah, it's in scrollback
238 2016-01-18T11:44:03 <michagogo> one sec
239 2016-01-18T11:45:19 *** laurentmt has joined #bitcoin-core-dev
240 2016-01-18T11:45:42 <michagogo> wumpus: so somehow build.log is being truncated:
241 2016-01-18T11:45:43 <michagogo> https://www.dropbox.com/s/9jqnexeyvb0u1g6/build2.log?dl=0
242 2016-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
243 2016-01-18T11:47:48 *** laurentmt has quit IRC
244 2016-01-18T11:49:44 <wumpus> /usr/bin/env: python: No such file or directory
245 2016-01-18T11:49:44 <wumpus> make: *** [dist/Bitcoin-Qt.app/Contents/MacOS/Bitcoin-Qt] Error 127
246 2016-01-18T11:49:50 <wumpus> what did you say about python? :p
247 2016-01-18T11:51:47 <michagogo> ...what.
248 2016-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
249 2016-01-18T11:51:56 <michagogo> um.
250 2016-01-18T11:52:15 <michagogo> What changed between 0.11 and 0.12 to make it necessary?
251 2016-01-18T11:52:40 <michagogo> one sec, lemme run on-target dpkg -l | grep python
252 2016-01-18T11:52:41 <wumpus> ... or maybe it's just not part of the LXC iimage as 'python', but e.g. python2?
253 2016-01-18T11:52:57 <wumpus> in most places we explicitly call it python2
254 2016-01-18T11:53:23 <wumpus> but I don't think that's the problem, package 'python' installs python 2
255 2016-01-18T11:53:49 <michagogo> http://paste.ubuntu.com/14566590/
256 2016-01-18T11:53:50 <michagogo> Looks like we only have python3
257 2016-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?
258 2016-01-18T11:54:26 <michagogo> And second, why is it required in 0.12 when it isn't in 0.11?
259 2016-01-18T11:54:53 <michagogo> The descriptor diff doesn't look like it could be related
260 2016-01-18T11:54:59 * michagogo checks the depends/ diff
261 2016-01-18T11:55:33 *** GAit has quit IRC
262 2016-01-18T11:57:38 <michagogo> Okay, lets try...
263 2016-01-18T11:58:29 <michagogo> wumpus: btw, why does that PR add python to all the descriptors?
264 2016-01-18T11:59:52 *** MarcoFalke has quit IRC
265 2016-01-18T12:00:03 *** GAit has joined #bitcoin-core-dev
266 2016-01-18T12:01:32 *** drnet has joined #bitcoin-core-dev
267 2016-01-18T12:21:27 *** viderizer has joined #bitcoin-core-dev
268 2016-01-18T12:21:49 *** laurentmt has joined #bitcoin-core-dev
269 2016-01-18T12:29:29 *** laurentmt has quit IRC
270 2016-01-18T12:51:06 *** GAit has quit IRC
271 2016-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
272 2016-01-18T13:07:15 *** MarcoFalke has joined #bitcoin-core-dev
273 2016-01-18T13:14:57 *** jtimon has joined #bitcoin-core-dev
274 2016-01-18T13:25:11 *** droark has quit IRC
275 2016-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
276 2016-01-18T13:33:38 *** drnet has quit IRC
277 2016-01-18T13:44:43 *** fkhan has joined #bitcoin-core-dev
278 2016-01-18T14:10:03 *** afk11 has joined #bitcoin-core-dev
279 2016-01-18T14:13:48 <wumpus> michagogo, never narrowed it down further
280 2016-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
281 2016-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
282 2016-01-18T14:22:46 *** blur3d has quit IRC
283 2016-01-18T14:23:15 *** guest21333 has joined #bitcoin-core-dev
284 2016-01-18T14:24:09 *** guest21333 has quit IRC
285 2016-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
286 2016-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 ?
287 2016-01-18T14:32:56 *** Chris_Stewart_5 has joined #bitcoin-core-dev
288 2016-01-18T14:34:40 <MarcoFalke> or maybe just cancel all running pulls other than the one from sdaftuar. They will fail anyway
289 2016-01-18T14:34:44 <MarcoFalke> wumpus ?
290 2016-01-18T14:35:54 <wumpus> is there a big red button to just cancel everything?
291 2016-01-18T14:36:09 <MarcoFalke> idk
292 2016-01-18T14:37:16 <MarcoFalke> It is only the 4 running on https://travis-ci.org/bitcoin/bitcoin/pull_requests
293 2016-01-18T14:41:13 <wumpus> cool, travis has a command line tool
294 2016-01-18T14:42:11 <MarcoFalke> Nice, but you canceled https://travis-ci.org/bitcoin/bitcoin/builds/103118874
295 2016-01-18T14:42:24 <MarcoFalke> This one should run ;)
296 2016-01-18T14:42:27 <MarcoFalke> or get merged
297 2016-01-18T14:42:33 <wumpus> yes I'm cancelling everything, as said
298 2016-01-18T14:46:40 *** laurentmt has joined #bitcoin-core-dev
299 2016-01-18T14:47:13 *** laurentmt has quit IRC
300 2016-01-18T14:51:24 *** MarcoFalke has quit IRC
301 2016-01-18T14:52:28 *** MarcoFalke has joined #bitcoin-core-dev
302 2016-01-18T14:53:55 *** brg444 has joined #bitcoin-core-dev
303 2016-01-18T15:00:12 *** BananaLotus has quit IRC
304 2016-01-18T15:00:12 *** guruvan has quit IRC
305 2016-01-18T15:01:22 <GitHub101> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e4e77ee55d8a...e2ed57e61e44
306 2016-01-18T15:01:22 <GitHub101> bitcoin/master 4a04879 Suhas Daftuar: Fix error in blockchain.py introduced in merge
307 2016-01-18T15:01:23 <GitHub101> bitcoin/master e2ed57e Wladimir J. van der Laan: Merge pull request #7373...
308 2016-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
309 2016-01-18T15:02:12 <GitHub166> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/51af87f0786d3a0c9fbff84a9648781138ab84c3
310 2016-01-18T15:02:13 <GitHub166> bitcoin/0.12 51af87f Suhas Daftuar: Fix error in blockchain.py introduced in merge...
311 2016-01-18T15:09:10 *** jtimon_ has joined #bitcoin-core-dev
312 2016-01-18T15:09:25 *** jtimon has quit IRC
313 2016-01-18T15:24:33 <GitHub133> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e2ed57e61e44...21376af183ff
314 2016-01-18T15:24:34 <GitHub133> bitcoin/master facd288 MarcoFalke: [qa] wallet: Print maintenance
315 2016-01-18T15:24:35 <GitHub133> bitcoin/master 21376af Wladimir J. van der Laan: Merge pull request #7372...
316 2016-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
317 2016-01-18T15:31:25 <GitHub117> [bitcoin] laanwj pushed 2 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/51af87f0786d...cda064caa13e
318 2016-01-18T15:31:25 <GitHub117> bitcoin/0.12 fa31133 MarcoFalke: [Doc] Wallet & Pruning
319 2016-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
320 2016-01-18T15:31:26 <GitHub117> bitcoin/0.12 cda064c Wladimir J. van der Laan: Merge pull request #7370...
321 2016-01-18T15:36:18 *** zookolaptop has joined #bitcoin-core-dev
322 2016-01-18T15:42:58 <PRab> FYI, I've been running 0.12RC1 and maxuploadtarget appears to be working.
323 2016-01-18T15:43:46 <PRab> I think thats a great improvement over the previous QOS setup I had.
324 2016-01-18T15:44:26 <MarcoFalke> but maxuploadtarget isn't doing qos
325 2016-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.
326 2016-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
327 2016-01-18T16:12:12 *** paveljanik has joined #bitcoin-core-dev
328 2016-01-18T16:28:48 *** zookolaptop has quit IRC
329 2016-01-18T16:48:06 *** fkhan has quit IRC
330 2016-01-18T16:52:21 *** zookolaptop has joined #bitcoin-core-dev
331 2016-01-18T17:00:30 *** GAit has joined #bitcoin-core-dev
332 2016-01-18T17:01:55 *** afk11 has quit IRC
333 2016-01-18T17:02:47 *** fkhan has joined #bitcoin-core-dev
334 2016-01-18T17:03:14 *** afk11 has joined #bitcoin-core-dev
335 2016-01-18T17:04:06 *** BashCo has quit IRC
336 2016-01-18T17:18:30 *** Guyver2 has quit IRC
337 2016-01-18T17:23:55 *** fkhan has quit IRC
338 2016-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 :/
339 2016-01-18T17:28:15 *** BashCo has joined #bitcoin-core-dev
340 2016-01-18T17:33:28 *** drnet has joined #bitcoin-core-dev
341 2016-01-18T17:34:49 <MarcoFalke> Luke-Jr, only sipa is missing
342 2016-01-18T17:35:49 <MarcoFalke> need to ping when back online
343 2016-01-18T18:12:26 *** fkhan has joined #bitcoin-core-dev
344 2016-01-18T18:16:43 <Luke-Jr> MarcoFalke: lots of people just posted stupid "ACK everything I contribute" which doesn't really help
345 2016-01-18T18:16:57 <Luke-Jr> because git doesn't track who contributed things, only who wrote them
346 2016-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?
347 2016-01-18T18:25:34 *** afk11 has quit IRC
348 2016-01-18T18:37:22 *** GAit has quit IRC
349 2016-01-18T18:38:06 *** GAit has joined #bitcoin-core-dev
350 2016-01-18T18:41:26 *** zookolaptop has quit IRC
351 2016-01-18T19:17:52 *** rsx has joined #bitcoin-core-dev
352 2016-01-18T19:31:49 *** drnet has quit IRC
353 2016-01-18T19:43:21 *** rsx has quit IRC
354 2016-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
355 2016-01-18T20:21:43 *** Chris_Stewart_5 has quit IRC
356 2016-01-18T20:24:07 *** afk11 has joined #bitcoin-core-dev
357 2016-01-18T20:24:33 *** afk11 has quit IRC
358 2016-01-18T20:25:52 *** afk11 has joined #bitcoin-core-dev
359 2016-01-18T20:28:55 *** afk11 has quit IRC
360 2016-01-18T20:29:06 *** afk11 has joined #bitcoin-core-dev
361 2016-01-18T20:29:13 *** drnet has joined #bitcoin-core-dev
362 2016-01-18T20:33:01 <Luke-Jr> MarcoFalke: it's not copyfraud necessarily
363 2016-01-18T20:33:33 <Luke-Jr> MarcoFalke: what if I PR some code from your repo, for example?
364 2016-01-18T20:33:40 *** belcher has joined #bitcoin-core-dev
365 2016-01-18T20:33:44 <Luke-Jr> MarcoFalke: you didn't contribute it, but you wrote it and git attributes it to you
366 2016-01-18T20:33:45 *** afk11 has quit IRC
367 2016-01-18T20:34:31 *** Chris_Stewart_5 has joined #bitcoin-core-dev
368 2016-01-18T20:40:57 *** GAit has quit IRC
369 2016-01-18T20:44:09 *** drnet has quit IRC
370 2016-01-18T20:52:54 *** GAit has joined #bitcoin-core-dev
371 2016-01-18T21:00:54 *** MarcoFalke has quit IRC
372 2016-01-18T21:01:13 *** MarcoFalke has joined #bitcoin-core-dev
373 2016-01-18T21:07:10 *** brg444 has quit IRC
374 2016-01-18T21:09:55 *** zookolaptop has joined #bitcoin-core-dev
375 2016-01-18T21:20:55 *** laurentmt has joined #bitcoin-core-dev
376 2016-01-18T21:28:41 *** paveljanik has quit IRC
377 2016-01-18T21:29:01 *** paveljanik has joined #bitcoin-core-dev
378 2016-01-18T21:29:01 *** paveljanik has quit IRC
379 2016-01-18T21:29:01 *** paveljanik has joined #bitcoin-core-dev
380 2016-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
381 2016-01-18T21:33:56 *** paveljanik has quit IRC
382 2016-01-18T21:48:40 *** MarcoFalke has quit IRC
383 2016-01-18T21:50:05 *** jl2012 has quit IRC
384 2016-01-18T21:53:45 *** brg444 has joined #bitcoin-core-dev
385 2016-01-18T22:04:45 *** Thireus has quit IRC
386 2016-01-18T22:09:34 *** adnn has joined #bitcoin-core-dev
387 2016-01-18T22:10:21 <michagogo> wumpus: btw, I can confirm that adding python to the os x descriptor fixes it
388 2016-01-18T22:17:49 *** randy-waterhouse has joined #bitcoin-core-dev
389 2016-01-18T22:30:50 *** adnn has quit IRC
390 2016-01-18T22:31:27 *** adnn has joined #bitcoin-core-dev
391 2016-01-18T22:37:32 *** GAit has quit IRC
392 2016-01-18T22:38:02 *** GAit has joined #bitcoin-core-dev
393 2016-01-18T22:46:15 *** laurentmt has quit IRC
394 2016-01-18T22:47:32 *** GAit has quit IRC
395 2016-01-18T22:49:40 *** GAit has joined #bitcoin-core-dev
396 2016-01-18T22:52:57 *** lpersona has joined #bitcoin-core-dev
397 2016-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?
398 2016-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/
399 2016-01-18T23:00:47 *** Thireus has joined #bitcoin-core-dev
400 2016-01-18T23:10:16 *** lpersona has quit IRC
401 2016-01-18T23:13:44 *** lpersona has joined #bitcoin-core-dev
402 2016-01-18T23:23:07 *** Thireus has quit IRC
403 2016-01-18T23:24:26 <Luke-Jr> lpersona: replied there
404 2016-01-18T23:26:13 *** brg444 has quit IRC
405 2016-01-18T23:33:34 *** zookolaptop has quit IRC
406 2016-01-18T23:33:36 *** T23WS has joined #bitcoin-core-dev
407 2016-01-18T23:37:03 *** zookolaptop has joined #bitcoin-core-dev
408 2016-01-18T23:55:40 *** laurentmt has joined #bitcoin-core-dev
409 2016-01-18T23:55:58 *** laurentmt has quit IRC
410 2016-01-18T23:59:11 *** zookolaptop has quit IRC