12020-01-21T00:00:01 *** DJWillis1 has quit IRC
22020-01-21T00:12:38 *** tryphe_ has joined #bitcoin-core-dev
32020-01-21T00:14:56 *** tryphe has quit IRC
42020-01-21T00:15:44 *** jimmy90 has joined #bitcoin-core-dev
52020-01-21T00:17:15 *** MalekAlrwily has joined #bitcoin-core-dev
62020-01-21T00:39:47 *** Chris_Stewart_5 has joined #bitcoin-core-dev
72020-01-21T00:43:27 *** AaronvanW has quit IRC
82020-01-21T01:02:33 *** Chris_Stewart_5 has quit IRC
92020-01-21T01:15:15 *** AaronvanW has joined #bitcoin-core-dev
102020-01-21T01:20:03 *** AaronvanW has quit IRC
112020-01-21T01:22:25 *** turbo_choo has joined #bitcoin-core-dev
122020-01-21T01:27:37 <fanquake> promag: I've added them. Adding/removing things from the project boards requires permissions that also let you do a bunch of other things on the repository, that we don't need everyone having access too.
132020-01-21T01:29:28 *** msafi has quit IRC
142020-01-21T01:37:47 *** belcher_ has quit IRC
152020-01-21T01:55:52 *** AaronvanW has joined #bitcoin-core-dev
162020-01-21T02:00:42 *** Dean_Guss has joined #bitcoin-core-dev
172020-01-21T02:00:54 *** DeanGuss has quit IRC
182020-01-21T02:27:30 *** thelounge2467250 has quit IRC
192020-01-21T02:28:07 *** thelounge2467250 has joined #bitcoin-core-dev
202020-01-21T02:29:29 *** AaronvanW has quit IRC
212020-01-21T02:37:48 *** thor has joined #bitcoin-core-dev
222020-01-21T02:41:17 *** justanotheruser has quit IRC
232020-01-21T02:47:33 *** jarthur has quit IRC
242020-01-21T02:48:53 *** justanotheruser has joined #bitcoin-core-dev
252020-01-21T03:00:01 *** MalekAlrwily has quit IRC
262020-01-21T03:01:24 *** abrissbi1ne has joined #bitcoin-core-dev
272020-01-21T03:02:08 *** turbo_choo has quit IRC
282020-01-21T03:04:34 *** abrissbirne has quit IRC
292020-01-21T03:05:45 *** turbo_choo has joined #bitcoin-core-dev
302020-01-21T03:17:23 *** csslayer1 has joined #bitcoin-core-dev
312020-01-21T03:38:16 *** tryphe_ has quit IRC
322020-01-21T03:38:41 *** tryphe_ has joined #bitcoin-core-dev
332020-01-21T03:52:11 *** jeremyrubin has joined #bitcoin-core-dev
342020-01-21T03:56:31 *** hebasto has quit IRC
352020-01-21T03:58:29 *** felixfoertsch has joined #bitcoin-core-dev
362020-01-21T03:59:42 *** felixfoertsch23 has quit IRC
372020-01-21T04:25:18 *** Eagle[TM] has joined #bitcoin-core-dev
382020-01-21T04:25:38 *** EagleTM has quit IRC
392020-01-21T04:26:23 *** AaronvanW has joined #bitcoin-core-dev
402020-01-21T04:47:30 *** msafi has joined #bitcoin-core-dev
412020-01-21T04:48:19 *** fox2p has quit IRC
422020-01-21T04:50:10 *** turbo_choo has quit IRC
432020-01-21T04:51:01 *** fox2p has joined #bitcoin-core-dev
442020-01-21T04:59:57 *** AaronvanW has quit IRC
452020-01-21T05:02:13 *** thor has quit IRC
462020-01-21T05:02:26 *** thor has joined #bitcoin-core-dev
472020-01-21T05:04:25 *** thor has joined #bitcoin-core-dev
482020-01-21T05:04:36 *** meshcollider has quit IRC
492020-01-21T05:22:45 <ossifrage> wow, bitcoin seems to run much faster on a mdraid10+xfs vs btrfs+raid1
502020-01-21T05:23:01 <ossifrage> (same drives)
512020-01-21T05:23:45 <ossifrage> it has been grinding through 11 weeks of mainnet blocks at a nice rate
522020-01-21T05:24:41 <BlueMatt> btrfs eats databases cause cow/checksumming, also raid1 vs raid10....
532020-01-21T05:26:55 *** turbo_choo has joined #bitcoin-core-dev
542020-01-21T05:27:24 <ossifrage> BlueMatt, only 2 disks
552020-01-21T05:28:41 <ossifrage> I had a drive get knocked off the bus due to some 'event' and the recovery was a torture, never had the same problems with mdraid
562020-01-21T05:29:36 <BlueMatt> point being apples != oranges.
572020-01-21T05:29:49 *** thor has left #bitcoin-core-dev
582020-01-21T05:29:53 <ossifrage> btrfs seems to have bugs related to it throwing ENOSPC and getting in a state where you can't mount it rw anymore (and no recovery path)
592020-01-21T05:30:58 *** meshcollider has joined #bitcoin-core-dev
602020-01-21T05:31:00 <ossifrage> BlueMatt, it is effectively the same mirrored disk layout, I just used the raid10 driver because it did a good job at starting the array in a degraded state
612020-01-21T05:31:40 <BlueMatt> google cow/btrfs checksumming
622020-01-21T05:32:08 <ossifrage> Yeah I had btrfs screw up all the checksums when doing CoW + vmware
632020-01-21T05:32:13 <BlueMatt> btrfs is verrryyyy different than xfs
642020-01-21T05:32:33 <ossifrage> but I was committed to it at that point, didn't have enough space to recover
652020-01-21T05:32:51 <ossifrage> this failure mode gave me a chance to dump btrfs
662020-01-21T05:33:28 <ossifrage> (mounted half the btrfs and created half a mdraid+xfs, copied the data over and then rebuilt the array)
672020-01-21T05:34:31 *** turbo_choo has quit IRC
682020-01-21T05:34:45 <ossifrage> But I did get bitten by dedupe, I forgot I had deduped the btrfs volume and when copying over the data I tarballed some of the stuff and ended up using 50G more
692020-01-21T05:35:16 <ossifrage> Crap: 2020-01-21T05:25:47.282128Z *** Disk space is too low!
702020-01-21T05:36:45 <ossifrage> huh, the bitcoin-qt UI won't raise after throwing the low disk space error
712020-01-21T05:43:27 *** turbo_choo has joined #bitcoin-core-dev
722020-01-21T05:48:45 *** turbo_choo has quit IRC
732020-01-21T05:56:57 <luke-jr> BlueMatt: ZFS does CoW/checksumming and doesn't perform terrible FWIW
742020-01-21T05:58:30 <ossifrage> one really annoying thing with btrfs is it doesn't spread raid1 reads uniformly over both drives
752020-01-21T05:58:46 <ossifrage> it does some stupid pid&1 thing to figure which drive gets the io
762020-01-21T06:00:02 *** csslayer1 has quit IRC
772020-01-21T06:00:08 <ossifrage> The bitcoin-qt UI really didn't like running out of disk, I wasn't able to raise it and I ended up having to do a hard kill to get it to exit
782020-01-21T06:00:17 *** ooblockchain has joined #bitcoin-core-dev
792020-01-21T06:00:23 <luke-jr> if it ran out of space, it should be shutting down
802020-01-21T06:00:30 <luke-jr> which can take some time
812020-01-21T06:01:02 <ossifrage> it didn't seem to be making any progress shutting down (or any sign in the log that it was trying)
822020-01-21T06:01:11 <luke-jr> might be a bug
832020-01-21T06:01:22 <luke-jr> or if the disk was completely full, it might have been blocking
842020-01-21T06:01:40 <ossifrage> (I freed up 12G right away)
852020-01-21T06:02:13 <ossifrage> after the 'too low' message all I got was ping and socket send timeouts in the log
862020-01-21T06:02:16 <luke-jr> anyway, I definitely wouldn't advise using btrfs. I still have some, and almost always regret not migrating it, when I access it
872020-01-21T06:02:34 <ossifrage> luke-jr, I was happy to finally get rid of it
882020-01-21T06:03:13 <ossifrage> but the process was rather painful (especially when it turned out nothing was wrong with the drive)
892020-01-21T06:09:15 *** ooblockchain is now known as thor
902020-01-21T06:09:52 *** thor is now known as saintthor
912020-01-21T06:12:50 *** saintthor is now known as ooblockchain
922020-01-21T06:17:15 *** tasmo has joined #bitcoin-core-dev
932020-01-21T06:17:40 *** tasmo is now known as Guest12657
942020-01-21T06:35:03 *** msafi has quit IRC
952020-01-21T06:42:16 *** Guest12657 has quit IRC
962020-01-21T06:47:00 *** ooblockchain has quit IRC
972020-01-21T06:57:02 *** AaronvanW has joined #bitcoin-core-dev
982020-01-21T06:58:09 *** goatpig has joined #bitcoin-core-dev
992020-01-21T07:18:31 *** Eagle[TM] has quit IRC
1002020-01-21T07:20:31 *** itnet7 has joined #bitcoin-core-dev
1012020-01-21T07:29:38 *** AaronvanW has quit IRC
1022020-01-21T07:32:53 *** itnet7 has quit IRC
1032020-01-21T07:50:44 *** Gunni1 has joined #bitcoin-core-dev
1042020-01-21T07:50:59 <kallewoof> I just realized that both of the two macos fixes I have PR:s for will, combined, fix the APFS pre-allocation issue. As long as you ftruncate to the pre-allocated size, the system will successfully reclaim space when you shrink the file later. I.e. preallocate 1 mb; truncate 128 b -> 1 mb file, whereas preallocate 1 mb, truncate 1 mb, truncate 128 b -> 4 k (or whatever the sector (?) size happens to be).
1052020-01-21T07:52:40 <kallewoof> Actually, even better.. the F_PREALLOCATE fix alone will fix it, since it does the truncation correctly.
1062020-01-21T07:56:40 <kallewoof> Actually#2, it seems like you don't even need to ftruncate to the file size in question, you just need to be near it. Which is good, since we are over-pre-allocating by up to <chunk size>.
1072020-01-21T07:56:42 <gribble> https://github.com/bitcoin/bitcoin/issues/2 | Long-term, safe, store-of-value · Issue #2 · bitcoin/bitcoin · GitHub
1082020-01-21T08:10:02 <midnight> ah, platform quirks. was there ever a more welcome source of joy.
1092020-01-21T08:14:24 *** promag has quit IRC
1102020-01-21T08:16:06 *** promag has joined #bitcoin-core-dev
1112020-01-21T08:21:05 *** promag has quit IRC
1122020-01-21T08:31:12 *** filchef has joined #bitcoin-core-dev
1132020-01-21T08:46:12 *** AaronvanW has joined #bitcoin-core-dev
1142020-01-21T08:50:39 *** EagleTM has joined #bitcoin-core-dev
1152020-01-21T08:56:53 *** tsujp has quit IRC
1162020-01-21T09:00:02 *** Gunni1 has quit IRC
1172020-01-21T09:10:59 *** promag has joined #bitcoin-core-dev
1182020-01-21T09:17:41 *** gimps1 has joined #bitcoin-core-dev
1192020-01-21T09:27:58 *** tsujp has joined #bitcoin-core-dev
1202020-01-21T09:37:50 *** vasild_ has joined #bitcoin-core-dev
1212020-01-21T09:40:43 *** vasild has quit IRC
1222020-01-21T09:41:13 *** Guyver2 has joined #bitcoin-core-dev
1232020-01-21T09:43:44 *** AaronvanW has quit IRC
1242020-01-21T09:44:02 *** AaronvanW has joined #bitcoin-core-dev
1252020-01-21T09:51:47 *** kristapsk has quit IRC
1262020-01-21T09:57:29 *** thelounge2467250 has quit IRC
1272020-01-21T09:58:04 *** thelounge2467250 has joined #bitcoin-core-dev
1282020-01-21T10:13:15 *** jcoe has joined #bitcoin-core-dev
1292020-01-21T10:29:07 *** setpill has joined #bitcoin-core-dev
1302020-01-21T10:33:22 <setpill> Snap is now an officially supported distribution method for bitcoin core?
1312020-01-21T10:53:02 *** bitcoin-git has joined #bitcoin-core-dev
1322020-01-21T10:53:02 <bitcoin-git> [bitcoin] Bushstar opened pull request #17971: Remove redundant conditional (master...remove-redundant-conditional) https://github.com/bitcoin/bitcoin/pull/17971
1332020-01-21T10:53:03 *** bitcoin-git has left #bitcoin-core-dev
1342020-01-21T11:03:56 *** Edward82Schulist has joined #bitcoin-core-dev
1352020-01-21T11:09:42 *** rex4539_ has joined #bitcoin-core-dev
1362020-01-21T11:13:21 *** rex4539 has quit IRC
1372020-01-21T11:16:23 *** Edward82Schulist has quit IRC
1382020-01-21T11:22:49 *** rex4539_ has quit IRC
1392020-01-21T11:35:17 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1402020-01-21T11:52:39 *** jimmy90 has quit IRC
1412020-01-21T12:00:02 *** gimps1 has quit IRC
1422020-01-21T12:00:04 *** Krellan__ has joined #bitcoin-core-dev
1432020-01-21T12:03:06 *** belcher has joined #bitcoin-core-dev
1442020-01-21T12:04:01 *** Krellan_ has quit IRC
1452020-01-21T12:07:28 *** k3tan has quit IRC
1462020-01-21T12:17:05 *** ranman1 has joined #bitcoin-core-dev
1472020-01-21T12:20:49 *** dr-orlovsky has quit IRC
1482020-01-21T12:21:07 *** dr-orlovsky has joined #bitcoin-core-dev
1492020-01-21T12:34:07 *** emilengler has joined #bitcoin-core-dev
1502020-01-21T12:34:32 *** jonatack has quit IRC
1512020-01-21T12:49:33 *** Chris_Stewart_5 has quit IRC
1522020-01-21T12:53:37 *** roconnor has quit IRC
1532020-01-21T12:53:52 *** leg has joined #bitcoin-core-dev
1542020-01-21T12:55:19 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1552020-01-21T13:00:55 <phantomcircuit> BlueMatt, btrfs eats data, ftfu
1562020-01-21T13:05:52 *** alex_post has joined #bitcoin-core-dev
1572020-01-21T13:07:21 *** jeremyrubin has quit IRC
1582020-01-21T13:09:00 *** bitcoin-git has joined #bitcoin-core-dev
1592020-01-21T13:09:00 <bitcoin-git> [bitcoin] practicalswift opened pull request #17972: tests: Add fuzzing harness for CKey and key related functions (master...fuzzers-key) https://github.com/bitcoin/bitcoin/pull/17972
1602020-01-21T13:09:10 *** bitcoin-git has left #bitcoin-core-dev
1612020-01-21T13:16:33 *** goatpig has quit IRC
1622020-01-21T13:17:12 *** timothy has joined #bitcoin-core-dev
1632020-01-21T13:25:21 <luke-jr> setpill: the Snaps are just a wrapper around the gitian binaries last I checked - best to verify the latter in that case
1642020-01-21T13:26:03 <luke-jr> setpill: if you can use the PPA, that's probably preferable since it's built by Canonical (who also maintains your OS presumably) and compiled specifically for the target platform
1652020-01-21T13:26:09 <luke-jr> (of course, building yourself from source is ideal)
1662020-01-21T13:40:09 *** jcoe has quit IRC
1672020-01-21T13:40:45 *** jcoe has joined #bitcoin-core-dev
1682020-01-21T13:47:07 *** goatpig has joined #bitcoin-core-dev
1692020-01-21T13:51:51 *** promag has quit IRC
1702020-01-21T13:52:06 *** Chris_Stewart_5 has quit IRC
1712020-01-21T13:57:01 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1722020-01-21T13:59:23 *** diogosergio has joined #bitcoin-core-dev
1732020-01-21T14:02:54 *** turbo_choo has joined #bitcoin-core-dev
1742020-01-21T14:07:38 *** kexkey has joined #bitcoin-core-dev
1752020-01-21T14:17:21 *** kexkey has quit IRC
1762020-01-21T14:20:04 *** Eagle[TM] has joined #bitcoin-core-dev
1772020-01-21T14:20:11 *** ddustin has quit IRC
1782020-01-21T14:20:49 *** ddustin has joined #bitcoin-core-dev
1792020-01-21T14:22:43 *** kexkey has joined #bitcoin-core-dev
1802020-01-21T14:23:51 *** EagleTM has quit IRC
1812020-01-21T14:25:06 *** justanotheruser has quit IRC
1822020-01-21T14:25:39 *** alex_post has quit IRC
1832020-01-21T14:31:17 *** bsm117532 has joined #bitcoin-core-dev
1842020-01-21T14:31:28 *** promag has joined #bitcoin-core-dev
1852020-01-21T14:32:16 *** promag_ has joined #bitcoin-core-dev
1862020-01-21T14:34:05 *** bsm117532 has left #bitcoin-core-dev
1872020-01-21T14:34:10 <setpill> luke-jr: the PPA was deprecated because of loss of trust in Ubuntu/Canonical, I am not sure why a Snap would be a good replacement :/
1882020-01-21T14:35:42 <setpill> Not that I use Ubuntu, I just saw the Snap Store link on the bitcoincore.org download page and was very surprised
1892020-01-21T14:36:18 *** promag has quit IRC
1902020-01-21T14:37:23 *** justanotheruser has joined #bitcoin-core-dev
1912020-01-21T14:39:28 *** kexkey has quit IRC
1922020-01-21T14:44:12 *** diogosergio has quit IRC
1932020-01-21T15:00:01 *** ranman1 has quit IRC
1942020-01-21T15:00:19 *** goatpig has quit IRC
1952020-01-21T15:17:27 *** Limnoria1 has joined #bitcoin-core-dev
1962020-01-21T15:25:11 *** roconnor has joined #bitcoin-core-dev
1972020-01-21T15:29:29 *** jonatack has joined #bitcoin-core-dev
1982020-01-21T15:35:58 *** bitcoin-git has joined #bitcoin-core-dev
1992020-01-21T15:35:58 <bitcoin-git> [bitcoin] instagibbs opened pull request #17974: net: Log to net category for exceptions in ProcessMessages (0.18...bp18_network_exceptions) https://github.com/bitcoin/bitcoin/pull/17974
2002020-01-21T15:35:59 *** bitcoin-git has left #bitcoin-core-dev
2012020-01-21T15:39:02 *** setpill has quit IRC
2022020-01-21T15:40:35 *** Guyver2_ has joined #bitcoin-core-dev
2032020-01-21T15:43:15 *** Guyver2 has quit IRC
2042020-01-21T15:48:54 *** krvopije has joined #bitcoin-core-dev
2052020-01-21T15:56:21 *** timothy has quit IRC
2062020-01-21T16:08:24 *** jonatack has quit IRC
2072020-01-21T16:10:08 *** hebasto has joined #bitcoin-core-dev
2082020-01-21T16:15:10 *** bsm117532 has joined #bitcoin-core-dev
2092020-01-21T16:19:52 *** bsm117532 has quit IRC
2102020-01-21T16:22:49 *** bsm117532 has joined #bitcoin-core-dev
2112020-01-21T16:29:09 *** brianhoffman_ has joined #bitcoin-core-dev
2122020-01-21T16:30:47 *** jeremyrubin has joined #bitcoin-core-dev
2132020-01-21T16:31:16 *** krvopije has quit IRC
2142020-01-21T16:32:05 *** brianhoffman has quit IRC
2152020-01-21T16:32:05 *** brianhoffman_ is now known as brianhoffman
2162020-01-21T16:34:22 *** brianhoffman has joined #bitcoin-core-dev
2172020-01-21T16:49:47 <instagibbs> is there any way in the github review lifecycle to preview all the comments you're going to make in one place? I can't seem to find this
2182020-01-21T16:50:22 <instagibbs> "preview" button just previews what the final comment is, not all the comments on the code
2192020-01-21T16:51:41 <achow101> instagibbs: on the main comments page it should show you all of the comments you are about to make in that review
2202020-01-21T16:53:16 *** bitcoin-git has joined #bitcoin-core-dev
2212020-01-21T16:53:16 <bitcoin-git> [bitcoin] jachiang opened pull request #17975: TestFramework: Add Python Miniscript Support (master...test_miniscript) https://github.com/bitcoin/bitcoin/pull/17975
2222020-01-21T16:53:18 *** bitcoin-git has left #bitcoin-core-dev
2232020-01-21T16:53:20 <instagibbs> ah, of course.
2242020-01-21T17:03:14 *** jonatack has joined #bitcoin-core-dev
2252020-01-21T17:06:32 *** krvopije has joined #bitcoin-core-dev
2262020-01-21T17:13:05 *** emilengler has quit IRC
2272020-01-21T17:14:25 <luke-jr> setpill: the PPA wasn't deprecated; Matt just decided to stop maintaining it, so I took over that job.
2282020-01-21T17:14:33 <luke-jr> if you don't trust Ubuntu/Canonical, you need to get another OS.
2292020-01-21T17:15:34 *** Talkless has joined #bitcoin-core-dev
2302020-01-21T17:28:41 *** bsm117532 has quit IRC
2312020-01-21T17:31:32 *** Chris_Stewart_5 has quit IRC
2322020-01-21T17:43:44 <BlueMatt> if you use ubuntu, you need to get another OS...ftfu :p
2332020-01-21T17:49:47 <instagibbs> or just download the signed binaries? :P
2342020-01-21T17:55:15 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2352020-01-21T17:56:29 <luke-jr> BlueMatt: well, I can't disagree with that :P
2362020-01-21T18:00:02 *** Limnoria1 has quit IRC
2372020-01-21T18:03:04 *** krvopije has quit IRC
2382020-01-21T18:08:56 *** ddustin has quit IRC
2392020-01-21T18:09:41 *** ddustin has joined #bitcoin-core-dev
2402020-01-21T18:14:18 *** ddustin has quit IRC
2412020-01-21T18:17:14 *** elred_ has joined #bitcoin-core-dev
2422020-01-21T18:17:46 *** ddustin has joined #bitcoin-core-dev
2432020-01-21T18:19:27 <instagibbs> 4 utACKs, #17492 should be ready for merge
2442020-01-21T18:19:29 <gribble> https://github.com/bitcoin/bitcoin/issues/17492 | QT: bump fee returns PSBT on clipboard for watchonly-only wallets by instagibbs · Pull Request #17492 · bitcoin/bitcoin · GitHub
2452020-01-21T18:21:31 *** ddustin has quit IRC
2462020-01-21T18:22:12 *** ddustin has joined #bitcoin-core-dev
2472020-01-21T18:22:27 *** Highway61 has quit IRC
2482020-01-21T18:23:59 *** Eagle[TM] has quit IRC
2492020-01-21T18:26:49 *** ddustin has quit IRC
2502020-01-21T18:37:16 *** Randolf has joined #bitcoin-core-dev
2512020-01-21T18:50:52 *** Highway61 has joined #bitcoin-core-dev
2522020-01-21T18:53:01 *** goatpig has joined #bitcoin-core-dev
2532020-01-21T18:55:48 *** Highway61 has quit IRC
2542020-01-21T18:59:45 *** Dean_Guss has quit IRC
2552020-01-21T18:59:53 *** Highway61 has joined #bitcoin-core-dev
2562020-01-21T19:00:14 *** Dean_Guss has joined #bitcoin-core-dev
2572020-01-21T19:11:13 *** diogosergio has joined #bitcoin-core-dev
2582020-01-21T19:14:03 *** Highway61 has quit IRC
2592020-01-21T19:15:14 *** diogosergio has quit IRC
2602020-01-21T19:15:23 *** Highway61 has joined #bitcoin-core-dev
2612020-01-21T19:17:56 *** Randolf has quit IRC
2622020-01-21T19:19:38 *** Highway61 has quit IRC
2632020-01-21T19:46:15 *** bsm117532 has joined #bitcoin-core-dev
2642020-01-21T19:46:42 *** bsm117532 has left #bitcoin-core-dev
2652020-01-21T19:47:35 *** Guyver2__ has joined #bitcoin-core-dev
2662020-01-21T19:48:39 *** Guyver2_ has quit IRC
2672020-01-21T19:55:37 *** Victorsueca has quit IRC
2682020-01-21T19:58:05 *** Victorsueca has joined #bitcoin-core-dev
2692020-01-21T20:01:22 *** Talkless has quit IRC
2702020-01-21T20:01:49 *** bsm117532 has joined #bitcoin-core-dev
2712020-01-21T20:08:19 *** EagleTM has joined #bitcoin-core-dev
2722020-01-21T20:09:50 *** Highway61 has joined #bitcoin-core-dev
2732020-01-21T20:16:08 *** Skirmant has quit IRC
2742020-01-21T20:19:23 *** vasild_ has quit IRC
2752020-01-21T20:26:36 *** vasild has joined #bitcoin-core-dev
2762020-01-21T20:31:15 *** mryandao has quit IRC
2772020-01-21T20:32:03 *** mryandao has joined #bitcoin-core-dev
2782020-01-21T20:40:22 *** morcos has quit IRC
2792020-01-21T20:40:41 *** morcos has joined #bitcoin-core-dev
2802020-01-21T20:44:38 *** DeanWeen has joined #bitcoin-core-dev
2812020-01-21T20:47:03 *** Dean_Guss has quit IRC
2822020-01-21T20:52:54 *** laurentmt has joined #bitcoin-core-dev
2832020-01-21T21:00:01 *** elred_ has quit IRC
2842020-01-21T21:01:46 *** laurentmt has quit IRC
2852020-01-21T21:05:15 *** goatpig has quit IRC
2862020-01-21T21:16:50 *** owowo has quit IRC
2872020-01-21T21:17:23 *** smtx has joined #bitcoin-core-dev
2882020-01-21T21:21:25 *** owowo has joined #bitcoin-core-dev
2892020-01-21T21:41:03 *** vasild has quit IRC
2902020-01-21T21:42:06 *** vasild has joined #bitcoin-core-dev
2912020-01-21T22:02:41 *** cdecker has quit IRC
2922020-01-21T22:03:09 *** cdecker has joined #bitcoin-core-dev
2932020-01-21T22:16:10 *** Guyver2__ has quit IRC
2942020-01-21T22:32:41 *** Chris_Stewart_5 has quit IRC
2952020-01-21T22:38:06 *** tryphe_ is now known as tryphe
2962020-01-21T22:56:45 *** filchef has quit IRC
2972020-01-21T23:06:55 *** BGL has quit IRC
2982020-01-21T23:14:59 *** bitcoin-git has joined #bitcoin-core-dev
2992020-01-21T23:14:59 <bitcoin-git> [bitcoin] sipa opened pull request #17977: [WIP] Implement BIP 340-342 validation (Schnorr/taproot/tapscript) (master...taproot) https://github.com/bitcoin/bitcoin/pull/17977
3002020-01-21T23:15:00 *** bitcoin-git has left #bitcoin-core-dev
3012020-01-21T23:17:46 *** bitcoin-git has joined #bitcoin-core-dev
3022020-01-21T23:17:46 <bitcoin-git> [bitcoin] RandyMcMillan opened pull request #17978: gui: walletcontroller display long wallet names better (master...toHtmlEscaped) https://github.com/bitcoin/bitcoin/pull/17978
3032020-01-21T23:17:48 *** bitcoin-git has left #bitcoin-core-dev