1 2017-07-15T00:02:01 <promag> off topic, but I see lots of different conventions for commit messages, branch names and PR titles. should there be such conventions in developer notes for instance?
2 2017-07-15T00:02:20 *** arowser has joined #bitcoin-core-dev
3 2017-07-15T00:04:24 <sipa> cfields: works fine here
4 2017-07-15T00:05:27 *** Chris_Stewart_5 has quit IRC
5 2017-07-15T00:06:01 *** promag has quit IRC
6 2017-07-15T00:06:25 <cfields> :(
7 2017-07-15T00:07:32 *** arowser has quit IRC
8 2017-07-15T00:10:16 <sipa> cfields: in other news, your compiler is retarded
9 2017-07-15T00:10:21 <sipa> 0000000000000011 movq %rsi, -0x38(%rbp)
10 2017-07-15T00:10:26 <sipa> 000000000000001d movq -0x38(%rbp), %rsi
11 2017-07-15T00:12:00 <cfields> erm, that just moves and moves back?
12 2017-07-15T00:12:13 <sipa> yes
13 2017-07-15T00:12:22 <cfields> heh
14 2017-07-15T00:12:45 <cfields> fulfilling a constraint, maybe?
15 2017-07-15T00:13:15 <sipa> nope
16 2017-07-15T00:13:26 <sipa> it could leave everything in the original order even
17 2017-07-15T00:13:39 *** arowser has joined #bitcoin-core-dev
18 2017-07-15T00:15:58 *** chjj has quit IRC
19 2017-07-15T00:24:12 *** arowser has quit IRC
20 2017-07-15T00:28:10 *** chjj has joined #bitcoin-core-dev
21 2017-07-15T00:30:35 *** arowser has joined #bitcoin-core-dev
22 2017-07-15T00:35:43 *** arowser has quit IRC
23 2017-07-15T00:40:38 <cfields> sipa: weird. based on my dinky little test app, it seems to be working
24 2017-07-15T00:42:06 *** arowser has joined #bitcoin-core-dev
25 2017-07-15T00:43:00 <sipa> cfields: eh
26 2017-07-15T00:43:22 <cfields> sipa: not sure yet. confused.
27 2017-07-15T00:44:15 <cfields> i wrote a little sha256sum clone that just reads stdin and spits out a hash. matches sha256sum so far.
28 2017-07-15T00:44:45 <sipa> cfields: does it use the sse code?
29 2017-07-15T00:46:25 *** arowser has quit IRC
30 2017-07-15T00:46:33 <cfields> Assertion failed: (0), function Transform, file crypto/sha256_sse42.cpp, line 16.
31 2017-07-15T00:46:42 <cfields> yep. just threw ^^ assert in to verify.
32 2017-07-15T00:50:15 <bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b7d6623c76e1...f90603ac6d24
33 2017-07-15T00:50:15 <bitcoin-git> bitcoin/master 3babbcb Gregory Maxwell: Remove confusing MAX_BLOCK_BASE_SIZE....
34 2017-07-15T00:50:16 <bitcoin-git> bitcoin/master f90603a Pieter Wuille: Merge #10618: Remove confusing MAX_BLOCK_BASE_SIZE....
35 2017-07-15T00:50:33 <bitcoin-git> [bitcoin] sipa closed pull request #10618: Remove confusing MAX_BLOCK_BASE_SIZE. (master...size_b_gone) https://github.com/bitcoin/bitcoin/pull/10618
36 2017-07-15T00:51:27 <sipa> BlueMatt: can you fix the typo in the commit title of #10808?
37 2017-07-15T00:51:28 <gribble> https://github.com/bitcoin/bitcoin/issues/10808 | Avoid some new gcc warnings in 15 by TheBlueMatt · Pull Request #10808 · bitcoin/bitcoin · GitHub
38 2017-07-15T00:52:13 <BlueMatt> heh, oops
39 2017-07-15T00:52:39 *** laurentmt has joined #bitcoin-core-dev
40 2017-07-15T00:52:46 <BlueMatt> fixed, sipa
41 2017-07-15T00:55:29 *** laurentmt has quit IRC
42 2017-07-15T00:59:45 *** arowser has joined #bitcoin-core-dev
43 2017-07-15T01:00:06 <sipa> cfields: so it seems that the SSE PR compiles fine on travis, but no tests get run...
44 2017-07-15T01:00:40 <cfields> sipa: right. we'll need to find some other osx sucker
45 2017-07-15T01:02:05 <sipa> cfields: you're just doing a straightforward clean build of the PR?
46 2017-07-15T01:02:19 <cfields> sipa: yep
47 2017-07-15T01:02:30 <cfields> sipa: did a cross build via depends too with the same result
48 2017-07-15T01:02:48 <sipa> :(
49 2017-07-15T01:06:03 *** arowser has quit IRC
50 2017-07-15T01:06:54 *** arowser has joined #bitcoin-core-dev
51 2017-07-15T01:08:23 <bitcoin-git> [bitcoin] sipa pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/f90603ac6d24...ec8a50b8d786
52 2017-07-15T01:08:24 <bitcoin-git> bitcoin/master 1016dac Matt Corallo: Fix signed/unsigned comparison warning introduced in c8e29d7ff0.
53 2017-07-15T01:08:24 <bitcoin-git> bitcoin/master c73b8be Matt Corallo: Explicitly initialize prevector::_union to avoid new warning...
54 2017-07-15T01:08:25 <bitcoin-git> bitcoin/master ec8a50b Pieter Wuille: Merge #10808: Avoid some new gcc warnings in 15...
55 2017-07-15T01:08:52 <bitcoin-git> [bitcoin] sipa closed pull request #10808: Avoid some new gcc warnings in 15 (master...2017-07-15-new-warnings) https://github.com/bitcoin/bitcoin/pull/10808
56 2017-07-15T01:18:03 <bitcoin-git> [bitcoin] gmaxwell opened pull request #10831: Batch flushing operations to the walletdb during top up and increase keypool size. (master...topup_batch_flush) https://github.com/bitcoin/bitcoin/pull/10831
57 2017-07-15T01:20:59 *** arowser has quit IRC
58 2017-07-15T01:22:17 <sipa> BlueMatt: i am confused by the change in #10235
59 2017-07-15T01:22:19 <gribble> https://github.com/bitcoin/bitcoin/issues/10235 | Track keypool entries as internal vs external in memory by TheBlueMatt · Pull Request #10235 · bitcoin/bitcoin · GitHub
60 2017-07-15T01:22:27 <sipa> LogPrintf("keypool added key %d, size=%u (%u internal), internal=%d\n", nEnd, setInternalKeyPool.size() + setExternalKeyPool.size(), setInternalKeyPool.size(), internal);
61 2017-07-15T01:22:30 <sipa> 2x internal?
62 2017-07-15T01:23:02 <sipa> oh, one is a bool
63 2017-07-15T01:23:08 <BlueMatt> oh ffs, ok, i'll fix, sec
64 2017-07-15T01:23:38 *** goatpig has quit IRC
65 2017-07-15T01:25:33 <BlueMatt> fixed
66 2017-07-15T01:35:21 *** arowser has joined #bitcoin-core-dev
67 2017-07-15T01:43:11 *** arowser has joined #bitcoin-core-dev
68 2017-07-15T01:45:23 *** promag has joined #bitcoin-core-dev
69 2017-07-15T01:46:05 <promag> What about a wip tag in GitHub?
70 2017-07-15T01:47:54 *** laurentmt has joined #bitcoin-core-dev
71 2017-07-15T01:50:22 *** AndChat-663936 has joined #bitcoin-core-dev
72 2017-07-15T01:50:23 *** promag has quit IRC
73 2017-07-15T01:52:52 *** AndChat-663936 has quit IRC
74 2017-07-15T01:53:12 *** promag has joined #bitcoin-core-dev
75 2017-07-15T01:53:19 *** Murch has quit IRC
76 2017-07-15T01:53:43 *** promag has quit IRC
77 2017-07-15T01:54:14 *** laurentmt has quit IRC
78 2017-07-15T01:54:34 <BlueMatt> ;;later tell promag problem with github tags is you cant have regular folks adding tags (ie you cant limit tag-edits to people who own the issue/pr)
79 2017-07-15T01:54:34 <gribble> The operation succeeded.
80 2017-07-15T02:06:09 *** Ylbam has quit IRC
81 2017-07-15T02:08:06 <bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ec8a50b8d786...1c011ff43010
82 2017-07-15T02:08:06 <bitcoin-git> bitcoin/master dd97a52 Alex Morcos: Properly forbid -salvagewallet and -zapwallettxes for multi wallet.
83 2017-07-15T02:08:07 <bitcoin-git> bitcoin/master 1c011ff Pieter Wuille: Merge #10816: Properly forbid -salvagewallet and -zapwallettxes for multi wallet....
84 2017-07-15T02:08:41 <bitcoin-git> [bitcoin] sipa closed pull request #10816: Properly forbid -salvagewallet and -zapwallettxes for multi wallet. (master...multiwallet_parameters) https://github.com/bitcoin/bitcoin/pull/10816
85 2017-07-15T02:10:31 *** BashCo has quit IRC
86 2017-07-15T02:11:10 *** BashCo has joined #bitcoin-core-dev
87 2017-07-15T02:13:21 <gmaxwell> Is there anyone who uses OSX around? #10821 needs testing for sipa.
88 2017-07-15T02:13:22 <gribble> https://github.com/bitcoin/bitcoin/issues/10821 | [WIP] Add SSE 4.2 optimized SHA256 by sipa · Pull Request #10821 · bitcoin/bitcoin · GitHub
89 2017-07-15T02:24:33 <bitcoin-git> [bitcoin] sipa pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/1c011ff43010...8fdd23a224ba
90 2017-07-15T02:24:34 <bitcoin-git> bitcoin/master bc1be90 Jonas Schnelli: [Qt] replace fee slider with a Dropdown, extend conf. targets
91 2017-07-15T02:24:34 <bitcoin-git> bitcoin/master 2aef1f1 Jonas Schnelli: [Qt] migrate old fee slider value to new dropbown...
92 2017-07-15T02:24:35 <bitcoin-git> bitcoin/master 8fdd23a Pieter Wuille: Merge #10769: [Qt] replace fee slider with a Dropdown, extend conf. targets...
93 2017-07-15T02:25:01 <bitcoin-git> [bitcoin] sipa closed pull request #10769: [Qt] replace fee slider with a Dropdown, extend conf. targets (master...2017/07/qt_fee_slider) https://github.com/bitcoin/bitcoin/pull/10769
94 2017-07-15T02:26:31 *** chjj has quit IRC
95 2017-07-15T02:37:52 *** rafalcpp has quit IRC
96 2017-07-15T02:38:39 *** rafalcpp has joined #bitcoin-core-dev
97 2017-07-15T02:38:52 *** chjj has joined #bitcoin-core-dev
98 2017-07-15T02:54:26 *** str4d has joined #bitcoin-core-dev
99 2017-07-15T02:56:58 *** arowser has quit IRC
100 2017-07-15T02:58:29 *** arowser has joined #bitcoin-core-dev
101 2017-07-15T03:00:05 *** str4d has quit IRC
102 2017-07-15T03:25:47 *** Guest2_ has joined #bitcoin-core-dev
103 2017-07-15T03:32:21 *** Guest2_ is now known as discreteunit
104 2017-07-15T03:36:17 *** discreteunit has quit IRC
105 2017-07-15T03:37:03 *** discreteunit has joined #bitcoin-core-dev
106 2017-07-15T03:37:34 *** str4d has joined #bitcoin-core-dev
107 2017-07-15T03:37:50 *** discreteunit has joined #bitcoin-core-dev
108 2017-07-15T03:40:30 *** discreteunit has joined #bitcoin-core-dev
109 2017-07-15T03:48:20 *** discreteunit has left #bitcoin-core-dev
110 2017-07-15T03:50:17 *** fengling has quit IRC
111 2017-07-15T04:01:34 *** fengling has joined #bitcoin-core-dev
112 2017-07-15T04:51:05 *** str4d has quit IRC
113 2017-07-15T05:05:12 *** str4d has joined #bitcoin-core-dev
114 2017-07-15T05:29:05 *** shadders has quit IRC
115 2017-07-15T05:49:33 *** Giszmo has quit IRC
116 2017-07-15T06:03:32 *** BashCo has quit IRC
117 2017-07-15T06:04:11 *** BashCo has joined #bitcoin-core-dev
118 2017-07-15T06:04:23 *** Giszmo has joined #bitcoin-core-dev
119 2017-07-15T06:10:41 *** str4d has quit IRC
120 2017-07-15T06:20:11 <cfields> sipa: still around? I managed to piss clang off on linux
121 2017-07-15T06:20:20 <cfields> not sure if it's the same issue or if I forced another
122 2017-07-15T06:22:59 *** fanquake has joined #bitcoin-core-dev
123 2017-07-15T06:23:26 <fanquake> gmaxwell cfields what do you want tested? Merging 10821 now.
124 2017-07-15T06:23:59 <cfields> fanquake: "./bitcoind" is enough :)
125 2017-07-15T06:24:28 <cfields> for me it segfaults on the genesis block check
126 2017-07-15T06:26:30 <fanquake> cfields Indeed Assertion failed: (consensus.hashGenesisBlock etc
127 2017-07-15T06:26:53 <cfields> fanquake: ok, so i'm not alone. great. also, shit.
128 2017-07-15T06:27:56 <cfields> fanquake: thanks for testing!
129 2017-07-15T06:28:12 *** arowser has quit IRC
130 2017-07-15T06:29:06 <fanquake> cfields no worries. Ping me if you want anything looked at. Should be around for the rest of the afternoon.
131 2017-07-15T06:29:36 <sipa> cfields: how did you make clang piss off in linux?
132 2017-07-15T06:29:44 <sipa> can you create and a send me a static binary?
133 2017-07-15T06:30:06 <cfields> sipa: still fiddling with it. I'm having troubles with boost as well.
134 2017-07-15T06:30:18 <sipa> cfields: let's have a look at it in tokyo
135 2017-07-15T06:30:46 <sipa> i can try a static register allocation first too, and see if that works
136 2017-07-15T06:31:01 <sipa> why am i talking here? i'm getting drunk
137 2017-07-15T06:31:57 <cfields> haha. are you irc'ing at a bar?
138 2017-07-15T06:32:33 <sipa> yes
139 2017-07-15T06:32:40 <cfields> sipa: using clang with -fintegrated-as caused a new crash in linux
140 2017-07-15T06:32:58 <cfields> my assumption is that it uses gnu as on linux, and llvm's as for apple
141 2017-07-15T06:33:28 <cfields> but i'll come up with something solid and ping you then. forget about assembly for the night :)
142 2017-07-15T06:34:20 *** arowser has joined #bitcoin-core-dev
143 2017-07-15T06:41:35 <cfields> heh, confirmed
144 2017-07-15T06:41:48 <cfields> unfortunately, it crashes gdb too :(
145 2017-07-15T07:15:05 *** Giszmo has quit IRC
146 2017-07-15T08:19:36 *** Giszmo has joined #bitcoin-core-dev
147 2017-07-15T08:21:45 *** coredump_ has joined #bitcoin-core-dev
148 2017-07-15T08:47:25 *** AaronvanW has joined #bitcoin-core-dev
149 2017-07-15T08:48:37 *** Aaronvan_ has joined #bitcoin-core-dev
150 2017-07-15T08:49:24 <bitcoin-git> [bitcoin] laanwj opened pull request #10832: init: Factor out AppInitLockDataDirectory (master...2017_07_appinitlockdatadirectory) https://github.com/bitcoin/bitcoin/pull/10832
151 2017-07-15T08:49:54 <bitcoin-git> [bitcoin] laanwj closed pull request #10818: init: Keep track of whether data directory locked, don't cleanup if not (master...2017_05_locked_datadir) https://github.com/bitcoin/bitcoin/pull/10818
152 2017-07-15T08:52:19 *** AaronvanW has quit IRC
153 2017-07-15T08:59:22 *** chjj has quit IRC
154 2017-07-15T09:07:02 *** coredump_ has quit IRC
155 2017-07-15T09:08:25 *** coredump_ has joined #bitcoin-core-dev
156 2017-07-15T09:09:44 *** Dyaheon has quit IRC
157 2017-07-15T09:10:52 *** Dyaheon has joined #bitcoin-core-dev
158 2017-07-15T09:19:07 *** Squidicc has joined #bitcoin-core-dev
159 2017-07-15T09:20:34 *** Squidicuz has quit IRC
160 2017-07-15T09:21:18 *** owowo has quit IRC
161 2017-07-15T09:25:47 *** owowo has joined #bitcoin-core-dev
162 2017-07-15T09:40:49 *** owowo has quit IRC
163 2017-07-15T09:46:26 <wumpus> might be some calling convention difference
164 2017-07-15T09:46:40 <wumpus> or at least platform ABI
165 2017-07-15T09:47:33 <wumpus> gdb is not very robust against such things (accidental or to step reverse-engineering) gets easily confused if certain registers are not set up as they should
166 2017-07-15T09:49:54 *** AaronvanW has joined #bitcoin-core-dev
167 2017-07-15T09:52:01 *** Aaronvan_ has quit IRC
168 2017-07-15T09:56:26 *** Ylbam has joined #bitcoin-core-dev
169 2017-07-15T10:00:08 *** coredump_ has quit IRC
170 2017-07-15T10:04:13 *** BashCo has quit IRC
171 2017-07-15T10:04:52 *** BashCo has joined #bitcoin-core-dev
172 2017-07-15T10:19:49 *** Ricky2 has quit IRC
173 2017-07-15T10:32:44 <fanquake> what is with this spam
174 2017-07-15T10:53:43 <fanquake> wumpus Any chance you've tested Boost 1.64.0 on openbsd?
175 2017-07-15T10:57:38 *** arowser has quit IRC
176 2017-07-15T11:03:47 *** arowser has joined #bitcoin-core-dev
177 2017-07-15T11:05:15 *** Giszmo has quit IRC
178 2017-07-15T11:14:48 *** arowser has quit IRC
179 2017-07-15T11:20:56 *** arowser has joined #bitcoin-core-dev
180 2017-07-15T11:23:40 *** Giszmo has joined #bitcoin-core-dev
181 2017-07-15T11:54:37 *** goatpig has joined #bitcoin-core-dev
182 2017-07-15T11:55:37 *** aantonop has joined #bitcoin-core-dev
183 2017-07-15T12:32:23 <bitcoin-git> [bitcoin] practicalswift opened pull request #10833: Fix typos (master...typos-201707) https://github.com/bitcoin/bitcoin/pull/10833
184 2017-07-15T13:03:58 *** Victorsueca is now known as Victorsueca[m]
185 2017-07-15T13:04:20 *** NewLiberty has quit IRC
186 2017-07-15T13:04:24 *** Victorsueca[m] is now known as Victorsueca
187 2017-07-15T13:04:26 *** aantonop has quit IRC
188 2017-07-15T13:07:22 *** AaronvanW has quit IRC
189 2017-07-15T13:21:50 *** jtimon has joined #bitcoin-core-dev
190 2017-07-15T13:24:42 *** Chris_Stewart_5 has joined #bitcoin-core-dev
191 2017-07-15T13:40:05 *** Chris_Stewart_5 has quit IRC
192 2017-07-15T13:54:28 *** Chris_Stewart_5 has joined #bitcoin-core-dev
193 2017-07-15T13:59:41 *** Guyver2 has joined #bitcoin-core-dev
194 2017-07-15T14:04:06 *** BashCo has quit IRC
195 2017-07-15T14:04:51 *** NewLiberty has joined #bitcoin-core-dev
196 2017-07-15T14:05:01 *** BashCo has joined #bitcoin-core-dev
197 2017-07-15T14:09:30 *** Chris_Stewart_5 has quit IRC
198 2017-07-15T14:18:40 <wumpus> fanquake: only 1.63
199 2017-07-15T14:43:05 *** Chris_Stewart_5 has joined #bitcoin-core-dev
200 2017-07-15T15:02:03 *** jamesob has joined #bitcoin-core-dev
201 2017-07-15T15:08:29 *** chjj has joined #bitcoin-core-dev
202 2017-07-15T15:09:28 *** JackH has joined #bitcoin-core-dev
203 2017-07-15T15:09:30 *** JackH has quit IRC
204 2017-07-15T15:09:56 *** JackH has joined #bitcoin-core-dev
205 2017-07-15T15:18:58 *** marcoagner has quit IRC
206 2017-07-15T15:19:48 *** marcoagner has joined #bitcoin-core-dev
207 2017-07-15T15:21:04 *** owowo has joined #bitcoin-core-dev
208 2017-07-15T15:23:13 *** laurentmt has joined #bitcoin-core-dev
209 2017-07-15T15:23:27 <morcos> wumpus: I assume you knew if you give multiple named arguments for the same argument it's the last one that matters?
210 2017-07-15T15:23:45 <morcos> I'm not sure how much of an issue that is, but seems like it could cause problems with wallet
211 2017-07-15T15:26:13 *** laurentmt has quit IRC
212 2017-07-15T15:27:43 *** NewLiberty has quit IRC
213 2017-07-15T15:29:48 *** marcoagner has quit IRC
214 2017-07-15T15:32:06 <jamesob> If I wanted to do some kind of analysis on the UTXO set, is my best bet forking and making use of CCoinsView somehow? is https://github.com/bitcoin/bitcoin/pull/7759 worth resurrecting?
215 2017-07-15T15:36:17 *** marcoagner has joined #bitcoin-core-dev
216 2017-07-15T15:37:38 *** jamesob_ has joined #bitcoin-core-dev
217 2017-07-15T15:38:05 *** Chris_Stewart_5 has quit IRC
218 2017-07-15T15:41:21 *** jtimon has quit IRC
219 2017-07-15T15:46:37 *** jamesob has quit IRC
220 2017-07-15T15:50:55 *** jamesob has joined #bitcoin-core-dev
221 2017-07-15T15:52:38 *** jtimon has joined #bitcoin-core-dev
222 2017-07-15T15:53:38 *** Murch has joined #bitcoin-core-dev
223 2017-07-15T15:54:35 *** jamesob_ has quit IRC
224 2017-07-15T15:56:55 *** str4d has joined #bitcoin-core-dev
225 2017-07-15T16:05:10 *** jamesob has quit IRC
226 2017-07-15T16:06:34 *** chjj has quit IRC
227 2017-07-15T16:08:40 *** jtimon has quit IRC
228 2017-07-15T16:09:57 *** str4d_ has joined #bitcoin-core-dev
229 2017-07-15T16:10:13 *** str4d has quit IRC
230 2017-07-15T16:10:35 *** JackH has quit IRC
231 2017-07-15T16:13:57 *** Murch has quit IRC
232 2017-07-15T16:22:19 *** nemgun has joined #bitcoin-core-dev
233 2017-07-15T16:27:45 *** JackH has joined #bitcoin-core-dev
234 2017-07-15T16:36:45 *** roidster has joined #bitcoin-core-dev
235 2017-07-15T16:36:49 *** roidster is now known as Guest51828
236 2017-07-15T16:37:59 *** Guest51828 is now known as roidster
237 2017-07-15T16:46:43 *** laurentmt has joined #bitcoin-core-dev
238 2017-07-15T17:31:52 *** JackH has quit IRC
239 2017-07-15T17:33:11 *** JackH has joined #bitcoin-core-dev
240 2017-07-15T17:36:22 *** nemgun1 has joined #bitcoin-core-dev
241 2017-07-15T17:39:58 *** nemgun has quit IRC
242 2017-07-15T17:40:15 *** CubicEarth has joined #bitcoin-core-dev
243 2017-07-15T17:48:48 *** Ylbam has quit IRC
244 2017-07-15T17:55:49 *** SopaXorzTaker has quit IRC
245 2017-07-15T17:57:00 *** SopaXorzTaker has joined #bitcoin-core-dev
246 2017-07-15T18:00:05 *** jamesob has joined #bitcoin-core-dev
247 2017-07-15T18:02:17 <bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8fdd23a224ba...505955052e60
248 2017-07-15T18:02:17 <bitcoin-git> bitcoin/master 0189d8e practicalswift: Fix typos
249 2017-07-15T18:02:18 <bitcoin-git> bitcoin/master 5059550 Pieter Wuille: Merge #10833: Fix typos...
250 2017-07-15T18:02:45 <bitcoin-git> [bitcoin] sipa closed pull request #10833: Fix typos (master...typos-201707) https://github.com/bitcoin/bitcoin/pull/10833
251 2017-07-15T18:04:31 *** Giszmo has quit IRC
252 2017-07-15T18:05:33 *** BashCo has quit IRC
253 2017-07-15T18:05:59 *** Chris_Stewart_5 has joined #bitcoin-core-dev
254 2017-07-15T18:06:12 *** BashCo has joined #bitcoin-core-dev
255 2017-07-15T18:08:23 <bitcoin-git> [bitcoin] practicalswift opened pull request #10834: Remove declaration of unused function: void UpdatedTransaction(const uint256 &) (master...remove-UpdatedTransaction) https://github.com/bitcoin/bitcoin/pull/10834
256 2017-07-15T18:12:47 <bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/505955052e60...afd2fca911c4
257 2017-07-15T18:12:47 <bitcoin-git> bitcoin/master 228987d Gregory Sanders: getbalance example covers at least 6 confirms
258 2017-07-15T18:12:48 <bitcoin-git> bitcoin/master afd2fca Pieter Wuille: Merge #10807: getbalance example covers at least 6 confirms...
259 2017-07-15T18:13:17 <bitcoin-git> [bitcoin] sipa closed pull request #10807: getbalance example covers at least 6 confirms (master...getbalexample) https://github.com/bitcoin/bitcoin/pull/10807
260 2017-07-15T18:19:58 *** Giszmo has joined #bitcoin-core-dev
261 2017-07-15T18:25:22 *** chjj has joined #bitcoin-core-dev
262 2017-07-15T18:44:33 *** Dyaheon has quit IRC
263 2017-07-15T18:46:33 *** CubicEarth has quit IRC
264 2017-07-15T18:48:08 *** owowo has quit IRC
265 2017-07-15T18:52:16 *** Dyaheon has joined #bitcoin-core-dev
266 2017-07-15T18:53:24 *** owowo has joined #bitcoin-core-dev
267 2017-07-15T19:08:47 <bitcoin-git> [bitcoin] paveljanik opened pull request #10835: Do not shadow a field of 'reverse_range<T>' (master...20170715_Wshadow_reverseiterator) https://github.com/bitcoin/bitcoin/pull/10835
268 2017-07-15T19:12:48 *** sanada has quit IRC
269 2017-07-15T19:17:42 *** jtimon has joined #bitcoin-core-dev
270 2017-07-15T19:23:16 <bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/afd2fca911c4...10b22e3141a6
271 2017-07-15T19:23:16 <bitcoin-git> bitcoin/master 0aadc11 Pieter Wuille: Avoid dereference-of-casted-pointer
272 2017-07-15T19:23:17 <bitcoin-git> bitcoin/master 10b22e3 Pieter Wuille: Merge #10760: Avoid dereference-of-casted-pointer...
273 2017-07-15T19:23:41 <bitcoin-git> [bitcoin] sipa closed pull request #10760: Avoid dereference-of-casted-pointer (master...20170707_avoidcastptr) https://github.com/bitcoin/bitcoin/pull/10760
274 2017-07-15T19:31:04 *** zzyzx has joined #bitcoin-core-dev
275 2017-07-15T19:33:04 *** roidster is now known as Guest10469
276 2017-07-15T19:33:04 *** zzyzx is now known as roidster
277 2017-07-15T19:38:43 <bitcoin-git> [bitcoin] corebob opened pull request #10837: Fix resource leak (master...20170715-fix-leak-1) https://github.com/bitcoin/bitcoin/pull/10837
278 2017-07-15T19:57:43 *** jtimon has quit IRC
279 2017-07-15T20:05:43 *** str4d_ has quit IRC
280 2017-07-15T20:06:49 *** SopaXorzTaker has quit IRC
281 2017-07-15T20:27:13 <bitcoin-git> [bitcoin] sipa pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/10b22e3141a6...c5904e871479
282 2017-07-15T20:27:14 <bitcoin-git> bitcoin/master fe4faba John Newbery: [refactor] move SplitHostPort() into utilstrencodings...
283 2017-07-15T20:27:14 <bitcoin-git> bitcoin/master 5c64324 John Newbery: [utils] allow square brackets for ipv6 addresses in bitcoin-cli...
284 2017-07-15T20:27:15 <bitcoin-git> bitcoin/master c5904e8 Pieter Wuille: Merge #10812: [utils] Allow bitcoin-cli's -rpcconnect option to be used with square brackets...
285 2017-07-15T20:27:44 <bitcoin-git> [bitcoin] sipa closed pull request #10812: [utils] Allow bitcoin-cli's -rpcconnect option to be used with square brackets (master...bitcoin_cli_ipv6) https://github.com/bitcoin/bitcoin/pull/10812
286 2017-07-15T20:30:59 *** chjj has quit IRC
287 2017-07-15T20:37:35 *** roidster has quit IRC
288 2017-07-15T20:41:11 *** Ylbam has joined #bitcoin-core-dev
289 2017-07-15T20:53:08 *** Guyver2 has quit IRC
290 2017-07-15T20:54:18 *** Chris_Stewart_5 has quit IRC
291 2017-07-15T20:56:03 *** Dyaheon has quit IRC
292 2017-07-15T20:57:21 *** Dyaheon has joined #bitcoin-core-dev
293 2017-07-15T21:00:57 *** CubicEarth has joined #bitcoin-core-dev
294 2017-07-15T21:02:26 <bitcoin-git> [bitcoin] sipa pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/c5904e871479...5cfdda2503c9
295 2017-07-15T21:02:27 <bitcoin-git> bitcoin/master 4a3fc35 Matt Corallo: Track keypool entries as internal vs external in memory...
296 2017-07-15T21:02:27 <bitcoin-git> bitcoin/master 28301b9 Matt Corallo: Meet code style on lines changed in the previous commit
297 2017-07-15T21:02:28 <bitcoin-git> bitcoin/master d40a72c Matt Corallo: Clarify *(--.end()) iterator semantics in CWallet::TopUpKeyPool
298 2017-07-15T21:02:41 <bitcoin-git> [bitcoin] sipa closed pull request #10235: Track keypool entries as internal vs external in memory (master...2017-04-wallet-more-keypool-cache) https://github.com/bitcoin/bitcoin/pull/10235
299 2017-07-15T21:08:07 *** Chris_Stewart_5 has joined #bitcoin-core-dev
300 2017-07-15T21:30:14 *** laurentmt has quit IRC
301 2017-07-15T21:49:43 *** protomar has joined #bitcoin-core-dev
302 2017-07-15T22:00:20 *** protomar has quit IRC
303 2017-07-15T22:04:29 *** BashCo has quit IRC
304 2017-07-15T22:05:05 *** BashCo has joined #bitcoin-core-dev
305 2017-07-15T22:06:11 *** CubicEarth has quit IRC
306 2017-07-15T22:44:30 *** JackH has quit IRC
307 2017-07-15T22:45:35 *** JackH has joined #bitcoin-core-dev
308 2017-07-15T22:50:34 *** JackH has quit IRC
309 2017-07-15T22:56:40 *** Giszmo has quit IRC
310 2017-07-15T23:01:21 *** Dyaheon has quit IRC
311 2017-07-15T23:01:57 *** Dyaheon has joined #bitcoin-core-dev
312 2017-07-15T23:15:32 *** Giszmo has joined #bitcoin-core-dev
313 2017-07-15T23:19:38 *** davec has quit IRC
314 2017-07-15T23:19:59 *** chjj has joined #bitcoin-core-dev
315 2017-07-15T23:32:40 <sipa> cfields, fanquake: feel like testing #10821 again?
316 2017-07-15T23:32:42 <gribble> https://github.com/bitcoin/bitcoin/issues/10821 | [WIP] Add SSE 4.2 optimized SHA256 by sipa · Pull Request #10821 · bitcoin/bitcoin · GitHub
317 2017-07-15T23:33:04 <sipa> i've added a commit that makes all register choices explicit, but still lets the compiler manage the stack
318 2017-07-15T23:38:50 *** davec has joined #bitcoin-core-dev
319 2017-07-15T23:45:04 *** davec has quit IRC
320 2017-07-15T23:46:24 *** davec has joined #bitcoin-core-dev
321 2017-07-15T23:47:15 <BlueMatt> can we remove getinfo for 0.15?
322 2017-07-15T23:49:02 <bitcoin-git> [bitcoin] TheBlueMatt opened pull request #10838: (finally) remove the longest-ever-deprecated RPC call getinfo (master...2017-07-seriously-fuck-getinfo) https://github.com/bitcoin/bitcoin/pull/10838
323 2017-07-15T23:54:08 <BlueMatt> uhhh, sipa, are you sure https://github.com/bitcoin/bitcoin/pull/10770#issuecomment-315558931 is specific to that PR?
324 2017-07-15T23:56:17 *** chjj has quit IRC