--- Log opened Tue May 19 00:00:25 2020 00:18 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:18 < bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/362f9c60a54e...c73bd004ae81 00:18 < bitcoin-git> bitcoin/master c6131bf Pieter Wuille: Abstract logic to determine whether to answer tx GETDATA 00:18 < bitcoin-git> bitcoin/master f2f32a3 Pieter Wuille: Push down use of cs_main into FindTxForGetData 00:18 < bitcoin-git> bitcoin/master 2896c41 Pieter Wuille: Do not answer GETDATA for to-be-announced tx 00:18 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 00:19 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:19 < bitcoin-git> [bitcoin] fanquake merged pull request #18861: Do not answer GETDATA for to-be-announced tx (master...202004_private_getdata) https://github.com/bitcoin/bitcoin/pull/18861 00:19 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 00:24 -!- NicolasDorier [sid129442@gateway/web/irccloud.com/x-vpsijvlruumkkeme] has quit [Ping timeout: 252 seconds] 00:24 -!- NicolasDorier [sid129442@gateway/web/irccloud.com/x-qjvinmtxearakxbl] has joined #bitcoin-core-dev 00:25 -!- endogenic [sid145991@gateway/web/irccloud.com/x-rzbjghwcetdzwaul] has quit [Ping timeout: 252 seconds] 00:25 -!- jkczyz [sid419941@gateway/web/irccloud.com/x-lrtiexgadoqaaabo] has quit [Ping timeout: 252 seconds] 00:25 -!- jkczyz [sid419941@gateway/web/irccloud.com/x-soottmmqyswqyjcd] has joined #bitcoin-core-dev 00:27 -!- marcoagner [~user@2001:8a0:6a5f:a900:6d3e:1158:b50:97b6] has joined #bitcoin-core-dev 00:28 -!- endogenic [sid145991@gateway/web/irccloud.com/x-qlbuzvqlyvnqdjwk] has joined #bitcoin-core-dev 00:33 -!- Pavlenex [~Thunderbi@141.98.103.251] has joined #bitcoin-core-dev 00:37 -!- meshcollider [meshcollid@gateway/shell/ircnow/x-ekbwjdyjnyhvfhjb] has quit [Ping timeout: 240 seconds] 00:41 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:41 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c73bd004ae81...042ff521421f 00:41 < bitcoin-git> bitcoin/master fa243be MarcoFalke: log: Remove "No rpcpassword set" from logs 00:41 < bitcoin-git> bitcoin/master 042ff52 fanquake: Merge #18999: log: Remove "No rpcpassword set" from logs 00:42 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 00:42 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:42 < bitcoin-git> [bitcoin] fanquake merged pull request #18999: log: Remove "No rpcpassword set" from logs (master...2005-logRpcPassword) https://github.com/bitcoin/bitcoin/pull/18999 00:42 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 00:44 < elichai2> Finished reading http://www.erisian.com.au/meetbot/bitcoin-core-dev/2020/bitcoin-core-dev.2020-05-08-19.00.log.html, I have a naive question, no-one suggested using leveldb(since we already use that in validation) to replace bdb, is it because the main reason is for future table features or there is something bad/problematic with leveldb? 00:46 < aj> i think it might be that leveldb isn't a single-file database, so it's hard for users to move their wallet to a new pc or similar? 00:49 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 00:53 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 256 seconds] 00:53 < elichai2> that's a good argument :) 00:57 -!- Pavlenex [~Thunderbi@141.98.103.251] has quit [Quit: Pavlenex] 00:59 -!- TheV01d [thev01d@overnet.cf] has quit [Ping timeout: 265 seconds] 00:59 -!- meshcollider [meshcollid@gateway/shell/ircnow/x-knrypoqzrmwzpbov] has joined #bitcoin-core-dev 00:59 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:59 < bitcoin-git> [bitcoin] hosseinamin closed pull request #14898: rpc listtransactions new argument options (paginatebypointer impl) (master...master) https://github.com/bitcoin/bitcoin/pull/14898 00:59 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 01:00 -!- TheV01d [thev01d@overnet.cf] has joined #bitcoin-core-dev 01:00 -!- dfmb_ [~dfmb_@unaffiliated/dfmb/x-4009105] has joined #bitcoin-core-dev 01:03 -!- kljasdfvv [~flack@p200300d46f079c0091717658a9673a0c.dip0.t-ipconnect.de] has quit [Quit: Konversation terminated!] 01:05 -!- kljasdfvv [~flack@p200300d46f079c0005702bfa45c4afb4.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 01:07 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 01:11 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 01:11 < bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/042ff521421f...e7736854ef6c 01:11 < bitcoin-git> bitcoin/master fa006ca MarcoFalke: ci: tsan on clang-9 01:11 < bitcoin-git> bitcoin/master faf5521 MarcoFalke: ci: Set DEBIAN_FRONTEND=noninteractive 01:11 < bitcoin-git> bitcoin/master e773685 fanquake: Merge #19008: ci: tsan on clang-9 01:11 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 01:11 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 01:11 < bitcoin-git> [bitcoin] fanquake merged pull request #19008: ci: tsan on clang-9 (master...2005-ciTsanFocal) https://github.com/bitcoin/bitcoin/pull/19008 01:11 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 01:15 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 256 seconds] 01:20 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 01:30 -!- promag_ [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 01:39 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 256 seconds] 01:43 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 01:46 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 01:49 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 256 seconds] 01:51 -!- Juanicos2 [~juanicos@213.4.184.14] has joined #bitcoin-core-dev 01:54 -!- Pavlenex [~Thunderbi@141.98.103.251] has joined #bitcoin-core-dev 02:00 -!- milky1 [~milky@37.120.203.188] has quit [] 02:12 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 02:15 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 258 seconds] 02:15 -!- shesek [~shesek@unaffiliated/shesek] has quit [Quit: Leaving] 02:20 -!- llamma1 [~llamma@195.206.169.238] has joined #bitcoin-core-dev 02:24 -!- timothy [~tredaelli@redhat/timothy] has joined #bitcoin-core-dev 02:29 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 260 seconds] 02:33 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 02:39 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 02:47 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 02:47 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 03:03 -!- Jeremie89Monahan [~Jeremie89@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-core-dev 03:03 -!- Pavlenex [~Thunderbi@141.98.103.251] has quit [Ping timeout: 265 seconds] 03:06 -!- setpill [~setpill@unaffiliated/setpill] has joined #bitcoin-core-dev 03:07 -!- surja795 [~surja795@c-24-61-194-104.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 03:08 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:08 < bitcoin-git> [bitcoin] Sjors opened pull request #19013: test: add v0.20.0 to backwards compatibility test (master...2020/05/previous_release_0.20) https://github.com/bitcoin/bitcoin/pull/19013 03:08 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:22 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 03:23 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 03:25 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 03:25 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 03:42 -!- promag_ [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 03:53 -!- Guyver2_ [~Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 03:57 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Ping timeout: 256 seconds] 03:59 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 04:02 -!- promag_ [~promag@Bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 04:08 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 260 seconds] 04:10 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:10 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #19014: test: Replace TEST_PREVIOUS_RELEASES env var with test_framework option (master...2005-testPrevReleases) https://github.com/bitcoin/bitcoin/pull/19014 04:10 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:11 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:11 < bitcoin-git> [bitcoin] fanquake closed pull request #18903: test: fix TEST_PREVIOUS_RELEASES check (master...getenv_defaults_to_None) https://github.com/bitcoin/bitcoin/pull/18903 04:11 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:27 -!- Jeremie89Monahan [~Jeremie89@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 246 seconds] 04:33 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 04:33 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 04:37 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 04:45 -!- promag_ [~promag@Bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 04:48 -!- promag_ [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 04:53 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 04:54 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 04:54 -!- Highway61 [~Thunderbi@67.212.238.215] has joined #bitcoin-core-dev 04:58 -!- shesek [~shesek@185.3.145.28] has joined #bitcoin-core-dev 04:58 -!- shesek [~shesek@185.3.145.28] has quit [Changing host] 04:58 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 04:59 -!- promag_ [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 05:00 -!- llamma1 [~llamma@195.206.169.238] has quit [] 05:01 -!- Juanicos2 [~juanicos@213.4.184.14] has quit [Read error: Connection reset by peer] 05:22 -!- jbarnette [~jbarnette@195.206.183.79] has joined #bitcoin-core-dev 05:35 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:35 < bitcoin-git> [bitcoin] jonasschnelli pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/e7736854ef6c...d44dd513226f 05:35 < bitcoin-git> bitcoin/master 1df7701 Hennadii Stepanov: refactor: Remove unused bool parameter in BlockNotifyGenesisWait() 05:35 < bitcoin-git> bitcoin/master 2bec309 Hennadii Stepanov: refactor: Remove unused bool parameter in RPCNotifyBlockChange() 05:35 < bitcoin-git> bitcoin/master 1dab574 Hennadii Stepanov: refactor: Pass SynchronizationState enum to GUI 05:35 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:35 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has joined #bitcoin-core-dev 05:35 -!- promag_ [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 05:36 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:36 < bitcoin-git> [bitcoin] jonasschnelli merged pull request #18152: qt: Use SynchronizationState enum for signals to GUI (master...20200215-pr18121-followup2) https://github.com/bitcoin/bitcoin/pull/18152 05:36 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:40 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:40 < bitcoin-git> [bitcoin] practicalswift opened pull request #19015: build: Enable some commonly enabled compiler diagnostics (master...compiler-diagnostics) https://github.com/bitcoin/bitcoin/pull/19015 05:40 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:40 -!- promag_ [~promag@bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 260 seconds] 05:56 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:56 < bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d44dd513226f...aa8d76806c74 05:56 < bitcoin-git> bitcoin/master 2abe8cc Luke Dashjr: Bugfix: Include "csv","!segwit" in "rules" 05:56 < bitcoin-git> bitcoin/master 412d5fe Luke Dashjr: QA: feature_segwit: Check that template "rules" includes "!segwit" as appr... 05:56 < bitcoin-git> bitcoin/master aa8d768 MarcoFalke: Merge #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" key 05:56 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:57 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:57 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" key (master...fix_gbt_buried) https://github.com/bitcoin/bitcoin/pull/17946 05:57 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:12 -!- nothingmuch [~nothingmu@unaffiliated/nothingmuch] has quit [Quit: ZNC - http://znc.in] 06:12 -!- bsm117532 [~bsm117532@unaffiliated/bsm117532] has quit [Quit: *burp*] 06:15 -!- bsm117532 [~bsm117532@unaffiliated/bsm117532] has joined #bitcoin-core-dev 06:15 -!- nothingmuch [~nothingmu@unaffiliated/nothingmuch] has joined #bitcoin-core-dev 06:19 -!- setpill [~setpill@unaffiliated/setpill] has quit [Quit: o/] 06:21 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has joined #bitcoin-core-dev 06:23 -!- Guyver2_ is now known as Guyver2 06:26 < fanquake> Anyone want to offer an opinion in #18956 06:26 < gribble> https://github.com/bitcoin/bitcoin/issues/18956 | build: enforce minimum required Windows version (7) by fanquake · Pull Request #18956 · bitcoin/bitcoin · GitHub 06:27 < fanquake> I'll take a "couldn't care less" 06:31 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has quit [Quit: leaving] 06:31 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has joined #bitcoin-core-dev 06:38 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 06:38 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 06:42 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has quit [Quit: This computer has gone to sleep] 06:43 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:43 < bitcoin-git> [bitcoin] practicalswift closed pull request #18920: doc: Document how to analyze Bitcoin Core using Clang Static Analysis, clang-tidy and cppcheck (master...static-analysis-clang-tidy) https://github.com/bitcoin/bitcoin/pull/18920 06:43 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:44 -!- promag_ [~promag@Bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 06:47 -!- mdunnio [~mdunnio@208.59.170.5] has joined #bitcoin-core-dev 06:49 -!- promag_ [~promag@Bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 272 seconds] 06:54 -!- filchef [~filchef@212.104.97.177] has joined #bitcoin-core-dev 06:59 -!- someone235 [uid419897@gateway/web/irccloud.com/x-mpcurmlymndqtgln] has joined #bitcoin-core-dev 07:18 -!- pinheadmz [~pinheadmz@pool-100-33-69-78.nycmny.fios.verizon.net] has quit [Quit: pinheadmz] 07:30 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has joined #bitcoin-core-dev 07:30 -!- pinheadmz [~pinheadmz@pool-100-33-69-78.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 07:44 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #bitcoin-core-dev 07:48 -!- Pavlenex [~Thunderbi@141.98.103.251] has joined #bitcoin-core-dev 07:51 -!- Pavlenex [~Thunderbi@141.98.103.251] has quit [Client Quit] 07:59 -!- Pavlenex [~Thunderbi@141.98.103.251] has joined #bitcoin-core-dev 08:00 -!- jbarnette [~jbarnette@195.206.183.79] has quit [] 08:00 -!- Pavlenex1 [~Thunderbi@178.220.42.62] has joined #bitcoin-core-dev 08:03 -!- Pavlenex [~Thunderbi@141.98.103.251] has quit [Ping timeout: 264 seconds] 08:03 -!- Pavlenex1 is now known as Pavlenex 08:13 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 08:21 -!- mathepauker [~mathepauk@37.120.203.188] has joined #bitcoin-core-dev 08:24 < michaelfolkson> fanquake: What do we know about how many people (if any) are running on these versions of these Windows? 08:26 < michaelfolkson> fanquake: By enforce you mean not only do we not wish to support it we also want to do everything in our power that people don't try to run on these Windows versions? 08:26 -!- hebasto [~hebasto@95.164.65.194] has quit [Read error: Connection reset by peer] 08:26 -!- Pavlenex1 [~Thunderbi@141.98.103.251] has joined #bitcoin-core-dev 08:26 -!- _flow_ [~none@salem.informatik.uni-erlangen.de] has quit [Ping timeout: 252 seconds] 08:27 -!- hebasto [~hebasto@95.164.65.194] has joined #bitcoin-core-dev 08:27 < michaelfolkson> Doesn't impact me personally so I guess that is a "couldn't care less" :) 08:27 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 08:28 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 08:28 -!- Pavlenex [~Thunderbi@178.220.42.62] has quit [Ping timeout: 264 seconds] 08:28 -!- Pavlenex1 is now known as Pavlenex 08:45 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 252 seconds] 08:48 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 265 seconds] 08:56 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 08:56 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #16756: test: Connection eviction logic tests (master...201908_test_eviction) https://github.com/bitcoin/bitcoin/pull/16756 08:56 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 08:56 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 08:56 < bitcoin-git> [bitcoin] MarcoFalke reopened pull request #16756: test: Connection eviction logic tests (master...201908_test_eviction) https://github.com/bitcoin/bitcoin/pull/16756 08:56 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:00 -!- proofofkeags [~proofofke@174-29-9-247.hlrn.qwest.net] has joined #bitcoin-core-dev 09:00 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 09:20 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 09:22 -!- timothy [~tredaelli@redhat/timothy] has quit [Remote host closed the connection] 09:23 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 09:23 -!- vasild_ is now known as vasild 09:23 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 09:23 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 09:25 -!- ctrlbreak_MAD [~ctrlbreak@159.2.182.106] has quit [Remote host closed the connection] 09:25 -!- ctrlbreak_MAD [~ctrlbreak@159.2.182.106] has joined #bitcoin-core-dev 09:40 -!- proofofkeags [~proofofke@174-29-9-247.hlrn.qwest.net] has quit [Remote host closed the connection] 09:42 -!- a5m0 [~a5m0@unaffiliated/a5m0] has quit [Ping timeout: 265 seconds] 09:43 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:43 < bitcoin-git> [bitcoin] limpbrains opened pull request #19018: docs: fixing description of the field sequence in walletcreatefundedpsbt RPC method (master...walletcreatefundedpsbt-fix-docs) https://github.com/bitcoin/bitcoin/pull/19018 09:43 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:47 -!- _flow_ [~none@salem.informatik.uni-erlangen.de] has joined #bitcoin-core-dev 09:47 -!- a5m0 [~a5m0@unaffiliated/a5m0] has joined #bitcoin-core-dev 09:50 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 09:51 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-core-dev 09:53 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 256 seconds] 09:53 -!- proofofkeags [~proofofke@174-29-9-247.hlrn.qwest.net] has joined #bitcoin-core-dev 09:53 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has quit [Quit: This computer has gone to sleep] 10:01 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 256 seconds] 10:06 -!- ironhelix [~d@193.56.117.143] has quit [Ping timeout: 256 seconds] 10:09 -!- jarthur [~jarthur@2605:6000:1019:4971:644e:7c80:1dd2:7a88] has joined #bitcoin-core-dev 10:12 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has joined #bitcoin-core-dev 10:21 -!- a5m0 [~a5m0@unaffiliated/a5m0] has quit [Ping timeout: 256 seconds] 10:24 -!- a5m0 [~a5m0@unaffiliated/a5m0] has joined #bitcoin-core-dev 10:44 -!- emilengler [~emilengle@stratum0/entity/emilengler] has joined #bitcoin-core-dev 10:51 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 10:53 -!- Highway61 [~Thunderbi@67.212.238.215] has quit [Remote host closed the connection] 10:58 -!- jarthur_ [~jarthur@2605:6000:1019:4971:c9f1:bf60:463e:6663] has joined #bitcoin-core-dev 11:00 -!- mathepauker [~mathepauk@37.120.203.188] has quit [] 11:02 -!- jarthur [~jarthur@2605:6000:1019:4971:644e:7c80:1dd2:7a88] has quit [Ping timeout: 260 seconds] 11:03 -!- jarthur_ [~jarthur@2605:6000:1019:4971:c9f1:bf60:463e:6663] has quit [Remote host closed the connection] 11:04 -!- proofofkeags [~proofofke@174-29-9-247.hlrn.qwest.net] has quit [Remote host closed the connection] 11:04 -!- proofofkeags [~proofofke@174-29-9-247.hlrn.qwest.net] has joined #bitcoin-core-dev 11:07 -!- promag_ [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 11:09 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 11:09 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 11:15 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 11:16 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 11:16 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 265 seconds] 11:16 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 11:21 -!- promag_ [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 11:21 -!- cdb [~cdb@185.189.114.11] has joined #bitcoin-core-dev 11:21 -!- afk11` [~afk11@gateway/tor-sasl/afk11] has quit [Remote host closed the connection] 11:22 -!- afk11` [~afk11@gateway/tor-sasl/afk11] has joined #bitcoin-core-dev 11:24 -!- jarthur [~jarthur@cpe-66-68-134-212.austin.res.rr.com] has joined #bitcoin-core-dev 11:30 -!- tecnovert [~user@mail.tecnovert.net] has quit [Remote host closed the connection] 11:33 -!- jarthur [~jarthur@cpe-66-68-134-212.austin.res.rr.com] has quit [Remote host closed the connection] 11:37 -!- Highway61 [~Thunderbi@67.212.238.215] has joined #bitcoin-core-dev 11:46 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 11:46 < bitcoin-git> [bitcoin] luke-jr opened pull request #19019: [0.20] Fix GBT: Restore "!segwit" and "csv" to "rules" key (0.20...fix_gbt_buried) https://github.com/bitcoin/bitcoin/pull/19019 11:46 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 11:55 -!- jarthur [~jarthur@2605:6000:1019:4971:c9f1:bf60:463e:6663] has joined #bitcoin-core-dev 11:55 -!- jarthur [~jarthur@2605:6000:1019:4971:c9f1:bf60:463e:6663] has quit [Remote host closed the connection] 11:56 -!- jarthur [~jarthur@2605:6000:1019:4971:3db0:f05c:d4f7:48bf] has joined #bitcoin-core-dev 11:58 -!- provoostenator_ [~quassel@provoostenator.sprovoost.nl] has joined #bitcoin-core-dev 11:59 -!- provoostenator [~quassel@provoostenator.sprovoost.nl] has quit [Remote host closed the connection] 12:06 -!- lightlike [~lightlike@p200300c7ef237200989927d7dd472bbf.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 12:08 -!- emilengler [~emilengle@stratum0/entity/emilengler] has quit [Remote host closed the connection] 12:12 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 12:26 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 13:06 < phantomcircuit> sipa, any opposition to putting the generated scriptPubKey's into FillableSigningProvider::mapScripts ? 13:07 < sipa> phantomcircuit: achow101 may be a better person to ask at this point 13:08 < phantomcircuit> achow101, same question^ 13:08 < achow101> for what purpose? 13:12 < sipa> also, what does generated mean, and which signingprovider? 13:12 -!- tmoc [~textual@c-73-41-135-128.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 13:14 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 265 seconds] 13:19 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 13:30 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 13:30 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 13:35 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 13:36 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 13:42 -!- harrigan [~harrigan@ptr-93-89-242-235.ip.airwire.ie] has quit [Ping timeout: 256 seconds] 13:47 -!- Galvas [4da979ad@ip4da979ad.direct-adsl.nl] has joined #bitcoin-core-dev 13:49 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 13:51 -!- promag_ [~promag@Bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 13:59 -!- promag_ [~promag@Bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 264 seconds] 13:59 -!- proofofkeags [~proofofke@174-29-9-247.hlrn.qwest.net] has quit [Remote host closed the connection] 14:00 -!- cdb [~cdb@185.189.114.11] has quit [] 14:00 -!- proofofkeags [~proofofke@174-29-9-247.hlrn.qwest.net] has joined #bitcoin-core-dev 14:05 -!- proofofkeags [~proofofke@174-29-9-247.hlrn.qwest.net] has quit [Ping timeout: 256 seconds] 14:12 -!- harrigan [~harrigan@ptr-93-89-242-235.ip.airwire.ie] has joined #bitcoin-core-dev 14:13 -!- harrigan [~harrigan@ptr-93-89-242-235.ip.airwire.ie] has quit [Read error: Connection reset by peer] 14:14 -!- filchef [~filchef@212.104.97.177] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 14:16 -!- roconnor [~roconnor@host-45-78-197-156.dyn.295.ca] has quit [Quit: Konversation terminated!] 14:19 -!- harrigan [~harrigan@ptr-93-89-242-235.ip.airwire.ie] has joined #bitcoin-core-dev 14:19 -!- proofofkeags [~proofofke@174-29-9-247.hlrn.qwest.net] has joined #bitcoin-core-dev 14:22 -!- rule32 [~rule32@141.98.102.227] has joined #bitcoin-core-dev 14:31 -!- d_t [~dt@108-65-77-11.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-core-dev 14:31 -!- Guyver2 [~Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 14:44 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 14:44 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #19020: net: Use C++11 member initialization in protocol (master...2005-netCxx11MemberInit) https://github.com/bitcoin/bitcoin/pull/19020 14:44 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 14:44 -!- marcoagner [~user@2001:8a0:6a5f:a900:6d3e:1158:b50:97b6] has quit [Ping timeout: 244 seconds] 15:00 -!- Aaronvan_ [AaronvanW@gateway/vpn/nordvpn/aaronvanw] has joined #bitcoin-core-dev 15:02 -!- Pavlenex [~Thunderbi@141.98.103.251] has quit [Quit: Pavlenex] 15:03 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 264 seconds] 15:05 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 256 seconds] 15:11 -!- Galvas [4da979ad@ip4da979ad.direct-adsl.nl] has quit [Remote host closed the connection] 15:13 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 246 seconds] 15:13 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 15:13 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #19007: relax GUI locks: avoid unnecesarry calls to ::ChainstateActive().IsInitialBlockDownload (master...2020/05/fix_macguilock) https://github.com/bitcoin/bitcoin/pull/19007 15:13 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 15:31 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 15:38 -!- tryphe [~tryphe@unaffiliated/tryphe] has quit [Ping timeout: 265 seconds] 15:39 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 15:41 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 15:48 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has quit [Ping timeout: 246 seconds] 15:55 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has joined #bitcoin-core-dev 15:59 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 15:59 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #19022: test: Fix intermittent failure in feature_dbcrash (master...2005-testFixIntermittentFailDbCrash) https://github.com/bitcoin/bitcoin/pull/19022 15:59 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 16:03 -!- ctrlbreak_MAD [~ctrlbreak@159.2.182.106] has quit [Remote host closed the connection] 16:04 -!- ctrlbreak_MAD [~ctrlbreak@159.2.182.106] has joined #bitcoin-core-dev 16:13 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 264 seconds] 16:13 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 16:13 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #19023: test: Fix intermittent ETIMEDOUT on FreeBSD (master...2005-testFixIntermFreeBsdTimeout) https://github.com/bitcoin/bitcoin/pull/19023 16:13 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 16:14 -!- tmoc [~textual@c-73-41-135-128.hsd1.ca.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 16:22 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has quit [Ping timeout: 240 seconds] 16:26 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Remote host closed the connection] 16:26 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 16:41 -!- someone235 [uid419897@gateway/web/irccloud.com/x-mpcurmlymndqtgln] has quit [Quit: Connection closed for inactivity] 16:48 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 246 seconds] 16:51 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 16:53 -!- dunks [670f95e8@103-15-149-232.cust.dcsi.net.au] has joined #bitcoin-core-dev 17:00 -!- rule32 [~rule32@141.98.102.227] has quit [] 17:00 -!- dfmb_ [~dfmb_@unaffiliated/dfmb/x-4009105] has quit [Read error: Connection reset by peer] 17:13 -!- lightlike [~lightlike@p200300c7ef237200989927d7dd472bbf.dip0.t-ipconnect.de] has quit [Quit: Leaving] 17:21 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-core-dev 17:21 -!- dorena [~dorena@195.206.169.238] has joined #bitcoin-core-dev 17:27 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 17:29 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Client Quit] 17:30 -!- Aaronvan_ [AaronvanW@gateway/vpn/nordvpn/aaronvanw] has quit [Ping timeout: 272 seconds] 17:38 -!- proofofkeags [~proofofke@174-29-9-247.hlrn.qwest.net] has quit [Remote host closed the connection] 17:50 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has joined #bitcoin-core-dev 17:52 -!- jarthur [~jarthur@2605:6000:1019:4971:3db0:f05c:d4f7:48bf] has quit [Ping timeout: 260 seconds] 17:57 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Remote host closed the connection] 18:13 -!- proofofkeags [~proofofke@174-29-9-247.hlrn.qwest.net] has joined #bitcoin-core-dev 18:14 -!- baldur [~baldur@pool-173-56-240-14.nycmny.fios.verizon.net] has quit [Ping timeout: 256 seconds] 18:18 -!- proofofkeags [~proofofke@174-29-9-247.hlrn.qwest.net] has quit [Ping timeout: 260 seconds] 18:23 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has quit [Ping timeout: 256 seconds] 18:27 -!- baldur [~baldur@pool-173-56-240-14.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 18:29 -!- dunks [670f95e8@103-15-149-232.cust.dcsi.net.au] has quit [Remote host closed the connection] 18:29 -!- dunks [670f95e8@103-15-149-232.cust.dcsi.net.au] has joined #bitcoin-core-dev 18:32 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 18:37 -!- proofofkeags [~proofofke@174-29-9-247.hlrn.qwest.net] has joined #bitcoin-core-dev 18:58 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 272 seconds] 19:06 -!- tmoc [~textual@c-73-41-135-128.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 19:08 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 260 seconds] 19:14 -!- tmoc [~textual@c-73-41-135-128.hsd1.ca.comcast.net] has quit [Quit: Textual IRC Client: www.textualapp.com] 19:16 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 19:16 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/aa8d76806c74...0aa2ff0f660e 19:16 < bitcoin-git> bitcoin/master e8a8cff fanquake: build: enforce minimum required Windows version (7) 19:16 < bitcoin-git> bitcoin/master 0aa2ff0 fanquake: Merge #18956: build: enforce minimum required Windows version (7) 19:16 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 19:16 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 19:16 < bitcoin-git> [bitcoin] fanquake merged pull request #18956: build: enforce minimum required Windows version (7) (master...window_enforce_runtime_version) https://github.com/bitcoin/bitcoin/pull/18956 19:16 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 19:23 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 19:32 -!- surja795 [~surja795@c-24-61-194-104.hsd1.ma.comcast.net] has quit [Remote host closed the connection] 19:50 -!- geeker [~geeker@221.179.156.57] has quit [Ping timeout: 272 seconds] 19:51 -!- geeker [~geeker@221.179.156.57] has joined #bitcoin-core-dev 19:54 < jb55> I'm still new to the codebase, sorry if dumb question: but looking at undo blocks/rev*.dat files: does a node really need to store (37GB on my node currently) worth of undo blocks? is this just an optimization? couldn't you do this on the fly? 19:54 < sipa> define "on the fly" ? 19:55 < sipa> if you mean "at disconnect time", no, that would be extremely slow (it would need a linear scan through all previous block to find the outputs being spent) 19:55 < sipa> if you mean created at connect time, that's what it's doing 19:56 < sipa> in non-pruning mode you could see it as an optimization, but only in so far that the concept of a UTXO set is an optimization... 19:56 < sipa> in pruning node it's data that's not otherwise available 19:57 < jb55> ah ok I think I was missing the linear scan to find outputs bit 19:57 < sipa> you can see blocks as patches to the UTXO set "delete this UTXO, add this UTXO", plus witnesses that authenticate the patch 19:58 < sipa> the undo data is the reverse patch; it contains the actual UTXO data deleted by a block 19:59 < jb55> sipa: how many patches are kept, is there a way to tweak that? 20:00 -!- dorena [~dorena@195.206.169.238] has quit [] 20:00 < sipa> jb55: for every block you keep, the undo data is kept 20:00 < sipa> if you prune blocks, the undo data is also pruned along with it 20:00 -!- ctrlbreak_MAD [~ctrlbreak@159.2.182.106] has quit [Read error: Connection reset by peer] 20:01 < sipa> there could be a knob to change that, in case you're ok with not being able to reorg back to block height H, but still want to be able to that block to others on the network 20:01 -!- ctrlbreak_MAD [~ctrlbreak@159.2.182.106] has joined #bitcoin-core-dev 20:01 < sipa> or want it for rescanning 20:01 < sipa> undo data is around 9x smaller than the corresponding block data iirc 20:02 -!- proofofkeags [~proofofke@174-29-9-247.hlrn.qwest.net] has quit [Remote host closed the connection] 20:03 < jb55> sipa: so if you pruned the undos you couldn't rescan before a certain point? it has to apply those patches back to the rescan point to determine the utxo state at that height? 20:03 < sipa> jb55: if you prune you don't have the blocks either, so you lose the ability to rescan anyway 20:04 < sipa> and rescanning is about finding transactions, not UTXOs 20:04 < sipa> undo data is solely used for disconnecting block (though there is a PR open to also use it for some block statistics, i think) 20:04 < jb55> was just thinking if there was an option to prune the undo blocks, was wondering what the consequences were 20:05 < sipa> you'd be unable to reorg back 20:05 < sipa> which is extremely unlikely to be a problem beyond a few 100 or 1000 blocks 20:07 < jb55> yeah I would like to prune undo blocks past 100 or so, and would try to PR it if it makes sense 20:07 < sipa> ah, i forgot: https://github.com/bitcoin/bitcoin/pull/16083 added statistics using undo data 20:08 < sipa> pruning is restricted to keeping at least 288 blocks, i think 20:08 < sipa> it may make sense to have the same limit 20:08 < jb55> sure 20:08 < gwillen> I think it's already the case that if we reorg more than 100 blocks deep, things have gone very wrong, yeah? 20:09 < jb55> proof of aliens trolling us 20:09 < sipa> jb55: on the other hand... if you care getting rid of 10% of disk usage, maybe you should consider just pruning 20:10 < sipa> it's not a perfect argument; there are things you can do with blocks that don't need undo data... but undo data is also an order of magnitude smaller 20:11 < jb55> sipa: I like the full db for analysis and rescan. any optimization on top of that is nice. 20:13 -!- tryphe [~tryphe@unaffiliated/tryphe] has joined #bitcoin-core-dev 20:17 -!- proofofkeags [~proofofke@174-29-9-247.hlrn.qwest.net] has joined #bitcoin-core-dev 20:21 -!- Wolfy87 [~Wolfy87@195.206.169.238] has joined #bitcoin-core-dev 20:22 -!- proofofkeags [~proofofke@174-29-9-247.hlrn.qwest.net] has quit [Ping timeout: 265 seconds] 20:23 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 20:23 < bitcoin-git> [bitcoin] fanquake opened pull request #19025: [0.19] Backports (0.19...0_19_2_backports) https://github.com/bitcoin/bitcoin/pull/19025 20:23 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 20:28 -!- dunks [670f95e8@103-15-149-232.cust.dcsi.net.au] has quit [Remote host closed the connection] 20:29 -!- dunks [670f95e8@103-15-149-232.cust.dcsi.net.au] has joined #bitcoin-core-dev 20:31 -!- dunks [670f95e8@103-15-149-232.cust.dcsi.net.au] has quit [Remote host closed the connection] 20:46 -!- afk11` [~afk11@gateway/tor-sasl/afk11] has quit [Ping timeout: 240 seconds] 20:49 -!- afk11` [~afk11@gateway/tor-sasl/afk11] has joined #bitcoin-core-dev 20:56 -!- Eagle[TM] [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 20:57 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 265 seconds] 20:59 -!- wangchun [uid444603@gateway/web/irccloud.com/x-rdzwkncebckjnffv] has joined #bitcoin-core-dev 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 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 21:31 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 272 seconds] 21:36 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 256 seconds] 21:38 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 21:49 -!- d_t [~dt@108-65-77-11.lightspeed.sntcca.sbcglobal.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 21:52 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #bitcoin-core-dev 21:55 -!- TheFuzzStone[m] [thefuzzsto@gateway/shell/matrix.org/x-nvjjwawqtnxwvglo] has quit [Ping timeout: 260 seconds] 21:56 -!- TheFuzzStone[m] [thefuzzsto@gateway/shell/matrix.org/x-vaanamwcjfoldyjz] has joined #bitcoin-core-dev 22:05 -!- davec [~davec@cpe-24-243-240-159.hot.res.rr.com] has quit [Ping timeout: 246 seconds] 22:07 -!- lesderid [~lesderid@2a03:b0c0:1:d0::2a5:4002] has quit [Remote host closed the connection] 22:11 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 265 seconds] 22:13 -!- lesderid [~lesderid@anna.lesderid.net] has joined #bitcoin-core-dev 22:15 -!- geeker [~geeker@221.179.156.57] has quit [] 22:30 -!- davec [~davec@cpe-24-243-240-159.hot.res.rr.com] has joined #bitcoin-core-dev 22:40 -!- berndj [~berndj@azna.co.za] has quit [Ping timeout: 260 seconds] 22:51 -!- berndj [~berndj@azna.co.za] has joined #bitcoin-core-dev 22:53 -!- berndj [~berndj@azna.co.za] has quit [Excess Flood] 22:53 -!- berndj [~berndj@azna.co.za] has joined #bitcoin-core-dev 22:59 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 23:00 -!- Wolfy87 [~Wolfy87@195.206.169.238] has quit [] 23:08 -!- jarthur [~jarthur@2605:6000:1019:4971:1527:3d92:8cb9:da22] has joined #bitcoin-core-dev 23:13 -!- jarthur [~jarthur@2605:6000:1019:4971:1527:3d92:8cb9:da22] has quit [Ping timeout: 260 seconds] 23:21 -!- kephra [~kephra@84.39.116.180] has joined #bitcoin-core-dev 23:34 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has joined #bitcoin-core-dev 23:39 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has quit [Ping timeout: 265 seconds] 23:49 < fanquake> Thanks elichai2. Looks like GitHub does send two email notifications 23:50 < elichai2> actually it's not that ridiculous because its probably sending 2 unrelated emails. 1 for notifying about the PR. 2. for telling you you were chosen to review a PR. right? 23:50 < fanquake> Correct 23:52 < fanquake> https://imgur.com/a/KYgbJlV 23:52 -!- marcoagner [~user@2001:8a0:6a5f:a900:6d3e:1158:b50:97b6] has joined #bitcoin-core-dev --- Log closed Wed May 20 00:00:26 2020