--- Log opened Wed Jun 23 00:00:46 2021 00:05 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has joined #bitcoin-core-dev 00:08 -!- gleb [~gleb@178.150.137.228] has joined #bitcoin-core-dev 00:16 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 00:48 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:48 < bitcoin-git> [bitcoin] fanquake opened pull request #22320: build: set minimum required Boost to 1.64.0 (master...minimum_ubuntu_18_04) https://github.com/bitcoin/bitcoin/pull/22320 00:48 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 00:59 -!- belcher_ is now known as belcher 01:03 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 01:03 < bitcoin-git> [bitcoin] hebasto opened pull request #22321: build: Avoid qt-specific @GLIBC_2.28 symbols for compatibility (master...210623-statx) https://github.com/bitcoin/bitcoin/pull/22321 01:03 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 01:04 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 01:04 < bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/03aa59a4e58f...d6e0d78c3155 01:04 < bitcoin-git> bitcoin/master d197977 Vasil Dimov: banman: save the banlist in a JSON format on disk 01:04 < bitcoin-git> bitcoin/master dd4e957 Vasil Dimov: test: ensure banlist can be read from disk after restart 01:04 < bitcoin-git> bitcoin/master 24b10eb Vasil Dimov: doc: fix grammar in doc/files.md 01:04 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 01:04 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 01:04 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #20966: banman: save the banlist in a JSON format on disk (master...json_bans) https://github.com/bitcoin/bitcoin/pull/20966 01:04 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 01:12 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has quit [Ping timeout: 244 seconds] 01:25 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has joined #bitcoin-core-dev 01:25 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has joined #bitcoin-core-dev 01:30 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has quit [Ping timeout: 268 seconds] 01:46 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has joined #bitcoin-core-dev 02:00 -!- vnogueir- [~vnogueira@user/vnogueira] has joined #bitcoin-core-dev 02:00 -!- vnogueira [~vnogueira@user/vnogueira] has quit [Ping timeout: 244 seconds] 02:02 -!- kexkey_ [~kexkey@static-198-54-132-116.cust.tzulo.com] has joined #bitcoin-core-dev 02:04 -!- kexkey [~kexkey@static-198-54-132-132.cust.tzulo.com] has quit [Ping timeout: 258 seconds] 02:37 < vasild> * Added support for running Bitcoin Core as an [I2P (Invisible Internet Project)](https://en.wikipedia.org/wiki/I2P) service and connect to such services. See doc/i2p.md for details. (#20685) 02:37 <@gribble> https://github.com/bitcoin/bitcoin/issues/20685 | Add I2P support using I2P SAM by vasild · Pull Request #20685 · bitcoin/bitcoin · GitHub 02:38 < vasild> MarcoFalke: am I supposed to edit https://github.com/bitcoin-core/bitcoin-devwiki/wiki/22.0-Release-Notes-draft directly and add the above? 02:39 -!- evias [~evias__@196.red-88-6-131.staticip.rima-tde.net] has joined #bitcoin-core-dev 02:39 -!- evias [~evias__@196.red-88-6-131.staticip.rima-tde.net] has quit [Changing host] 02:39 -!- evias [~evias__@user/evias] has joined #bitcoin-core-dev 02:41 < jonatack> vasild: I think so. The notes are in the wiki for team editing until -final. 02:43 < vasild> done 02:43 < jonatack> vasild: Probably place it under "Notable changes" 02:43 < vasild> why would it be in a wiki otherwise 02:44 < vasild> yes, there, just before dropping support for torv2 02:44 < jonatack> just saw it lgtm 02:45 < vasild> it assumes #22250 is merged (which adds doc/i2p.md) 02:45 <@gribble> https://github.com/bitcoin/bitcoin/issues/22250 | doc: add basic I2P documentation by vasild · Pull Request #22250 · bitcoin/bitcoin · GitHub 02:49 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has quit [Ping timeout: 258 seconds] 02:49 < vasild> I think it is reasonable to s/8333/0/ all i2p ports in addrman as a temporary measure 02:49 < vasild> wrt https://github.com/bitcoin/bitcoin/pull/22112#issuecomment-866677980 02:51 < vasild> it will only be a problem if some bitcoin node exists which uses SAM 3.2 and "listens" on port 8333 only (checks TO_PORT and drops the incoming connection if it is not 8333) 02:53 < vasild> and it advertises itself as foo:8333 and we change that to foo:0 03:13 < jonatack> sgtm. we need something like that if I2P addrs are valid with port number 0 only, which is unfortunate. i don't know of a way to remove or update the existing I2P addrman entries manually from 8333 to 0 (other than deleting peers.dat) so outbound and addnode connections work. 03:13 -!- [\\\] [~triplesla@user/tripleslash] has quit [Ping timeout: 268 seconds] 03:16 < jonatack> and unfortunate that setting the port number to 0 or ignoring the port number would be necessary for SAM < 3.2, i wonder if the remedy is worse than having (short-lived) double connections 03:22 -!- tripleslash [~triplesla@user/tripleslash] has joined #bitcoin-core-dev 03:24 < hebasto> sipa: https://github.com/bitcoin/bitcoin/pull/21365/files#r656962860 03:27 -!- blkncd [uid505676@id-505676.brockwell.irccloud.com] has joined #bitcoin-core-dev 03:32 < fanquake> That's annoying. Just another reason to bump the minimum required macOS version 03:33 < hebasto> for 22.0 or later? 03:33 < fanquake> Then we'll get std::unordered_map::merge and std::filesystem 03:33 -!- logarus [~logarus@101.186.60.205] has quit [Quit: Leaving] 03:34 < fanquake> I would have thought our 10.14 build in the CI would have caught this, as it's building against a 10.15.x SDK, but setting the runtime version to 10.14.x 03:35 < hebasto> yeah, build fails with sdk 10.14.6 03:36 -!- stevenroose [~steven@2001:19f0:6801:83a:ec57:5e94:994a:afff] has quit [Quit: ZNC 1.7.4 - https://znc.in] 03:36 -!- stevenroose [~steven@2001:19f0:6801:83a:d5d9:4321:5b93:c47b] has joined #bitcoin-core-dev 03:43 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:43 < bitcoin-git> [bitcoin] meshcollider pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/d6e0d78c3155...567670bec5ec 03:43 < bitcoin-git> bitcoin/master 29e5dd1 Pieter Wuille: consensus refactor: extract ComputeTapleafHash, ComputeTaprootMerkleRoot 03:43 < bitcoin-git> bitcoin/master c7388e5 Pieter Wuille: Report address as solvable based on inferred descriptor 03:43 < bitcoin-git> bitcoin/master d637a9b Pieter Wuille: Taproot descriptor inference 03:43 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:43 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:43 < bitcoin-git> [bitcoin] meshcollider merged pull request #22166: Add support for inferring tr() descriptors (master...202106_infer_tap) https://github.com/bitcoin/bitcoin/pull/22166 03:43 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:51 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #22322: fuzz: Check banman roundtrip (master...2106-fuzzBanman) https://github.com/bitcoin/bitcoin/pull/22322 03:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:52 -!- GIANTWORLDKEEPER [~pjetcetal@2.95.227.207] has quit [Remote host closed the connection] 04:36 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:36 < bitcoin-git> [bitcoin] jonatack opened pull request #22323: script, doc: spelling update (master...spelling-update) https://github.com/bitcoin/bitcoin/pull/22323 04:36 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:54 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has quit [Remote host closed the connection] 04:54 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has joined #bitcoin-core-dev 05:10 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has joined #bitcoin-core-dev 05:14 -!- evias [~evias__@user/evias] has quit [Quit: This computer has gone to sleep] 05:15 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has quit [Ping timeout: 268 seconds] 05:32 -!- GIANTWORLDKEEPER [~pjetcetal@2.95.227.207] has joined #bitcoin-core-dev 05:41 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:41 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #22327: cli: Avoid truncating -rpcwaittimeout (master...2106-cliTrunkTime) https://github.com/bitcoin/bitcoin/pull/22327 05:41 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:49 -!- Guyver2_ [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 05:49 < vasild> #22179 May be considered for 22.0, it also has 3 ACKs 05:50 <@gribble> https://github.com/bitcoin/bitcoin/issues/22179 | Torv2 removal followups by vasild · Pull Request #22179 · bitcoin/bitcoin · GitHub 05:50 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Ping timeout: 252 seconds] 05:50 -!- Guyver2_ is now known as Guyver2 05:50 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:50 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/567670bec5ec...c0e30933e0d3 05:50 < bitcoin-git> bitcoin/master 184d453 Jon Atack: script, doc: spelling update 05:50 < bitcoin-git> bitcoin/master c0e3093 MarcoFalke: Merge bitcoin/bitcoin#22323: doc: spelling update 05:50 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:51 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #22323: doc: spelling update (master...spelling-update) https://github.com/bitcoin/bitcoin/pull/22323 05:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:14 -!- pigeons [~pigeons@androzani.sysevolve.com] has quit [Ping timeout: 252 seconds] 06:15 -!- doubleqp [~doubleqp@162.55.6.42] has quit [Ping timeout: 252 seconds] 06:15 -!- doubleqp [~doubleqp@162.55.6.42] has joined #bitcoin-core-dev 06:16 -!- pigeons [~pigeons@androzani.sysevolve.com] has joined #bitcoin-core-dev 07:05 -!- kabaum [~kabaum@host-78-79-185-3.mobileonline.telia.com] has joined #bitcoin-core-dev 07:06 < vasild> jonatack: addrman does not support holding >1 entries that have the same address (and differ only by port), hmm... 07:10 < vasild> and if it already holds i2p:8333 and we try to add i2p:0, then it will leave the original (will not update the port) :-( 07:17 < jonatack> i tried this too... rpc addpeeraddress no go... edit-in-place or remove-then-add? 07:17 < vasild> What about dropping both #21514 and #22112 and leaving #21389 unfixed? 07:17 <@gribble> https://github.com/bitcoin/bitcoin/issues/21514 | p2p: Ignore ports on I2P addresses by vasild · Pull Request #21514 · bitcoin/bitcoin · GitHub 07:17 <@gribble> https://github.com/bitcoin/bitcoin/issues/22112 | Force port 0 in I2P by vasild · Pull Request #22112 · bitcoin/bitcoin · GitHub 07:17 <@gribble> https://github.com/bitcoin/bitcoin/issues/21389 | It is possible to open >1 connections to the same I2P node · Issue #21389 · bitcoin/bitcoin · GitHub 07:18 < vasild> editing addrman's entries (changing ports) would require re-bucketing 07:18 < jonatack> yes, as i wrote this morning: "i wonder if the remedy is worse than having (short-lived) double connections" 07:18 < vasild> Why short-lived? 07:19 < jonatack> only that i see that they are infrequent and don't last long 07:20 < jonatack> e.g. less than 5 minutes, most often 1 or 2 minutes 07:21 < vasild> I have no explanation for that, but short-lived or long-lived is not very important 07:23 < jonatack> they seem to have become very rare as well (for me). i currently know of 14 i2p peers and am usually connected to 11-12 of them at a time, e.g. right now 6 outbound, 6 inbound 07:24 < jonatack> (double connections become very rare, they used to be common) 07:25 < vasild> the issue 21389 only happens when addnode is (mis)used 07:25 < vasild> or -connect=... 07:25 < vasild> (mis)used == addnode same i2p addr with different ports 07:25 < jonatack> either same one in and out (both sides adding the other) or two in at once (maybe because addnode was used twice, with and with port) 07:26 < jonatack> *with and without port 07:26 < vasild> yes 07:26 < vasild> maybe we played more with addnode before and recently have left it alone 07:27 < jonatack> wait until SAM 3.2 then? 07:27 < vasild> and do what if/when we start using SAM 3.2? 07:27 < jonatack> that's probably true about less addnode use 07:34 -!- kabaum [~kabaum@host-78-79-185-3.mobileonline.telia.com] has quit [Ping timeout: 252 seconds] 07:39 < jamesob> maintainers: anything else you'd like to see for #21526 to merge? once that goes in I can open a number of other smaller AU PRs 07:39 <@gribble> https://github.com/bitcoin/bitcoin/issues/21526 | validation: UpdateTip/CheckBlockIndex assumeutxo support by jamesob · Pull Request #21526 · bitcoin/bitcoin · GitHub 07:40 < jonatack> looking at https://geti2p.net/en/docs/api/samv3, SAM 3.2 introduces options FROM_PORT and TO_PORT, and in SAM 3.3, "incoming packets and streams will be routed based on I2P protocol and to-port" 07:44 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has quit [Ping timeout: 268 seconds] 07:45 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has joined #bitcoin-core-dev 07:51 -!- Guest97 [~Guest97@115-37-168-243.area8a.commufa.jp] has joined #bitcoin-core-dev 07:52 -!- lkqwejhhgasdjhgn [~kljkljklk@p200300d46f03bc007d5a943c0e3a0f32.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 07:58 -!- Guest87 [~Guest87@115-37-168-243.area8a.commufa.jp] has joined #bitcoin-core-dev 07:58 -!- Guest97 [~Guest97@115-37-168-243.area8a.commufa.jp] has quit [Quit: Client closed] 07:59 -!- Guest87 [~Guest87@115-37-168-243.area8a.commufa.jp] has quit [Client Quit] 07:59 -!- Guest42 [~Guest42@115-37-168-243.area8a.commufa.jp] has joined #bitcoin-core-dev 08:03 -!- Guest34 [~Guest34@115-37-168-243.area8a.commufa.jp] has joined #bitcoin-core-dev 08:05 -!- Guest34 [~Guest34@115-37-168-243.area8a.commufa.jp] has quit [Client Quit] 08:05 -!- Guest3948 [~Guest39@115-37-168-243.area8a.commufa.jp] has joined #bitcoin-core-dev 08:05 -!- Guest3948 [~Guest39@115-37-168-243.area8a.commufa.jp] has quit [Client Quit] 08:10 -!- Guest42 [~Guest42@115-37-168-243.area8a.commufa.jp] has quit [Quit: Client closed] 08:10 -!- Guest4748 [~Guest47@115-37-168-243.area8a.commufa.jp] has joined #bitcoin-core-dev 08:11 -!- Guest4748 [~Guest47@115-37-168-243.area8a.commufa.jp] has quit [Client Quit] 08:14 < vasild> jonatack: posted a summary at https://github.com/bitcoin/bitcoin/issues/21389#issuecomment-866925116, will sleep over this and re-evaluate 08:30 < jonatack> vasild: good summary, same. thanks! 08:56 -!- powerjungle [~powerjung@h081217087223.dyn.cm.kabsi.at] has quit [Quit: ZNC - https://znc.in] 08:59 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 08:59 < bitcoin-git> [bitcoin] theStack opened pull request #22330: test: use MiniWallet for simple doublespend sub-test in feature_rbf.py (master...202106-test-feature_rbf_use_miniwallet_for_doublespend) https://github.com/bitcoin/bitcoin/pull/22330 08:59 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:01 -!- powerjungle [~powerjung@h081217087223.dyn.cm.kabsi.at] has joined #bitcoin-core-dev 09:02 -!- earnestly [~earnest@user/earnestly] has joined #bitcoin-core-dev 09:08 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has joined #bitcoin-core-dev 09:10 -!- lightlike [~lightlike@user/lightlike] has joined #bitcoin-core-dev 09:22 -!- lkqwejhhgasdjhgn [~kljkljklk@p200300d46f03bc007d5a943c0e3a0f32.dip0.t-ipconnect.de] has quit [Quit: Konversation terminated!] 09:27 -!- emcy [~emcy@user/emcy] has quit [Remote host closed the connection] 09:34 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:34 < bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/c0e30933e0d3...7317e14a44c6 09:34 < bitcoin-git> bitcoin/master 615c1ad James O'Beirne: refactor: wrap CCoinsViewCursor in unique_ptr 09:34 < bitcoin-git> bitcoin/master 0f8a5a4 James O'Beirne: move-only(ish): don't expose CCoinsViewDBCursor 09:34 < bitcoin-git> bitcoin/master 7ad414f James O'Beirne: doc: add comment about CCoinsViewDBCursor constructor 09:34 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:35 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:35 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #22263: refactor: wrap CCoinsViewCursor in unique_ptr (master...2021-06-cursor-unique-ptr) https://github.com/bitcoin/bitcoin/pull/22263 09:35 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:39 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 09:40 -!- davterra [~davterra@178.128.106.205] has quit [Quit: Leaving] 09:40 -!- ron-slc [~Ron@c-98-202-48-169.hsd1.ut.comcast.net] has joined #bitcoin-core-dev 09:48 -!- dunxen [dunxen@gateway/vpn/protonvpn/dunxen] has joined #bitcoin-core-dev 09:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:52 < bitcoin-git> [bitcoin] dhruv opened pull request #22331: [crypto] Fix K1/K2 use in ChaCha20-Poly1305 AEAD (master...15649-followups) https://github.com/bitcoin/bitcoin/pull/22331 09:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:54 -!- dunxen [dunxen@gateway/vpn/protonvpn/dunxen] has quit [Quit: Leaving...] 10:07 -!- Guest25 [~Guest25@111-252-182-161.dynamic-ip.hinet.net] has joined #bitcoin-core-dev 10:08 -!- Guest25 [~Guest25@111-252-182-161.dynamic-ip.hinet.net] has quit [Client Quit] 10:09 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has quit [Ping timeout: 250 seconds] 10:13 -!- Neojack [Neojack@pear.bnc4free.com] has quit [Ping timeout: 268 seconds] 10:25 -!- emcy [~emcy@user/emcy] has joined #bitcoin-core-dev 10:28 -!- Neojack [Neojack@pear.bnc4free.com] has joined #bitcoin-core-dev 10:42 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has joined #bitcoin-core-dev 10:57 -!- kexkey [~kexkey@static-198-54-132-100.cust.tzulo.com] has joined #bitcoin-core-dev 10:59 -!- kexkey_ [~kexkey@static-198-54-132-116.cust.tzulo.com] has quit [Ping timeout: 252 seconds] 11:13 -!- evias [~evias__@196.red-88-6-131.staticip.rima-tde.net] has joined #bitcoin-core-dev 11:13 -!- evias [~evias__@196.red-88-6-131.staticip.rima-tde.net] has quit [Changing host] 11:13 -!- evias [~evias__@user/evias] has joined #bitcoin-core-dev 11:14 -!- evias [~evias__@user/evias] has quit [Client Quit] 11:23 -!- jeremyru_ [~jeremyrub@024-176-247-182.res.spectrum.com] has joined #bitcoin-core-dev 11:32 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has quit [Ping timeout: 244 seconds] 11:35 -!- Guyver2_ [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 11:37 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Ping timeout: 250 seconds] 11:37 -!- Guyver2_ is now known as Guyver2 11:41 -!- evias [~evias__@196.red-88-6-131.staticip.rima-tde.net] has joined #bitcoin-core-dev 11:41 -!- evias [~evias__@196.red-88-6-131.staticip.rima-tde.net] has quit [Changing host] 11:41 -!- evias [~evias__@user/evias] has joined #bitcoin-core-dev 11:52 -!- evias [~evias__@user/evias] has quit [Quit: This computer has gone to sleep] 11:52 -!- jespada [~jespada@90.254.247.46] has quit [Ping timeout: 252 seconds] 11:55 -!- jespada [~jespada@90.254.247.46] has joined #bitcoin-core-dev 11:59 -!- jeremyru_ [~jeremyrub@024-176-247-182.res.spectrum.com] has quit [] 12:03 -!- bomb-on [~bomb-on@194.144.47.113] has joined #bitcoin-core-dev 12:21 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has joined #bitcoin-core-dev 12:29 < jamesob> where's the list of PRs that need review before feature freeze? 12:35 < sipa> milestone 22.0? https://github.com/bitcoin/bitcoin/pulls?q=is%3Aopen+is%3Apr+milestone%3A22.0 12:47 < jamesob> sipa: danke 12:58 -!- Guest9030 [~Guest90@43.242.123.127] has joined #bitcoin-core-dev 13:14 -!- kabaum [~kabaum@host-78-79-185-3.mobileonline.telia.com] has joined #bitcoin-core-dev 13:17 -!- sagi [~sagi@bzq-79-179-156-161.red.bezeqint.net] has quit [Ping timeout: 252 seconds] 13:38 -!- kabaum [~kabaum@host-78-79-185-3.mobileonline.telia.com] has quit [Ping timeout: 246 seconds] 13:42 -!- Guest9030 [~Guest90@43.242.123.127] has quit [Quit: Client closed] 13:43 -!- kabaum [~kabaum@host-78-79-185-3.mobileonline.telia.com] has joined #bitcoin-core-dev 13:52 -!- kabaum [~kabaum@host-78-79-185-3.mobileonline.telia.com] has quit [Ping timeout: 246 seconds] 13:55 -!- sagi [~sagi@bzq-79-179-156-161.red.bezeqint.net] has joined #bitcoin-core-dev 14:16 -!- l3kk0 [~l3kk0@c-73-22-213-40.hsd1.il.comcast.net] has quit [Read error: Connection reset by peer] 14:19 -!- gleb [~gleb@178.150.137.228] has quit [Quit: Ping timeout (120 seconds)] 14:20 -!- gleb [~gleb@178.150.137.228] has joined #bitcoin-core-dev 14:27 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 14:57 -!- sagi [~sagi@bzq-79-179-156-161.red.bezeqint.net] has quit [Ping timeout: 246 seconds] 15:02 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 15:03 -!- lightlike [~lightlike@user/lightlike] has quit [Quit: Leaving] 15:38 -!- sagi [~sagi@bzq-79-179-156-161.red.bezeqint.net] has joined #bitcoin-core-dev 15:50 -!- evias [~evias__@196.red-88-6-131.staticip.rima-tde.net] has joined #bitcoin-core-dev 15:50 -!- evias [~evias__@196.red-88-6-131.staticip.rima-tde.net] has quit [Changing host] 15:50 -!- evias [~evias__@user/evias] has joined #bitcoin-core-dev 15:51 -!- evias [~evias__@user/evias] has quit [Client Quit] 15:59 -!- TheRec [~toto@user/therec] has quit [] 16:05 -!- gleb [~gleb@178.150.137.228] has quit [Quit: Ping timeout (120 seconds)] 16:06 -!- gleb [~gleb@178.150.137.228] has joined #bitcoin-core-dev 16:09 -!- TheRec [~toto@84-75-225-47.dclient.hispeed.ch] has joined #bitcoin-core-dev 16:09 -!- TheRec [~toto@84-75-225-47.dclient.hispeed.ch] has quit [Changing host] 16:09 -!- TheRec [~toto@user/therec] has joined #bitcoin-core-dev 16:23 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has quit [Remote host closed the connection] 16:23 -!- sagi [~sagi@bzq-79-179-156-161.red.bezeqint.net] has quit [Ping timeout: 250 seconds] 16:45 -!- smartin [~Icedove@88.135.18.171] has quit [Quit: smartin] 16:53 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has joined #bitcoin-core-dev 16:59 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has quit [Ping timeout: 258 seconds] 17:01 -!- cdecker [~cdecker@243.86.254.84.ftth.as8758.net] has quit [Quit: Ping timeout (120 seconds)] 17:02 -!- cdecker [~cdecker@243.86.254.84.ftth.as8758.net] has joined #bitcoin-core-dev 17:08 -!- belcher_ [~belcher@user/belcher] has joined #bitcoin-core-dev 17:11 -!- belcher [~belcher@user/belcher] has quit [Ping timeout: 252 seconds] 17:11 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has joined #bitcoin-core-dev 17:15 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has quit [Ping timeout: 250 seconds] 17:28 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has joined #bitcoin-core-dev 17:32 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has quit [Ping timeout: 246 seconds] 17:33 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 17:54 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has joined #bitcoin-core-dev 17:58 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has quit [Ping timeout: 252 seconds] 18:16 -!- evias [~evias__@196.red-88-6-131.staticip.rima-tde.net] has joined #bitcoin-core-dev 18:16 -!- evias [~evias__@196.red-88-6-131.staticip.rima-tde.net] has quit [Changing host] 18:16 -!- evias [~evias__@user/evias] has joined #bitcoin-core-dev 18:16 -!- evias [~evias__@user/evias] has quit [Client Quit] 18:22 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has joined #bitcoin-core-dev 18:23 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has quit [Ping timeout: 246 seconds] 18:26 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has quit [Ping timeout: 265 seconds] 18:37 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has joined #bitcoin-core-dev 18:43 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has quit [Ping timeout: 258 seconds] 19:02 -!- jespada [~jespada@90.254.247.46] has quit [Ping timeout: 265 seconds] 19:04 -!- jespada [~jespada@90.254.247.46] has joined #bitcoin-core-dev 19:10 -!- provoostenator [~quassel@user/provoostenator] has quit [Ping timeout: 240 seconds] 19:20 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 19:20 < bitcoin-git> [gui] luke-jr opened pull request #368: Bugfix: GUI: When restoring table columns, still set their minimum column width and stretch on last section (master...bugfix_gui_restored_columns_stretch) https://github.com/bitcoin-core/gui/pull/368 19:20 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 19:21 -!- provoostenator [~quassel@user/provoostenator] has joined #bitcoin-core-dev 20:22 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has joined #bitcoin-core-dev 20:27 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has quit [Ping timeout: 265 seconds] 20:27 -!- earnestly [~earnest@user/earnestly] has quit [Ping timeout: 252 seconds] 20:40 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 244 seconds] 20:40 -!- evias [~evias__@196.red-88-6-131.staticip.rima-tde.net] has joined #bitcoin-core-dev 20:40 -!- evias [~evias__@196.red-88-6-131.staticip.rima-tde.net] has quit [Changing host] 20:40 -!- evias [~evias__@user/evias] has joined #bitcoin-core-dev 20:41 -!- evias [~evias__@user/evias] has quit [Client Quit] 20:42 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 21:15 -!- sagi [~sagi@bzq-79-179-156-161.red.bezeqint.net] has joined #bitcoin-core-dev 21:21 -!- gleb [~gleb@178.150.137.228] has quit [Quit: Ping timeout (120 seconds)] 21:22 -!- gleb [~gleb@178.150.137.228] has joined #bitcoin-core-dev 22:23 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has joined #bitcoin-core-dev 22:27 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has quit [Ping timeout: 258 seconds] 23:13 -!- gleb [~gleb@178.150.137.228] has quit [Quit: Ping timeout (120 seconds)] 23:15 -!- gleb [~gleb@178.150.137.228] has joined #bitcoin-core-dev 23:39 -!- gleb [~gleb@178.150.137.228] has quit [Quit: Ping timeout (120 seconds)] 23:40 -!- gleb [~gleb@178.150.137.228] has joined #bitcoin-core-dev 23:41 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 23:41 < bitcoin-git> [bitcoin] S3RK opened pull request #22334: wallet: do not spam about non-existent spk managers (master...stop_non_existing_spkman_spam) https://github.com/bitcoin/bitcoin/pull/22334 23:41 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 23:50 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has joined #bitcoin-core-dev 23:55 -!- evias [~evias__@196.red-88-6-131.staticip.rima-tde.net] has joined #bitcoin-core-dev 23:55 -!- evias [~evias__@196.red-88-6-131.staticip.rima-tde.net] has quit [Changing host] 23:55 -!- evias [~evias__@user/evias] has joined #bitcoin-core-dev 23:56 -!- evias [~evias__@user/evias] has quit [Client Quit] --- Log closed Thu Jun 24 00:00:47 2021