1 2020-08-23T00:00:01 *** tronical has quit IRC
2 2020-08-23T00:21:35 *** sipsorcery has quit IRC
3 2020-08-23T00:22:01 *** Rennex1 has joined #bitcoin-core-dev
4 2020-08-23T00:38:23 *** bitcoin-git has joined #bitcoin-core-dev
5 2020-08-23T00:38:23 <bitcoin-git> [bitcoin] theStack opened pull request #19781: test: add parameterized constructor for msg_sendcmpct() (master...20200823-test-extend-msg_sendcmpct_ctor) https://github.com/bitcoin/bitcoin/pull/19781
6 2020-08-23T00:38:24 *** bitcoin-git has left #bitcoin-core-dev
7 2020-08-23T01:02:23 *** S3RK has joined #bitcoin-core-dev
8 2020-08-23T01:07:00 *** S3RK has quit IRC
9 2020-08-23T01:19:51 *** ghost43_ has joined #bitcoin-core-dev
10 2020-08-23T01:20:43 *** ghost43 has quit IRC
11 2020-08-23T01:42:49 *** EagleTM has quit IRC
12 2020-08-23T01:43:41 *** EagleTM has joined #bitcoin-core-dev
13 2020-08-23T01:57:19 *** Emcy has quit IRC
14 2020-08-23T02:00:38 *** Emcy has joined #bitcoin-core-dev
15 2020-08-23T02:35:08 *** davec has quit IRC
16 2020-08-23T02:35:14 *** arowser has quit IRC
17 2020-08-23T02:36:03 *** arowser has joined #bitcoin-core-dev
18 2020-08-23T02:43:53 *** davec has joined #bitcoin-core-dev
19 2020-08-23T02:51:04 *** davec has quit IRC
20 2020-08-23T02:52:56 *** jeremyrubin has quit IRC
21 2020-08-23T02:53:13 *** arowser has quit IRC
22 2020-08-23T02:53:59 *** arowser has joined #bitcoin-core-dev
23 2020-08-23T02:57:59 *** davec has joined #bitcoin-core-dev
24 2020-08-23T03:00:02 *** Rennex1 has quit IRC
25 2020-08-23T03:01:57 *** jeremyrubin has joined #bitcoin-core-dev
26 2020-08-23T03:17:45 *** davec has quit IRC
27 2020-08-23T03:23:48 *** jeremyrubin has quit IRC
28 2020-08-23T03:29:08 *** S3RK has joined #bitcoin-core-dev
29 2020-08-23T03:32:45 *** jeremyrubin has joined #bitcoin-core-dev
30 2020-08-23T03:33:31 *** S3RK has quit IRC
31 2020-08-23T03:36:03 *** justanotheruser has quit IRC
32 2020-08-23T03:37:00 *** davec has joined #bitcoin-core-dev
33 2020-08-23T03:40:56 *** jeremyrubin has quit IRC
34 2020-08-23T03:41:30 *** jeremyrubin has joined #bitcoin-core-dev
35 2020-08-23T03:51:46 <jeremyrubin> re https://github.com/bitcoin/bitcoin/pull/17509, should there be a savepsbt RPC interface which keeps track of psbts submitted? Could be useful to keep track of the idea that we have a pending spend of some outputs.
36 2020-08-23T03:55:45 *** nigel_c has joined #bitcoin-core-dev
37 2020-08-23T03:56:08 *** jeremyrubin has quit IRC
38 2020-08-23T03:57:37 *** jeremyrubin has joined #bitcoin-core-dev
39 2020-08-23T03:58:22 <jeremyrubin> I think my prev message dropped
40 2020-08-23T03:58:30 <jeremyrubin> re https://github.com/bitcoin/bitcoin/pull/17509, should there be a savepsbt RPC interface which keeps track of psbts submitted? Could be useful to keep track of the idea that we have a pending spend of some outputs.
41 2020-08-23T03:58:37 <jeremyrubin> (sorry if repaste)
42 2020-08-23T04:05:06 <gwillen> this might be something that walletsignpsbt could (maybe optionally on-by-default?) track, if we sign a spend of wallet coins?
43 2020-08-23T04:05:32 <jeremyrubin> I want it before then though as well
44 2020-08-23T04:05:34 <gwillen> I don't know if there's an equivalent on the non-PSBT side, when we sign a raw transaction
45 2020-08-23T04:05:57 <jeremyrubin> You should be able to store and manage a bunch of PSBTs
46 2020-08-23T04:06:50 <jeremyrubin> E.g., we could stick them in the wallet with a couple special flags to promise not to mine them till final or something...
47 2020-08-23T04:07:39 <jeremyrubin> It's useful if you're using Core as a wallet DB e.g. for a protocol. You might want to store a watchonly PSBT txn unsigned
48 2020-08-23T04:11:46 *** davec has quit IRC
49 2020-08-23T04:18:54 *** sr_gi has quit IRC
50 2020-08-23T04:19:29 *** sr_gi has joined #bitcoin-core-dev
51 2020-08-23T04:25:28 *** S3RK has joined #bitcoin-core-dev
52 2020-08-23T04:29:23 *** Dean_Guss has quit IRC
53 2020-08-23T04:29:45 *** Dean_Guss has joined #bitcoin-core-dev
54 2020-08-23T04:32:13 *** davec has joined #bitcoin-core-dev
55 2020-08-23T04:32:55 *** S3RK has quit IRC
56 2020-08-23T04:43:11 *** S3RK has joined #bitcoin-core-dev
57 2020-08-23T04:52:03 *** justanotheruser has joined #bitcoin-core-dev
58 2020-08-23T05:08:30 *** S3RK has quit IRC
59 2020-08-23T05:56:45 <achow101> jeremyrubin: there should be an option in walletcreatefundedpsbt to lock utxos after funding
60 2020-08-23T05:57:02 <achow101> IIRC there's an option in fundrawtransaction to do that, and walletcreatefundedpsbt has the same options
61 2020-08-23T05:57:38 <jeremyrubin> hm
62 2020-08-23T05:57:55 <jeremyrubin> But there's not a notion of storing the PSBT for later retrieval?
63 2020-08-23T05:58:07 <achow101> no
64 2020-08-23T05:58:07 <jeremyrubin> E.g., "get me the PSBT that is locking X output"
65 2020-08-23T05:59:18 <jeremyrubin> is there a reason not to add something like this conceptually?
66 2020-08-23T05:59:30 <jeremyrubin> some kind of psbtindex
67 2020-08-23T05:59:56 <achow101> it can take up a bunch of space?
68 2020-08-23T06:00:01 *** nigel_c has quit IRC
69 2020-08-23T06:00:11 <achow101> would probably also require reworking transaction creation to operate on PSBTs
70 2020-08-23T06:00:14 <jeremyrubin> Well it's your own txns...
71 2020-08-23T06:00:39 <achow101> not every transaction funded is signed and broadcast though
72 2020-08-23T06:00:54 <jeremyrubin> Correct, so it could be optional to store them
73 2020-08-23T06:00:54 <achow101> although I guess locking the utxos implies that you actually plan on doing something
74 2020-08-23T06:01:51 <jeremyrubin> I just think it would be generically useful to store PSBTs that I expect to use in the future. Otherwise where should I store a txn waiting for a signature from a vault keu?
75 2020-08-23T06:02:23 <jeremyrubin> I want to send an witness-stripped PSBT to the vault key, and then finalize it later on my node
76 2020-08-23T06:02:41 <jeremyrubin> If I store the PSBT I can check what I got back was the same thing
77 2020-08-23T06:02:59 <achow101> sure
78 2020-08-23T06:03:00 <jeremyrubin> If they're just locked it would prevent new txs from using them, but doesn't guarantee the right tx uses them
79 2020-08-23T06:04:44 <sipa> why do you need to store it in the first place?
80 2020-08-23T06:04:58 <sipa> what you'll get back from the vault will be a fully-signed transaction, no?
81 2020-08-23T06:05:02 <jeremyrubin> Nope!
82 2020-08-23T06:05:38 <jeremyrubin> i send it to the vault unsigned by anyone
83 2020-08-23T06:05:48 <jeremyrubin> and then only sign after the vault has signed
84 2020-08-23T06:05:55 <sipa> ok
85 2020-08-23T06:06:22 <jeremyrubin> You can imagine that this is more normally the case when dealing with e.g. 10 vault keys that you want to sign in parallel with
86 2020-08-23T06:06:51 <sipa> i can see a use for something that keeps track of "in progress" transactions
87 2020-08-23T06:06:59 <sipa> i'm not sure if the bitcoin core wallet is the right place
88 2020-08-23T06:07:33 <jeremyrubin> I think it's more that bitcoin core wallet is the de-facto security perimiter for storing/handling the sensitive info and backups
89 2020-08-23T06:08:03 <jeremyrubin> So anything that you implemented as a diff layer you would want to likely have identical state for consistency
90 2020-08-23T06:08:20 <jeremyrubin> which leads me to believe the natural place is core wallet
91 2020-08-23T06:11:02 <jeremyrubin> (The context in which this came up is I have a tool which creates a bitcoin smart contract, and then I create a PSBT for it, locking the outputs I need. I then also have sub-transactions in that smart contract which i want to store somewhere, and they could be partially signed because they're lacking e.g. a vault key or a preimage.
92 2020-08-23T06:12:08 <jeremyrubin> Otherwise if you lose the specific transactions you would need to re-generate from the smart contract script the binary, which is currently not possible because I'm using Policy language for creating the contract
93 2020-08-23T06:15:31 <sipa> i've told you that's the problem
94 2020-08-23T06:16:49 <jeremyrubin> I'm not disagreeing or countering what you've said previously, merely noting. Were I to use a deterministic engine, then the issue would be lesser, but still present for convenience in finalizing txns.
95 2020-08-23T06:22:19 *** HedgeMage1 has joined #bitcoin-core-dev
96 2020-08-23T06:54:02 *** S3RK has joined #bitcoin-core-dev
97 2020-08-23T06:58:42 *** S3RK has quit IRC
98 2020-08-23T07:07:12 *** sipsorcery has joined #bitcoin-core-dev
99 2020-08-23T07:30:39 *** marcoagner has joined #bitcoin-core-dev
100 2020-08-23T07:40:25 *** jonatack has quit IRC
101 2020-08-23T07:47:09 *** mdunnio has joined #bitcoin-core-dev
102 2020-08-23T07:52:09 *** mdunnio has quit IRC
103 2020-08-23T08:14:47 *** bitcoin-git has joined #bitcoin-core-dev
104 2020-08-23T08:14:48 <bitcoin-git> [bitcoin] hebasto closed pull request #19780: build, qt: Add SVG support, and replace bitcoin PNG image with SVG one (master...200822-svg) https://github.com/bitcoin/bitcoin/pull/19780
105 2020-08-23T08:14:48 *** bitcoin-git has left #bitcoin-core-dev
106 2020-08-23T08:17:39 *** mariorz has quit IRC
107 2020-08-23T08:17:48 *** fjahr has quit IRC
108 2020-08-23T08:17:50 *** mmitech__ has quit IRC
109 2020-08-23T08:17:51 *** NicolasDorier has quit IRC
110 2020-08-23T08:17:52 *** CodeShark____ has quit IRC
111 2020-08-23T08:17:59 *** endogenic has quit IRC
112 2020-08-23T08:18:32 *** fjahr has joined #bitcoin-core-dev
113 2020-08-23T08:18:34 *** mmitech__ has joined #bitcoin-core-dev
114 2020-08-23T08:18:52 *** NicolasDorier has joined #bitcoin-core-dev
115 2020-08-23T08:18:56 *** digi_james has quit IRC
116 2020-08-23T08:19:23 *** mariorz has joined #bitcoin-core-dev
117 2020-08-23T08:20:38 *** endogenic has joined #bitcoin-core-dev
118 2020-08-23T08:21:19 *** digi_james has joined #bitcoin-core-dev
119 2020-08-23T08:21:54 *** CodeShark____ has joined #bitcoin-core-dev
120 2020-08-23T08:24:53 *** wallet42_ has quit IRC
121 2020-08-23T08:25:27 *** jakesyl has quit IRC
122 2020-08-23T08:25:27 *** elichai2 has quit IRC
123 2020-08-23T08:27:46 *** elichai2 has joined #bitcoin-core-dev
124 2020-08-23T08:27:50 *** jakesyl has joined #bitcoin-core-dev
125 2020-08-23T08:30:08 *** elichai2 has quit IRC
126 2020-08-23T08:30:24 *** go11111111111 has joined #bitcoin-core-dev
127 2020-08-23T08:30:56 *** elichai2 has joined #bitcoin-core-dev
128 2020-08-23T08:31:47 *** CubicEarth has quit IRC
129 2020-08-23T08:32:13 *** wallet42_ has joined #bitcoin-core-dev
130 2020-08-23T08:33:14 *** go1111111 has quit IRC
131 2020-08-23T08:35:35 *** CubicEarth has joined #bitcoin-core-dev
132 2020-08-23T08:40:01 *** sipsorcery has quit IRC
133 2020-08-23T08:47:51 *** S3RK has joined #bitcoin-core-dev
134 2020-08-23T08:50:26 *** bosch has joined #bitcoin-core-dev
135 2020-08-23T08:52:34 *** S3RK has quit IRC
136 2020-08-23T08:56:07 *** mdunnio has joined #bitcoin-core-dev
137 2020-08-23T09:00:02 *** HedgeMage1 has quit IRC
138 2020-08-23T09:21:00 *** no_cluez has joined #bitcoin-core-dev
139 2020-08-23T09:21:23 *** Deacyde has quit IRC
140 2020-08-23T09:21:29 *** jonatack has joined #bitcoin-core-dev
141 2020-08-23T09:26:33 *** sipsorcery has joined #bitcoin-core-dev
142 2020-08-23T09:47:16 *** jonatack has quit IRC
143 2020-08-23T09:47:53 *** S3RK has joined #bitcoin-core-dev
144 2020-08-23T09:52:33 *** S3RK has quit IRC
145 2020-08-23T09:52:43 *** jonatack has joined #bitcoin-core-dev
146 2020-08-23T09:56:00 *** mdunnio has quit IRC
147 2020-08-23T10:18:30 *** Mandy13Balistrer has joined #bitcoin-core-dev
148 2020-08-23T10:21:08 *** arowser has quit IRC
149 2020-08-23T10:22:14 *** arowser has joined #bitcoin-core-dev
150 2020-08-23T10:22:16 *** AaronvanW has quit IRC
151 2020-08-23T10:22:26 *** sipsorcery has quit IRC
152 2020-08-23T10:27:56 *** adiabat has quit IRC
153 2020-08-23T10:33:12 *** sipsorcery has joined #bitcoin-core-dev
154 2020-08-23T10:35:24 *** mdunnio has joined #bitcoin-core-dev
155 2020-08-23T10:39:45 *** mdunnio has quit IRC
156 2020-08-23T10:41:37 *** Mandy13Balistrer has quit IRC
157 2020-08-23T10:54:28 *** AaronvanW has joined #bitcoin-core-dev
158 2020-08-23T10:55:44 *** vasild_ has joined #bitcoin-core-dev
159 2020-08-23T10:58:43 *** vasild has quit IRC
160 2020-08-23T10:58:44 *** vasild_ is now known as vasild
161 2020-08-23T10:58:45 *** AaronvanW has quit IRC
162 2020-08-23T11:21:50 *** Talkless has joined #bitcoin-core-dev
163 2020-08-23T11:37:43 *** AaronvanW has joined #bitcoin-core-dev
164 2020-08-23T12:00:01 *** no_cluez has quit IRC
165 2020-08-23T12:05:25 *** mdunnio has joined #bitcoin-core-dev
166 2020-08-23T12:08:48 *** Guyver2 has joined #bitcoin-core-dev
167 2020-08-23T12:09:45 *** mdunnio has quit IRC
168 2020-08-23T12:10:30 *** AaronvanW has quit IRC
169 2020-08-23T12:16:07 *** mdunnio has joined #bitcoin-core-dev
170 2020-08-23T12:19:42 *** S3RK has joined #bitcoin-core-dev
171 2020-08-23T12:20:35 *** mdunnio has quit IRC
172 2020-08-23T12:21:59 *** LoRez has joined #bitcoin-core-dev
173 2020-08-23T12:22:18 *** bitcoin-git has joined #bitcoin-core-dev
174 2020-08-23T12:22:18 <bitcoin-git> [bitcoin] hebasto opened pull request #19783: build, doc: Correct and complete zlib info and usage (master...200823-zlib) https://github.com/bitcoin/bitcoin/pull/19783
175 2020-08-23T12:22:19 *** bitcoin-git has left #bitcoin-core-dev
176 2020-08-23T12:22:23 *** LoRez is now known as Guest92209
177 2020-08-23T12:23:56 *** S3RK has quit IRC
178 2020-08-23T12:33:41 *** Pavlenex has joined #bitcoin-core-dev
179 2020-08-23T12:46:01 *** davterra has quit IRC
180 2020-08-23T12:46:20 *** davterra has joined #bitcoin-core-dev
181 2020-08-23T12:50:08 *** illuschwo has joined #bitcoin-core-dev
182 2020-08-23T12:53:02 *** adiabat has joined #bitcoin-core-dev
183 2020-08-23T13:03:07 *** arowser has quit IRC
184 2020-08-23T13:03:59 *** arowser has joined #bitcoin-core-dev
185 2020-08-23T13:06:07 *** arowser has quit IRC
186 2020-08-23T13:07:56 *** arowser has joined #bitcoin-core-dev
187 2020-08-23T13:08:09 *** arowser has quit IRC
188 2020-08-23T13:08:59 *** arowser has joined #bitcoin-core-dev
189 2020-08-23T13:09:06 *** illuschwo has quit IRC
190 2020-08-23T13:09:07 *** arowser has quit IRC
191 2020-08-23T13:09:49 *** arowser has joined #bitcoin-core-dev
192 2020-08-23T13:10:07 *** arowser has quit IRC
193 2020-08-23T13:10:49 *** arowser has joined #bitcoin-core-dev
194 2020-08-23T13:11:08 *** arowser has quit IRC
195 2020-08-23T13:11:55 *** arowser has joined #bitcoin-core-dev
196 2020-08-23T13:12:08 *** arowser has quit IRC
197 2020-08-23T13:12:36 *** arowser has joined #bitcoin-core-dev
198 2020-08-23T13:35:36 *** Pavlenex has quit IRC
199 2020-08-23T13:40:01 *** Guyver2_ has joined #bitcoin-core-dev
200 2020-08-23T13:43:04 *** Guyver2__ has joined #bitcoin-core-dev
201 2020-08-23T13:44:02 *** Guyver2 has quit IRC
202 2020-08-23T13:45:49 *** Guyver2_ has quit IRC
203 2020-08-23T14:07:44 *** AaronvanW has joined #bitcoin-core-dev
204 2020-08-23T14:16:09 *** arowser has quit IRC
205 2020-08-23T14:17:00 *** arowser has joined #bitcoin-core-dev
206 2020-08-23T14:40:55 *** AaronvanW has quit IRC
207 2020-08-23T14:45:11 *** arowser has quit IRC
208 2020-08-23T14:45:53 *** arowser has joined #bitcoin-core-dev
209 2020-08-23T14:53:14 *** arowser has quit IRC
210 2020-08-23T14:53:58 *** arowser has joined #bitcoin-core-dev
211 2020-08-23T15:00:01 *** Guest92209 has quit IRC
212 2020-08-23T15:00:27 *** S3RK has joined #bitcoin-core-dev
213 2020-08-23T15:04:58 *** S3RK has quit IRC
214 2020-08-23T15:05:27 *** S3RK has joined #bitcoin-core-dev
215 2020-08-23T15:07:17 *** arowser has quit IRC
216 2020-08-23T15:08:05 *** arowser has joined #bitcoin-core-dev
217 2020-08-23T15:09:23 *** S3RK has quit IRC
218 2020-08-23T15:21:11 *** Pawka has joined #bitcoin-core-dev
219 2020-08-23T15:25:12 *** arowser has quit IRC
220 2020-08-23T15:26:04 *** arowser has joined #bitcoin-core-dev
221 2020-08-23T15:33:28 *** S3RK has joined #bitcoin-core-dev
222 2020-08-23T15:44:22 *** S3RK has quit IRC
223 2020-08-23T15:51:25 *** justanotheruser has quit IRC
224 2020-08-23T16:00:14 *** bitcoin-git has joined #bitcoin-core-dev
225 2020-08-23T16:00:15 <bitcoin-git> [bitcoin] hebasto opened pull request #19785: build: lrelease requires xml if not cross-building (master...200823-xml) https://github.com/bitcoin/bitcoin/pull/19785
226 2020-08-23T16:00:16 *** bitcoin-git has left #bitcoin-core-dev
227 2020-08-23T16:15:40 *** justanotheruser has joined #bitcoin-core-dev
228 2020-08-23T16:38:16 *** AaronvanW has joined #bitcoin-core-dev
229 2020-08-23T16:53:30 *** AaronvanW has quit IRC
230 2020-08-23T16:53:48 *** AaronvanW has joined #bitcoin-core-dev
231 2020-08-23T16:54:09 *** arowser has quit IRC
232 2020-08-23T16:54:56 *** arowser has joined #bitcoin-core-dev
233 2020-08-23T16:57:07 *** justanotheruser has quit IRC
234 2020-08-23T17:00:48 *** justanotheruser has joined #bitcoin-core-dev
235 2020-08-23T17:21:22 *** adiabat has quit IRC
236 2020-08-23T17:22:31 *** adiabat has joined #bitcoin-core-dev
237 2020-08-23T17:22:36 *** sipsorcery has quit IRC
238 2020-08-23T17:43:37 *** Pavlenex has joined #bitcoin-core-dev
239 2020-08-23T17:45:24 *** Pavlenex has quit IRC
240 2020-08-23T17:56:02 *** watersnake1 has joined #bitcoin-core-dev
241 2020-08-23T18:00:01 *** Pawka has quit IRC
242 2020-08-23T18:10:02 *** watersnake1 has quit IRC
243 2020-08-23T18:22:46 *** CyBrChRsT has joined #bitcoin-core-dev
244 2020-08-23T18:59:52 *** Deacyde has joined #bitcoin-core-dev
245 2020-08-23T19:05:38 *** sipsorcery has joined #bitcoin-core-dev
246 2020-08-23T19:47:23 *** AaronvanW has quit IRC
247 2020-08-23T19:55:32 *** owowo has quit IRC
248 2020-08-23T20:00:13 *** owowo has joined #bitcoin-core-dev
249 2020-08-23T20:00:44 *** arowser has quit IRC
250 2020-08-23T20:01:23 *** arowser has joined #bitcoin-core-dev
251 2020-08-23T20:19:49 *** AaronvanW has joined #bitcoin-core-dev
252 2020-08-23T20:20:19 *** Guyver2__ is now known as Guyver2
253 2020-08-23T20:21:45 *** Talkless has quit IRC
254 2020-08-23T20:24:05 *** AaronvanW has quit IRC
255 2020-08-23T20:33:58 *** davterra has quit IRC
256 2020-08-23T20:54:47 *** AaronvanW has joined #bitcoin-core-dev
257 2020-08-23T21:00:02 *** CyBrChRsT has quit IRC
258 2020-08-23T21:10:53 *** Guyver2 has quit IRC
259 2020-08-23T21:21:28 *** rejon has joined #bitcoin-core-dev
260 2020-08-23T21:27:32 *** AaronvanW has quit IRC
261 2020-08-23T21:42:38 *** jakesyl has quit IRC
262 2020-08-23T21:43:26 *** wallet42_ has quit IRC
263 2020-08-23T21:43:27 *** elichai2 has quit IRC
264 2020-08-23T21:45:41 *** wallet42_ has joined #bitcoin-core-dev
265 2020-08-23T21:48:03 *** jakesyl has joined #bitcoin-core-dev
266 2020-08-23T21:49:35 *** elichai2 has joined #bitcoin-core-dev
267 2020-08-23T22:10:06 *** gzhao408 has quit IRC
268 2020-08-23T22:35:55 *** sipsorcery has quit IRC
269 2020-08-23T22:36:09 *** DeanWeen has joined #bitcoin-core-dev
270 2020-08-23T22:36:36 *** Dean_Guss has quit IRC
271 2020-08-23T22:38:40 *** davterra has joined #bitcoin-core-dev
272 2020-08-23T22:39:08 *** arowser has quit IRC
273 2020-08-23T22:39:51 *** arowser has joined #bitcoin-core-dev
274 2020-08-23T22:53:05 *** marcoagner has quit IRC
275 2020-08-23T22:55:49 *** vasild_ has joined #bitcoin-core-dev
276 2020-08-23T22:58:43 *** vasild has quit IRC
277 2020-08-23T22:58:44 *** vasild_ is now known as vasild
278 2020-08-23T23:19:29 *** sipsorcery has joined #bitcoin-core-dev
279 2020-08-23T23:22:57 *** tralfaz has joined #bitcoin-core-dev
280 2020-08-23T23:23:43 *** davterra has quit IRC
281 2020-08-23T23:24:35 *** AaronvanW has joined #bitcoin-core-dev
282 2020-08-23T23:54:33 *** sipsorcery has quit IRC
283 2020-08-23T23:58:25 *** AaronvanW has quit IRC