1 2017-01-20T00:02:21 *** MarcoFalke has joined #bitcoin-core-dev
2 2017-01-20T00:07:32 <CodeShark> luke-jr: for BIP123, I think either CC0 or GNU-all-permissive
3 2017-01-20T00:08:22 <sipa> sdaftuar: well we do have CTransactionRef being a const reference to a CTransaction
4 2017-01-20T00:08:46 <sipa> sdaftuar: we could have a wrapper class around CTransaction with mutable and self-synchronized fields
5 2017-01-20T00:09:04 <sipa> that doesn't necessarily contain data that's part of CTransaction itself, but is relevant for validation
6 2017-01-20T00:09:14 *** windsok has quit IRC
7 2017-01-20T00:10:36 *** chjj has joined #bitcoin-core-dev
8 2017-01-20T00:13:12 *** CubicEarth has quit IRC
9 2017-01-20T00:14:58 *** CubicEar_ has joined #bitcoin-core-dev
10 2017-01-20T00:32:44 *** CubicEar_ has quit IRC
11 2017-01-20T00:35:06 *** handlex has quit IRC
12 2017-01-20T00:41:08 *** CubicEarth has joined #bitcoin-core-dev
13 2017-01-20T00:52:06 *** Saucery has joined #bitcoin-core-dev
14 2017-01-20T00:53:45 *** Saucery has quit IRC
15 2017-01-20T00:58:20 *** abpa has quit IRC
16 2017-01-20T01:00:17 *** windsok has joined #bitcoin-core-dev
17 2017-01-20T01:03:58 *** marcoagner has quit IRC
18 2017-01-20T01:06:42 *** marcoagner has joined #bitcoin-core-dev
19 2017-01-20T01:11:49 *** marcoagner has quit IRC
20 2017-01-20T01:21:02 *** CubicEarth has quit IRC
21 2017-01-20T01:35:50 *** jannes has quit IRC
22 2017-01-20T01:43:26 *** MarcoFalke has left #bitcoin-core-dev
23 2017-01-20T01:54:24 *** CubicEarth has joined #bitcoin-core-dev
24 2017-01-20T02:17:29 *** Ylbam has quit IRC
25 2017-01-20T02:20:36 *** davec has quit IRC
26 2017-01-20T02:29:35 *** chjj has quit IRC
27 2017-01-20T02:53:40 *** waxwing has joined #bitcoin-core-dev
28 2017-01-20T02:55:42 *** jtimon has quit IRC
29 2017-01-20T03:01:35 <bitcoin-git> [bitcoin] gmaxwell opened pull request #9594: Send final alert message to older peers after connecting. (master...send_final_alert) https://github.com/bitcoin/bitcoin/pull/9594
30 2017-01-20T03:04:11 *** veleiro has joined #bitcoin-core-dev
31 2017-01-20T03:04:42 *** AaronvanW has quit IRC
32 2017-01-20T03:11:47 <achow101> gmaxwell: did you broadcast the final alert yet?
33 2017-01-20T03:14:07 *** davec has joined #bitcoin-core-dev
34 2017-01-20T03:17:09 <gmaxwell> achow101: nope. Feel free! but it is set to not relay: so each node gives it out one host at a time.
35 2017-01-20T03:18:39 <achow101> so the peers who receive it won't broadcast it too?
36 2017-01-20T03:19:09 <gmaxwell> Correct.
37 2017-01-20T03:19:16 <gmaxwell> This seemed safer to me in a number of respects.
38 2017-01-20T03:19:42 <gmaxwell> they'll display it as soon as they connect to are connected from any node running that code and continue to display until they restart.
39 2017-01-20T03:20:45 <achow101> will you be sending one that does relay?
40 2017-01-20T03:35:21 *** Alopex has quit IRC
41 2017-01-20T03:36:26 *** Alopex has joined #bitcoin-core-dev
42 2017-01-20T03:47:04 *** davec has quit IRC
43 2017-01-20T03:49:06 *** davec has joined #bitcoin-core-dev
44 2017-01-20T03:50:58 <bitcoin-git> [bitcoin] kallewoof opened pull request #9595: [consensus] make coinbase maturity a network parameter instead of an app-wide constant (master...consensus-coin-maturity) https://github.com/bitcoin/bitcoin/pull/9595
45 2017-01-20T04:03:18 *** Cory has quit IRC
46 2017-01-20T04:05:41 *** harrymm has quit IRC
47 2017-01-20T04:07:16 *** Cory has joined #bitcoin-core-dev
48 2017-01-20T04:10:08 *** harrymm has joined #bitcoin-core-dev
49 2017-01-20T04:38:25 *** CubicEarth has quit IRC
50 2017-01-20T04:46:26 <bitcoin-git> [bitcoin] morcos opened pull request #9596: [bugfix] save feeDelta instead of priorityDelta in DumpMempool (master...dumpmapdeltas) https://github.com/bitcoin/bitcoin/pull/9596
51 2017-01-20T04:47:33 <gmaxwell> Argh.
52 2017-01-20T04:48:11 <gmaxwell> "mapDeltas[i.first] = i.second.first;" probably belongs on some "why C++ sucks" page.
53 2017-01-20T04:48:51 <luke-jr> lol
54 2017-01-20T04:49:36 <luke-jr> wonder if there's an easy way to make a named-keys pair
55 2017-01-20T04:49:57 <sipa> use an enum
56 2017-01-20T04:49:59 <sipa> as key
57 2017-01-20T04:50:54 *** veleiro has quit IRC
58 2017-01-20T04:51:40 <sipa> or a std::tuple with an enum that lists the field positions?
59 2017-01-20T05:00:14 *** dermoth has quit IRC
60 2017-01-20T05:01:11 *** dermoth has joined #bitcoin-core-dev
61 2017-01-20T05:03:40 *** veleiro has joined #bitcoin-core-dev
62 2017-01-20T05:17:17 *** kadoban has quit IRC
63 2017-01-20T05:39:26 *** jyap has quit IRC
64 2017-01-20T05:39:34 *** jyap has joined #bitcoin-core-dev
65 2017-01-20T05:39:34 *** jyap has joined #bitcoin-core-dev
66 2017-01-20T05:54:12 *** To7 has quit IRC
67 2017-01-20T06:01:22 *** xinxi has quit IRC
68 2017-01-20T06:01:55 *** xinxi has joined #bitcoin-core-dev
69 2017-01-20T06:07:10 *** davec has quit IRC
70 2017-01-20T06:22:11 *** florpadorp has joined #bitcoin-core-dev
71 2017-01-20T06:22:16 *** Alopex has quit IRC
72 2017-01-20T06:23:22 *** Alopex has joined #bitcoin-core-dev
73 2017-01-20T06:24:10 *** davec has joined #bitcoin-core-dev
74 2017-01-20T06:31:21 *** xinxi has quit IRC
75 2017-01-20T06:31:26 <cfields> grr, qt's buildsystem is an absolute nightmare
76 2017-01-20T06:31:48 <cfields> BlueMatt: i know i owe you a PR. Just now coming up for air after battling qt all day
77 2017-01-20T06:43:47 *** Chris_Stewart_5 has quit IRC
78 2017-01-20T06:45:13 *** windsok has quit IRC
79 2017-01-20T07:11:04 *** whphhg has quit IRC
80 2017-01-20T07:13:03 *** aalex has joined #bitcoin-core-dev
81 2017-01-20T07:18:51 *** chjj has joined #bitcoin-core-dev
82 2017-01-20T07:19:24 *** aalex has quit IRC
83 2017-01-20T07:21:31 *** chjj has quit IRC
84 2017-01-20T07:21:53 *** chjj has joined #bitcoin-core-dev
85 2017-01-20T07:23:58 *** windsok has joined #bitcoin-core-dev
86 2017-01-20T07:31:47 *** xinxi has joined #bitcoin-core-dev
87 2017-01-20T07:36:52 *** xinxi has quit IRC
88 2017-01-20T07:37:08 *** fanquake has joined #bitcoin-core-dev
89 2017-01-20T07:37:19 <fanquake> cfields need a hand with anything?
90 2017-01-20T07:45:47 *** Lauda_ has joined #bitcoin-core-dev
91 2017-01-20T07:46:09 *** emzy_ has joined #bitcoin-core-dev
92 2017-01-20T07:46:47 *** xhire_ has joined #bitcoin-core-dev
93 2017-01-20T07:48:16 *** xHire has quit IRC
94 2017-01-20T07:48:42 *** xhire_ is now known as xHire
95 2017-01-20T07:51:28 *** emzy has quit IRC
96 2017-01-20T07:51:28 *** Lauda has quit IRC
97 2017-01-20T07:52:42 *** Ylbam has joined #bitcoin-core-dev
98 2017-01-20T08:04:52 *** Lauda_ is now known as Lauda
99 2017-01-20T08:05:01 *** Lauda has joined #bitcoin-core-dev
100 2017-01-20T08:05:37 *** fanquake has quit IRC
101 2017-01-20T08:12:50 *** windsok has quit IRC
102 2017-01-20T08:13:25 *** BashCo has quit IRC
103 2017-01-20T08:18:11 *** xinxi has joined #bitcoin-core-dev
104 2017-01-20T08:18:49 <bitcoin-git> [bitcoin] practicalswift closed pull request #9590: Improve readability by removing redundant casts to same type (master...remove-redundant-casts) https://github.com/bitcoin/bitcoin/pull/9590
105 2017-01-20T08:24:04 <bitcoin-git> [bitcoin] kallewoof opened pull request #9597: [rpc] Bug-fix: getdifficulty: use network parameters for minimum difficulty (master...getdifficulty-use-net-params) https://github.com/bitcoin/bitcoin/pull/9597
106 2017-01-20T08:25:09 <jonasschnelli> BlueMatt: I guess you are familiar with/using GetOldestKeyPoolTime... https://github.com/bitcoin/bitcoin/blob/master/src/wallet/wallet.cpp#L3081
107 2017-01-20T08:25:18 <jonasschnelli> IMO this assumption is not really stable or even broken
108 2017-01-20T08:26:06 <jonasschnelli> Haven't verified it, but the CKeyPool item at begin of the set must not always be the one with the olders nTime
109 2017-01-20T08:26:10 <jonasschnelli> *oldest
110 2017-01-20T08:26:22 <jonasschnelli> especially when using ReturnKey
111 2017-01-20T08:29:50 *** da2ce7 has quit IRC
112 2017-01-20T08:31:35 *** da2ce7 has joined #bitcoin-core-dev
113 2017-01-20T08:35:03 *** BashCo has joined #bitcoin-core-dev
114 2017-01-20T08:35:05 *** MarcoFalke has joined #bitcoin-core-dev
115 2017-01-20T08:37:44 <bitcoin-git> [bitcoin] kallewoof closed pull request #9597: [rpc] Bug-fix: getdifficulty: use network parameters for minimum difficulty (master...getdifficulty-use-net-params) https://github.com/bitcoin/bitcoin/pull/9597
116 2017-01-20T08:41:42 *** whphhg has joined #bitcoin-core-dev
117 2017-01-20T08:44:38 *** Chris_Stewart_5 has joined #bitcoin-core-dev
118 2017-01-20T08:46:02 <bitcoin-git> [bitcoin] practicalswift opened pull request #9598: Improve readability by removing redundant casts to same type (on all platforms) (master...remove-redundant-casts) https://github.com/bitcoin/bitcoin/pull/9598
119 2017-01-20T08:46:51 *** BashCo_ has joined #bitcoin-core-dev
120 2017-01-20T08:50:10 *** BashCo has quit IRC
121 2017-01-20T08:50:24 *** windsok has joined #bitcoin-core-dev
122 2017-01-20T08:50:57 *** veleiro has quit IRC
123 2017-01-20T09:08:00 <bitcoin-git> [bitcoin] kallewoof reopened pull request #9597: [rpc] Bug-fix: getdifficulty: use network parameters for minimum difficulty (master...getdifficulty-use-net-params) https://github.com/bitcoin/bitcoin/pull/9597
124 2017-01-20T09:17:02 *** chjj has quit IRC
125 2017-01-20T09:17:46 *** Guyver2 has joined #bitcoin-core-dev
126 2017-01-20T09:19:09 *** btcdrak has quit IRC
127 2017-01-20T09:20:57 *** chris2000 has joined #bitcoin-core-dev
128 2017-01-20T09:23:39 *** jannes has joined #bitcoin-core-dev
129 2017-01-20T09:33:46 <jonasschnelli> Re: GetOldestKeyPoolTime. The assumption that the first item in the setKeyPool is always the oldest generated key holds.
130 2017-01-20T09:39:04 *** emzy_ is now known as emzy
131 2017-01-20T09:40:32 *** MarcoFalke has left #bitcoin-core-dev
132 2017-01-20T09:52:25 <bitcoin-git> [bitcoin] rebroad opened pull request #9599: [WIP] Perform validation in a separate thread to message handling. (master...ValidationThread) https://github.com/bitcoin/bitcoin/pull/9599
133 2017-01-20T10:14:40 *** BashCo has joined #bitcoin-core-dev
134 2017-01-20T10:17:54 *** Guyver2 has quit IRC
135 2017-01-20T10:18:38 *** BashCo_ has quit IRC
136 2017-01-20T10:30:59 *** AaronvanW has joined #bitcoin-core-dev
137 2017-01-20T10:30:59 *** AaronvanW has joined #bitcoin-core-dev
138 2017-01-20T10:34:23 *** AaronvanW has quit IRC
139 2017-01-20T10:37:19 *** AaronvanW has joined #bitcoin-core-dev
140 2017-01-20T10:52:26 *** btcdrak has joined #bitcoin-core-dev
141 2017-01-20T11:01:24 *** windsok has quit IRC
142 2017-01-20T11:31:34 *** CubicEarth has joined #bitcoin-core-dev
143 2017-01-20T11:31:54 *** windsok has joined #bitcoin-core-dev
144 2017-01-20T13:06:01 *** waxwing has quit IRC
145 2017-01-20T13:24:06 *** jtimon has joined #bitcoin-core-dev
146 2017-01-20T13:24:11 *** whphhg has quit IRC
147 2017-01-20T13:26:59 *** waxwing has joined #bitcoin-core-dev
148 2017-01-20T13:33:11 <bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/82274c02ed2d...fb75cd04bba3
149 2017-01-20T13:33:12 <bitcoin-git> bitcoin/master 9aa4e6a Jonas Schnelli: [Wallet] Add an option to keep the change address key, true by default
150 2017-01-20T13:33:12 <bitcoin-git> bitcoin/master 9eb325d Jonas Schnelli: [QA] Add test for fundrawtransactions new reserveChangeKey option
151 2017-01-20T13:33:13 <bitcoin-git> bitcoin/master c9f3062 Jonas Schnelli: Add fundrawtransactions new reserveChangeKey option to the release notes
152 2017-01-20T13:33:21 <bitcoin-git> [bitcoin] laanwj closed pull request #9377: fundrawtransaction: Keep change-output keys by default, make it optional (master...2016/12/fix_frt_adr) https://github.com/bitcoin/bitcoin/pull/9377
153 2017-01-20T13:38:42 *** GAit has quit IRC
154 2017-01-20T13:40:56 <bitcoin-git> [bitcoin] laanwj pushed 1 new commit to master: https://github.com/bitcoin/bitcoin/commit/b8d1b81077e4d0efcf9aafc00954d6ecd3d72d31
155 2017-01-20T13:40:56 <bitcoin-git> bitcoin/master b8d1b81 Wladimir J. van der Laan: trivial: squash missing field 'argNames' initializer warning in qt tests...
156 2017-01-20T13:41:41 *** laurentmt has joined #bitcoin-core-dev
157 2017-01-20T13:42:19 *** laurentmt has quit IRC
158 2017-01-20T13:48:49 <bitcoin-git> [bitcoin] laanwj pushed 1 new commit to master: https://github.com/bitcoin/bitcoin/commit/af01cd3a3d0647c071e94d7b0bda7128fb9aeebe
159 2017-01-20T13:48:49 <bitcoin-git> bitcoin/master af01cd3 Wladimir J. van der Laan: qt: Periodic translation update
160 2017-01-20T14:11:54 *** Chris_Stewart_5 has quit IRC
161 2017-01-20T14:13:50 *** waxwing has quit IRC
162 2017-01-20T14:26:22 *** waxwing has joined #bitcoin-core-dev
163 2017-01-20T14:28:15 *** Chris_Stewart_5 has joined #bitcoin-core-dev
164 2017-01-20T14:39:15 *** paveljanik has joined #bitcoin-core-dev
165 2017-01-20T14:39:15 *** paveljanik has joined #bitcoin-core-dev
166 2017-01-20T14:44:09 *** aalex has joined #bitcoin-core-dev
167 2017-01-20T14:44:33 *** Chris_Stewart_5 has quit IRC
168 2017-01-20T14:50:16 *** Chris_Stewart_5 has joined #bitcoin-core-dev
169 2017-01-20T15:05:40 *** chjj has joined #bitcoin-core-dev
170 2017-01-20T15:06:56 *** Sosumi has joined #bitcoin-core-dev
171 2017-01-20T15:07:29 *** xinxi_ has joined #bitcoin-core-dev
172 2017-01-20T15:07:51 *** xinxi has quit IRC
173 2017-01-20T15:23:21 <BlueMatt> cfields: no rush
174 2017-01-20T15:23:36 *** str4d has joined #bitcoin-core-dev
175 2017-01-20T15:24:26 <BlueMatt> cfields: no rush, is fine
176 2017-01-20T15:24:58 <BlueMatt> jonasschnelli: really? I dont see how it couldnt be
177 2017-01-20T15:25:01 <BlueMatt> ?
178 2017-01-20T15:25:12 <BlueMatt> ahh, yes, ok, didnt see your second comment
179 2017-01-20T15:31:26 *** jnewbery1 has quit IRC
180 2017-01-20T15:31:42 *** jnewbery1 has joined #bitcoin-core-dev
181 2017-01-20T15:41:40 *** whphhg has joined #bitcoin-core-dev
182 2017-01-20T15:47:10 *** davec has quit IRC
183 2017-01-20T15:55:31 *** davec has joined #bitcoin-core-dev
184 2017-01-20T15:58:54 <BlueMatt> so someone should untag #9294 for 0.14
185 2017-01-20T15:58:57 <gribble> https://github.com/bitcoin/bitcoin/issues/9294 | Use internal HD chain for change outputs (hd split) by jonasschnelli · Pull Request #9294 · bitcoin/bitcoin · GitHub
186 2017-01-20T16:02:49 *** handlex has joined #bitcoin-core-dev
187 2017-01-20T16:12:38 *** handlex has quit IRC
188 2017-01-20T16:13:31 <btcdrak> BlueMatt: I thought we agreed it would make it for 0.14
189 2017-01-20T16:13:41 <BlueMatt> btcdrak: too late, didnt get merged and we froze
190 2017-01-20T16:31:33 <cfields> sdaftuar: for the bip68-sequence test, i'm confused about how you tried to fix. Did you also try switching back to GetTime() rather than doubling down on GetTimeMicros()?
191 2017-01-20T16:31:54 <cfields> sdaftuar: or were you just trying to nail down what actually depends on the mocktime?
192 2017-01-20T16:38:28 <sdaftuar> cfields: i only tried to double-down on GetTimeMicros(), figuring that otherwise a mocktime that sets time too far into the future would trigger a bunch of disconnects?
193 2017-01-20T16:39:06 <cfields> sdaftuar: i think there's a hack to account for that, sec
194 2017-01-20T16:40:39 <cfields> sdaftuar: https://github.com/bitcoin/bitcoin/blob/master/src/rpc/misc.cpp#L434
195 2017-01-20T16:41:11 <sdaftuar> ahh!
196 2017-01-20T16:41:41 *** BashCo has quit IRC
197 2017-01-20T16:41:55 <sdaftuar> so maybe it would work to just go back to GetTime for everything? or add a way for mocktime to be used with GetTimeMicros, which I think some people have suggested before
198 2017-01-20T16:42:47 <cfields> well, i think there are a few things we should do
199 2017-01-20T16:43:52 <cfields> for one (though i'm not sure how much sense this makes practically), i'd like to see any consensus-critical time checks done outside of net code
200 2017-01-20T16:44:30 <cfields> so that we can at least separate the things we're testing
201 2017-01-20T16:45:47 <cfields> second, net code needs to move to a steady_clock, so we need to be mindful of how that conflicts with a mocktime
202 2017-01-20T16:47:42 <cfields> (i don't think that the message timestamp is actually used in validation, but it apparently comes into play)
203 2017-01-20T16:48:18 <sdaftuar> it gets passed in a couple places in net_processing, but I don't think it goes anywhere except for ping/pong handling?
204 2017-01-20T16:51:27 <cfields> ok, yep. good. I was afraid that the mocktime was trickling in from there, but apparently not.
205 2017-01-20T16:55:37 <cfields> sdaftuar: so maybe take the changes you tried, as well as killing the time reset in the setmocktime rpc?
206 2017-01-20T17:04:56 *** abpa has joined #bitcoin-core-dev
207 2017-01-20T17:12:23 <sdaftuar> cfields: still failing, though i haven't dug in yet. stepping away but i'll investigate more this afternoon
208 2017-01-20T17:14:24 *** waxwing has quit IRC
209 2017-01-20T17:31:07 <bitcoin-git> [bitcoin] morcos opened pull request #9602: Remove coin age priority and free transactions - implementation (master...nopriority) https://github.com/bitcoin/bitcoin/pull/9602
210 2017-01-20T17:31:41 *** BashCo has joined #bitcoin-core-dev
211 2017-01-20T17:40:33 *** PaulCapestany has joined #bitcoin-core-dev
212 2017-01-20T17:45:32 <bitcoin-git> [bitcoin] isle2983 opened pull request #9603: Add basic_style.py to automate some style checking. (master...PR-basic-style) https://github.com/bitcoin/bitcoin/pull/9603
213 2017-01-20T17:49:08 *** xinxi_ has quit IRC
214 2017-01-20T17:54:16 *** PaulCapestany has quit IRC
215 2017-01-20T18:00:06 *** PaulCapestany has joined #bitcoin-core-dev
216 2017-01-20T18:03:29 *** xinxi has joined #bitcoin-core-dev
217 2017-01-20T18:11:12 *** jnewbery_ has joined #bitcoin-core-dev
218 2017-01-20T18:29:09 *** btcdrak has quit IRC
219 2017-01-20T18:41:07 *** gluytium has quit IRC
220 2017-01-20T18:44:26 *** handlex has joined #bitcoin-core-dev
221 2017-01-20T18:44:48 *** btcdrak has joined #bitcoin-core-dev
222 2017-01-20T18:47:01 *** gluytium has joined #bitcoin-core-dev
223 2017-01-20T18:48:31 *** Netmage has joined #bitcoin-core-dev
224 2017-01-20T18:51:44 *** xinxi has quit IRC
225 2017-01-20T19:19:04 <bitcoin-git> [bitcoin] jnewbery opened pull request #9604: [Trivial] add comment about setting peer as HB peer. (master...HBpeercomment) https://github.com/bitcoin/bitcoin/pull/9604
226 2017-01-20T19:20:14 *** To7 has joined #bitcoin-core-dev
227 2017-01-20T19:21:48 *** Netmage has quit IRC
228 2017-01-20T19:30:17 *** handlex has quit IRC
229 2017-01-20T19:31:10 *** handlex has joined #bitcoin-core-dev
230 2017-01-20T19:37:39 *** Guyver2 has joined #bitcoin-core-dev
231 2017-01-20T19:38:31 *** laurentmt has joined #bitcoin-core-dev
232 2017-01-20T19:42:36 *** Netmage has joined #bitcoin-core-dev
233 2017-01-20T19:52:14 *** xinxi has joined #bitcoin-core-dev
234 2017-01-20T19:56:53 *** xinxi has quit IRC
235 2017-01-20T20:02:54 *** handlex_ has joined #bitcoin-core-dev
236 2017-01-20T20:04:35 *** str4d has quit IRC
237 2017-01-20T20:04:36 *** Sosumi has quit IRC
238 2017-01-20T20:05:44 *** handlex_ has quit IRC
239 2017-01-20T20:05:46 *** handlex has quit IRC
240 2017-01-20T20:11:54 *** gluytium has quit IRC
241 2017-01-20T20:17:11 *** laurentmt has quit IRC
242 2017-01-20T20:20:41 *** gluytium has joined #bitcoin-core-dev
243 2017-01-20T20:25:23 *** gluytium has quit IRC
244 2017-01-20T20:35:12 *** gluytium has joined #bitcoin-core-dev
245 2017-01-20T21:04:39 <bitcoin-git> [bitcoin] TheBlueMatt opened pull request #9605: Use CScheduler for wallet flushing, remove ThreadFlushWalletDB (master...2017-01-cscheduler-cleanups) https://github.com/bitcoin/bitcoin/pull/9605
246 2017-01-20T21:10:19 <sdaftuar> cfields: looks like fixing the setmocktime rpc thing + replacing one GetTime() -> GetTimeMicros call that I missed is enough to fix things up, will open a PR shortly
247 2017-01-20T21:10:54 <cfields> sdaftuar: great, thanks.
248 2017-01-20T21:12:09 <cfields> meantime, i've coded up a steady_clock implementation that takes system time out of the equation, but it's invasive and will take a while to get in i'm sure
249 2017-01-20T21:14:14 <sdaftuar> oh cool
250 2017-01-20T21:14:43 *** stench has quit IRC
251 2017-01-20T21:15:50 <bitcoin-git> [bitcoin] sdaftuar opened pull request #9606: net: Consistently use GetTimeMicros() for inactivity checks (master...2017-01-net-time-comparisons) https://github.com/bitcoin/bitcoin/pull/9606
252 2017-01-20T21:56:58 <bitcoin-git> [bitcoin] practicalswift opened pull request #9607: Remove redundant semicolons in Python code (master...remove-redundant-semicolons-in-python-code) https://github.com/bitcoin/bitcoin/pull/9607
253 2017-01-20T22:10:46 *** helo_ is now known as helo
254 2017-01-20T22:15:19 *** xinxi has joined #bitcoin-core-dev
255 2017-01-20T22:16:12 *** Alopex has quit IRC
256 2017-01-20T22:17:17 *** Alopex has joined #bitcoin-core-dev
257 2017-01-20T22:19:40 *** xinxi has quit IRC
258 2017-01-20T22:31:07 *** aalex has quit IRC
259 2017-01-20T22:45:15 *** eIks has joined #bitcoin-core-dev
260 2017-01-20T23:07:10 *** jnewbery1 has quit IRC
261 2017-01-20T23:08:06 *** jnewbery has quit IRC
262 2017-01-20T23:08:06 *** jnewbery_ has quit IRC
263 2017-01-20T23:29:52 *** kadoban has joined #bitcoin-core-dev
264 2017-01-20T23:46:14 *** wasi has quit IRC
265 2017-01-20T23:53:49 *** Guyver2 has quit IRC
266 2017-01-20T23:57:39 <bitcoin-git> [bitcoin] fanquake closed pull request #9368: change to declarative sentences. simplify links (master...patch-13) https://github.com/bitcoin/bitcoin/pull/9368