--- Log opened Fri Nov 02 00:00:21 2018 --- Day changed Fri Nov 02 2018 00:00 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 00:04 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 252 seconds] 00:18 -!- josephni_ [~josephnic@49.147.169.87] has joined #bitcoin-core-dev 00:21 -!- josephnicholas [~josephnic@110.54.251.53] has quit [Ping timeout: 268 seconds] 00:21 -!- josephni_ [~josephnic@49.147.169.87] has quit [Remote host closed the connection] 00:27 -!- fanquake [~fanquake@unaffiliated/fanquake] has joined #bitcoin-core-dev 00:33 -!- hebasto [~hebasto@95.164.65.194] has joined #bitcoin-core-dev 00:40 -!- ken2812221 [~ken281222@2001-b011-4010-1b2c-d89c-cd71-5e83-011c.dynamic-ip6.hinet.net] has joined #bitcoin-core-dev 00:43 -!- ken2812221 [~ken281222@2001-b011-4010-1b2c-d89c-cd71-5e83-011c.dynamic-ip6.hinet.net] has quit [Client Quit] 00:43 < hebasto> @fanquake: hi, regarding #14597 "our next release will require at least 5.2"; i've read through #13478. Can you point me to related discussion? 00:43 < gribble> https://github.com/bitcoin/bitcoin/issues/14597 | qt: Cleanup MacDockIconHandler class by hebasto · Pull Request #14597 · bitcoin/bitcoin · GitHub 00:43 < gribble> https://github.com/bitcoin/bitcoin/issues/13478 | [RFC] gui: Minimum required Qt5 · Issue #13478 · bitcoin/bitcoin · GitHub 00:45 < fanquake> hebasto 13478 is the bulk of the discussion, I can't imagine we'd support < 5.2 when we release 0.18.0, and master currently doesn't support < 5.2 ,see #14078 (unless that's been fixed, but I don't think so). 00:45 < gribble> https://github.com/bitcoin/bitcoin/issues/14078 | Build issue with Qt 5.2.1 · Issue #14078 · bitcoin/bitcoin · GitHub 00:47 < hebasto> @fanquake: thank you. it gets better :) 00:50 -!- josephnicholas [~josephnic@49.147.169.87] has joined #bitcoin-core-dev 00:52 -!- fanquake [~fanquake@unaffiliated/fanquake] has quit [Remote host closed the connection] 00:55 -!- fanquake [~fanquake@unaffiliated/fanquake] has joined #bitcoin-core-dev 01:05 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 01:06 -!- setpill [~setpill@unaffiliated/setpill] has joined #bitcoin-core-dev 01:10 -!- fridokus [c0b0015a@gateway/web/freenode/ip.192.176.1.90] has joined #bitcoin-core-dev 01:16 -!- fanquake [~fanquake@unaffiliated/fanquake] has quit [Remote host closed the connection] 01:16 < fridokus> Hey. I have a question about the functional test FW. If this is the wrong place please redirect me. In wallet_abandonconflict.py line 39, we get an RPC error because txA is already included in a block. But how can node0 know this, when the block was generated on node1 (line 34) and the blockchains haven't been synced? 01:18 < provoostenator> fridokus: the mempool is synced in line 33 01:19 < aj> provoostenator: but node[0] might not have seen the block at line 34, so why would it think it's confirmed? 01:20 < provoostenator> Right, that explains the first test, but test in line 39 is strange 01:20 < provoostenator> RPC error messages are not always specific enough. 01:21 < aj> okay, in my test, the blocks get synced immediately, without needing sync_blocks() 01:22 < provoostenator> aj: that could also explain it, in that case maybe remove sync_blocks from that test to prevent confusion? 01:23 < aj> or move it up to just after generate() to make it more self documenting? 01:23 < provoostenator> But all that RPC error says is that !pwallet->AbandonTransaction(hash), which could be for other reasons. 01:24 < provoostenator> Wallet::AbandonTransaction checks that the transaction isn't in a block, so that could indeed trigger the failure. But it checks a whole bunch of other things too. So a better test would delay block sync. 01:25 -!- rh0nj [~rh0nj@136.243.139.96] has joined #bitcoin-core-dev 01:25 < provoostenator> Or a more useful return type than bool. 01:27 < provoostenator> Actually all other checks are asserts, so it's fine in this case. Though in general I think errors should be checked more precisely. 01:37 < aj> provoostenator: hmm, if i run generate() sync_blocks() node[0].invalidateblock() it still seems to give the "can't abandon" error? 01:38 -!- josephnicholas [~josephnic@49.147.169.87] has quit [Remote host closed the connection] 01:40 < aj> provoostenator: if i call abandontransaction before generate() it gives the error too.. something seems wrong? 01:42 < aj> oh, being in the mempool suffices... 02:08 -!- jungly [~quassel@79.8.200.97] has joined #bitcoin-core-dev 02:09 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Quit: https://www.Quanto.ga/] 02:11 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 02:12 < fridokus> Ok thank you both, it is clearer for me now 02:12 < fridokus> aj: you mean that a tx being in the mempool is enough so that we can't abandon it? 02:12 -!- timothy [~tredaelli@redhat/timothy] has joined #bitcoin-core-dev 02:13 < aj> fridokus: yeah 02:14 -!- promag [~promag@193.126.224.118] has joined #bitcoin-core-dev 02:14 < fridokus> Then we should remove sync_blocks in line 41 to prevent confusion I think. 02:16 -!- hebasto [~hebasto@95.164.65.194] has quit [Remote host closed the connection] 02:17 -!- promag [~promag@193.126.224.118] has quit [Remote host closed the connection] 02:17 -!- hebasto [~hebasto@95.164.65.194] has joined #bitcoin-core-dev 02:21 -!- promag [~promag@193.126.224.118] has joined #bitcoin-core-dev 02:27 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 252 seconds] 02:33 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 268 seconds] 02:36 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 02:38 -!- josephnicholas [~josephnic@49.147.169.87] has joined #bitcoin-core-dev 02:42 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 02:43 -!- shesek [~shesek@141.226.218.23] has joined #bitcoin-core-dev 02:43 -!- shesek [~shesek@141.226.218.23] has quit [Changing host] 02:43 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 02:52 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-zvnydofdfuqkvroj] has joined #bitcoin-core-dev 02:52 < bitcoin-git> [bitcoin] fridokus opened pull request #14638: Tests: Remove sync_blocks() from wallet_abandonconflict.py (master...develop) https://github.com/bitcoin/bitcoin/pull/14638 02:52 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-zvnydofdfuqkvroj] has left #bitcoin-core-dev [] 03:09 -!- josephnicholas [~josephnic@49.147.169.87] has quit [Remote host closed the connection] 03:11 -!- wxss [~user@23.83.37.183] has joined #bitcoin-core-dev 03:30 -!- hebasto [~hebasto@95.164.65.194] has quit [Remote host closed the connection] 03:32 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 03:34 -!- wxss [~user@23.83.37.183] has quit [Quit: leaving] 03:45 -!- spinza [~spin@155.93.246.187] has joined #bitcoin-core-dev 04:12 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 04:13 -!- josephnicholas [~josephnic@49.147.169.87] has joined #bitcoin-core-dev 04:21 -!- promag [~promag@193.126.224.118] has quit [Remote host closed the connection] 04:24 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 04:28 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 252 seconds] 04:32 -!- josephnicholas [~josephnic@49.147.169.87] has quit [Remote host closed the connection] 04:33 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 04:33 -!- josephnicholas [~josephnic@49.147.169.87] has joined #bitcoin-core-dev 04:34 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 04:38 -!- josephnicholas [~josephnic@49.147.169.87] has quit [Ping timeout: 268 seconds] 04:39 -!- josephnicholas [~josephnic@49.147.169.87] has joined #bitcoin-core-dev 04:51 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 260 seconds] 04:52 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 252 seconds] 05:00 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 05:09 -!- promag [~promag@193.126.224.118] has joined #bitcoin-core-dev 05:12 -!- IGHOR [~quassel@93.178.216.72] has quit [Ping timeout: 268 seconds] 05:12 -!- josephnicholas [~josephnic@49.147.169.87] has quit [Remote host closed the connection] 05:13 -!- rex4539 [~rex4539@ppp-2-84-165-183.home.otenet.gr] has quit [Quit: rex4539] 05:15 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 244 seconds] 05:17 -!- rex4539 [~rex4539@ppp-2-84-165-183.home.otenet.gr] has joined #bitcoin-core-dev 05:18 -!- Deinogalerix21 [~Deinogale@89.238.176.150] has joined #bitcoin-core-dev 05:26 -!- rh0nj [~rh0nj@136.243.139.96] has quit [Remote host closed the connection] 05:27 -!- rh0nj [~rh0nj@136.243.139.96] has joined #bitcoin-core-dev 05:28 -!- rex4539 [~rex4539@ppp-2-84-165-183.home.otenet.gr] has quit [Quit: rex4539] 05:33 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 05:37 -!- Deinogalerix21 [~Deinogale@89.238.176.150] has quit [Quit: WeeChat 2.3] 05:43 -!- TheCharlatan [~TheCharla@109.236.87.57] has joined #bitcoin-core-dev 05:52 -!- cryptapus [~cryptapus@unaffiliated/cryptapus] has quit [Quit: Konversation terminated!] 05:56 -!- promag [~promag@193.126.224.118] has quit [Remote host closed the connection] 06:00 -!- setpill [~setpill@unaffiliated/setpill] has quit [Quit: o/] 06:00 -!- IGHOR [~quassel@93.178.216.72] has joined #bitcoin-core-dev 06:02 -!- cryptapus [~cryptapus@jupiter.osmus.org] has joined #bitcoin-core-dev 06:02 -!- cryptapus [~cryptapus@jupiter.osmus.org] has quit [Changing host] 06:02 -!- cryptapus [~cryptapus@unaffiliated/cryptapus] has joined #bitcoin-core-dev 06:07 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 06:24 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 06:29 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 244 seconds] 06:47 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 06:51 < promag> what is the correct convention for rpc arguments? foo_bar, fooBar, foobar, ...? 06:52 < promag> sorry, it's in developer notes.. 07:31 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-nltcuctjhtmwcqyh] has joined #bitcoin-core-dev 07:31 < bitcoin-git> [bitcoin] promag opened pull request #14641: RPC: Add min/max confirmation options to fund transaction calls (master...2018-11-fundrawtransaction) https://github.com/bitcoin/bitcoin/pull/14641 07:31 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-nltcuctjhtmwcqyh] has left #bitcoin-core-dev [] 07:37 < promag> please consider merging #14123 07:37 < gribble> https://github.com/bitcoin/bitcoin/issues/14123 | gui: Add GUIUtil::bringToFront by promag · Pull Request #14123 · bitcoin/bitcoin · GitHub 07:37 < promag> #14350 could have some re-acks 07:37 < gribble> https://github.com/bitcoin/bitcoin/issues/14350 | Add WalletLocation class by promag · Pull Request #14350 · bitcoin/bitcoin · GitHub 07:45 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 240 seconds] 07:47 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has joined #bitcoin-core-dev 07:55 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 07:59 -!- drexl [~drexl@cpc130676-camd16-2-0-cust445.know.cable.virginm.net] has joined #bitcoin-core-dev 08:25 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 08:25 -!- ExtraCrispy [~ExtraCris@gateway/tor-sasl/extracrispy] has joined #bitcoin-core-dev 08:29 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 244 seconds] 08:39 -!- jarthur [~jarthur@207.114.244.5] has joined #bitcoin-core-dev 08:43 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-nmowdjfljghylbct] has joined #bitcoin-core-dev 08:43 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/51e5ef3971c7...c34c821e4cbd 08:43 < bitcoin-git> bitcoin/master 3fd7e76 John Newbery: [tests] Move deterministic address import to setup_nodes... 08:43 < bitcoin-git> bitcoin/master c34c821 MarcoFalke: Merge #14631: [tests] Move deterministic address import to setup_nodes... 08:43 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-nmowdjfljghylbct] has left #bitcoin-core-dev [] 08:44 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-behqsxrjpbltoogh] has joined #bitcoin-core-dev 08:44 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #14631: [tests] Move deterministic address import to setup_nodes (master...deprecate_generate2) https://github.com/bitcoin/bitcoin/pull/14631 08:44 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-behqsxrjpbltoogh] has left #bitcoin-core-dev [] 09:06 -!- bralyclow [~bralyclow@195.242.213.119] has joined #bitcoin-core-dev 09:11 -!- jungly [~quassel@79.8.200.97] has quit [Remote host closed the connection] 09:17 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 09:19 -!- grubles_ is now known as grubles 09:27 -!- spinza [~spin@155.93.246.187] has joined #bitcoin-core-dev 09:32 -!- hebasto [~hebasto@95.164.65.194] has joined #bitcoin-core-dev 09:36 -!- ap4lmtree [~ap4lmtree@unaffiliated/ap4lmtree] has joined #bitcoin-core-dev 09:43 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 268 seconds] 10:09 -!- Zenton [~user@unaffiliated/vicenteh] has quit [Read error: Connection reset by peer] 10:10 -!- Zenton [~user@unaffiliated/vicenteh] has joined #bitcoin-core-dev 10:17 -!- Zenton [~user@unaffiliated/vicenteh] has quit [Ping timeout: 272 seconds] 10:22 -!- Zenton [~user@unaffiliated/vicenteh] has joined #bitcoin-core-dev 10:25 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 10:30 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 268 seconds] 10:45 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 10:50 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 260 seconds] 10:57 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 11:00 < jnewbery> Reminder: fortnightly wallet meeting in one hour (7pm UTC) 11:08 -!- ExtraCrispy [~ExtraCris@gateway/tor-sasl/extracrispy] has quit [Ping timeout: 256 seconds] 11:08 -!- ExtraCrispy [~ExtraCris@gateway/tor-sasl/extracrispy] has joined #bitcoin-core-dev 11:24 -!- rhavar [uid237883@gateway/web/irccloud.com/x-jvwabjdxsldlsehy] has joined #bitcoin-core-dev 11:52 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 268 seconds] 11:52 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 12:00 < jnewbery> DING DING wallet time 12:01 < sipa> someone has a mass ping list? 12:01 < sipa> #startmeeting 12:01 < lightningbot> Meeting started Fri Nov 2 19:01:40 2018 UTC. The chair is sipa. Information about MeetBot at http://wiki.debian.org/MeetBot. 12:01 < lightningbot> Useful Commands: #action #agreed #help #info #idea #link #topic. 12:01 < meshcollider> Yep 12:01 < meshcollider> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob 12:02 < meshcollider> I added a few more to it 12:02 < sipa> thanks! 12:02 < gwillen> meshcollider: :D 12:02 -!- profmac [~ProfMac@2001:470:1f0f:226:4db2:90d1:da52:ea9c] has joined #bitcoin-core-dev 12:02 < kanzure> hi. 12:02 < gmaxwell> hi. 12:02 < jnewbery> hi 12:03 < sipa> hi 12:03 < meshcollider> hi 12:04 < sipa> topics? 12:05 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 268 seconds] 12:05 < meshcollider> There was something in the meeting yesterday wasn't there 12:06 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-teyhrhyiuehsyfdb] has joined #bitcoin-core-dev 12:06 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c34c821e4cbd...750415701cb1 12:06 < bitcoin-git> bitcoin/master fa43626 MarcoFalke: test_runner: Remove travis specific code 12:06 < bitcoin-git> bitcoin/master 7504157 MarcoFalke: Merge #14630: test_runner: Remove travis specific code... 12:06 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-teyhrhyiuehsyfdb] has left #bitcoin-core-dev [] 12:06 < jnewbery> sipa gave a summary of wallet refactor progress yesterday 12:07 < sipa> meshcollider: add ryanofsky 12:07 -!- rex4539 [~rex4539@ppp-2-84-165-183.home.otenet.gr] has joined #bitcoin-core-dev 12:07 < jnewbery> also mentioned we could get an update of wallet separation progress from ryanofsky 12:08 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-uhwslncuhgaxuzmw] has joined #bitcoin-core-dev 12:08 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #14630: test_runner: Remove travis specific code (master...Mf1811-testNoTravis) https://github.com/bitcoin/bitcoin/pull/14630 12:08 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-uhwslncuhgaxuzmw] has left #bitcoin-core-dev [] 12:08 < ryanofsky> i'm just working on some sjors bugs from 10102, earlier prs are reviewable 12:09 < sipa> ryanofsky: in particular, #14437 right? 12:09 < gribble> https://github.com/bitcoin/bitcoin/issues/14437 | Refactor: Start to separate wallet from node by ryanofsky · Pull Request #14437 · bitcoin/bitcoin · GitHub 12:09 < ryanofsky> yeah 12:09 < gwillen> if anybody expects to have opinions on offline signing UI, I have a branch they could try and criticize. 12:09 < gwillen> (a bit tangential probably.) 12:09 < gmaxwell> gwillen: neat. where? 12:09 < sipa> gwillen: unsure, want to give a short update on what you're trying to achieve? 12:10 < gwillen> The goal is to take the PSBT stuff and bring it into the GUI in an interface somewhat like Armory has for offline signing. 12:10 < gwillen> It adds a 'spend watchonly' checkbox to the send dialog, and another dialog for importing and exporting PSBT blobs, signing and broadcasting them. 12:10 < gwillen> It works right now, but all the instruction labels are placeholders and the code is janky. 12:11 < gwillen> gmaxwell: https://github.com/gwillen/bitcoin/tree/feature-offline 12:11 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 12:12 < gwillen> And I think I have decided that copying the Armory interface is not the best approach, and in reality users do not need to see base64 blobs during this process (at least, without clicking 'advanced' somewhere.) Better to just show them what the transaction will do. 12:12 < gwillen> So that will be the next revision. 12:12 < sipa> gwillen: so you still plan to change the UI/concept significantly before PRing? 12:12 < sipa> or after 12:13 < gwillen> I think I should change it before PRing, unless you think it would be better to let people give feedback. 12:13 < gwillen> But people are welcome to try out the branch, and I will try to keep it compileable. 12:13 < sipa> cool 12:14 -!- ExtraCrispy [~ExtraCris@gateway/tor-sasl/extracrispy] has quit [Remote host closed the connection] 12:15 < sipa> as far as the descriptor/importmulti/wallet progress goes, i think most was said yesterday in the meeting 12:15 < instagibbs> ah shoot, wallet meeting 12:15 < sipa> should we go over it again, perhaps in more detail? 12:15 < instagibbs> need to add to calendar 12:15 < sipa> also, provoostenator: ping (since he was excited to hear there was a wallet meeting now) 12:15 < jnewbery> achow101: ping 12:16 < achow101> hi 12:16 < gwillen> instagibbs: remember to put it in iceland time so you don't get smacked by DST 12:16 < instagibbs> gwillen, already do for thu meeting 12:17 < instagibbs> gwillen, can you elaborate on what non-blob UX would look like? 12:17 < meshcollider> provoostenator was in the ping list at the start so he should have already been notified :) 12:17 -!- nullptr| [~nullptr|@ip-94-113-103-134.net.upcbroadband.cz] has quit [Ping timeout: 260 seconds] 12:18 < gwillen> instagibbs: I have been thinking over the last day or two, the first thing that comes to mind is just to replace the blob with the contents of the current "are you sure" dialog, i.e. "this is a transaction that will spenx XX to YY with fee ZZ, are you sure you want to [create/sign/broadcast/etc.]?" 12:18 < meshcollider> sipa: are you happy to write the IsMine/keypool abstraction and everything yourself or would you like a minion ;) 12:18 < instagibbs> but base64 stuff has to be printed for copying.. right? 12:19 < gwillen> well, I think in most cases people are going to want to use file save/load instead of copy/paste, in fact I can't think of a case where copy/paste makes sense when using multiple machines (as opposed to when testing the PR) 12:19 < sipa> gwillen: also note that #13932 adds an RPC that tells you waht the next steps are for a PSBT (get X to sign, update input Y, broadcast, ...); may be useful for your UI 12:19 < gribble> https://github.com/bitcoin/bitcoin/issues/13932 | Additional utility RPCs for PSBT by achow101 · Pull Request #13932 · bitcoin/bitcoin · GitHub 12:20 < instagibbs> Ah, save/load, didn't know that's what you meant 12:20 < gwillen> sipa: ooooooooooh! I was thinking I wanted to add something like that, and figuring on having to compute it myself, thanks! 12:20 < gwillen> instagibbs: that seems like ultimately the interface people are going to want 12:21 < instagibbs> SGTM 12:21 < gwillen> also, the armory workflow doesn't have a concept of merging transactions, as far as I can tell, I realized I need to add that functionality 12:21 < gwillen> to make multisig reasonably usable 12:21 < sipa> instagibbs: Signature Generating Transaction Machinery? 12:22 < achow101> gwillen merging transactions in what way? 12:22 < sipa> achow101: psbt combiner 12:22 < sipa> gwillen: i assume ^ 12:22 < gwillen> achow101: in the combinepsbt sense, yeah -- perhaps armory has that now, I am on an ancient version and I don't use multisig 12:22 < achow101> there's already combinepsbt, but 13932 has joinpsbts to join independent txs 12:23 -!- nullptr| [~nullptr|@ip-94-113-103-134.net.upcbroadband.cz] has joined #bitcoin-core-dev 12:23 < gwillen> oh, I see, interesting, thanks 12:23 < sipa> achow101: gwillen is talking about his GUI 12:26 -!- DougieBot5000_ is now known as DougieBot5000 12:26 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 244 seconds] 12:28 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 12:28 < sipa> meshcollider: so i haven't thought that much about the abstraction, but perhaps we can discuss ideas in PM or so? 12:30 < meshcollider> sipa: sounds good yep :) 12:32 < sipa> so i think these things can all be done in parallel now: (a) add RPCs to sign/update a PSBT with a descriptor/utxoset (b) create an abstraction for "list of addresses" (that encapsulates the current keypool/hd derivation logic) (c) extend the descriptors code to cache pubkeys (so it can be used as a keypool later, even when hardened derivation is used) 12:34 < sipa> any other things people want to discuss? 12:35 < jnewbery> One thing. A little off topic for a core wallet meeting, but I think people here might be interested. 12:35 < jnewbery> Optech are holding our second workshop in a couple of weeks. We're getting a bunch of engineers from wallets/exchanges together and we'll discuss: RBF/CPFP, PSBT, output script descriptors, lightning integration and coin selection. 12:35 < jnewbery> We'll report back on what we learn, but if people here have any specific questions that you'd like us to ask and get feedback on, please let me know. 12:36 < jnewbery> PSBT especially could be useful, since everyone would benefit from wider adoption 12:38 < gwillen> jnewbery: since I am planning on saving/loading PSBT files for creating/signing/broadcasting, it would be good to be on the same page as other wallets on workflow, so that we can be cross-compatible 12:38 < gwillen> I have been advised the the correct PSBT file format is just the raw PSBT bytes, not base64 or any other encoding 12:38 < gwillen> so compatibility should be easy 12:39 < gwillen> I am interested in any feedback on that from other wallets 12:39 < jnewbery> gwillen: sure. We'll be writing up notes and I'll share them with you 12:40 < gwillen> Thanks! 12:40 < instagibbs> achow101, I can write HWI support :) 12:43 < gwillen> achow101: what do you think about the idea of moving the non-wallet PSBT methods into their own file? 12:44 < gwillen> I can't use RPCs directly from the GUI, so I have to refactor them into (1) a general-purpose method that operates on PartiallySignedTransactions and (2) an RPC method that calls it 12:44 < gwillen> and it seems like maybe all the (1)s should go in a file together outside of /rpc/ 12:44 < sipa> gwillen: that sounds great 12:44 < gwillen> (sorry for thinking out loud here but it doesn't seem like the meeting has an active topic) 12:44 < instagibbs> Maximal reuse sounds amazing, please do 12:44 < gwillen> sipa: cool, where would you put it? 12:45 < gwillen> (I mean, in the directory structure) 12:45 < sipa> gwillen: script/psbtutils ? 12:45 < gwillen> also this is going to start getting messy with stacked unmerged refactors 12:45 < gwillen> which I guess is why refactoring is discouraged ;-) 12:45 < sipa> i don't think it will interact badly 12:46 < gwillen> it will be slightly annoying, not horrible 12:46 < sipa> when merged, the wallet interfaces/ will need extra methods to access that psbt logic, but that's pretty much just additive, i think - not conflicting 12:47 < gwillen> well it's going to rebase annoyingly against things that are messing with the PSBT RPCs, so #13932 #14588, maybe that's it 12:47 < gribble> https://github.com/bitcoin/bitcoin/issues/13932 | Additional utility RPCs for PSBT by achow101 · Pull Request #13932 · bitcoin/bitcoin · GitHub 12:47 < gribble> https://github.com/bitcoin/bitcoin/issues/14588 | Refactor PSBT signing logic to enforce invariant and fix signing bug by gwillen · Pull Request #14588 · bitcoin/bitcoin · GitHub 12:47 < gwillen> and one of those is mine so I don't mind that one :-) 12:51 < meshcollider> Any other things for now? 12:51 < sipa> i think that's it 12:52 < jnewbery> IsAllFromMe 12:53 < instagibbs> jnewbery, what about it? are we naming functions we like? :) 12:53 < meshcollider> Lol 12:53 < sipa> IsMine. 12:54 < jnewbery> Shutdown 12:54 < instagibbs> gwillen, would there be sense to at least have a "copy to clipboard" button, or are you thinking purely save/load? 12:54 < achow101> gwillen: I can move them to separate files 12:55 < instagibbs> or spit out a complete path or something; something about having me hunt my filesystem for what I saved is a disconnect I don't like. 12:55 < instagibbs> unless the naming scheme is highly identifying 12:55 < instagibbs> (maybe just me) 12:56 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 245 seconds] 12:58 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 12:59 < sipa> #endmeeting 12:59 < lightningbot> Meeting ended Fri Nov 2 19:59:23 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) 12:59 < lightningbot> Minutes: http://www.erisian.com.au/meetbot/bitcoin-core-dev/2018/bitcoin-core-dev.2018-11-02-19.01.html 12:59 < lightningbot> Minutes (text): http://www.erisian.com.au/meetbot/bitcoin-core-dev/2018/bitcoin-core-dev.2018-11-02-19.01.txt 12:59 < lightningbot> Log: http://www.erisian.com.au/meetbot/bitcoin-core-dev/2018/bitcoin-core-dev.2018-11-02-19.01.log.html 12:59 < CubicEarth> FYI, andytoshi skipped the meeting in favor of band practice .... https://media.giphy.com/media/1iOZdJ4dGdhgr1sbOT/giphy.gif 13:00 < meshcollider> sipa: are you going to end it ;) 13:00 < meshcollider> Oops 13:00 < meshcollider> Delayed reaction haha 13:00 < gwillen> instagibbs: I would probably put 'copy to clipboard' under 'advanced', which will also show the base64 13:00 < instagibbs> oops right 13:01 < gwillen> if you have any thoughts on cases when people would actually use that feature I am all ears, as that would influence how I would design it 13:01 < instagibbs> my dumbery means I'm advanced thanks 13:01 < gwillen> but I realized I never would except for testing 13:01 < gwillen> (the really cool thing would be QR codes, clearly ;-) 13:01 < gwillen> (I am only half joking here) 13:01 < sipa> I don't see why that's a joke 13:02 < achow101> turns out this meeting time isn't so great for me 13:02 -!- lukedashjr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 13:02 < gwillen> sipa: well, I have always been slightly skeptical -- people are suspicious of USB sticks, but a USB camera is a much more complex device than a usb stick 13:02 < gwillen> if your offline machine has a camera built-in then it might be a good approach 13:03 < sipa> gwillen: ah, fair 13:03 < sipa> for the other direction (offline to online) it makes perfect sense though 13:03 < gwillen> (also, the ergonomics of pointing a laptop's built-in camera at another laptop are terrible) 13:03 < gwillen> yeah, that's definitely true 13:03 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 244 seconds] 13:04 < instagibbs> ColdCard, for one, only uses files natively from what i understand, so there's at least 1 13:05 < gwillen> do you know, does it use the "obvious" format (raw PSBT bytes in a file by themselves, no header, no base64 or other encoding)? 13:05 < achow101> gwillen: it uses both 13:05 < gwillen> i.e. it will read either raw bytes or base64 bytes? 13:05 < achow101> yeah 13:05 < gwillen> does it just write back the same as it read? 13:06 < achow101> I believe so 13:06 -!- lukedashjr is now known as luke-jr 13:07 < instagibbs> ah interesting 13:07 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 13:08 < andytoshi> CubicEarth: nah i don't look like that anymore https://download.wpsoftware.net/images/burns.jpg 13:10 < instagibbs> lol 13:11 < CubicEarth> :) 13:12 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 252 seconds] 13:13 -!- profmac [~ProfMac@2001:470:1f0f:226:4db2:90d1:da52:ea9c] has quit [Ping timeout: 260 seconds] 13:14 < jnewbery> One piece of feedback I had from a wallet was that they didn't like PSBT compared to what they're currently using because it's large and doesn't fit in a QR code. I haven't dug into that yet 13:15 -!- profmac [~ProfMac@2001:470:1f0f:226:4db2:90d1:da52:ea9c] has joined #bitcoin-core-dev 13:16 < achow101> jnewbery: I think that is unfortunately a byproduct of needing to maintain trustlessness. if you trusted the person making the psbt, then you it wouldn't need to be so large as non-witness utxos need not be the entire previous tx 13:17 < gmaxwell> even without inputs, IIRC the maximum size of a QR code is 4kb.. 13:17 < gmaxwell> meaning you're not even remotely close to being able to carry back the signatures in a maximum standard txn with just one QR code. 13:22 < sipa> the QR spec defines a way to split data over multiple QR codes :) 13:23 < instagibbs> qr slideshow, oh boy 13:27 < achow101> meshcollider: can you rebase your importmulti descriptors pr onto 14565 so I can build something on top of it? 13:46 < phantomcircuit> sipa, which iirc nobody implements 13:47 < phantomcircuit> also very large qr codes tend to break things 13:47 < jnewbery> yes, you can't carry the signatures in a maximum standard txn with a QR code, but most of the time people aren't creating maximum sized standard txns 13:47 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 252 seconds] 13:50 -!- timothy [~tredaelli@redhat/timothy] has quit [Remote host closed the connection] 13:51 -!- robo7_ [~robo7@unaffiliated/robo7] has quit [Quit: Leaving] 14:14 < sturles> I wonder - would it be time to end the practice of having a fixed absolute minimum relay and mining fee, and allow for some slack e.g. when a node's mempool is below 100k? It could allow for, and encourage, some UXTO cleaning at times of low transaction rates. The dust limit can stay the same as now. 14:14 -!- rex4539 [~rex4539@ppp-2-84-165-183.home.otenet.gr] has quit [Quit: rex4539] 14:15 < gwillen> achow101: this is interesting actually, if you are space constrained you really do just need the parts of the PSBT that the sender doesn't already know, i.e. the sigs 14:15 < gwillen> except there's no spec for determining that 14:15 < gwillen> I dunno if this is useful enough for that to actually exist or not 14:24 -!- bitconner [~conner@136.24.75.121] has joined #bitcoin-core-dev 14:30 < luke-jr> sturles: I don't see a rationale for that; bandwidth and CPU time doesn't get cheaper just because demand is low 14:30 < luke-jr> maybe the absolute minimum can be lowered, but it doesn't seem logical to remove it entirely 14:31 < meshcollider> achow101: sure :) 14:35 -!- rex4539 [~rex4539@ppp-2-84-165-183.home.otenet.gr] has joined #bitcoin-core-dev 14:37 < sturles> There should be more bandwidth and CPU time available when demand is slow. 14:39 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 14:42 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-rkevuqjgwcgrnsoo] has joined #bitcoin-core-dev 14:42 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/750415701cb1...742ee2134991 14:42 < bitcoin-git> bitcoin/master fa4bcaf MarcoFalke: travis: Compile once on xenial 14:42 < bitcoin-git> bitcoin/master 742ee21 MarcoFalke: Merge #14528: travis: Compile once on xenial... 14:42 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-rkevuqjgwcgrnsoo] has left #bitcoin-core-dev [] 14:43 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-owdjooplrxceptud] has joined #bitcoin-core-dev 14:43 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #14528: travis: Compile once on xenial (master...Mf1810-travisXenial) https://github.com/bitcoin/bitcoin/pull/14528 14:43 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-owdjooplrxceptud] has left #bitcoin-core-dev [] 14:53 -!- spinza [~spin@155.93.246.187] has quit [Ping timeout: 244 seconds] 14:55 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has quit [Remote host closed the connection] 15:08 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 15:10 -!- bsm117532 [~mcelrath@c-24-61-184-150.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 15:11 -!- spinza [~spin@155.93.246.187] has joined #bitcoin-core-dev 15:13 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has quit [Quit: Snoozing.] 15:13 < hebasto> jonasschnelli: hi! what is the purpose of "#undef slots" in "src/qt/macdockiconhandler.mm" ? 15:15 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 15:18 < phantomcircuit> sturles, iirc the minimum relay stuff is very low already 15:20 < gwillen> hebasto: it looks to me like, at least at one time, some of the macos stuff used "slots" as a name internally somewhere in the headers 15:20 < gwillen> but QT has a #define of "slots" for its own unrelated purpose 15:21 < gwillen> (which is gross because one should not go around #defining lowercase names, but QT something something; there is a config option you can set to make it not do that) 15:31 < hebasto> gwillen: ty 15:32 < gwillen> np! 15:36 -!- spinza [~spin@155.93.246.187] has quit [Ping timeout: 252 seconds] 16:05 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 16:06 -!- sanket1729 [827eff42@gateway/web/freenode/ip.130.126.255.66] has joined #bitcoin-core-dev 16:06 -!- bsm117532 [~mcelrath@c-24-61-184-150.hsd1.ma.comcast.net] has quit [Remote host closed the connection] 16:08 -!- bsm117532 [~mcelrath@c-24-61-184-150.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 16:12 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 245 seconds] 16:13 -!- sanket1729 [827eff42@gateway/web/freenode/ip.130.126.255.66] has quit [Quit: Page closed] 16:16 -!- profmac [~ProfMac@2001:470:1f0f:226:4db2:90d1:da52:ea9c] has quit [Ping timeout: 250 seconds] 16:24 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 16:29 -!- profmac [~ProfMac@2001:470:1f0f:226:140b:6cbd:77b:84d7] has joined #bitcoin-core-dev 16:38 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 252 seconds] 16:47 -!- spinza [~spin@155.93.246.187] has joined #bitcoin-core-dev 16:50 -!- copumpkin [~copumpkin@haskell/developer/copumpkin] has quit [Read error: Connection reset by peer] 16:50 -!- Guest16871 [~schmidty@104-7-216-111.lightspeed.austtx.sbcglobal.net] has quit [Read error: Connection reset by peer] 16:50 -!- schmidty [~schmidty@104-7-216-111.lightspeed.austtx.sbcglobal.net] has joined #bitcoin-core-dev 16:51 -!- copumpkin [~copumpkin@haskell/developer/copumpkin] has joined #bitcoin-core-dev 16:51 -!- schmidty is now known as Guest33763 16:54 -!- jarthur [~jarthur@207.114.244.5] has quit [Ping timeout: 240 seconds] 16:54 -!- hebasto [~hebasto@95.164.65.194] has quit [Read error: Connection reset by peer] 16:57 -!- dviola [~diego@unaffiliated/dviola] has joined #bitcoin-core-dev 16:58 -!- bsm117532 [~mcelrath@c-24-61-184-150.hsd1.ma.comcast.net] has quit [Ping timeout: 244 seconds] 17:02 -!- booyah_ [~bb@193.25.1.157] has joined #bitcoin-core-dev 17:03 -!- rh0nj [~rh0nj@136.243.139.96] has quit [Remote host closed the connection] 17:04 -!- rh0nj [~rh0nj@136.243.139.96] has joined #bitcoin-core-dev 17:05 -!- booyah [~bb@193.25.1.157] has quit [Ping timeout: 252 seconds] 17:05 -!- commavir [~vir@23.226.237.192] has quit [Ping timeout: 252 seconds] 17:06 -!- commavir [~vir@23.226.237.192] has joined #bitcoin-core-dev 17:10 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 17:13 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 17:15 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 17:19 -!- baldur [~baldur@pool-108-30-43-45.nycmny.fios.verizon.net] has quit [Remote host closed the connection] 17:21 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-yazygigpiafccdjx] has joined #bitcoin-core-dev 17:21 < bitcoin-git> [bitcoin] MeshCollider reopened pull request #14491: Allow descriptor imports with importmulti (master...201810_importmulti_desc_2) https://github.com/bitcoin/bitcoin/pull/14491 17:21 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-yazygigpiafccdjx] has left #bitcoin-core-dev [] 17:25 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 17:25 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 17:26 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 17:32 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 268 seconds] 17:44 -!- baldur [~baldur@pool-108-30-43-45.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 17:45 -!- Guest33763 [~schmidty@104-7-216-111.lightspeed.austtx.sbcglobal.net] has quit [] 18:04 -!- Hayro [Hayro@88.234.105.252] has joined #bitcoin-core-dev 18:12 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has quit [Quit: Snoozing.] 18:15 -!- dviola [~diego@unaffiliated/dviola] has quit [Ping timeout: 252 seconds] 18:15 -!- Hayro [Hayro@88.234.105.252] has quit [Excess Flood] 18:15 -!- Hayro [Hayro@88.234.105.252] has joined #bitcoin-core-dev 18:19 * Hayro #cvv2 #cvv2 #cvv2 #cvv2 #cvv2 #cvv2 #cvv2 #cvv2 #cvv2 freenode 18:20 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-ynivtohouerwhzgw] has joined #bitcoin-core-dev 18:20 < bitcoin-git> [bitcoin] pengfangzhi opened pull request #14644: 0.17 (master...0.17) https://github.com/bitcoin/bitcoin/pull/14644 18:20 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-ynivtohouerwhzgw] has left #bitcoin-core-dev [] 18:20 * Hayro alayınızın bacisini sikim 18:20 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-ibvepfulllhskoqg] has joined #bitcoin-core-dev 18:20 < bitcoin-git> [bitcoin] sipa closed pull request #14644: 0.17 (master...0.17) https://github.com/bitcoin/bitcoin/pull/14644 18:20 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-ibvepfulllhskoqg] has left #bitcoin-core-dev [] 18:28 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 18:30 -!- IGHOR [~quassel@93.178.216.72] has quit [Quit: http://quassel-irc.org ? ??????????? ?????????. ????-??.] 18:32 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 252 seconds] 18:35 -!- IGHOR [~quassel@93.178.216.72] has joined #bitcoin-core-dev 18:50 -!- dviola [~diego@unaffiliated/dviola] has joined #bitcoin-core-dev 19:25 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-fmhgbyafuvxoxyau] has joined #bitcoin-core-dev 19:25 < bitcoin-git> [bitcoin] sipa opened pull request #14646: Add expansion cache functions to descriptors (unused for now) (master...201811_descriptcache) https://github.com/bitcoin/bitcoin/pull/14646 19:25 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-fmhgbyafuvxoxyau] has left #bitcoin-core-dev [] 19:29 < meshcollider> achow101: ok #14491 is rebased and reopened, you might want to quickly review it before basing on top of it just to save yourself rebasing later if you spot something wrong 19:30 < gribble> https://github.com/bitcoin/bitcoin/issues/14491 | Allow descriptor imports with importmulti by MeshCollider · Pull Request #14491 · bitcoin/bitcoin · GitHub 19:30 < achow101> thanks! 19:33 -!- dviola [~diego@unaffiliated/dviola] has quit [Quit: WeeChat 2.3] 19:43 -!- Ga1aCt1Cz00_ [~Ga1aCt1Cz@p2003005F6E1F7C24B0B5DBE9A1C36594.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 19:46 -!- Ga1aCt1Cz00__ [~Ga1aCt1Cz@p2003005F6E1F7C80ECB9386700129B55.dip0.t-ipconnect.de] has quit [Ping timeout: 264 seconds] 20:18 -!- josephnicholas [~josephnic@49.147.169.87] has joined #bitcoin-core-dev 20:20 -!- josephnicholas [~josephnic@49.147.169.87] has quit [Remote host closed the connection] 20:28 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 20:30 -!- drexl [~drexl@cpc130676-camd16-2-0-cust445.know.cable.virginm.net] has quit [Quit: drexl] 20:33 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 252 seconds] 21:05 -!- rh0nj [~rh0nj@136.243.139.96] has quit [Remote host closed the connection] 21:06 -!- rh0nj [~rh0nj@136.243.139.96] has joined #bitcoin-core-dev 21:18 -!- bitconner [~conner@136.24.75.121] has quit [Ping timeout: 252 seconds] 21:30 -!- booyah_ [~bb@193.25.1.157] has quit [Read error: Connection reset by peer] 21:31 -!- booyah_ [~bb@193.25.1.157] has joined #bitcoin-core-dev 21:41 -!- schnerchi [~schnerchi@p3EE1D6AA.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 21:44 -!- schnerch_ [~schnerchi@p3EE1D7AE.dip0.t-ipconnect.de] has quit [Ping timeout: 252 seconds] 21:44 -!- bralyclow [~bralyclow@195.242.213.119] has quit [Remote host closed the connection] 22:13 -!- josephnicholas [~josephnic@49.147.169.87] has joined #bitcoin-core-dev 22:14 -!- josephnicholas [~josephnic@49.147.169.87] has quit [Client Quit] 22:20 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 22:26 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 245 seconds] 22:29 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 22:30 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 22:31 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 22:33 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 240 seconds] 22:37 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 23:08 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 23:09 -!- bitconner [~conner@c-73-170-56-77.hsd1.ca.comcast.net] has quit [Ping timeout: 268 seconds] 23:21 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 23:25 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 246 seconds] 23:35 -!- TD-Linux [~Thomas@about/essy/indecisive/TD-Linux] has quit [Ping timeout: 276 seconds] 23:36 -!- TD-Linux [~Thomas@about/essy/indecisive/TD-Linux] has joined #bitcoin-core-dev 23:37 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 23:38 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 23:42 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 244 seconds] --- Log closed Sat Nov 03 00:00:55 2018