12020-10-24T00:00:01 *** ericbsd1 has quit IRC
22020-10-24T00:00:54 <achow101> it kind of does feel like we should separate privkeys and signing from balance watching thogh
32020-10-24T00:01:36 <sipa> privkeys are something else still, i think
42020-10-24T00:01:57 <sipa> but what if you have solvable non-signable non-watched things in a legacy wallet?
52020-10-24T00:02:39 <achow101> that's the current problem, no?
62020-10-24T00:02:44 <sipa> yes
72020-10-24T00:02:51 <sipa> i'm saying forget private keys for a minute
82020-10-24T00:03:55 <sipa> i figure this could occur if you had one wallet that has both your private balance, but also has multisig scripts imported for participating in a multisig fund
92020-10-24T00:04:17 <sipa> that situation should really be converted to two wallets
102020-10-24T00:04:24 <achow101> yes
112020-10-24T00:04:57 <achow101> if that wallet also has other watchonly things, then it should be 3 wallets
122020-10-24T00:05:02 <sipa> exactly
132020-10-24T00:05:19 <sipa> descriptor wallets inherently can't solve anything that isn't watched... but anything you'd want to solve for should be watched by *someone*
142020-10-24T00:05:39 <sipa> who is going to do coin selection otherwise?
152020-10-24T00:06:30 <achow101> indeed, but then the other participants shouldn't need to have the multisig in their wallet
162020-10-24T00:06:50 <achow101> I guess it made things easier before psbt
172020-10-24T00:07:06 <sipa> right, but i think all we need is an option to convert anything solvable into a watched descriptor
182020-10-24T00:07:31 <sipa> you'd use normal conversion for your personal part of the wallet
192020-10-24T00:07:50 <sipa> and a separate solvable-to-watched conversion to extract the multisig "wallet", if you have a need for that
202020-10-24T00:08:31 <achow101> I think we can just make the separate wallet and inform the user
212020-10-24T00:08:48 <achow101> right now the migration will make a separate watchonly and inform the user
222020-10-24T00:09:03 <sipa> ok
232020-10-24T00:17:03 *** vasild has quit IRC
242020-10-24T00:18:02 *** vasild has joined #bitcoin-core-dev
252020-10-24T00:22:16 *** milky1 has joined #bitcoin-core-dev
262020-10-24T00:43:32 *** davterra has quit IRC
272020-10-24T00:49:36 *** davterra has joined #bitcoin-core-dev
282020-10-24T01:02:57 *** justanotheruser has quit IRC
292020-10-24T01:08:54 *** justanotheruser has joined #bitcoin-core-dev
302020-10-24T01:17:34 *** AaronvanW has quit IRC
312020-10-24T01:25:58 *** harrigan has quit IRC
322020-10-24T01:27:45 *** harrigan has joined #bitcoin-core-dev
332020-10-24T01:36:19 *** EagleTM has quit IRC
342020-10-24T01:43:16 *** EagleTM has joined #bitcoin-core-dev
352020-10-24T01:43:49 *** Eagle[TM] has joined #bitcoin-core-dev
362020-10-24T01:47:25 *** EagleTM has quit IRC
372020-10-24T01:55:23 *** dviola has joined #bitcoin-core-dev
382020-10-24T02:04:05 *** Squidicuz has quit IRC
392020-10-24T02:04:25 *** Squidicuz has joined #bitcoin-core-dev
402020-10-24T02:08:25 *** Squidicuz has quit IRC
412020-10-24T02:08:31 *** Squidicc has joined #bitcoin-core-dev
422020-10-24T02:10:18 *** Squidicuz has joined #bitcoin-core-dev
432020-10-24T02:11:07 *** Squidicc has quit IRC
442020-10-24T02:28:03 *** EagleTM has joined #bitcoin-core-dev
452020-10-24T02:30:05 *** Eagle[TM] has quit IRC
462020-10-24T02:47:27 *** davterra has quit IRC
472020-10-24T03:00:01 *** milky1 has quit IRC
482020-10-24T03:19:15 *** pinheadmz has quit IRC
492020-10-24T03:29:46 *** prayank23 has joined #bitcoin-core-dev
502020-10-24T04:02:51 *** sdaftuar_ has quit IRC
512020-10-24T04:03:34 *** sdaftuar_ has joined #bitcoin-core-dev
522020-10-24T04:16:07 *** pinheadmz has joined #bitcoin-core-dev
532020-10-24T04:31:00 *** davterra has joined #bitcoin-core-dev
542020-10-24T05:04:47 *** openstackstatus1 has joined #bitcoin-core-dev
552020-10-24T05:11:40 *** pinheadmz has quit IRC
562020-10-24T05:23:20 *** prayank23 has quit IRC
572020-10-24T05:47:01 *** aj has quit IRC
582020-10-24T05:50:10 *** lightningbot <lightningbot!~supybot@2400:8901::f03c:91ff:febb:bbc1> has joined #bitcoin-core-dev
592020-10-24T06:00:02 *** openstackstatus1 <openstackstatus1!~openstack@94.229.74.91> has quit IRC
602020-10-24T06:03:57 *** aj <aj!aj@cerulean.erisian.com.au> has joined #bitcoin-core-dev
612020-10-24T06:21:54 *** jayg <jayg!~jayg@178.238.229.54> has joined #bitcoin-core-dev
622020-10-24T06:46:50 *** filchef <filchef!~filchef@212.104.97.177> has joined #bitcoin-core-dev
632020-10-24T07:00:23 *** Bullit <Bullit!~Bullit01@042-236-158-163.dynamic.caiway.nl> has joined #bitcoin-core-dev
642020-10-24T07:03:52 *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
652020-10-24T07:03:52 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/49984b44cfcd...d67883d01e50
662020-10-24T07:03:52 <bitcoin-git> bitcoin/master 20c9e03 Hennadii Stepanov: gui: Call setWalletActionsEnabled(true) only for the first wallet
672020-10-24T07:03:52 <bitcoin-git> bitcoin/master d67883d MarcoFalke: Merge bitcoin-core/gui#43: bugfix: Call setWalletActionsEnabled(true) only...
682020-10-24T07:03:54 *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
692020-10-24T07:04:27 *** Bullit <Bullit!~Bullit01@042-236-158-163.dynamic.caiway.nl> has quit IRC
702020-10-24T07:05:30 *** Bullit <Bullit!~Bullit01@042-236-158-163.dynamic.caiway.nl> has joined #bitcoin-core-dev
712020-10-24T07:19:59 *** Bullit <Bullit!~Bullit01@042-236-158-163.dynamic.caiway.nl> has quit IRC
722020-10-24T07:21:28 *** Bullit <Bullit!~Bullit01@042-236-158-163.dynamic.caiway.nl> has joined #bitcoin-core-dev
732020-10-24T07:23:17 *** Bullit <Bullit!~Bullit01@042-236-158-163.dynamic.caiway.nl> has joined #bitcoin-core-dev
742020-10-24T07:24:43 *** Bullit <Bullit!~Bullit01@042-236-158-163.dynamic.caiway.nl> has joined #bitcoin-core-dev
752020-10-24T07:40:26 *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
762020-10-24T07:40:26 <bitcoin-git> [bitcoin] jonatack closed pull request #19874: cli: degrade -getinfo gracefully for older servers (master...getinfo-handle-older-servers-gracefully) https://github.com/bitcoin/bitcoin/pull/19874
772020-10-24T07:40:27 *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
782020-10-24T07:40:47 *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
792020-10-24T07:40:47 <bitcoin-git> [bitcoin] jonatack closed pull request #20231: wallet, rpc: universal feerate (sat/vB) param/option (master...universal-feerate) https://github.com/bitcoin/bitcoin/pull/20231
802020-10-24T07:40:58 *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
812020-10-24T07:44:13 *** jesseposner <jesseposner!~jesse@98.37.146.62> has quit IRC
822020-10-24T08:11:50 *** jonatack <jonatack!~jon@213.152.162.114> has quit IRC
832020-10-24T08:16:49 *** braydonf <braydonf!~braydon@gateway/tor-sasl/braydonf> has quit IRC
842020-10-24T08:17:10 *** braydonf <braydonf!~braydon@gateway/tor-sasl/braydonf> has joined #bitcoin-core-dev
852020-10-24T08:19:59 *** jesseposner <jesseposner!~jesse@98.37.146.62> has joined #bitcoin-core-dev
862020-10-24T08:26:48 *** dviola <dviola!~diego@187.39.22.189> has left #bitcoin-core-dev
872020-10-24T08:27:12 *** dviola <dviola!~diego@unaffiliated/dviola> has joined #bitcoin-core-dev
882020-10-24T08:28:52 *** jb55 <jb55!~jb55@gateway/tor-sasl/jb55> has quit IRC
892020-10-24T08:29:16 *** jb55 <jb55!~jb55@gateway/tor-sasl/jb55> has joined #bitcoin-core-dev
902020-10-24T08:31:02 *** dviola <dviola!~diego@unaffiliated/dviola> has quit IRC
912020-10-24T08:32:23 *** reallll <reallll!~belcher@unaffiliated/belcher> has joined #bitcoin-core-dev
922020-10-24T08:33:11 *** davterra <davterra!~davterra@gateway/tor-sasl/tralfaz> has quit IRC
932020-10-24T08:33:34 *** Talkless <Talkless!~Talkless@mail.dargis.net> has joined #bitcoin-core-dev
942020-10-24T08:35:04 *** belcher_ <belcher_!~belcher@unaffiliated/belcher> has quit IRC
952020-10-24T08:37:13 *** pierre_rochard <pierre_rochard!sid299882@gateway/web/irccloud.com/x-sibfhtxywaxkekwa> has quit IRC
962020-10-24T08:38:22 *** opsec_x12 <opsec_x12!~opsec_x12@44-25-143-49.ip.hamwan.net> has joined #bitcoin-core-dev
972020-10-24T08:38:29 *** digi_james <digi_james!sid281632@gateway/web/irccloud.com/x-zhvokaiycnpsbyyh> has quit IRC
982020-10-24T08:38:59 *** digi_james <digi_james!sid281632@gateway/web/irccloud.com/x-oluymwplbdeghppb> has joined #bitcoin-core-dev
992020-10-24T08:39:17 *** pierre_rochard <pierre_rochard!sid299882@gateway/web/irccloud.com/x-pbgpbvwrpdfnnkcw> has joined #bitcoin-core-dev
1002020-10-24T08:39:27 *** jesseposner <jesseposner!~jesse@98.37.146.62> has quit IRC
1012020-10-24T08:39:45 *** valwal_ <valwal_!sid334773@gateway/web/irccloud.com/x-quzwnfdrpkglflcc> has quit IRC
1022020-10-24T08:41:55 *** valwal_ <valwal_!sid334773@gateway/web/irccloud.com/x-pxseioohccmgrxvz> has joined #bitcoin-core-dev
1032020-10-24T08:42:17 *** fanquake <fanquake!sid369002@gateway/web/irccloud.com/x-hhjwpoqkkctrgveh> has quit IRC
1042020-10-24T08:42:55 *** hugohn <hugohn!sid304114@gateway/web/irccloud.com/x-fledwqxrihcjmlry> has quit IRC
1052020-10-24T08:42:55 *** GoldmanSats__ <GoldmanSats__!sid428607@gateway/web/irccloud.com/x-znjuszgrygdhguhu> has quit IRC
1062020-10-24T08:43:33 *** vfP56jSe <vfP56jSe!sid321684@gateway/web/irccloud.com/x-iyiajogwlyrgnbbu> has quit IRC
1072020-10-24T08:44:11 *** ahmed_ <ahmed_!sid14086@gateway/web/irccloud.com/x-tjizlrtftbrptvgj> has quit IRC
1082020-10-24T08:44:20 *** hugohn <hugohn!sid304114@gateway/web/irccloud.com/x-lmrkgjatcabxmrma> has joined #bitcoin-core-dev
1092020-10-24T08:44:49 *** robot-dreams <robot-dreams!sid463268@gateway/web/irccloud.com/x-srdqfdzjxsxcwbcv> has quit IRC
1102020-10-24T08:44:57 *** GoldmanSats__ <GoldmanSats__!sid428607@gateway/web/irccloud.com/x-vxrhmyqjhhfereqo> has joined #bitcoin-core-dev
1112020-10-24T08:45:41 *** fanquake <fanquake!sid369002@gateway/web/irccloud.com/x-pugsgmagvfjoiqaa> has joined #bitcoin-core-dev
1122020-10-24T08:45:44 *** vfP56jSe <vfP56jSe!sid321684@gateway/web/irccloud.com/x-ndfsajkeuuiseulj> has joined #bitcoin-core-dev
1132020-10-24T08:45:49 *** ahmed_ <ahmed_!sid14086@gateway/web/irccloud.com/x-oymsaayctnvaczdl> has joined #bitcoin-core-dev
1142020-10-24T08:47:10 *** robot-dreams <robot-dreams!sid463268@gateway/web/irccloud.com/x-fpigosjmajlqgawx> has joined #bitcoin-core-dev
1152020-10-24T08:53:03 *** Pavlenex <Pavlenex!~Thunderbi@141.98.103.251> has joined #bitcoin-core-dev
1162020-10-24T09:00:03 *** jayg <jayg!~jayg@178.238.229.54> has quit IRC
1172020-10-24T09:01:56 *** prayank23 <prayank23!~andr0irc@2409:4053:2018:7e69:8d70:955c:c207:9d3a> has joined #bitcoin-core-dev
1182020-10-24T09:05:01 *** kexkey <kexkey!~kexkey@static-198-54-132-142.cust.tzulo.com> has quit IRC
1192020-10-24T09:06:15 *** wxss <wxss!~user@mail.deeplinkmedia.com> has quit IRC
1202020-10-24T09:09:08 *** reallll is now known as belcher
1212020-10-24T09:13:27 *** wxss <wxss!~user@mail.deeplinkmedia.com> has joined #bitcoin-core-dev
1222020-10-24T09:21:24 *** ericholscher <ericholscher!~ericholsc@185.163.110.116> has joined #bitcoin-core-dev
1232020-10-24T09:37:15 *** Guyver2 <Guyver2!Guyver@guyver2.xs4all.nl> has joined #bitcoin-core-dev
1242020-10-24T09:38:22 *** prayank23 <prayank23!~andr0irc@2409:4053:2018:7e69:8d70:955c:c207:9d3a> has quit IRC
1252020-10-24T09:42:21 *** prayank23 <prayank23!~andr0irc@2409:4053:2018:7e69:8d70:955c:c207:9d3a> has joined #bitcoin-core-dev
1262020-10-24T10:11:03 *** vasild <vasild!~vd@gateway/tor-sasl/vasild> has quit IRC
1272020-10-24T10:11:44 *** vasild <vasild!~vd@gateway/tor-sasl/vasild> has joined #bitcoin-core-dev
1282020-10-24T10:13:31 *** davterra <davterra!~davterra@gateway/tor-sasl/tralfaz> has joined #bitcoin-core-dev
1292020-10-24T10:18:23 *** Asia51Swaniawski <Asia51Swaniawski!~Asia51Swa@static.57.1.216.95.clients.your-server.de> has joined #bitcoin-core-dev
1302020-10-24T10:27:22 *** prayank23 <prayank23!~andr0irc@2409:4053:2018:7e69:8d70:955c:c207:9d3a> has quit IRC
1312020-10-24T10:35:12 *** jesseposner <jesseposner!~jesse@98.37.146.62> has joined #bitcoin-core-dev
1322020-10-24T10:38:02 *** ijscoboer <ijscoboer!~plabo@143.176.121.24> has joined #bitcoin-core-dev
1332020-10-24T10:43:42 *** jesseposner <jesseposner!~jesse@98.37.146.62> has quit IRC
1342020-10-24T10:46:05 *** Asia51Swaniawski <Asia51Swaniawski!~Asia51Swa@static.57.1.216.95.clients.your-server.de> has quit IRC
1352020-10-24T11:06:22 *** ijscoboer <ijscoboer!~plabo@143.176.121.24> has quit IRC
1362020-10-24T11:06:58 *** prayank23 <prayank23!~andr0irc@2409:4053:2018:7e69:8d70:955c:c207:9d3a> has joined #bitcoin-core-dev
1372020-10-24T11:15:07 *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has joined #bitcoin-core-dev
1382020-10-24T11:36:35 *** pinheadmz <pinheadmz!~pinheadmz@pool-100-33-69-78.nycmny.fios.verizon.net> has joined #bitcoin-core-dev
1392020-10-24T12:00:01 *** ericholscher <ericholscher!~ericholsc@185.163.110.116> has quit IRC
1402020-10-24T12:01:57 *** jonatack <jonatack!~jon@185.206.225.51> has joined #bitcoin-core-dev
1412020-10-24T12:05:22 *** prayank23 <prayank23!~andr0irc@2409:4053:2018:7e69:8d70:955c:c207:9d3a> has quit IRC
1422020-10-24T12:05:43 *** prayank23 <prayank23!~andr0irc@2409:4053:2018:7e69:8d70:955c:c207:9d3a> has joined #bitcoin-core-dev
1432020-10-24T12:21:51 *** igustin <igustin!~igustin@178.239.168.171> has joined #bitcoin-core-dev
1442020-10-24T12:25:36 *** sr_gi <sr_gi!~sr_gi@static-128-69-224-77.ipcom.comunitel.net> has quit IRC
1452020-10-24T12:26:04 *** sr_gi <sr_gi!~sr_gi@static-128-69-224-77.ipcom.comunitel.net> has joined #bitcoin-core-dev
1462020-10-24T12:39:38 *** jesseposner <jesseposner!~jesse@98.37.146.62> has joined #bitcoin-core-dev
1472020-10-24T12:45:25 *** jesseposner <jesseposner!~jesse@98.37.146.62> has quit IRC
1482020-10-24T12:55:45 *** jonatack <jonatack!~jon@185.206.225.51> has quit IRC
1492020-10-24T12:59:12 *** rc_423 <rc_423!~r_423@cpe-75-185-100-189.cinci.res.rr.com> has quit IRC
1502020-10-24T13:00:10 *** Pavlenex <Pavlenex!~Thunderbi@141.98.103.251> has joined #bitcoin-core-dev
1512020-10-24T13:26:27 *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1522020-10-24T13:26:27 <bitcoin-git> [bitcoin] luke-jr reopened pull request #14066: gitian-linux: Build binaries for 64-bit POWER (master...gitian_power64) https://github.com/bitcoin/bitcoin/pull/14066
1532020-10-24T13:26:28 *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1542020-10-24T13:38:07 *** Mercury_Vapor <Mercury_Vapor!~Mercury_V@174-082-166-092.res.spectrum.com> has quit IRC
1552020-10-24T13:48:07 *** Mercury_Vapor <Mercury_Vapor!~Mercury_V@174-082-166-092.res.spectrum.com> has joined #bitcoin-core-dev
1562020-10-24T14:04:43 *** darosior <darosior!~darosior@194.36.189.246> has joined #bitcoin-core-dev
1572020-10-24T14:24:15 *** jonatack <jonatack!~jon@213.152.161.10> has joined #bitcoin-core-dev
1582020-10-24T14:41:32 *** jesseposner <jesseposner!~jesse@98.37.146.62> has joined #bitcoin-core-dev
1592020-10-24T14:46:44 *** jesseposner <jesseposner!~jesse@98.37.146.62> has quit IRC
1602020-10-24T14:48:07 *** prayank23 <prayank23!~andr0irc@2409:4053:2018:7e69:8d70:955c:c207:9d3a> has quit IRC
1612020-10-24T14:52:35 *** vasild_ <vasild_!~vd@gateway/tor-sasl/vasild> has joined #bitcoin-core-dev
1622020-10-24T14:52:43 *** vasild <vasild!~vd@gateway/tor-sasl/vasild> has quit IRC
1632020-10-24T14:52:44 *** vasild_ is now known as vasild
1642020-10-24T15:00:02 *** igustin <igustin!~igustin@178.239.168.171> has quit IRC
1652020-10-24T15:07:03 *** vasild <vasild!~vd@gateway/tor-sasl/vasild> has quit IRC
1662020-10-24T15:08:59 *** vasild <vasild!~vd@gateway/tor-sasl/vasild> has joined #bitcoin-core-dev
1672020-10-24T15:26:44 *** xurzua <xurzua!~xurzua@181.74.31.104> has joined #bitcoin-core-dev
1682020-10-24T15:41:05 *** darosior <darosior!~darosior@194.36.189.246> has quit IRC
1692020-10-24T15:41:25 *** darosior <darosior!~darosior@194.36.189.246> has joined #bitcoin-core-dev
1702020-10-24T15:57:29 *** reeiiko <reeiiko!~reeiiko@84.39.116.180> has joined #bitcoin-core-dev
1712020-10-24T16:00:04 *** TheFuzzStone[m] <TheFuzzStone[m]!thefuzzsto@gateway/shell/matrix.org/x-eojdtwlzolbqvndj> has quit IRC
1722020-10-24T16:42:37 *** jesseposner <jesseposner!~jesse@98.37.146.62> has joined #bitcoin-core-dev
1732020-10-24T16:47:59 *** jesseposner <jesseposner!~jesse@98.37.146.62> has quit IRC
1742020-10-24T16:54:59 *** harrigan <harrigan!~harrigan@ptr-93-89-242-235.ip.airwire.ie> has quit IRC
1752020-10-24T17:05:20 *** davterra <davterra!~davterra@gateway/tor-sasl/tralfaz> has quit IRC
1762020-10-24T17:32:41 *** filchef <filchef!~filchef@212.104.97.177> has quit IRC
1772020-10-24T17:35:37 *** xurzua <xurzua!~xurzua@181.74.31.104> has quit IRC
1782020-10-24T17:36:44 *** xurzua <xurzua!~xurzua@181.74.31.104> has joined #bitcoin-core-dev
1792020-10-24T17:54:25 *** xurzua <xurzua!~xurzua@181.74.31.104> has quit IRC
1802020-10-24T18:00:01 *** reeiiko <reeiiko!~reeiiko@84.39.116.180> has quit IRC
1812020-10-24T18:06:21 *** kristapsk_ <kristapsk_!~KK@gateway/tor-sasl/kristapsk> has joined #bitcoin-core-dev
1822020-10-24T18:06:51 *** kristapsk <kristapsk!~KK@gateway/tor-sasl/kristapsk> has quit IRC
1832020-10-24T18:22:17 *** jhannah <jhannah!~jhannah@178.162.204.214> has joined #bitcoin-core-dev
1842020-10-24T18:41:49 *** kabaum <kabaum!~kabaum@ua-84-216-128-56.bbcust.telenor.se> has joined #bitcoin-core-dev
1852020-10-24T18:43:39 *** jesseposner <jesseposner!~jesse@98.37.146.62> has joined #bitcoin-core-dev
1862020-10-24T18:52:34 *** Pavlenex <Pavlenex!~Thunderbi@141.98.103.251> has quit IRC
1872020-10-24T19:05:49 <luke-jr> #20156 looks ready to merge?
1882020-10-24T19:05:52 <gribble> https://github.com/bitcoin/bitcoin/issues/20156 | Make sqlite support optional (compile-time) by luke-jr · Pull Request #20156 · bitcoin/bitcoin · GitHub
1892020-10-24T19:17:52 *** queip <queip!~queip@unaffiliated/rezurus> has quit IRC
1902020-10-24T19:19:19 *** queip <queip!~queip@unaffiliated/rezurus> has joined #bitcoin-core-dev
1912020-10-24T19:26:07 *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1922020-10-24T19:26:07 <bitcoin-git> [bitcoin] vasild opened pull request #20234: net: don't extra bind for Tor if binds are restricted (master...bind) https://github.com/bitcoin/bitcoin/pull/20234
1932020-10-24T19:26:08 *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1942020-10-24T19:31:13 <luke-jr> fanquake: what does this mean? https://github.com/bitcoin/bitcoin/pull/20200#issuecomment-715023988
1952020-10-24T19:42:47 *** queip <queip!~queip@unaffiliated/rezurus> has quit IRC
1962020-10-24T19:46:26 *** queip <queip!~queip@unaffiliated/rezurus> has joined #bitcoin-core-dev
1972020-10-24T20:09:08 <luke-jr> https://github.com/bitcoin-core/gui/pull/107 should get tagged for 0.21
1982020-10-24T20:17:32 *** kabaum <kabaum!~kabaum@ua-84-216-128-56.bbcust.telenor.se> has quit IRC
1992020-10-24T20:29:57 *** justanotheruser <justanotheruser!~justanoth@unaffiliated/justanotheruser> has quit IRC
2002020-10-24T20:32:52 *** belcher <belcher!~belcher@unaffiliated/belcher> has quit IRC
2012020-10-24T20:34:40 *** kabaum <kabaum!~kabaum@ua-84-216-128-56.bbcust.telenor.se> has joined #bitcoin-core-dev
2022020-10-24T20:35:51 *** Guyver2 <Guyver2!Guyver@guyver2.xs4all.nl> has quit IRC
2032020-10-24T20:39:05 *** Bullit <Bullit!~Bullit01@042-236-158-163.dynamic.caiway.nl> has quit IRC
2042020-10-24T20:48:41 *** owowo <owowo!~ovovo@unaffiliated/ovovo> has quit IRC
2052020-10-24T20:49:29 *** owowo <owowo!~ovovo@unaffiliated/ovovo> has joined #bitcoin-core-dev
2062020-10-24T20:50:17 *** belcher <belcher!~belcher@unaffiliated/belcher> has joined #bitcoin-core-dev
2072020-10-24T20:55:31 *** jesseposner <jesseposner!~jesse@98.37.146.62> has quit IRC
2082020-10-24T21:00:01 *** jhannah <jhannah!~jhannah@178.162.204.214> has quit IRC
2092020-10-24T21:22:16 *** reeiiko <reeiiko!~reeiiko@178.162.204.214> has joined #bitcoin-core-dev
2102020-10-24T21:25:45 *** jesseposner <jesseposner!~jesse@98.37.146.62> has joined #bitcoin-core-dev
2112020-10-24T21:29:19 *** justanotheruser <justanotheruser!~justanoth@unaffiliated/justanotheruser> has joined #bitcoin-core-dev
2122020-10-24T21:33:04 *** kabaum <kabaum!~kabaum@ua-84-216-128-56.bbcust.telenor.se> has quit IRC
2132020-10-24T21:38:12 *** justanotheruser <justanotheruser!~justanoth@unaffiliated/justanotheruser> has quit IRC
2142020-10-24T21:57:24 *** kabaum <kabaum!~kabaum@ua-84-216-128-56.bbcust.telenor.se> has joined #bitcoin-core-dev
2152020-10-24T22:02:55 *** Zenton <Zenton!~user@unaffiliated/vicenteh> has joined #bitcoin-core-dev
2162020-10-24T22:08:10 *** vasild_ <vasild_!~vd@gateway/tor-sasl/vasild> has joined #bitcoin-core-dev
2172020-10-24T22:11:03 *** vasild <vasild!~vd@gateway/tor-sasl/vasild> has quit IRC
2182020-10-24T22:11:05 *** vasild_ is now known as vasild
2192020-10-24T22:29:23 *** k3tan <k3tan!~pi@gateway/tor-sasl/k3tan> has quit IRC
2202020-10-24T22:31:42 *** k3tan <k3tan!~pi@gateway/tor-sasl/k3tan> has joined #bitcoin-core-dev
2212020-10-24T22:44:42 *** kabaum <kabaum!~kabaum@ua-84-216-128-56.bbcust.telenor.se> has quit IRC
2222020-10-24T22:46:23 *** justanotheruser <justanotheruser!~justanoth@unaffiliated/justanotheruser> has joined #bitcoin-core-dev
2232020-10-24T22:47:53 *** Talkless <Talkless!~Talkless@mail.dargis.net> has quit IRC
2242020-10-24T23:04:26 <fanquake> luke-jr: it means I've posted in https://github.com/OS-Maintainer-Feedback-Group/ about removing the write permission requirement from the CODEOWNERS file.
2252020-10-24T23:05:17 <fanquake> https://0bin.net/paste/P7ImT+++#95ajK4OA3pUjOwGS7QWEubcY1P8GDqeIvxHv3LIzkbK
2262020-10-24T23:05:20 <gribble> https://github.com/bitcoin/bitcoin/issues/95 | Increase -maxsendbuffer -maxreceivebuffer defaults by gavinandresen · Pull Request #95 · bitcoin/bitcoin · GitHub
2272020-10-24T23:23:49 <luke-jr> lol @gribble
2282020-10-24T23:24:42 *** jesseposner <jesseposner!~jesse@98.37.146.62> has quit IRC
2292020-10-24T23:29:15 *** xurzua <xurzua!~xurzua@181.74.31.104> has joined #bitcoin-core-dev
2302020-10-24T23:30:57 *** jesseposner <jesseposner!~jesse@98.37.146.62> has joined #bitcoin-core-dev
2312020-10-24T23:33:58 *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has quit IRC
2322020-10-24T23:35:27 *** jesseposner <jesseposner!~jesse@98.37.146.62> has quit IRC
2332020-10-24T23:44:04 *** xurzua <xurzua!~xurzua@181.74.31.104> has quit IRC