12020-05-26T00:00:02 *** kers has quit IRC
22020-05-26T00:13:16 *** dfmb_ has quit IRC
32020-05-26T00:13:21 *** AaronvanW has quit IRC
42020-05-26T00:13:53 *** jeremyrubin has quit IRC
52020-05-26T00:14:14 *** jeremyrubin has joined #bitcoin-core-dev
62020-05-26T00:16:34 *** EagleTM has quit IRC
72020-05-26T00:18:49 *** owowo has quit IRC
82020-05-26T00:21:58 *** zpao has joined #bitcoin-core-dev
92020-05-26T00:22:02 *** jeremyrubin has quit IRC
102020-05-26T00:25:22 *** surja795 has quit IRC
112020-05-26T00:29:41 *** surja795 has joined #bitcoin-core-dev
122020-05-26T00:35:02 *** jeremyrubin has joined #bitcoin-core-dev
132020-05-26T00:38:09 *** mdunnio has joined #bitcoin-core-dev
142020-05-26T00:40:13 *** surja795 has quit IRC
152020-05-26T00:42:57 *** AaronvanW has joined #bitcoin-core-dev
162020-05-26T00:55:51 *** bitcoin-git has joined #bitcoin-core-dev
172020-05-26T00:55:52 <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/24f70290642c...14f844777746
182020-05-26T00:55:52 <bitcoin-git> bitcoin/master 69bfcac fanquake: gui: update Qt base translations for macOS release
192020-05-26T00:55:53 <bitcoin-git> bitcoin/master 14f8447 fanquake: Merge #19059: gui: update Qt base translations for macOS release
202020-05-26T00:55:54 *** bitcoin-git has left #bitcoin-core-dev
212020-05-26T00:56:11 *** bitcoin-git has joined #bitcoin-core-dev
222020-05-26T00:56:11 <bitcoin-git> [bitcoin] fanquake merged pull request #19059: gui: update Qt base translations for macOS release (master...macdeploy_translations) https://github.com/bitcoin/bitcoin/pull/19059
232020-05-26T00:56:13 *** bitcoin-git has left #bitcoin-core-dev
242020-05-26T01:01:22 *** surja795 has joined #bitcoin-core-dev
252020-05-26T01:27:01 *** surja795 has quit IRC
262020-05-26T01:29:00 *** surja795 has joined #bitcoin-core-dev
272020-05-26T01:36:40 *** promag has quit IRC
282020-05-26T01:38:31 *** hex17or has quit IRC
292020-05-26T01:39:06 *** hex17or has joined #bitcoin-core-dev
302020-05-26T01:48:34 *** ensign has quit IRC
312020-05-26T01:49:02 *** ensign_ has joined #bitcoin-core-dev
322020-05-26T02:08:21 *** surja795 has quit IRC
332020-05-26T02:13:38 *** surja795 has joined #bitcoin-core-dev
342020-05-26T02:48:56 *** surja795 has quit IRC
352020-05-26T02:49:57 *** surja795 has joined #bitcoin-core-dev
362020-05-26T03:00:02 *** zpao has quit IRC
372020-05-26T03:01:13 *** joerodgers has quit IRC
382020-05-26T03:07:55 *** surja795 has quit IRC
392020-05-26T03:12:47 *** surja795 has joined #bitcoin-core-dev
402020-05-26T03:13:38 *** Jackielove4u has quit IRC
412020-05-26T03:17:14 *** surja795 has quit IRC
422020-05-26T03:22:08 *** efge has joined #bitcoin-core-dev
432020-05-26T03:38:42 <achow101> for sqlite wallet, what do people think about keeping the name "wallet.dat" for them?
442020-05-26T03:38:52 <achow101> I'm inclined to say that that's a bad idea, but it does make things a lot easier
452020-05-26T03:40:17 *** mdunnio has quit IRC
462020-05-26T03:43:52 <fanquake> achow101: what are you thinking instead?
472020-05-26T03:44:07 <achow101> fanquake: just keeping them named wallet.dat
482020-05-26T03:44:16 <achow101> it's trivial to discover the file type by checking magic numbers
492020-05-26T03:44:57 <achow101> my current implementation names them wallet.sqlite but that requires many checks in different places
502020-05-26T03:46:08 <achow101> it works but there's probably some edge cases and gotchas that'll break something
512020-05-26T03:47:24 *** efge has quit IRC
522020-05-26T04:06:47 <tryphe> achow101, i think it's fine. it's unlikely they'll need to know the underlying format, and seems easier for when they backup (if the new file has a different name, they might get confused about support for old bdb backup compatability, which name their wallet should have, etc.)
532020-05-26T04:18:20 <luke-jr> sqlite wallets don't need a directory, right?
542020-05-26T04:18:55 <achow101> luke-jr: no, but keeping that for consistency
552020-05-26T04:20:16 *** vasild_ has joined #bitcoin-core-dev
562020-05-26T04:22:32 <achow101> actually, we probably still need to keep it to prevent 2 bitcoinds from opening the same wallet file
572020-05-26T04:23:43 *** vasild has quit IRC
582020-05-26T04:23:44 *** vasild_ is now known as vasild
592020-05-26T04:27:44 <tryphe> ah, the bdb can be opened concurrently? i think bdb supports it but didn't know bitcoind would let you
602020-05-26T04:28:08 <achow101> bitcoind doesn't let you
612020-05-26T04:28:23 <tryphe> ahh
622020-05-26T04:28:55 <achow101> we have our own directory lock thing to stop that
632020-05-26T04:31:02 *** lugosi1 has joined #bitcoin-core-dev
642020-05-26T04:31:11 <tryphe> what about multiple daemons running with -wallet=/home/user/wallet.dat?
652020-05-26T04:31:39 <achow101> they shouldn't start
662020-05-26T04:31:40 <tryphe> not that most people would try that...
672020-05-26T04:57:25 *** ppisati has quit IRC
682020-05-26T05:04:10 *** ppisati has joined #bitcoin-core-dev
692020-05-26T05:05:14 <luke-jr> achow101: file locks should work fine?
702020-05-26T05:06:01 <achow101> luke-jr: file locks?
712020-05-26T05:06:30 <achow101> not sure how to detect if a file is opened by another process
722020-05-26T05:06:47 <luke-jr> flock
732020-05-26T05:08:03 <achow101> hmm
742020-05-26T05:08:05 <luke-jr> not even sure how one would lock a directory O.o
752020-05-26T05:08:29 <achow101> we make a .walletlock file and check it's existence before doing anything in that directory
762020-05-26T05:08:39 <achow101> same thing happens for a datadir
772020-05-26T05:45:40 *** marcoagner has joined #bitcoin-core-dev
782020-05-26T05:54:20 *** PaulTroon has joined #bitcoin-core-dev
792020-05-26T05:57:49 *** CubicEarth has quit IRC
802020-05-26T06:00:02 *** lugosi1 has quit IRC
812020-05-26T06:10:40 <gwillen> I think portable file locking is a giant nightmare, probably lockfiles are still the way to go in 2020, sadly
822020-05-26T06:11:29 *** CubicEarth has joined #bitcoin-core-dev
832020-05-26T06:21:36 *** hwangjy9 has joined #bitcoin-core-dev
842020-05-26T06:27:12 *** yancy has quit IRC
852020-05-26T06:27:30 *** yancy has joined #bitcoin-core-dev
862020-05-26T06:31:10 *** noganoo has joined #bitcoin-core-dev
872020-05-26T06:38:08 *** kristapsk_ has joined #bitcoin-core-dev
882020-05-26T06:39:49 *** kristapsk has quit IRC
892020-05-26T06:40:37 *** Guyver2 has joined #bitcoin-core-dev
902020-05-26T06:40:38 *** CubicEarth has quit IRC
912020-05-26T06:41:14 *** CubicEarth has joined #bitcoin-core-dev
922020-05-26T07:04:35 *** IGHOR_ has joined #bitcoin-core-dev
932020-05-26T07:07:30 *** IGHOR has quit IRC
942020-05-26T07:09:30 *** kristapsk_ is now known as kristapsk
952020-05-26T07:12:52 *** Jackielove4u has joined #bitcoin-core-dev
962020-05-26T07:25:29 <tryphe> you know what would be nice.. access control list attributes like rwx permissions but with a fileIsLocked state
972020-05-26T07:26:14 <tryphe> all you'd need is 1 bit, right? there's got to be a spare bit somewhere
982020-05-26T07:28:07 *** IGHOR_ has quit IRC
992020-05-26T07:29:34 *** IGHOR has joined #bitcoin-core-dev
1002020-05-26T07:52:25 *** bitcoin-git has joined #bitcoin-core-dev
1012020-05-26T07:52:26 <bitcoin-git> [bitcoin] fanquake opened pull request #19068: build: Use a zip instead of dmg for macOS releases (master...macdeploy_zip_instead_of_dmg) https://github.com/bitcoin/bitcoin/pull/19068
1022020-05-26T07:52:28 *** bitcoin-git has left #bitcoin-core-dev
1032020-05-26T07:57:35 *** Pavlenex has joined #bitcoin-core-dev
1042020-05-26T08:04:47 *** Highway61 has quit IRC
1052020-05-26T08:05:17 *** lucaferr has quit IRC
1062020-05-26T08:07:18 *** lucaferr has joined #bitcoin-core-dev
1072020-05-26T08:21:34 <elichai2> Hi, It looks like if the utxoSet size > max_size it flushes all of it to disk and clears the hashmap, am I understanding correctly? I thought there was some heuristics for that (ie flushing only the oldest coins up to the max limit)
1082020-05-26T08:31:02 <sipa> that would leave the cache in an inconsistent state
1092020-05-26T08:32:02 <sipa> because we rely very heavily on an optimization: if a utxo is created and spent without being flushed to disk in between, it is just deleted, and will never touch disk
1102020-05-26T08:32:54 <sipa> if you only write some changes from the cache to disk, you would ignore things that were created but spent already
1112020-05-26T08:33:32 <sipa> so your disk would then not correspond to any well-defined point in time
1122020-05-26T08:34:33 <sipa> if you mean we could write to disk, but not wipe those entries from the cache: that would work, but at least when i benchmarked it years ago, that was never worthwhile, because it would leave less memory available for the avoid-writing-entirely optimization i mentioned above
1132020-05-26T08:36:32 <sipa> i had a design once that dealt with this, by accepting that the on-disk state corresponds to a mixture of changes from a range of blocks, and could correct for this by replaying at startup... but it's fairly complicated
1142020-05-26T08:39:40 <sipa> (especially when there are reorgs in between)
1152020-05-26T08:41:39 *** timothy has joined #bitcoin-core-dev
1162020-05-26T08:44:30 *** jonatack has quit IRC
1172020-05-26T08:46:45 *** jonatack has joined #bitcoin-core-dev
1182020-05-26T08:53:56 *** PaulTroon has quit IRC
1192020-05-26T08:58:50 <elichai2> sipa: I think the "not worth it" is correct for a 500MB cache size, not let's say 8GB, where flushing 1GB to disk and leaving 7GB in RAM vs flushing 8GB to disk and leaving 0 in RAM
1202020-05-26T09:00:01 *** hwangjy9 has quit IRC
1212020-05-26T09:10:12 *** promag has joined #bitcoin-core-dev
1222020-05-26T09:15:51 *** morcos has quit IRC
1232020-05-26T09:16:32 *** troygiorshev has joined #bitcoin-core-dev
1242020-05-26T09:17:14 *** jonatack has quit IRC
1252020-05-26T09:20:10 *** jonatack has joined #bitcoin-core-dev
1262020-05-26T09:21:17 *** troygiorshev has quit IRC
1272020-05-26T09:22:01 *** jchris has joined #bitcoin-core-dev
1282020-05-26T09:29:42 *** Pavlenex has quit IRC
1292020-05-26T09:33:12 *** Pavlenex has joined #bitcoin-core-dev
1302020-05-26T09:38:00 *** PaulTroon has joined #bitcoin-core-dev
1312020-05-26T09:41:51 *** Pavlenex has quit IRC
1322020-05-26T09:42:10 *** surja795 has joined #bitcoin-core-dev
1332020-05-26T09:45:15 *** kristapsk has quit IRC
1342020-05-26T09:45:40 *** kristapsk has joined #bitcoin-core-dev
1352020-05-26T10:03:19 *** Amber37Zemlak has joined #bitcoin-core-dev
1362020-05-26T10:11:27 *** jeremyrubin has quit IRC
1372020-05-26T10:11:27 *** lucaferr has quit IRC
1382020-05-26T10:18:29 *** Amber37Zemlak has quit IRC
1392020-05-26T10:22:35 *** jeremyrubin has joined #bitcoin-core-dev
1402020-05-26T10:27:49 *** Pavlenex has joined #bitcoin-core-dev
1412020-05-26T10:27:59 *** EagleTM has joined #bitcoin-core-dev
1422020-05-26T10:31:46 *** tarboss has joined #bitcoin-core-dev
1432020-05-26T10:32:08 *** Pavlenex has quit IRC
1442020-05-26T10:32:27 *** Pavlenex has joined #bitcoin-core-dev
1452020-05-26T10:39:54 *** mrostecki has quit IRC
1462020-05-26T10:40:10 *** mrostecki has joined #bitcoin-core-dev
1472020-05-26T10:40:40 *** spinza has quit IRC
1482020-05-26T10:43:27 *** tarboss has quit IRC
1492020-05-26T10:55:26 *** spinza has joined #bitcoin-core-dev
1502020-05-26T11:17:43 *** DeanWeen has joined #bitcoin-core-dev
1512020-05-26T11:19:03 *** Dean_Guss has quit IRC
1522020-05-26T11:20:05 <wumpus> cache flushes will be extremely rare with 8GB of cache though so amortized it's probably not too bad; also after flushing the data might still be in the disk cache so, I'd expect, quickly retrieved during validation in the blocks after it
1532020-05-26T11:20:48 <wumpus> I used to think 'flush everything when the cache is full' was a problem for our caching as well but not so convinced anymore
1542020-05-26T11:29:40 *** bitcoin-git has joined #bitcoin-core-dev
1552020-05-26T11:29:41 <bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/14f844777746...7d32cce3e75b
1562020-05-26T11:29:41 <bitcoin-git> bitcoin/master 3bdc7c2 John Newbery: [doc] Add comment for m_headers_cache
1572020-05-26T11:29:42 <bitcoin-git> bitcoin/master f6b58c1 Jim Posen: [net processing] Message handling for getcfheaders.
1582020-05-26T11:29:43 <bitcoin-git> bitcoin/master 5308c97 Jim Posen: [test] Add test for cfheaders
1592020-05-26T11:29:44 *** bitcoin-git has left #bitcoin-core-dev
1602020-05-26T11:30:00 *** bitcoin-git has joined #bitcoin-core-dev
1612020-05-26T11:30:00 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #19010: net processing: Add support for getcfheaders (master...2020-05-cfheaders) https://github.com/bitcoin/bitcoin/pull/19010
1622020-05-26T11:30:01 *** bitcoin-git has left #bitcoin-core-dev
1632020-05-26T11:32:05 *** promag_ has joined #bitcoin-core-dev
1642020-05-26T11:32:19 *** bitcoin-git has joined #bitcoin-core-dev
1652020-05-26T11:32:19 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7d32cce3e75b...d3b0ef80f653
1662020-05-26T11:32:20 <bitcoin-git> bitcoin/master f9b22e3 practicalswift: tests: Add fuzzing harness for CCoinsViewCache
1672020-05-26T11:32:20 <bitcoin-git> bitcoin/master d3b0ef8 MarcoFalke: Merge #18867: tests: Add fuzzing harness for CCoinsViewCache
1682020-05-26T11:32:22 *** bitcoin-git has left #bitcoin-core-dev
1692020-05-26T11:32:39 *** bitcoin-git has joined #bitcoin-core-dev
1702020-05-26T11:32:39 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #18867: tests: Add fuzzing harness for CCoinsViewCache (master...fuzzers-coins_view) https://github.com/bitcoin/bitcoin/pull/18867
1712020-05-26T11:32:40 *** bitcoin-git has left #bitcoin-core-dev
1722020-05-26T11:36:25 *** bitcoin-git has joined #bitcoin-core-dev
1732020-05-26T11:36:26 <bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d3b0ef80f653...13397dc78fd6
1742020-05-26T11:36:27 <bitcoin-git> bitcoin/master fa7fc5a MarcoFalke: rpc: factor out RpcInterruptionPoint from dumptxoutset
1752020-05-26T11:36:27 <bitcoin-git> bitcoin/master fa75692 MarcoFalke: rpc: Make gettxoutsetinfo/GetUTXOStats interruptible
1762020-05-26T11:36:28 <bitcoin-git> bitcoin/master 13397dc MarcoFalke: Merge #19056: rpc: Make gettxoutsetinfo/GetUTXOStats interruptible
1772020-05-26T11:36:30 *** bitcoin-git has left #bitcoin-core-dev
1782020-05-26T11:36:50 *** bitcoin-git has joined #bitcoin-core-dev
1792020-05-26T11:36:50 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #19056: rpc: Make gettxoutsetinfo/GetUTXOStats interruptible (master...2005-rpcInterrupt) https://github.com/bitcoin/bitcoin/pull/19056
1802020-05-26T11:36:51 *** bitcoin-git has left #bitcoin-core-dev
1812020-05-26T11:42:22 *** lucaferr has joined #bitcoin-core-dev
1822020-05-26T11:42:58 *** Pavlenex has quit IRC
1832020-05-26T11:49:58 *** troygiorshev has joined #bitcoin-core-dev
1842020-05-26T11:51:44 *** troygiorshev has quit IRC
1852020-05-26T11:53:07 *** Relis has quit IRC
1862020-05-26T12:00:02 *** jchris has quit IRC
1872020-05-26T12:03:13 *** costolleumus has joined #bitcoin-core-dev
1882020-05-26T12:04:30 *** troygiorshev has joined #bitcoin-core-dev
1892020-05-26T12:08:09 *** costolleumus has quit IRC
1902020-05-26T12:17:21 *** bitcoin-git has joined #bitcoin-core-dev
1912020-05-26T12:17:21 <bitcoin-git> [bitcoin] MarcoFalke pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/13397dc78fd6...fe1357a03af1
1922020-05-26T12:17:22 <bitcoin-git> bitcoin/master 458992b Hennadii Stepanov: Prevent UB in DeleteLock() function
1932020-05-26T12:17:22 <bitcoin-git> bitcoin/master 8d8921a Hennadii Stepanov: refactor: Add LockStackItem type alias
1942020-05-26T12:17:23 <bitcoin-git> bitcoin/master f511f61 Hennadii Stepanov: refactor: Add LockPair type alias
1952020-05-26T12:17:24 *** bitcoin-git has left #bitcoin-core-dev
1962020-05-26T12:17:41 *** bitcoin-git has joined #bitcoin-core-dev
1972020-05-26T12:17:41 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #18881: Prevent UB in DeleteLock() function (master...200505-cofu) https://github.com/bitcoin/bitcoin/pull/18881
1982020-05-26T12:17:42 *** bitcoin-git has left #bitcoin-core-dev
1992020-05-26T12:40:58 *** Highway61 has joined #bitcoin-core-dev
2002020-05-26T12:43:05 *** Relis has joined #bitcoin-core-dev
2012020-05-26T12:47:51 *** Guyver2_ has joined #bitcoin-core-dev
2022020-05-26T12:50:36 *** Guyver2 has quit IRC
2032020-05-26T13:02:06 *** Guyver2_ is now known as Guyver2
2042020-05-26T13:05:03 *** EagleTM has quit IRC
2052020-05-26T13:20:08 *** Asbestos_Vapor has joined #bitcoin-core-dev
2062020-05-26T13:20:55 *** andrewtoth has joined #bitcoin-core-dev
2072020-05-26T13:23:34 *** Chlorine_Vapor has quit IRC
2082020-05-26T13:23:42 *** Mercury_Vapor has joined #bitcoin-core-dev
2092020-05-26T13:23:42 <andrewtoth> I did some rudimentary benchmarking on the connecting blocks with a cleared cache and it does seem to have a performance impact https://github.com/bitcoin/bitcoin/pull/18941#issuecomment-633684774
2102020-05-26T13:26:31 *** Asbestos_Vapor has quit IRC
2112020-05-26T13:35:31 *** mdunnio has joined #bitcoin-core-dev
2122020-05-26T13:36:33 <elichai2> wumpus: thanks
2132020-05-26T13:42:48 *** morcos has joined #bitcoin-core-dev
2142020-05-26T13:46:23 *** bitcoin-git has joined #bitcoin-core-dev
2152020-05-26T13:46:23 <bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/fe1357a03af1...dcacea096e02
2162020-05-26T13:46:24 <bitcoin-git> bitcoin/master 65c589e Pieter Wuille: Convert Qt to new serialization
2172020-05-26T13:46:24 <bitcoin-git> bitcoin/master ef17c03 Pieter Wuille: Convert wallet to new serialization
2182020-05-26T13:46:25 <bitcoin-git> bitcoin/master 92beff1 Pieter Wuille: Convert LimitedString to formatter
2192020-05-26T13:46:26 *** bitcoin-git has left #bitcoin-core-dev
2202020-05-26T13:46:44 *** bitcoin-git has joined #bitcoin-core-dev
2212020-05-26T13:46:44 <bitcoin-git> [bitcoin] laanwj merged pull request #19032: Serialization improvements: final step (master...202005_noncastserial_final) https://github.com/bitcoin/bitcoin/pull/19032
2222020-05-26T13:46:45 *** bitcoin-git has left #bitcoin-core-dev
2232020-05-26T13:48:33 *** joerodgers has joined #bitcoin-core-dev
2242020-05-26T13:49:13 *** Mercury_Vapor has quit IRC
2252020-05-26T13:49:33 *** Mercury_Vapor has joined #bitcoin-core-dev
2262020-05-26T13:49:58 <troygiorshev> ping 10.93.136.1
2272020-05-26T13:50:44 *** d_t has joined #bitcoin-core-dev
2282020-05-26T13:51:02 <troygiorshev> whoops, wrong window
2292020-05-26T13:53:17 *** andrewtoth has quit IRC
2302020-05-26T13:55:37 *** d_t has quit IRC
2312020-05-26T13:57:15 *** EagleTM has joined #bitcoin-core-dev
2322020-05-26T13:58:51 *** Guyver2_ has joined #bitcoin-core-dev
2332020-05-26T14:01:26 *** Guyver2 has quit IRC
2342020-05-26T14:08:14 *** EagleTM has quit IRC
2352020-05-26T14:10:16 *** Chris_Stewart_5 has quit IRC
2362020-05-26T14:12:59 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2372020-05-26T14:21:01 *** bitcoin-git has joined #bitcoin-core-dev
2382020-05-26T14:21:01 <bitcoin-git> [bitcoin] theStack opened pull request #19069: refactor: replace pointers by references within tx_verify.{h,cpp} (master...20200526-refactor-replace-pointers-by-refs-in-tx_verify) https://github.com/bitcoin/bitcoin/pull/19069
2392020-05-26T14:21:02 *** bitcoin-git has left #bitcoin-core-dev
2402020-05-26T14:23:43 *** morcos has quit IRC
2412020-05-26T14:24:59 *** morcos has joined #bitcoin-core-dev
2422020-05-26T14:27:35 *** EagleTM has joined #bitcoin-core-dev
2432020-05-26T14:29:32 *** mdrjr1 has joined #bitcoin-core-dev
2442020-05-26T14:32:01 *** Pavlenex has joined #bitcoin-core-dev
2452020-05-26T14:36:46 *** EagleTM has quit IRC
2462020-05-26T14:42:00 *** EagleTM has joined #bitcoin-core-dev
2472020-05-26T14:46:14 *** EagleTM has quit IRC
2482020-05-26T14:56:03 *** drizztbsd has joined #bitcoin-core-dev
2492020-05-26T14:56:49 *** timothy has quit IRC
2502020-05-26T15:00:02 *** mdrjr1 has quit IRC
2512020-05-26T15:04:51 *** morcos has quit IRC
2522020-05-26T15:05:09 *** morcos has joined #bitcoin-core-dev
2532020-05-26T15:20:14 *** blathijs1 has joined #bitcoin-core-dev
2542020-05-26T15:20:31 *** noganoo has quit IRC
2552020-05-26T15:32:23 *** jb55 has quit IRC
2562020-05-26T15:32:47 *** jarthur has joined #bitcoin-core-dev
2572020-05-26T15:36:36 *** Talkless has joined #bitcoin-core-dev
2582020-05-26T15:37:32 *** jb55 has joined #bitcoin-core-dev
2592020-05-26T15:37:33 *** justanotheruser has quit IRC
2602020-05-26T15:41:41 *** cltrbreak_MAD2 has quit IRC
2612020-05-26T15:42:07 *** cltrbreak_MAD2 has joined #bitcoin-core-dev
2622020-05-26T15:43:57 *** owowo has joined #bitcoin-core-dev
2632020-05-26T15:43:57 *** owowo has joined #bitcoin-core-dev
2642020-05-26T15:54:54 *** jonatack has quit IRC
2652020-05-26T15:55:49 *** jonatack has joined #bitcoin-core-dev
2662020-05-26T15:58:42 *** Pavlenex has quit IRC
2672020-05-26T16:01:02 *** justanotheruser has joined #bitcoin-core-dev
2682020-05-26T16:17:38 *** cltrbreak_MAD2 has quit IRC
2692020-05-26T16:18:03 *** cltrbreak_MAD2 has joined #bitcoin-core-dev
2702020-05-26T16:18:26 *** Guyver2__ has joined #bitcoin-core-dev
2712020-05-26T16:18:27 *** Guyver2__ is now known as Guyver2
2722020-05-26T16:18:37 *** SiAnDoG has joined #bitcoin-core-dev
2732020-05-26T16:21:24 *** Guyver2_ has quit IRC
2742020-05-26T16:21:24 *** PaulTroon has quit IRC
2752020-05-26T16:22:01 *** lucaferr has quit IRC
2762020-05-26T16:22:25 *** SiAnDoG has quit IRC
2772020-05-26T16:23:24 *** vasild has quit IRC
2782020-05-26T16:25:13 *** vasild has joined #bitcoin-core-dev
2792020-05-26T16:26:10 *** Guyver2_ has joined #bitcoin-core-dev
2802020-05-26T16:26:42 *** bitcoin-git has joined #bitcoin-core-dev
2812020-05-26T16:26:42 <bitcoin-git> [bitcoin] jnewbery opened pull request #19070: p2p: Signal support for compact block filters with NODE_COMPACT_FILTERS (master...2020-05-node-compact-filters) https://github.com/bitcoin/bitcoin/pull/19070
2822020-05-26T16:26:54 *** bitcoin-git has left #bitcoin-core-dev
2832020-05-26T16:30:14 *** Guyver2 has quit IRC
2842020-05-26T16:40:57 *** Guyver2_ is now known as Guyver2
2852020-05-26T16:47:37 *** bitcoin-git has joined #bitcoin-core-dev
2862020-05-26T16:47:37 <bitcoin-git> [bitcoin] MarcoFalke opened pull request #19071: [WIP RFC DONOTMERGE] meta: Separate repository for the gui (master...2005-splitRepoGui) https://github.com/bitcoin/bitcoin/pull/19071
2872020-05-26T16:47:41 *** bitcoin-git has left #bitcoin-core-dev
2882020-05-26T16:52:26 *** GoldmanSats has quit IRC
2892020-05-26T16:52:32 *** gertjaap has quit IRC
2902020-05-26T16:52:54 *** pinheadm_ has joined #bitcoin-core-dev
2912020-05-26T16:52:54 *** peltre has quit IRC
2922020-05-26T16:54:24 *** corollari has quit IRC
2932020-05-26T16:54:47 *** GoldmanSats has joined #bitcoin-core-dev
2942020-05-26T16:55:43 *** pinheadmz has quit IRC
2952020-05-26T16:56:08 *** pinheadmz has joined #bitcoin-core-dev
2962020-05-26T16:56:17 *** pinheadmz has quit IRC
2972020-05-26T16:56:37 *** drbrule has quit IRC
2982020-05-26T16:56:45 *** pinheadmz has joined #bitcoin-core-dev
2992020-05-26T16:57:17 *** pinheadm_ has quit IRC
3002020-05-26T16:58:22 *** nejon has quit IRC
3012020-05-26T16:58:28 *** drbrule has joined #bitcoin-core-dev
3022020-05-26T17:00:23 *** drbrule has quit IRC
3032020-05-26T17:00:49 *** corollari has joined #bitcoin-core-dev
3042020-05-26T17:02:37 *** bitcoin-git has joined #bitcoin-core-dev
3052020-05-26T17:02:37 <bitcoin-git> [bitcoin] MarcoFalke opened pull request #19072: doc: Expand section on Getting Started (master...2005-docContribClarif) https://github.com/bitcoin/bitcoin/pull/19072
3062020-05-26T17:02:38 *** bitcoin-git has left #bitcoin-core-dev
3072020-05-26T17:02:45 *** peltre has joined #bitcoin-core-dev
3082020-05-26T17:04:47 *** peltre has quit IRC
3092020-05-26T17:06:13 *** GoldmanSats has quit IRC
3102020-05-26T17:06:52 *** bitcoin-git has joined #bitcoin-core-dev
3112020-05-26T17:06:52 <bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/dcacea096e02...4af01b37d402
3122020-05-26T17:06:53 <bitcoin-git> bitcoin/master fab4737 MarcoFalke: test: pep-8 p2p_getdata.py
3132020-05-26T17:06:53 <bitcoin-git> bitcoin/master 999922b MarcoFalke: test: Default mininode.wait_until timeout to 60s
3142020-05-26T17:06:54 <bitcoin-git> bitcoin/master fa80b47 MarcoFalke: test: Remove global wait_until from p2p_getdata
3152020-05-26T17:07:02 *** bitcoin-git has left #bitcoin-core-dev
3162020-05-26T17:07:14 *** peltre has joined #bitcoin-core-dev
3172020-05-26T17:07:17 *** bitcoin-git has joined #bitcoin-core-dev
3182020-05-26T17:07:17 <bitcoin-git> [bitcoin] laanwj merged pull request #19060: test: Remove global wait_until from p2p_getdata (master...2005-testWaitUntilGetdata) https://github.com/bitcoin/bitcoin/pull/19060
3192020-05-26T17:07:18 *** bitcoin-git has left #bitcoin-core-dev
3202020-05-26T17:09:20 *** dfmb_ has joined #bitcoin-core-dev
3212020-05-26T17:10:58 *** peltre has quit IRC
3222020-05-26T17:11:37 *** GoldmanSats has joined #bitcoin-core-dev
3232020-05-26T17:12:20 *** fanquake has quit IRC
3242020-05-26T17:14:34 *** fanquake has joined #bitcoin-core-dev
3252020-05-26T17:16:22 *** PaulTroon has joined #bitcoin-core-dev
3262020-05-26T17:19:57 *** peltre has joined #bitcoin-core-dev
3272020-05-26T17:20:32 *** corollari has quit IRC
3282020-05-26T17:21:41 *** corollari has joined #bitcoin-core-dev
3292020-05-26T17:22:14 *** drbrule has joined #bitcoin-core-dev
3302020-05-26T17:26:26 *** gertjaap has joined #bitcoin-core-dev
3312020-05-26T17:27:02 *** Pavlenex has joined #bitcoin-core-dev
3322020-05-26T17:28:12 *** nejon has joined #bitcoin-core-dev
3332020-05-26T17:28:13 *** Pavlenex has quit IRC
3342020-05-26T17:44:24 *** drizztbsd has quit IRC
3352020-05-26T17:46:54 *** Deacyde has joined #bitcoin-core-dev
3362020-05-26T17:53:06 *** bitcoin-git has joined #bitcoin-core-dev
3372020-05-26T17:53:06 <bitcoin-git> [bitcoin] elichai opened pull request #19073: Remove outdated comment about DER encoding (master...2020-05-remove-der-comment) https://github.com/bitcoin/bitcoin/pull/19073
3382020-05-26T17:53:07 *** bitcoin-git has left #bitcoin-core-dev
3392020-05-26T17:59:47 *** Highway61 has quit IRC
3402020-05-26T18:00:01 *** blathijs1 has quit IRC
3412020-05-26T18:00:20 *** Highway61 has joined #bitcoin-core-dev
3422020-05-26T18:13:05 *** bitcoin-git has joined #bitcoin-core-dev
3432020-05-26T18:13:05 <bitcoin-git> [bitcoin] dongcarl closed pull request #18644: net: Reduce `TransportDeserializer` interface to 2 methods (master...2020-04-transport-readmessages) https://github.com/bitcoin/bitcoin/pull/18644
3442020-05-26T18:13:08 *** bitcoin-git has left #bitcoin-core-dev
3452020-05-26T18:22:19 *** Guest92322 has joined #bitcoin-core-dev
3462020-05-26T18:43:13 *** Pavlenex has joined #bitcoin-core-dev
3472020-05-26T18:47:14 *** justanotheruser has quit IRC
3482020-05-26T19:03:45 *** as_pnn has joined #bitcoin-core-dev
3492020-05-26T19:11:15 *** Talkless has quit IRC
3502020-05-26T19:11:38 *** jeremyrubin has quit IRC
3512020-05-26T19:20:49 *** mdunnio has quit IRC
3522020-05-26T19:21:50 *** mdunnio has joined #bitcoin-core-dev
3532020-05-26T19:21:51 *** justanotheruser has joined #bitcoin-core-dev
3542020-05-26T19:32:32 *** Highway61 has quit IRC
3552020-05-26T19:33:14 *** pinheadm_ has joined #bitcoin-core-dev
3562020-05-26T19:33:23 *** pinheadmz has quit IRC
3572020-05-26T19:35:05 *** PaulTroon has quit IRC
3582020-05-26T19:35:48 *** AaronvanW has quit IRC
3592020-05-26T19:36:34 *** jeremyrubin has joined #bitcoin-core-dev
3602020-05-26T19:47:11 *** owowo has quit IRC
3612020-05-26T19:51:49 *** owowo has joined #bitcoin-core-dev
3622020-05-26T19:53:50 *** troygiorshev has quit IRC
3632020-05-26T19:54:41 *** troygiorshev has joined #bitcoin-core-dev
3642020-05-26T20:05:22 *** Kiminuo has joined #bitcoin-core-dev
3652020-05-26T20:07:48 *** PaulTroon has joined #bitcoin-core-dev
3662020-05-26T20:15:11 *** Highway61 has joined #bitcoin-core-dev
3672020-05-26T20:24:35 *** Pavlenex has quit IRC
3682020-05-26T20:24:44 *** Pavlenex has joined #bitcoin-core-dev
3692020-05-26T20:25:04 *** Cory has quit IRC
3702020-05-26T20:28:07 *** dfmb_ has quit IRC
3712020-05-26T20:30:52 *** Pasha has joined #bitcoin-core-dev
3722020-05-26T20:37:54 *** sanket1729_ has quit IRC
3732020-05-26T20:40:54 *** Pavlenex has quit IRC
3742020-05-26T20:42:05 *** sanket1729 has joined #bitcoin-core-dev
3752020-05-26T20:44:58 *** marcoagner has quit IRC
3762020-05-26T20:47:37 *** Landryl has quit IRC
3772020-05-26T20:47:57 *** Kiminuo has quit IRC
3782020-05-26T20:51:26 *** sanket1729 has quit IRC
3792020-05-26T20:58:31 *** bitcoin-git has joined #bitcoin-core-dev
3802020-05-26T20:58:31 <bitcoin-git> [bitcoin] practicalswift opened pull request #19074: tests: Use BasicTestingSetup to initialise fuzzing environment (master...fuzzers-2020-05-26) https://github.com/bitcoin/bitcoin/pull/19074
3812020-05-26T20:58:32 *** bitcoin-git has left #bitcoin-core-dev
3822020-05-26T21:00:01 *** Guest92322 has quit IRC
3832020-05-26T21:15:49 *** Highway61 has quit IRC
3842020-05-26T21:18:39 *** jonatack has quit IRC
3852020-05-26T21:20:12 *** jonatack has joined #bitcoin-core-dev
3862020-05-26T21:21:11 *** pinheadm_ has quit IRC
3872020-05-26T21:39:07 *** bitcoin-git has joined #bitcoin-core-dev
3882020-05-26T21:39:07 <bitcoin-git> [bitcoin] za-kk closed pull request #18313: gui: fix font inconsistency on send coins form (master...march-gui-font) https://github.com/bitcoin/bitcoin/pull/18313
3892020-05-26T21:39:08 *** bitcoin-git has left #bitcoin-core-dev
3902020-05-26T21:42:21 *** pinheadmz has joined #bitcoin-core-dev
3912020-05-26T21:50:24 *** Trixar_za has joined #bitcoin-core-dev
3922020-05-26T21:57:59 *** Highway61 has joined #bitcoin-core-dev
3932020-05-26T22:00:14 *** Guyver2 has quit IRC
3942020-05-26T22:18:05 *** Pasha has quit IRC
3952020-05-26T22:25:00 *** troygiorshev has quit IRC
3962020-05-26T22:25:30 *** Cory has joined #bitcoin-core-dev
3972020-05-26T22:32:12 *** skypper has joined #bitcoin-core-dev
3982020-05-26T22:58:13 *** justanotheruser has quit IRC
3992020-05-26T23:07:10 *** PaulTroon has quit IRC
4002020-05-26T23:19:03 *** DeanWeen has quit IRC
4012020-05-26T23:38:30 *** skypper has quit IRC
4022020-05-26T23:44:00 *** cltrbreak_MAD2 has quit IRC
4032020-05-26T23:44:24 *** cltrbreak_MAD2 has joined #bitcoin-core-dev
4042020-05-26T23:45:00 *** justanotheruser has joined #bitcoin-core-dev
4052020-05-26T23:48:57 *** DeanWeen has joined #bitcoin-core-dev
4062020-05-26T23:54:45 *** promag has quit IRC
4072020-05-26T23:58:06 *** filchef has joined #bitcoin-core-dev
4082020-05-26T23:58:54 *** jonatack_ has joined #bitcoin-core-dev
4092020-05-26T23:59:01 *** filchef has quit IRC