--- Log opened Tue May 26 00:00:31 2020 00:04 -!- IGHOR_ [~quassel@176.121.4.135] has joined #bitcoin-core-dev 00:07 -!- IGHOR [~quassel@93.178.216.72] has quit [Ping timeout: 265 seconds] 00:09 -!- kristapsk_ is now known as kristapsk 00:12 -!- Jackielove4u [uid43977@gateway/web/irccloud.com/x-isbkklkucdakpzvk] has joined #bitcoin-core-dev 00:25 < tryphe> you know what would be nice.. access control list attributes like rwx permissions but with a fileIsLocked state 00:26 < tryphe> all you'd need is 1 bit, right? there's got to be a spare bit somewhere 00:28 -!- IGHOR_ [~quassel@176.121.4.135] has quit [Ping timeout: 260 seconds] 00:29 -!- IGHOR [~quassel@176.121.4.135] has joined #bitcoin-core-dev 00:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:52 < 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 00:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 00:57 -!- Pavlenex [~Thunderbi@141.98.103.251] has joined #bitcoin-core-dev 01:04 -!- Highway61 [~Thunderbi@ip72-204-155-64.no.no.cox.net] has quit [Ping timeout: 256 seconds] 01:05 -!- lucaferr [~luca@m90-129-198-55.cust.tele2.se] has quit [Ping timeout: 246 seconds] 01:07 -!- lucaferr [~luca@90.129.208.102] has joined #bitcoin-core-dev 01:21 < 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) 01:31 < sipa> that would leave the cache in an inconsistent state 01:32 < 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 01:32 < sipa> if you only write some changes from the cache to disk, you would ignore things that were created but spent already 01:33 < sipa> so your disk would then not correspond to any well-defined point in time 01:34 < 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 01:36 < 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 01:39 < sipa> (especially when there are reorgs in between) 01:41 -!- timothy [~tredaelli@redhat/timothy] has joined #bitcoin-core-dev 01:44 -!- jonatack [~jon@37.170.134.59] has quit [Ping timeout: 260 seconds] 01:46 -!- jonatack [~jon@184.75.223.195] has joined #bitcoin-core-dev 01:53 -!- PaulTroon [~paultroon@h-5-150-248-150.NA.cust.bahnhof.se] has quit [Remote host closed the connection] 01:58 < 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 02:00 -!- hwangjy9 [~hwangjy9@195.206.169.238] has quit [] 02:10 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 02:15 -!- morcos [~morcos@gateway/tor-sasl/morcos] has quit [Remote host closed the connection] 02:16 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has joined #bitcoin-core-dev 02:17 -!- jonatack [~jon@184.75.223.195] has quit [Ping timeout: 240 seconds] 02:20 -!- jonatack [~jon@37.173.167.96] has joined #bitcoin-core-dev 02:21 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has quit [Ping timeout: 258 seconds] 02:22 -!- jchris [~jchris@195.206.169.238] has joined #bitcoin-core-dev 02:29 -!- Pavlenex [~Thunderbi@141.98.103.251] has quit [Quit: Pavlenex] 02:33 -!- Pavlenex [~Thunderbi@141.98.103.251] has joined #bitcoin-core-dev 02:38 -!- PaulTroon [~paultroon@h-5-150-248-150.NA.cust.bahnhof.se] has joined #bitcoin-core-dev 02:41 -!- Pavlenex [~Thunderbi@141.98.103.251] has quit [Quit: Pavlenex] 02:42 -!- surja795 [~surja795@c-24-62-248-154.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 02:45 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 02:45 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #bitcoin-core-dev 03:03 -!- Amber37Zemlak [~Amber37Ze@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-core-dev 03:11 -!- jeremyrubin [~jr@c-67-180-60-249.hsd1.ca.comcast.net] has quit [Ping timeout: 260 seconds] 03:11 -!- lucaferr [~luca@90.129.208.102] has quit [Read error: Connection reset by peer] 03:18 -!- Amber37Zemlak [~Amber37Ze@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 272 seconds] 03:22 -!- jeremyrubin [~jr@c-67-180-60-249.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 03:27 -!- Pavlenex [~Thunderbi@141.98.103.251] has joined #bitcoin-core-dev 03:27 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 03:31 -!- tarboss [~tarboss@p54a03260.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 03:32 -!- Pavlenex [~Thunderbi@141.98.103.251] has quit [Client Quit] 03:32 -!- Pavlenex [~Thunderbi@141.98.103.251] has joined #bitcoin-core-dev 03:39 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has quit [Quit: leaving] 03:40 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has joined #bitcoin-core-dev 03:40 -!- spinza [~spin@102.132.245.16] has quit [Quit: Coyote finally caught up with me...] 03:43 -!- tarboss [~tarboss@p54a03260.dip0.t-ipconnect.de] has quit [] 03:55 -!- spinza [~spin@102.132.245.16] has joined #bitcoin-core-dev 04:17 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-core-dev 04:19 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 240 seconds] 04:20 < 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 04:20 < 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 04:29 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:29 < bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/14f844777746...7d32cce3e75b 04:29 < bitcoin-git> bitcoin/master 3bdc7c2 John Newbery: [doc] Add comment for m_headers_cache 04:29 < bitcoin-git> bitcoin/master f6b58c1 Jim Posen: [net processing] Message handling for getcfheaders. 04:29 < bitcoin-git> bitcoin/master 5308c97 Jim Posen: [test] Add test for cfheaders 04:29 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:30 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:30 < 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 04:30 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:32 -!- promag_ [~promag@Bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 04:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:32 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7d32cce3e75b...d3b0ef80f653 04:32 < bitcoin-git> bitcoin/master f9b22e3 practicalswift: tests: Add fuzzing harness for CCoinsViewCache 04:32 < bitcoin-git> bitcoin/master d3b0ef8 MarcoFalke: Merge #18867: tests: Add fuzzing harness for CCoinsViewCache 04:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:32 < 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 04:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:36 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:36 < bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d3b0ef80f653...13397dc78fd6 04:36 < bitcoin-git> bitcoin/master fa7fc5a MarcoFalke: rpc: factor out RpcInterruptionPoint from dumptxoutset 04:36 < bitcoin-git> bitcoin/master fa75692 MarcoFalke: rpc: Make gettxoutsetinfo/GetUTXOStats interruptible 04:36 < bitcoin-git> bitcoin/master 13397dc MarcoFalke: Merge #19056: rpc: Make gettxoutsetinfo/GetUTXOStats interruptible 04:36 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:36 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:36 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #19056: rpc: Make gettxoutsetinfo/GetUTXOStats interruptible (master...2005-rpcInterrupt) https://github.com/bitcoin/bitcoin/pull/19056 04:36 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:42 -!- lucaferr [~luca@90.129.208.102] has joined #bitcoin-core-dev 04:42 -!- Pavlenex [~Thunderbi@141.98.103.251] has quit [Quit: Pavlenex] 04:49 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has joined #bitcoin-core-dev 04:51 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has quit [Client Quit] 04:53 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has quit [Quit: This computer has gone to sleep] 05:00 -!- jchris [~jchris@195.206.169.238] has quit [] 05:03 -!- costolleumus [544b32ca@84-75-50-202.dclient.hispeed.ch] has joined #bitcoin-core-dev 05:04 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has joined #bitcoin-core-dev 05:08 -!- costolleumus [544b32ca@84-75-50-202.dclient.hispeed.ch] has quit [Remote host closed the connection] 05:17 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:17 < bitcoin-git> [bitcoin] MarcoFalke pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/13397dc78fd6...fe1357a03af1 05:17 < bitcoin-git> bitcoin/master 458992b Hennadii Stepanov: Prevent UB in DeleteLock() function 05:17 < bitcoin-git> bitcoin/master 8d8921a Hennadii Stepanov: refactor: Add LockStackItem type alias 05:17 < bitcoin-git> bitcoin/master f511f61 Hennadii Stepanov: refactor: Add LockPair type alias 05:17 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:17 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:17 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #18881: Prevent UB in DeleteLock() function (master...200505-cofu) https://github.com/bitcoin/bitcoin/pull/18881 05:17 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:40 -!- Highway61 [~Thunderbi@ip72-204-155-64.no.no.cox.net] has joined #bitcoin-core-dev 05:43 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has joined #bitcoin-core-dev 05:47 -!- Guyver2_ [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 05:50 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Ping timeout: 256 seconds] 06:02 -!- Guyver2_ is now known as Guyver2 06:05 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 260 seconds] 06:20 -!- Asbestos_Vapor [~Mercury_V@174-082-166-092.res.spectrum.com] has joined #bitcoin-core-dev 06:20 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 06:23 -!- Chlorine_Vapor [~Mercury_V@174-082-166-092.res.spectrum.com] has quit [Ping timeout: 240 seconds] 06:23 -!- Mercury_Vapor [~Mercury_V@174-082-166-092.res.spectrum.com] has joined #bitcoin-core-dev 06:23 < 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 06:26 -!- Asbestos_Vapor [~Mercury_V@174-082-166-092.res.spectrum.com] has quit [Ping timeout: 260 seconds] 06:35 -!- mdunnio [~mdunnio@208.59.170.5] has joined #bitcoin-core-dev 06:36 < elichai2> wumpus: thanks 06:42 -!- morcos [~morcos@gateway/tor-sasl/morcos] has joined #bitcoin-core-dev 06:46 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:46 < bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/fe1357a03af1...dcacea096e02 06:46 < bitcoin-git> bitcoin/master 65c589e Pieter Wuille: Convert Qt to new serialization 06:46 < bitcoin-git> bitcoin/master ef17c03 Pieter Wuille: Convert wallet to new serialization 06:46 < bitcoin-git> bitcoin/master 92beff1 Pieter Wuille: Convert LimitedString to formatter 06:46 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:46 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:46 < bitcoin-git> [bitcoin] laanwj merged pull request #19032: Serialization improvements: final step (master...202005_noncastserial_final) https://github.com/bitcoin/bitcoin/pull/19032 06:46 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:48 -!- joerodgers [~joerodger@c-76-125-83-191.hsd1.ar.comcast.net] has joined #bitcoin-core-dev 06:49 -!- Mercury_Vapor [~Mercury_V@174-082-166-092.res.spectrum.com] has quit [Quit: Leaving] 06:49 -!- Mercury_Vapor [~Mercury_V@174-082-166-092.res.spectrum.com] has joined #bitcoin-core-dev 06:49 < troygiorshev> ping 10.93.136.1 06:50 -!- d_t [~dt@108-65-77-11.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-core-dev 06:51 < troygiorshev> whoops, wrong window 06:53 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Quit: Leaving] 06:55 -!- d_t [~dt@108-65-77-11.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 256 seconds] 06:57 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 06:58 -!- Guyver2_ [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 07:01 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Ping timeout: 264 seconds] 07:08 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 240 seconds] 07:10 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Remote host closed the connection] 07:12 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 07:21 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:21 < 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 07:21 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:23 -!- morcos [~morcos@gateway/tor-sasl/morcos] has quit [Ping timeout: 240 seconds] 07:24 -!- morcos [~morcos@gateway/tor-sasl/morcos] has joined #bitcoin-core-dev 07:27 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 07:29 -!- mdrjr1 [~mdrjr@84.39.116.180] has joined #bitcoin-core-dev 07:32 -!- Pavlenex [~Thunderbi@141.98.103.251] has joined #bitcoin-core-dev 07:36 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 258 seconds] 07:42 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 07:46 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 240 seconds] 07:56 -!- drizztbsd [~tredaelli@redhat/timothy] has joined #bitcoin-core-dev 07:56 -!- timothy [~tredaelli@redhat/timothy] has quit [Ping timeout: 256 seconds] 08:00 -!- mdrjr1 [~mdrjr@84.39.116.180] has quit [] 08:04 -!- morcos [~morcos@gateway/tor-sasl/morcos] has quit [Remote host closed the connection] 08:05 -!- morcos [~morcos@gateway/tor-sasl/morcos] has joined #bitcoin-core-dev 08:20 -!- blathijs1 [~blathijs@141.98.102.235] has joined #bitcoin-core-dev 08:20 -!- noganoo [uid146237@gateway/web/irccloud.com/x-mgqvzpwucgpatvmu] has quit [Quit: Connection closed for inactivity] 08:32 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Remote host closed the connection] 08:32 -!- jarthur [~jarthur@2605:6000:1019:4971:47f:8c2a:6cbf:5b80] has joined #bitcoin-core-dev 08:36 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #bitcoin-core-dev 08:37 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has joined #bitcoin-core-dev 08:37 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 260 seconds] 08:41 -!- cltrbreak_MAD2 [~ctrlbreak@159.2.182.106] has quit [Remote host closed the connection] 08:42 -!- cltrbreak_MAD2 [~ctrlbreak@159.2.182.106] has joined #bitcoin-core-dev 08:43 -!- owowo [~ovovo@185.183.104.83] has joined #bitcoin-core-dev 08:43 -!- owowo [~ovovo@185.183.104.83] has quit [Changing host] 08:43 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 08:54 -!- jonatack [~jon@37.173.167.96] has quit [Ping timeout: 240 seconds] 08:55 -!- jonatack [~jon@137.63.71.51] has joined #bitcoin-core-dev 08:58 -!- Pavlenex [~Thunderbi@141.98.103.251] has quit [Quit: Pavlenex] 09:01 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 09:17 -!- cltrbreak_MAD2 [~ctrlbreak@159.2.182.106] has quit [Remote host closed the connection] 09:18 -!- cltrbreak_MAD2 [~ctrlbreak@159.2.182.106] has joined #bitcoin-core-dev 09:18 -!- Guyver2__ [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 09:18 -!- Guyver2__ is now known as Guyver2 09:18 -!- SiAnDoG [~514nDoG@gateway/tor-sasl/siandog] has joined #bitcoin-core-dev 09:21 -!- Guyver2_ [Guyver@guyver2.xs4all.nl] has quit [Ping timeout: 256 seconds] 09:21 -!- PaulTroon [~paultroon@h-5-150-248-150.NA.cust.bahnhof.se] has quit [Read error: Connection reset by peer] 09:22 -!- lucaferr [~luca@90.129.208.102] has quit [Quit: Lost terminal] 09:22 -!- SiAnDoG [~514nDoG@gateway/tor-sasl/siandog] has quit [Client Quit] 09:23 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 09:25 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 09:26 -!- Guyver2_ [~Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 09:26 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:26 < 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 09:26 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:30 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Ping timeout: 264 seconds] 09:40 -!- Guyver2_ is now known as Guyver2 09:47 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:47 < 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 09:47 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:52 -!- GoldmanSats [uid428607@gateway/web/irccloud.com/x-hfhwggzxpxqcwtlz] has quit [Ping timeout: 240 seconds] 09:52 -!- gertjaap [sid322815@gateway/web/irccloud.com/x-kpwgevlarpyovwsr] has quit [Ping timeout: 260 seconds] 09:52 -!- pinheadm_ [~pinheadmz@185.240.246.116] has joined #bitcoin-core-dev 09:52 -!- peltre [sid268329@gateway/web/irccloud.com/x-efiezggjkjikakuw] has quit [Ping timeout: 244 seconds] 09:54 -!- corollari [sid405633@gateway/web/irccloud.com/x-dsoynfgsgdqdtfpu] has quit [Ping timeout: 246 seconds] 09:54 -!- GoldmanSats [uid428607@gateway/web/irccloud.com/x-pblumxuqupzmgohp] has joined #bitcoin-core-dev 09:55 -!- pinheadmz [~pinheadmz@pool-100-33-69-78.nycmny.fios.verizon.net] has quit [Ping timeout: 265 seconds] 09:56 -!- pinheadmz [~pinheadmz@185.236.200.139] has joined #bitcoin-core-dev 09:56 -!- pinheadmz [~pinheadmz@185.236.200.139] has quit [Client Quit] 09:56 -!- drbrule [sid395654@gateway/web/irccloud.com/x-vqcbtdzyxhuumfbq] has quit [Ping timeout: 260 seconds] 09:56 -!- pinheadmz [~pinheadmz@185.236.200.139] has joined #bitcoin-core-dev 09:57 -!- pinheadm_ [~pinheadmz@185.240.246.116] has quit [Ping timeout: 246 seconds] 09:58 -!- nejon [sid38993@gateway/web/irccloud.com/x-jmkhusdnnwcdprrk] has quit [Ping timeout: 260 seconds] 09:58 -!- drbrule [sid395654@gateway/web/irccloud.com/x-fzgssgfkkfjihcsj] has joined #bitcoin-core-dev 10:00 -!- drbrule [sid395654@gateway/web/irccloud.com/x-fzgssgfkkfjihcsj] has quit [Max SendQ exceeded] 10:00 -!- corollari [sid405633@gateway/web/irccloud.com/x-cxobdqktncendpuu] has joined #bitcoin-core-dev 10:02 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:02 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #19072: doc: Expand section on Getting Started (master...2005-docContribClarif) https://github.com/bitcoin/bitcoin/pull/19072 10:02 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:02 -!- peltre [sid268329@gateway/web/irccloud.com/x-pteqxmwjtycljwql] has joined #bitcoin-core-dev 10:04 -!- peltre [sid268329@gateway/web/irccloud.com/x-pteqxmwjtycljwql] has quit [Max SendQ exceeded] 10:06 -!- GoldmanSats [uid428607@gateway/web/irccloud.com/x-pblumxuqupzmgohp] has quit [Ping timeout: 260 seconds] 10:06 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:06 < bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/dcacea096e02...4af01b37d402 10:06 < bitcoin-git> bitcoin/master fab4737 MarcoFalke: test: pep-8 p2p_getdata.py 10:06 < bitcoin-git> bitcoin/master 999922b MarcoFalke: test: Default mininode.wait_until timeout to 60s 10:06 < bitcoin-git> bitcoin/master fa80b47 MarcoFalke: test: Remove global wait_until from p2p_getdata 10:07 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:07 -!- peltre [sid268329@gateway/web/irccloud.com/x-jdpztjqhpkjfygft] has joined #bitcoin-core-dev 10:07 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:07 < 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 10:07 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:09 -!- dfmb_ [~dfmb_@unaffiliated/dfmb/x-4009105] has joined #bitcoin-core-dev 10:10 -!- peltre [sid268329@gateway/web/irccloud.com/x-jdpztjqhpkjfygft] has quit [Max SendQ exceeded] 10:11 -!- GoldmanSats [uid428607@gateway/web/irccloud.com/x-qbjwffstvckesqgv] has joined #bitcoin-core-dev 10:12 -!- fanquake [sid369002@gateway/web/irccloud.com/x-phqdamalznlcbqrw] has quit [Ping timeout: 265 seconds] 10:14 -!- fanquake [sid369002@gateway/web/irccloud.com/x-xwnmppxqhszbxoka] has joined #bitcoin-core-dev 10:16 -!- PaulTroon [~paultroon@h-5-150-248-150.NA.cust.bahnhof.se] has joined #bitcoin-core-dev 10:19 -!- peltre [sid268329@gateway/web/irccloud.com/x-sgwkucoffsvdwkir] has joined #bitcoin-core-dev 10:20 -!- corollari [sid405633@gateway/web/irccloud.com/x-cxobdqktncendpuu] has quit [Ping timeout: 260 seconds] 10:21 -!- corollari [sid405633@gateway/web/irccloud.com/x-tvpoybnnltixhwyl] has joined #bitcoin-core-dev 10:22 -!- drbrule [sid395654@gateway/web/irccloud.com/x-fxllvnqndzobbgts] has joined #bitcoin-core-dev 10:26 -!- gertjaap [sid322815@gateway/web/irccloud.com/x-kgvqinbhjvvexxmq] has joined #bitcoin-core-dev 10:27 -!- Pavlenex [~Thunderbi@141.98.103.251] has joined #bitcoin-core-dev 10:28 -!- nejon [sid38993@gateway/web/irccloud.com/x-dgofathpgmbiqpgh] has joined #bitcoin-core-dev 10:28 -!- Pavlenex [~Thunderbi@141.98.103.251] has quit [Client Quit] 10:44 -!- drizztbsd [~tredaelli@redhat/timothy] has quit [Remote host closed the connection] 10:46 -!- Deacyde [~Deacyde@unaffiliated/deacyde] has joined #bitcoin-core-dev 10:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:53 < 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 10:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:59 -!- Highway61 [~Thunderbi@ip72-204-155-64.no.no.cox.net] has quit [Remote host closed the connection] 11:00 -!- blathijs1 [~blathijs@141.98.102.235] has quit [] 11:00 -!- Highway61 [~Thunderbi@ip72-204-155-64.no.no.cox.net] has joined #bitcoin-core-dev 11:13 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 11:13 < 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 11:13 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 11:22 -!- Guest92322 [~midnightm@185.204.1.185] has joined #bitcoin-core-dev 11:43 -!- Pavlenex [~Thunderbi@141.98.103.251] has joined #bitcoin-core-dev 11:47 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 240 seconds] 12:03 -!- as_pnn [~pierreirc@119.192.247.147] has joined #bitcoin-core-dev 12:11 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 12:11 -!- jeremyrubin [~jr@c-67-180-60-249.hsd1.ca.comcast.net] has quit [Ping timeout: 264 seconds] 12:20 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Remote host closed the connection] 12:21 -!- mdunnio [~mdunnio@208.59.170.5] has joined #bitcoin-core-dev 12:21 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 12:32 -!- Highway61 [~Thunderbi@ip72-204-155-64.no.no.cox.net] has quit [Quit: Highway61] 12:33 -!- pinheadm_ [~pinheadmz@185.236.200.139] has joined #bitcoin-core-dev 12:33 -!- pinheadmz [~pinheadmz@185.236.200.139] has quit [Ping timeout: 246 seconds] 12:35 -!- PaulTroon [~paultroon@h-5-150-248-150.NA.cust.bahnhof.se] has quit [Remote host closed the connection] 12:35 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [] 12:36 -!- jeremyrubin [~jr@c-67-180-60-249.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 12:47 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 260 seconds] 12:51 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 12:53 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has quit [Quit: Lost terminal] 12:54 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has joined #bitcoin-core-dev 13:05 -!- Kiminuo [~mix@141.98.103.124] has joined #bitcoin-core-dev 13:07 -!- PaulTroon [~paultroon@h-5-150-248-150.NA.cust.bahnhof.se] has joined #bitcoin-core-dev 13:15 -!- Highway61 [~Thunderbi@209.95.56.160] has joined #bitcoin-core-dev 13:24 -!- Pavlenex [~Thunderbi@141.98.103.251] has quit [Ping timeout: 272 seconds] 13:24 -!- Pavlenex [~Thunderbi@141.98.103.251] has joined #bitcoin-core-dev 13:25 -!- Cory [~Cory@unaffiliated/cory] has quit [Ping timeout: 256 seconds] 13:28 -!- dfmb_ [~dfmb_@unaffiliated/dfmb/x-4009105] has quit [Quit: Leaving] 13:30 -!- Pasha [~Cory@071-013-023-252.res.spectrum.com] has joined #bitcoin-core-dev 13:37 -!- sanket1729_ [~sanket172@72.36.89.11] has quit [Read error: Connection reset by peer] 13:40 -!- Pavlenex [~Thunderbi@141.98.103.251] has quit [Quit: Pavlenex] 13:42 -!- sanket1729 [~sanket172@72.36.89.11] has joined #bitcoin-core-dev 13:44 -!- marcoagner [~user@bl13-226-166.dsl.telepac.pt] has quit [Ping timeout: 260 seconds] 13:47 -!- Landryl [~Landryl@ns528256.ip-192-99-10.net] has quit [Quit: The Lounge - https://thelounge.chat] 13:47 -!- Kiminuo [~mix@141.98.103.124] has quit [Quit: Leaving] 13:51 -!- sanket1729 [~sanket172@72.36.89.11] has quit [Quit: ZNC 1.6.3+deb1ubuntu0.2 - http://znc.in] 13:58 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 13:58 < 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 13:58 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 14:00 -!- Guest92322 [~midnightm@185.204.1.185] has quit [] 14:15 -!- Highway61 [~Thunderbi@209.95.56.160] has quit [Ping timeout: 258 seconds] 14:18 -!- jonatack [~jon@137.63.71.51] has quit [Ping timeout: 260 seconds] 14:20 -!- jonatack [~jon@37.166.165.158] has joined #bitcoin-core-dev 14:21 -!- pinheadm_ [~pinheadmz@185.236.200.139] has quit [Ping timeout: 246 seconds] 14:39 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 14:39 < 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 14:39 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 14:42 -!- pinheadmz [~pinheadmz@pool-100-33-69-78.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 14:50 -!- Trixar_za [~Trixar_za@195.206.169.238] has joined #bitcoin-core-dev 14:57 -!- Highway61 [~Thunderbi@209.95.56.160] has joined #bitcoin-core-dev 15:00 -!- Guyver2 [~Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 15:18 -!- Pasha [~Cory@071-013-023-252.res.spectrum.com] has quit [] 15:25 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has quit [Quit: Lost terminal] 15:25 -!- Cory [~Cory@unaffiliated/cory] has joined #bitcoin-core-dev 15:32 -!- skypper [51c4d610@81.196.214.16] has joined #bitcoin-core-dev 15:58 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 265 seconds] 16:07 -!- PaulTroon [~paultroon@h-5-150-248-150.NA.cust.bahnhof.se] has quit [Remote host closed the connection] 16:19 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 240 seconds] 16:38 -!- skypper [51c4d610@81.196.214.16] has quit [Remote host closed the connection] 16:44 -!- cltrbreak_MAD2 [~ctrlbreak@159.2.182.106] has quit [Remote host closed the connection] 16:44 -!- cltrbreak_MAD2 [~ctrlbreak@159.2.182.106] has joined #bitcoin-core-dev 16:45 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 16:48 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-core-dev 16:54 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 16:58 -!- filchef [~filchef@212.104.97.177] has joined #bitcoin-core-dev 16:58 -!- jonatack_ [~jon@37.170.255.11] has joined #bitcoin-core-dev 16:59 -!- filchef [~filchef@212.104.97.177] has quit [Client Quit] 17:00 -!- Trixar_za [~Trixar_za@195.206.169.238] has quit [] 17:01 -!- jonatack [~jon@37.166.165.158] has quit [Ping timeout: 240 seconds] 17:21 -!- pixel_ [~pixel_@37.120.203.188] has joined #bitcoin-core-dev 18:07 < achow101> any opinions on sqlite3 amalgamation source code (a ginormous sqlite3.c file that is all of sqlite's source code, provided by them), or linking against system/depends? 18:10 < sipa> given their strong guarantees for forward and backward compatibility, i think we should just link against the system version 18:11 < sipa> (and pin one version in depends) 18:12 < achow101> the only issue that could be a problem is if the system version was compiled with some option like THREADSAFE=0 which probably wouldn't be good 18:17 < luke-jr> achow101: hard NACK on bundling it.. 18:17 < luke-jr> why does our end need to use threads for sqlite? 18:17 < luke-jr> bdb isn't threadsafe, is ti? 18:17 < achow101> bdb is definitely threadsafe 18:17 < achow101> we don't need to use threads, but I'm not convinced that we don't 18:18 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has quit [Quit: This computer has gone to sleep] 18:18 < achow101> and I'd rather that the library does the threadsafe stuff even if it isn't needed 18:20 < luke-jr> sqlite3_threadsafe() 18:21 < luke-jr> would be nicer to detect during configure tho 18:22 < sipa> at configure time you can't know what flags the runtime version the user will be dynamically linking against has enabled... 18:22 < luke-jr> right 18:24 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has joined #bitcoin-core-dev 18:36 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Remote host closed the connection] 18:38 -!- ppisati [~ppisati@net-188-216-88-162.cust.vodafonedsl.it] has quit [Ping timeout: 272 seconds] 18:38 -!- ppisati [~ppisati@net-188-216-88-162.cust.vodafonedsl.it] has joined #bitcoin-core-dev 18:55 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 19:00 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 256 seconds] 19:10 -!- mdunnio [~mdunnio@208.59.170.5] has joined #bitcoin-core-dev 19:14 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Remote host closed the connection] 19:16 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 272 seconds] 19:22 -!- surja795 [~surja795@c-24-62-248-154.hsd1.ma.comcast.net] has quit [Remote host closed the connection] 19:32 -!- surja795 [~surja795@c-24-62-248-154.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 19:39 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 19:40 -!- shesek [~shesek@185.3.145.28] has joined #bitcoin-core-dev 19:40 -!- shesek [~shesek@185.3.145.28] has quit [Changing host] 19:40 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 19:42 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 19:42 < bitcoin-git> [bitcoin] achow101 opened pull request #19077: wallet: Add sqlite as an alternative wallet database and use it for new descriptor wallets (master...sqlite-wallet) https://github.com/bitcoin/bitcoin/pull/19077 19:42 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 19:45 < fanquake> + 240'000 lines 19:45 < fanquake> sqlite3.c is quite the amalgamation 19:45 < achow101> the sqlite3.c amalgamation file is very large 19:51 < sipa> achow101: as luke-jr mentioned, if we need thread-safeness, you can include an assert(sqlite_threadsafe()) 19:51 -!- surja795 [~surja795@c-24-62-248-154.hsd1.ma.comcast.net] has quit [Remote host closed the connection] 19:52 < sipa> so i don't think that's a reason to bundle 19:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 19:52 < bitcoin-git> [bitcoin] meshcollider pushed 12 commits to master: https://github.com/bitcoin/bitcoin/compare/4af01b37d402...520e435b5e56 19:52 < bitcoin-git> bitcoin/master c877709 Andrew Chow: wallettool: Add a salvage command 19:52 < bitcoin-git> bitcoin/master cdd955e Andrew Chow: Add basic test for bitcoin-wallet salvage 19:52 < bitcoin-git> bitcoin/master d321046 Andrew Chow: wallet: remove -salvagewallet 19:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 19:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 19:52 < bitcoin-git> [bitcoin] meshcollider merged pull request #18918: wallet: Move salvagewallet into wallettool (master...wallettool-salvagewallet) https://github.com/bitcoin/bitcoin/pull/18918 19:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 19:53 < fanquake> The linter is having an absolute meltdown over sqlite3.c heh: https://travis-ci.org/github/bitcoin/bitcoin/jobs/691575513 19:53 < achow101> yeah, trying to figure out how to exlucde it from everything 19:54 < achow101> sipa: there are some other options that could be problematic. I haven't fully explored them yet 19:54 < luke-jr> achow101: don't, just remove it 19:54 < meshcollider> Please explore them quickly then :) 19:54 < sipa> achow101: i doubt that, as long as we use no crazy extensions 20:00 -!- pixel_ [~pixel_@37.120.203.188] has quit [] 20:01 < achow101> SQLITE_DEFAULT_FILE_FORMAT could be useful in the future for compatibility stuff 20:01 < achow101> but I suppose if that matters we can deal with it later 20:06 < luke-jr> achow101: you can configure it at runtime.. 20:14 < achow101> now I need to figure out how to add sqlite to depends and travis 20:18 -!- alex12 [~alex12@185.189.114.11] has joined #bitcoin-core-dev 20:30 < luke-jr> Travis should be easy :x 20:50 -!- pinheadm_ [~pinheadmz@96.47.229.196] has joined #bitcoin-core-dev 20:52 -!- pinheadm_ [~pinheadmz@96.47.229.196] has quit [Client Quit] 20:53 -!- pinheadm_ [~pinheadmz@96.47.229.196] has joined #bitcoin-core-dev 20:53 -!- pinheadmz [~pinheadmz@pool-100-33-69-78.nycmny.fios.verizon.net] has quit [Ping timeout: 258 seconds] 20:53 -!- pinheadm_ [~pinheadmz@96.47.229.196] has quit [Client Quit] 21:02 -!- wangchun [uid444603@gateway/web/irccloud.com/x-smflqnxqcbtxyumc] has quit [Quit: Connection closed for inactivity] 21:20 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 21:23 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 21:23 -!- vasild_ is now known as vasild 21:28 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Quit: WeeChat 2.7.1] 21:29 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 21:46 -!- instagibbs [~instagibb@pool-71-178-191-230.washdc.fios.verizon.net] has quit [Quit: ZNC 1.7.4+deb7 - https://znc.in] 21:47 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Read error: Connection reset by peer] 21:47 -!- instagibbs [~instagibb@pool-71-178-191-230.washdc.fios.verizon.net] has joined #bitcoin-core-dev 21:49 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 22:13 -!- jeremyrubin [~jr@c-67-180-60-249.hsd1.ca.comcast.net] has quit [Ping timeout: 246 seconds] 22:14 -!- jeremyrubin [~jr@c-67-180-60-249.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 22:32 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 272 seconds] 22:32 -!- alex12 [~alex12@185.189.114.11] has quit [] 22:37 -!- marcoagner [~user@2001:8a0:6a5f:a900:6d3e:1158:b50:97b6] has joined #bitcoin-core-dev 22:38 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 22:55 -!- total1ty [~total1ty@185.204.1.185] has joined #bitcoin-core-dev 22:55 -!- total1ty is now known as Guest98047 23:00 -!- Guest98047 [~total1ty@185.204.1.185] has quit [] 23:22 -!- andrea [~andrea@139.28.218.198] has joined #bitcoin-core-dev 23:22 -!- andrea is now known as Guest5579 23:56 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev --- Log closed Wed May 27 00:00:32 2020