12018-12-03T00:19:53 *** kenix has joined #bitcoin-core-dev
22018-12-03T00:34:02 *** promag has joined #bitcoin-core-dev
32018-12-03T00:38:18 *** promag has quit IRC
42018-12-03T01:18:58 *** phwalkr has quit IRC
52018-12-03T01:28:04 *** kenix has quit IRC
62018-12-03T01:32:47 *** phwalkr has joined #bitcoin-core-dev
72018-12-03T01:37:13 *** phwalkr has quit IRC
82018-12-03T01:40:49 *** promag has joined #bitcoin-core-dev
92018-12-03T01:53:36 *** promag has quit IRC
102018-12-03T02:03:02 *** kenix has joined #bitcoin-core-dev
112018-12-03T02:04:46 *** CodeBlue1776 has quit IRC
122018-12-03T02:05:25 *** CodeBlue1776 has joined #bitcoin-core-dev
132018-12-03T02:08:14 *** kenix has quit IRC
142018-12-03T02:21:15 *** arubi has quit IRC
152018-12-03T02:21:40 *** arubi has joined #bitcoin-core-dev
162018-12-03T02:34:30 *** reardencode has quit IRC
172018-12-03T02:36:27 *** kenix has joined #bitcoin-core-dev
182018-12-03T02:40:44 *** kenix has quit IRC
192018-12-03T02:41:01 *** rh0nj has quit IRC
202018-12-03T02:48:08 *** rh0nj has joined #bitcoin-core-dev
212018-12-03T02:52:12 *** _cryptodesktop_i has joined #bitcoin-core-dev
222018-12-03T03:11:15 *** AaronvanW has quit IRC
232018-12-03T03:12:57 *** h1d has joined #bitcoin-core-dev
242018-12-03T03:17:05 *** h1d has quit IRC
252018-12-03T03:26:14 *** _cryptodesktop_i has quit IRC
262018-12-03T03:42:04 *** drexl has quit IRC
272018-12-03T03:54:04 *** jarthur has joined #bitcoin-core-dev
282018-12-03T03:54:04 *** Victorsueca has quit IRC
292018-12-03T03:55:25 *** Victorsueca has joined #bitcoin-core-dev
302018-12-03T03:56:50 *** jarthur has quit IRC
312018-12-03T04:01:41 *** jarthur has joined #bitcoin-core-dev
322018-12-03T04:10:25 *** indistylo has joined #bitcoin-core-dev
332018-12-03T04:18:46 *** jarthur has quit IRC
342018-12-03T04:19:04 *** jarthur has joined #bitcoin-core-dev
352018-12-03T04:25:11 *** indistylo has quit IRC
362018-12-03T04:25:35 *** indistylo has joined #bitcoin-core-dev
372018-12-03T04:26:03 *** hrofu has joined #bitcoin-core-dev
382018-12-03T04:37:13 *** kenix has joined #bitcoin-core-dev
392018-12-03T04:40:27 *** indistylo has quit IRC
402018-12-03T04:42:56 *** kenix has quit IRC
412018-12-03T04:46:01 *** spinza has quit IRC
422018-12-03T04:47:54 *** indistylo has joined #bitcoin-core-dev
432018-12-03T04:51:53 *** Eagle[TM] has joined #bitcoin-core-dev
442018-12-03T04:53:20 *** EagleTM has quit IRC
452018-12-03T04:54:00 *** spinza has joined #bitcoin-core-dev
462018-12-03T04:54:12 *** indistylo has quit IRC
472018-12-03T05:09:19 *** indistylo has joined #bitcoin-core-dev
482018-12-03T05:22:12 *** indistylo has quit IRC
492018-12-03T05:22:36 *** indistylo has joined #bitcoin-core-dev
502018-12-03T05:23:23 *** kenix has joined #bitcoin-core-dev
512018-12-03T05:25:21 *** hrofu has quit IRC
522018-12-03T05:27:03 *** indistylo has quit IRC
532018-12-03T05:27:34 *** kenix has quit IRC
542018-12-03T05:29:10 *** jarthur has quit IRC
552018-12-03T05:49:08 *** indistylo has joined #bitcoin-core-dev
562018-12-03T06:41:01 *** rh0nj has quit IRC
572018-12-03T06:42:08 *** rh0nj has joined #bitcoin-core-dev
582018-12-03T06:44:52 *** Eagle[TM] has quit IRC
592018-12-03T07:00:39 *** zopieux6 has joined #bitcoin-core-dev
602018-12-03T07:00:47 *** zopieux6 has quit IRC
612018-12-03T07:09:47 *** brianhoffman has quit IRC
622018-12-03T07:10:03 *** Zenton has quit IRC
632018-12-03T07:14:47 *** addressleakt has joined #bitcoin-core-dev
642018-12-03T07:15:49 <addressleakt> I have a wallet that I have used for a while, it has legacy, p2sh-segwit and bech32 addresses in it.
652018-12-03T07:16:06 <addressleakt> I do a "bitcoin-cli dumpwallet wallet.txt" and I get a 300 MB file which seems to contain all addresses.
662018-12-03T07:16:43 <addressleakt> Reading the manual I got the impression that importwallet would be the command to use to import this wallet-dump. So on a different Bitcoin Core I do "bitcoin-cli importwallet wallet.txt", I then do a dumpwallet on this new node to verify that the wallet have imported all the addresses correctly.
672018-12-03T07:17:15 <addressleakt> But it seems it has only imported the legacy addresses (starting with 1), in the original dumpwallet file the p2sh-segwit addresses starting with a 3 are found two times, but this new walletdump seems to only have the p2sh addresses on one line with the script=1 in it.
682018-12-03T07:17:37 <addressleakt> Bech32 addresses are not imported at all with importwallet.
692018-12-03T07:33:18 <sipa> addressleakt: try calling getaddressinfo on one of the bech32 addresses
702018-12-03T07:34:00 <sipa> there are a lot of weird things about importing and dumping, but generally, the wallet will recognize payments to any form of address for any of the keys it has
712018-12-03T07:34:41 <sipa> so even if you import a private key listed for a p2pkh address, it will also import the p2wpkh and p2sh versions of it
722018-12-03T07:34:49 <addressleakt> "ismine": true,
732018-12-03T07:34:57 <sipa> getaddressinfo will really tell you whether it's treated as yours
742018-12-03T07:35:03 *** jhfrontz has joined #bitcoin-core-dev
752018-12-03T07:35:06 <addressleakt> So it is there..
762018-12-03T07:35:11 <sipa> good.
772018-12-03T07:36:38 <addressleakt> it says the same if i try it on a 2sh-segwit (3xx) address, ismine is true. but also some extra stuff
782018-12-03T07:37:00 <addressleakt> So importwallet works fine with all kinds of segwit addresses?
792018-12-03T07:37:20 <sipa> in reality, importwallet just imports keys
802018-12-03T07:37:42 <sipa> the wallet currently can't distinguish between a key for one kind of address vs another
812018-12-03T07:38:02 <sipa> which is a problem for a number of reasons
822018-12-03T07:38:10 <sipa> but it is the more conservative behavior
832018-12-03T07:38:11 <addressleakt> will it detect coins sent to the addresses?
842018-12-03T07:38:25 <addressleakt> listunspent for example
852018-12-03T07:38:58 <addressleakt> and can it spend them? :)
862018-12-03T07:39:07 <addressleakt> if that all should work then im happy
872018-12-03T07:39:50 <sipa> yes, the "ismine" property tells you whether payments to that address are recognized
882018-12-03T07:40:09 <sipa> does dumpprivkey on that bech32 address work too?
892018-12-03T07:41:06 <addressleakt> yes, it shows the same value as in the dump file
902018-12-03T07:41:15 <addressleakt> very good
912018-12-03T07:44:07 <addressleakt> Thank you very much! You are a legend.
922018-12-03T07:45:41 <addressleakt> Now maybe i can export it like that, remove the addresses i dont need and importwallet into a new one so i dont have a 3.1 GB wallet.dat file...
932018-12-03T07:46:01 *** hebasto has joined #bitcoin-core-dev
942018-12-03T07:47:45 *** jhfrontz has quit IRC
952018-12-03T08:03:34 *** indistylo has quit IRC
962018-12-03T08:12:39 *** valwal has joined #bitcoin-core-dev
972018-12-03T08:24:18 *** JackH has quit IRC
982018-12-03T08:36:57 *** ap4lmtree has quit IRC
992018-12-03T08:37:40 *** ap4lmtree has joined #bitcoin-core-dev
1002018-12-03T08:41:44 *** brianhoffman has joined #bitcoin-core-dev
1012018-12-03T08:57:14 *** kenix has joined #bitcoin-core-dev
1022018-12-03T09:00:06 *** indistylo has joined #bitcoin-core-dev
1032018-12-03T09:01:43 *** kenix has quit IRC
1042018-12-03T09:11:33 *** JackH has joined #bitcoin-core-dev
1052018-12-03T09:11:41 *** ap4lmtree has quit IRC
1062018-12-03T09:13:36 *** ap4lmtree has joined #bitcoin-core-dev
1072018-12-03T09:18:04 *** phwalkr has joined #bitcoin-core-dev
1082018-12-03T09:19:45 *** setpill has joined #bitcoin-core-dev
1092018-12-03T09:25:03 *** jhfrontz has joined #bitcoin-core-dev
1102018-12-03T09:29:19 *** ap4lmtree has quit IRC
1112018-12-03T09:30:10 *** rex4539 has quit IRC
1122018-12-03T09:31:20 *** schnerchi has joined #bitcoin-core-dev
1132018-12-03T09:32:37 *** ap4lmtree has joined #bitcoin-core-dev
1142018-12-03T09:34:01 *** timothy has joined #bitcoin-core-dev
1152018-12-03T09:35:46 *** Zenton has joined #bitcoin-core-dev
1162018-12-03T09:46:42 *** promag has joined #bitcoin-core-dev
1172018-12-03T09:52:21 <promag> wumpus: #14670 XD
1182018-12-03T09:52:23 <gribble> https://github.com/bitcoin/bitcoin/issues/14670 | http: Fix HTTP server shutdown by promag · Pull Request #14670 · bitcoin/bitcoin · GitHub
1192018-12-03T09:52:56 <promag> IMO either we merge this in this early stage, or postpone after 0.18
1202018-12-03T09:53:51 *** Zenton has quit IRC
1212018-12-03T09:54:00 *** Zenton has joined #bitcoin-core-dev
1222018-12-03T09:57:06 *** indistylo has quit IRC
1232018-12-03T10:13:49 *** Bullit has quit IRC
1242018-12-03T10:14:43 *** JackH has quit IRC
1252018-12-03T10:25:16 *** CodeBlue1776 has quit IRC
1262018-12-03T10:25:39 *** CodeBlue1776 has joined #bitcoin-core-dev
1272018-12-03T10:33:40 *** rex4539 has joined #bitcoin-core-dev
1282018-12-03T10:37:08 *** spinza has quit IRC
1292018-12-03T10:40:37 *** spinza has joined #bitcoin-core-dev
1302018-12-03T10:43:02 *** rh0nj has quit IRC
1312018-12-03T10:44:08 *** rh0nj has joined #bitcoin-core-dev
1322018-12-03T10:44:28 *** bitcoin-git has joined #bitcoin-core-dev
1332018-12-03T10:44:28 <bitcoin-git> [bitcoin] ken2812221 closed pull request #14489: refactor: Drop boost::thread and boost::chrono (master...interruptible-thread) https://github.com/bitcoin/bitcoin/pull/14489
1342018-12-03T10:44:28 *** bitcoin-git has left #bitcoin-core-dev
1352018-12-03T10:44:39 *** morcos has quit IRC
1362018-12-03T10:49:48 *** rex4539 has quit IRC
1372018-12-03T10:54:58 *** murrayn has quit IRC
1382018-12-03T11:00:19 *** murrayn has joined #bitcoin-core-dev
1392018-12-03T11:00:29 *** murrayn has joined #bitcoin-core-dev
1402018-12-03T11:17:36 *** Guyver2 has joined #bitcoin-core-dev
1412018-12-03T11:27:23 *** indistylo has joined #bitcoin-core-dev
1422018-12-03T11:35:42 *** Victorsueca has quit IRC
1432018-12-03T11:36:55 *** Victorsueca has joined #bitcoin-core-dev
1442018-12-03T11:42:48 *** wumpus has quit IRC
1452018-12-03T11:43:06 *** wumpus has joined #bitcoin-core-dev
1462018-12-03T11:43:24 *** dongcarl has quit IRC
1472018-12-03T11:44:23 *** dongcarl has joined #bitcoin-core-dev
1482018-12-03T11:48:06 *** elichai2 has joined #bitcoin-core-dev
1492018-12-03T12:25:52 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1502018-12-03T12:31:34 *** phwalkr has quit IRC
1512018-12-03T12:41:10 *** indistylo has quit IRC
1522018-12-03T12:42:32 <stevenroose> kallewoof: you here?
1532018-12-03T12:45:13 *** wxss has joined #bitcoin-core-dev
1542018-12-03T12:55:33 *** ghost43 has quit IRC
1552018-12-03T12:59:44 *** kenix has joined #bitcoin-core-dev
1562018-12-03T13:03:39 *** Chris_Stewart_5 has quit IRC
1572018-12-03T13:04:13 *** kenix has quit IRC
1582018-12-03T13:05:02 *** Guyver2 has quit IRC
1592018-12-03T13:10:06 *** copumpkin has joined #bitcoin-core-dev
1602018-12-03T13:13:18 *** AaronvanW has joined #bitcoin-core-dev
1612018-12-03T13:41:11 *** ghost43 has joined #bitcoin-core-dev
1622018-12-03T13:42:43 *** promag has quit IRC
1632018-12-03T13:44:31 *** zivl has joined #bitcoin-core-dev
1642018-12-03T13:47:12 *** Bullit has joined #bitcoin-core-dev
1652018-12-03T14:19:06 *** IGHOR has quit IRC
1662018-12-03T14:21:47 *** phwalkr has joined #bitcoin-core-dev
1672018-12-03T14:25:34 *** IGHOR has joined #bitcoin-core-dev
1682018-12-03T14:25:46 *** promag has joined #bitcoin-core-dev
1692018-12-03T14:27:21 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1702018-12-03T14:51:51 *** morcos has joined #bitcoin-core-dev
1712018-12-03T14:55:28 *** joiflores has joined #bitcoin-core-dev
1722018-12-03T15:04:01 *** ken2812221 has quit IRC
1732018-12-03T15:04:34 *** joiflores has left #bitcoin-core-dev
1742018-12-03T15:05:56 *** spinza has quit IRC
1752018-12-03T15:07:50 *** ken2812221 has joined #bitcoin-core-dev
1762018-12-03T15:08:33 *** reardencode has joined #bitcoin-core-dev
1772018-12-03T15:11:09 *** ken2812221_ has joined #bitcoin-core-dev
1782018-12-03T15:12:34 *** ken2812221 has quit IRC
1792018-12-03T15:16:50 *** hrofu has joined #bitcoin-core-dev
1802018-12-03T15:16:56 *** Guyver2 has joined #bitcoin-core-dev
1812018-12-03T15:17:25 *** spinza has joined #bitcoin-core-dev
1822018-12-03T15:17:57 *** michaelsdunn1 has joined #bitcoin-core-dev
1832018-12-03T15:32:24 *** phwalkr has quit IRC
1842018-12-03T15:33:11 *** phwalkr has joined #bitcoin-core-dev
1852018-12-03T15:34:50 *** Guyver2 has quit IRC
1862018-12-03T15:34:55 *** TheRec has quit IRC
1872018-12-03T15:35:03 *** Guyver2 has joined #bitcoin-core-dev
1882018-12-03T15:38:40 *** joiflores has joined #bitcoin-core-dev
1892018-12-03T15:38:51 <joiflores> Hi
1902018-12-03T15:39:00 *** phwalkr has quit IRC
1912018-12-03T15:40:09 <joiflores> I don
1922018-12-03T15:42:55 <joiflores> I know this channel is to discuss Bitcoin development, I am not a developer but I would like to talk with some developer about an issue
1932018-12-03T15:43:59 *** hebasto has quit IRC
1942018-12-03T15:44:51 *** Guyver2_ has joined #bitcoin-core-dev
1952018-12-03T15:45:37 *** owowo has quit IRC
1962018-12-03T15:45:48 <phantomcircuit> joiflores, no
1972018-12-03T15:46:02 <joiflores> :(
1982018-12-03T15:46:54 <molz> joiflores, you can talk about your issue in channel #bitcoin, let's hear it there
1992018-12-03T15:47:10 <joiflores> thank you
2002018-12-03T15:48:04 *** Guyver2 has quit IRC
2012018-12-03T15:52:24 *** owowo has joined #bitcoin-core-dev
2022018-12-03T15:53:18 *** booyah has quit IRC
2032018-12-03T15:55:02 *** warren has quit IRC
2042018-12-03T15:55:23 *** booyah has joined #bitcoin-core-dev
2052018-12-03T15:55:28 *** CubicEarth has quit IRC
2062018-12-03T15:56:34 *** TheRec has joined #bitcoin-core-dev
2072018-12-03T15:56:34 *** TheRec has joined #bitcoin-core-dev
2082018-12-03T15:56:46 *** achow101 has quit IRC
2092018-12-03T15:57:09 *** achow101 has joined #bitcoin-core-dev
2102018-12-03T15:57:33 *** owowo has quit IRC
2112018-12-03T15:57:56 *** warren has joined #bitcoin-core-dev
2122018-12-03T15:58:19 *** CubicEarth has joined #bitcoin-core-dev
2132018-12-03T16:07:59 *** Coin_ has joined #bitcoin-core-dev
2142018-12-03T16:08:19 *** bitcoin-git has joined #bitcoin-core-dev
2152018-12-03T16:08:19 <bitcoin-git> [bitcoin] DrahtBot closed pull request #13168: Thread names in logs and deadlock debug tools (take 2) (master...2018-05-threadnames-take-2) https://github.com/bitcoin/bitcoin/pull/13168
2162018-12-03T16:08:19 *** bitcoin-git has left #bitcoin-core-dev
2172018-12-03T16:09:32 *** bitcoin-git has joined #bitcoin-core-dev
2182018-12-03T16:09:33 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #14231: travis: Save cache even when build or test fail (master...travis-save-cache-on-error) https://github.com/bitcoin/bitcoin/pull/14231
2192018-12-03T16:09:33 *** bitcoin-git has left #bitcoin-core-dev
2202018-12-03T16:09:55 *** setpill has quit IRC
2212018-12-03T16:10:56 *** bitcoin-git has joined #bitcoin-core-dev
2222018-12-03T16:10:56 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #13413: [net,mempool] Call AcceptToMemoryPool() asynchronously in p2p (master...mempool-async) https://github.com/bitcoin/bitcoin/pull/13413
2232018-12-03T16:10:56 *** bitcoin-git has left #bitcoin-core-dev
2242018-12-03T16:12:22 *** Victorsueca has quit IRC
2252018-12-03T16:13:39 *** Victorsueca has joined #bitcoin-core-dev
2262018-12-03T16:14:02 *** rh0nj has quit IRC
2272018-12-03T16:15:07 *** rh0nj has joined #bitcoin-core-dev
2282018-12-03T16:16:37 *** phwalkr has joined #bitcoin-core-dev
2292018-12-03T16:19:21 *** bitcoin-git has joined #bitcoin-core-dev
2302018-12-03T16:19:21 <bitcoin-git> [bitcoin] DrahtBot closed pull request #12934: [net] [validation] Call ProcessNewBlock() asynchronously (master...module-isolation) https://github.com/bitcoin/bitcoin/pull/12934
2312018-12-03T16:19:21 *** bitcoin-git has left #bitcoin-core-dev
2322018-12-03T16:21:02 *** phwalkr has quit IRC
2332018-12-03T16:22:03 *** promag has quit IRC
2342018-12-03T16:31:31 *** joiflores has quit IRC
2352018-12-03T16:37:20 <dongcarl> Taking on #14792 if no one else wants it
2362018-12-03T16:37:21 <gribble> https://github.com/bitcoin/bitcoin/issues/14792 | rpc_bind tests failing locally for ipv6 and nonloopback · Issue #14792 · bitcoin/bitcoin · GitHub
2372018-12-03T16:45:03 <Coin_> help
2382018-12-03T16:45:13 *** Guyver2_ is now known as Guyver2
2392018-12-03T16:45:25 *** owowo has joined #bitcoin-core-dev
2402018-12-03T16:50:15 *** Murch has joined #bitcoin-core-dev
2412018-12-03T16:52:51 *** bitcoin-git has joined #bitcoin-core-dev
2422018-12-03T16:52:52 <bitcoin-git> [bitcoin] DrahtBot closed pull request #12274: http: avoid fd exhaustion (master...http-fd-limit) https://github.com/bitcoin/bitcoin/pull/12274
2432018-12-03T16:52:52 *** bitcoin-git has left #bitcoin-core-dev
2442018-12-03T16:54:07 *** grubles has joined #bitcoin-core-dev
2452018-12-03T16:54:35 *** bitcoin-git has joined #bitcoin-core-dev
2462018-12-03T16:54:36 <bitcoin-git> [bitcoin] DrahtBot closed pull request #10794: Add simple light-client mode (RPC only) (master...2017/07/spv) https://github.com/bitcoin/bitcoin/pull/10794
2472018-12-03T16:54:36 *** bitcoin-git has left #bitcoin-core-dev
2482018-12-03T17:01:36 <MarcoFalke> Anything left for 0.17.1?
2492018-12-03T17:05:40 *** CodeBlue1776 has quit IRC
2502018-12-03T17:06:02 <luke-jr> fixing getbalance last I checked, but I'm about to fly
2512018-12-03T17:06:13 *** CodeBlue1776 has joined #bitcoin-core-dev
2522018-12-03T17:06:44 *** promag has joined #bitcoin-core-dev
2532018-12-03T17:06:49 *** phwalkr has joined #bitcoin-core-dev
2542018-12-03T17:13:18 *** Coin_ has quit IRC
2552018-12-03T17:13:24 *** hrofu has quit IRC
2562018-12-03T17:14:07 *** kmels has joined #bitcoin-core-dev
2572018-12-03T17:18:37 *** bitcoin-git has joined #bitcoin-core-dev
2582018-12-03T17:18:37 <bitcoin-git> [bitcoin] dongcarl opened pull request #14861: tests: Modify rpc_bind to conform to #14532 behaviour. (master...2018-12-fix-rpc-bind-tests) https://github.com/bitcoin/bitcoin/pull/14861
2592018-12-03T17:18:37 *** bitcoin-git has left #bitcoin-core-dev
2602018-12-03T17:20:02 <MarcoFalke> luke-jr: They needed rebase (both on master and 0.17), so I moved them to 0.17.2 for now
2612018-12-03T17:20:28 <MarcoFalke> I don't have a strong opinion on those, but it seems rushed to push them into 0.17.1
2622018-12-03T17:21:23 *** hrofu has joined #bitcoin-core-dev
2632018-12-03T17:21:26 <luke-jr> frankly seems like it should have been a blocker for 0.17.0 :/
2642018-12-03T17:27:55 *** phwalkr has quit IRC
2652018-12-03T17:28:57 *** elichai2 has quit IRC
2662018-12-03T17:31:59 *** promag has quit IRC
2672018-12-03T17:34:29 *** phwalkr has joined #bitcoin-core-dev
2682018-12-03T17:55:17 *** hebasto has joined #bitcoin-core-dev
2692018-12-03T17:56:26 *** phwalkr has quit IRC
2702018-12-03T17:57:37 *** phwalkr has joined #bitcoin-core-dev
2712018-12-03T18:00:36 *** phwalkr has quit IRC
2722018-12-03T18:04:50 *** laurentmt has joined #bitcoin-core-dev
2732018-12-03T18:05:55 *** phwalkr has joined #bitcoin-core-dev
2742018-12-03T18:12:50 *** Chris_Stewart_5 has quit IRC
2752018-12-03T18:13:12 *** mr_paz has joined #bitcoin-core-dev
2762018-12-03T18:14:07 <MarcoFalke> Agree that it would've been nicer if the issue was found earlier, but can't undo that now
2772018-12-03T18:15:08 <MarcoFalke> I think there is some disagreement on how to fix the issue exactly and there seems to be more risk in fixing it rushed than postponing it to 0.17.2
2782018-12-03T18:15:38 <MarcoFalke> We'd just preserve the behavior from 0.17.0 to 0.17.1, so at least it isn't getting worse
2792018-12-03T18:17:04 <luke-jr> true
2802018-12-03T18:18:08 <MarcoFalke> sipa: #14780 needs rebase. Is there a downside in moving it to 0.17.2?
2812018-12-03T18:18:09 <gribble> https://github.com/bitcoin/bitcoin/issues/14780 | PSBT backports to 0.17 by sipa · Pull Request #14780 · bitcoin/bitcoin · GitHub
2822018-12-03T18:20:04 <MarcoFalke> It is the last thing in https://github.com/bitcoin/bitcoin/milestone/39
2832018-12-03T18:23:23 <sipa> MarcoFalke: rebasing now
2842018-12-03T18:28:31 *** hrofu has quit IRC
2852018-12-03T18:31:54 *** cubancorona has joined #bitcoin-core-dev
2862018-12-03T18:33:53 *** laurentmt has quit IRC
2872018-12-03T18:35:53 *** jarthur has joined #bitcoin-core-dev
2882018-12-03T18:39:27 *** kenix has joined #bitcoin-core-dev
2892018-12-03T18:44:28 *** kenix has quit IRC
2902018-12-03T18:45:42 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2912018-12-03T18:52:20 *** Zenton has quit IRC
2922018-12-03T18:58:27 *** luke-jr has quit IRC
2932018-12-03T18:58:39 *** luke-jr has joined #bitcoin-core-dev
2942018-12-03T19:00:05 *** rabidus has quit IRC
2952018-12-03T19:03:29 *** hrofu has joined #bitcoin-core-dev
2962018-12-03T19:03:59 <stevenroose> sipa: you here? :)
2972018-12-03T19:04:44 <stevenroose> I asked a question on Rocket, but more general I can ask here too: basically how does the validation queue logic work
2982018-12-03T19:04:46 <stevenroose> ?
2992018-12-03T19:14:52 *** phwalkr has quit IRC
3002018-12-03T19:16:45 *** phwalkr has joined #bitcoin-core-dev
3012018-12-03T19:17:02 *** phwalkr has joined #bitcoin-core-dev
3022018-12-03T19:19:47 *** drexl has joined #bitcoin-core-dev
3032018-12-03T19:49:18 *** state_bits has quit IRC
3042018-12-03T19:51:39 *** state_bits has joined #bitcoin-core-dev
3052018-12-03T19:55:01 *** kenix has joined #bitcoin-core-dev
3062018-12-03T19:59:15 *** kenix has quit IRC
3072018-12-03T20:10:46 *** rabidus has joined #bitcoin-core-dev
3082018-12-03T20:25:32 *** phwalkr has quit IRC
3092018-12-03T20:26:09 *** phwalkr has joined #bitcoin-core-dev
3102018-12-03T20:31:21 *** phwalkr has quit IRC
3112018-12-03T20:41:38 *** phwalkr has joined #bitcoin-core-dev
3122018-12-03T20:45:55 *** phwalkr has quit IRC
3132018-12-03T21:02:38 *** TheRec has quit IRC
3142018-12-03T21:15:18 *** mr_paz has quit IRC
3152018-12-03T21:26:25 *** TheRec has joined #bitcoin-core-dev
3162018-12-03T21:26:26 *** TheRec has joined #bitcoin-core-dev
3172018-12-03T21:37:15 *** Zenton has joined #bitcoin-core-dev
3182018-12-03T21:51:18 *** mr_paz has joined #bitcoin-core-dev
3192018-12-03T21:59:45 *** bitcoin-git has joined #bitcoin-core-dev
3202018-12-03T21:59:45 <bitcoin-git> [bitcoin] MarcoFalke opened pull request #14862: [doc] chain: Declare BLOCK_VALID_HEADER unused (master...Mf1812-validationDocBLOCK_VALID_HEADER) https://github.com/bitcoin/bitcoin/pull/14862
3212018-12-03T21:59:45 *** bitcoin-git has left #bitcoin-core-dev
3222018-12-03T22:02:09 *** hebasto has quit IRC
3232018-12-03T22:10:09 *** timothy has quit IRC
3242018-12-03T22:13:46 *** spinza has quit IRC
3252018-12-03T22:25:57 *** kenix has joined #bitcoin-core-dev
3262018-12-03T22:27:20 *** kenix has quit IRC
3272018-12-03T22:29:18 *** spinza has joined #bitcoin-core-dev
3282018-12-03T22:34:20 *** bralyclow has joined #bitcoin-core-dev
3292018-12-03T22:34:25 *** bralyclow has quit IRC
3302018-12-03T22:35:17 *** promag has joined #bitcoin-core-dev
3312018-12-03T22:36:17 *** phwalkr has joined #bitcoin-core-dev
3322018-12-03T22:38:56 *** jhfrontz has quit IRC
3332018-12-03T22:41:53 *** michaelsdunn1 has quit IRC
3342018-12-03T22:43:45 *** Guyver2 has quit IRC
3352018-12-03T22:48:50 *** cubancorona has quit IRC
3362018-12-03T22:49:11 *** cubancorona has joined #bitcoin-core-dev
3372018-12-03T22:52:07 *** hrofu has quit IRC
3382018-12-03T22:57:06 *** Chris_Stewart_5 has quit IRC
3392018-12-03T22:59:01 *** rh0nj has quit IRC
3402018-12-03T23:00:07 *** rh0nj has joined #bitcoin-core-dev
3412018-12-03T23:10:04 *** kenix has joined #bitcoin-core-dev
3422018-12-03T23:12:48 *** hrofu has joined #bitcoin-core-dev
3432018-12-03T23:20:12 *** bitcoin-git has joined #bitcoin-core-dev
3442018-12-03T23:20:12 <bitcoin-git> [bitcoin] MarcoFalke opened pull request #14863: refactor: Add and use HaveTxsDownloaded() where appropriate (master...Mf1812-docNchainTx) https://github.com/bitcoin/bitcoin/pull/14863
3452018-12-03T23:20:12 *** bitcoin-git has left #bitcoin-core-dev
3462018-12-03T23:27:22 *** kenix has quit IRC
3472018-12-03T23:29:56 *** hrofu has quit IRC
3482018-12-03T23:43:13 *** owowo has quit IRC
3492018-12-03T23:48:37 *** owowo has joined #bitcoin-core-dev
3502018-12-03T23:49:17 *** Murch has quit IRC
3512018-12-03T23:51:01 *** Murch has joined #bitcoin-core-dev
3522018-12-03T23:51:15 *** EagleTM has joined #bitcoin-core-dev
3532018-12-03T23:57:16 *** EagleTM has quit IRC