--- Log opened Tue Nov 08 00:00:10 2022 00:02 -!- Aaronvan_ [~AaronvanW@user/AaronvanW] has quit [Quit: Leaving...] 00:08 -!- salvatoshi [~salvatosh@genymobile-2-6-86.fib.nerim.net] has joined #bitcoin-core-dev 00:35 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has joined #bitcoin-core-dev 00:36 -!- ziggie [uid521459@user/ziggie] has joined #bitcoin-core-dev 00:48 < bitcoin-git> [bitcoin] willcl-ark opened pull request #26468: scripted diff: fix E275 lint (master...fix_E275_lint) https://github.com/bitcoin/bitcoin/pull/26468 00:51 -!- NorrinRadd [~me@154.6.21.31] has quit [Ping timeout: 252 seconds] 01:37 -!- mikehu44 [~quassel@159.65.11.175] has joined #bitcoin-core-dev 01:38 < vasild> PaperSword: you probably already figured it out, but: yes, yes. See ToIntegral() and RPCArg::m_names, or try bitcoin-cli -named getblock blockhash=00000000000000000b46c6a2bd4725568f62b7a859a53bf63de962099a5c3753 verbose=0 01:51 -!- mikehu44 [~quassel@159.65.11.175] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 02:00 < bitcoin-git> [bitcoin] russeree opened pull request #26469: rpc: getblock: implement with block height as input parameter. (master...merge_getblock_getblock_hash) https://github.com/bitcoin/bitcoin/pull/26469 02:03 -!- kexkey [~kexkey@static-198-54-132-116.cust.tzulo.com] has quit [Ping timeout: 260 seconds] 02:04 -!- kexkey [~kexkey@static-198-54-132-116.cust.tzulo.com] has joined #bitcoin-core-dev 02:13 < bitcoin-git> [bitcoin] willcl-ark closed pull request #26468: scripted diff: fix E275 lint (master...fix_E275_lint) https://github.com/bitcoin/bitcoin/pull/26468 02:27 < PaperSword> Thanks so much @vasild 02:36 -!- Guyver2_ [Guyver@77-174-98-73.fixed.kpn.net] has joined #bitcoin-core-dev 02:39 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has quit [Ping timeout: 260 seconds] 02:39 < bitcoin-git> [bitcoin] michaelfolkson closed pull request #25553: test: Rename inner key to internal key (master...2022-07-test-internal-key) https://github.com/bitcoin/bitcoin/pull/25553 02:41 -!- mikehu44 [~quassel@159.65.11.175] has joined #bitcoin-core-dev 02:52 -!- mikehu44 [~quassel@159.65.11.175] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 02:55 -!- yanmaani3 [~yanmaani@gateway/tor-sasl/yanmaani] has joined #bitcoin-core-dev 02:58 -!- yanmaani2 [~yanmaani@gateway/tor-sasl/yanmaani] has quit [Ping timeout: 255 seconds] 03:00 -!- cold [~cold@user/cold] has quit [Ping timeout: 268 seconds] 03:00 -!- midnight [~midnight@user/midnight] has quit [Ping timeout: 272 seconds] 03:01 -!- cold [~cold@user/cold] has joined #bitcoin-core-dev 03:02 -!- midnight [~midnight@user/midnight] has joined #bitcoin-core-dev 03:05 -!- gleb071225 [~gleb@178.150.137.228] has quit [Ping timeout: 248 seconds] 03:07 -!- noxim [~AdminUser@user/noxim] has quit [Ping timeout: 246 seconds] 03:33 < bitcoin-git> [bitcoin] russeree closed pull request #26469: rpc: getblock: implement with block height as input parameter. (master...merge_getblock_getblock_hash) https://github.com/bitcoin/bitcoin/pull/26469 03:33 -!- noxim [~AdminUser@45.32.61.124] has joined #bitcoin-core-dev 03:33 -!- noxim [~AdminUser@45.32.61.124] has quit [Changing host] 03:33 -!- noxim [~AdminUser@user/noxim] has joined #bitcoin-core-dev 03:40 -!- johnzweng [~johnzweng@167.86.102.217] has quit [Quit: Leaving...] 03:40 -!- noxim [~AdminUser@user/noxim] has quit [Ping timeout: 246 seconds] 03:41 -!- noxim [~AdminUser@43.224.169.86] has joined #bitcoin-core-dev 03:41 -!- noxim [~AdminUser@43.224.169.86] has quit [Changing host] 03:41 -!- noxim [~AdminUser@user/noxim] has joined #bitcoin-core-dev 03:41 < PaperSword> While squashing commits I messed up the rebase on my PR and it auto closed. Is there a way to reopen? 03:42 < PaperSword> https://github.com/bitcoin/bitcoin/pull/26469 rebased to the head and pushed. My downstream branch is fixed me. 03:43 -!- johnzweng [~johnzweng@zweng.at] has joined #bitcoin-core-dev 03:43 < bitcoin-git> [bitcoin] sipa reopened pull request #26469: rpc: getblock: implement with block height as input parameter. (master...merge_getblock_getblock_hash) https://github.com/bitcoin/bitcoin/pull/26469 03:44 < PaperSword> Thank you. 03:44 < sipa> You may need to re-push again, check if the PR matches your code. 03:44 < PaperSword> It does. 03:45 < _aj_> did it close because you deleted the branch, or some other reason? 03:46 < PaperSword> git fetch origin 03:46 < PaperSword> git reset --hard origin/master 03:46 < PaperSword> git push --force 03:46 < _aj_> oh, deleting all the commits in the PR, i guess that makes sense 03:46 < PaperSword> I realize that I needed to recommit my changes before pushing. 03:46 < PaperSword> Yeah it instantly closes. 03:46 < sipa> Ok that would cause your branch to be equal to master, which github detects as "it has been merged". 03:47 < PaperSword> That's good to know. 03:47 < PaperSword> I also have a mempool pr same thing happened to it quite some time ago. 03:47 < PaperSword> I will leave it closed and work on it some more, request to open later. 03:48 < PaperSword> https://github.com/bitcoin/bitcoin/pull/24935 03:48 < PaperSword> Just for ref. 03:48 < _aj_> PaperSword: "git rebase -i origin/master" is what i use; or i have a little git-rebase-common script that does "git rebase -i $(git merge-base origin/master HEAD)" if i want to reorder commits without changing the branch point 03:51 < PaperSword> Thanks, I will work more with the interactive rebasing process. 03:51 < _aj_> (do what works best for you; that's just what i find works well for me) 03:52 < PaperSword> Of course! I still have so much to learn with git. 03:59 < _aj_> PaperSword: just open a new PR for 24935? i don't think you can rename the branch a PR points at 04:00 < PaperSword> I will after building the testing requirements for b10c and adding mempool telemetry metrics. 04:00 < PaperSword> https://github.com/bitcoin/bitcoin/issues/20981#issuecomment-1106800419 04:01 < PaperSword> Right now it's pretty simple and only logs eviction and addition events in a tsv format 04:04 -!- AaronvanW [~AaronvanW@user/AaronvanW] has joined #bitcoin-core-dev 04:06 -!- kexkey [~kexkey@static-198-54-132-116.cust.tzulo.com] has quit [Ping timeout: 260 seconds] 04:08 -!- kexkey [~kexkey@static-198-54-132-116.cust.tzulo.com] has joined #bitcoin-core-dev 04:29 -!- Guyver2_ [Guyver@77-174-98-73.fixed.kpn.net] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 04:39 -!- flooded [flooded@gateway/vpn/protonvpn/flood/x-43489060] has joined #bitcoin-core-dev 04:41 -!- test_ [flooded@gateway/vpn/protonvpn/flood/x-43489060] has quit [Ping timeout: 246 seconds] 04:41 -!- noxim [~AdminUser@user/noxim] has quit [Ping timeout: 260 seconds] 05:00 -!- noxim [~AdminUser@43.224.169.86] has joined #bitcoin-core-dev 05:00 -!- noxim [~AdminUser@43.224.169.86] has quit [Changing host] 05:00 -!- noxim [~AdminUser@user/noxim] has joined #bitcoin-core-dev 05:15 -!- mikehu44 [~quassel@159.65.11.175] has joined #bitcoin-core-dev 05:15 < bitcoin-git> [bitcoin] hebasto opened pull request #26470: guix: Clean up `libexec/build.sh` (master...221108-guix) https://github.com/bitcoin/bitcoin/pull/26470 05:27 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 05:27 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 05:33 -!- sudoforge [~sudoforge@wireguard/tunneler/sudoforge] has quit [Quit: 404] 05:46 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 06:08 -!- mikehu44 [~quassel@159.65.11.175] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 06:10 -!- ziggie [uid521459@user/ziggie] has quit [Quit: Connection closed for inactivity] 06:25 -!- johnzweng [~johnzweng@zweng.at] has quit [Ping timeout: 260 seconds] 06:25 -!- johnzweng [~johnzweng@zweng.at] has joined #bitcoin-core-dev 06:26 -!- noxim [~AdminUser@user/noxim] has quit [Ping timeout: 260 seconds] 06:26 -!- cold [~cold@user/cold] has quit [Ping timeout: 260 seconds] 06:26 -!- noxim [~AdminUser@43.224.169.86] has joined #bitcoin-core-dev 06:26 -!- noxim [~AdminUser@43.224.169.86] has quit [Changing host] 06:26 -!- noxim [~AdminUser@user/noxim] has joined #bitcoin-core-dev 06:27 -!- cold [~cold@user/cold] has joined #bitcoin-core-dev 06:49 -!- gleb071225 [~gleb@178.150.137.228] has joined #bitcoin-core-dev 06:56 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has joined #bitcoin-core-dev 07:00 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has left #bitcoin-core-dev [] 07:04 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 07:05 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 07:09 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 07:10 < bitcoin-git> [bitcoin] willcl-ark reopened pull request #26468: scripted diff: fix E275 lint (master...fix_E275_lint) https://github.com/bitcoin/bitcoin/pull/26468 07:17 -!- pablomartin [~pablomart@37.120.199.204] has joined #bitcoin-core-dev 07:20 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Remote host closed the connection] 07:20 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 07:22 < bitcoin-git> [bitcoin] willcl-ark opened pull request #26471: Don't share mempool with dbcache in -blocksonly mode (master...blocksonly_mempool_cache) https://github.com/bitcoin/bitcoin/pull/26471 07:25 < bitcoin-git> [bitcoin] willcl-ark closed pull request #26468: scripted diff: fix E275 lint (master...fix_E275_lint) https://github.com/bitcoin/bitcoin/pull/26468 07:26 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Ping timeout: 248 seconds] 07:33 -!- jonatack1 [~jonatack@user/jonatack] has quit [Quit: WeeChat 3.7.1] 07:49 -!- hg [~halosghos@user/halosghost] has joined #bitcoin-core-dev 07:49 -!- NorrinRadd [~me@154.6.21.184] has joined #bitcoin-core-dev 07:56 -!- hg [~halosghos@user/halosghost] has quit [Ping timeout: 248 seconds] 07:57 -!- hg [~halosghos@user/halosghost] has joined #bitcoin-core-dev 07:57 -!- Guest7 [~Guest7@ip-86-49-34-92.bb.vodafone.cz] has quit [Quit: Client closed] 08:01 -!- Guest7 [~Guest7@ip-86-49-34-92.bb.vodafone.cz] has joined #bitcoin-core-dev 08:13 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 08:17 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Ping timeout: 252 seconds] 08:32 -!- Guest7 [~Guest7@ip-86-49-34-92.bb.vodafone.cz] has quit [Quit: Client closed] 08:51 -!- sudoforge [~sudoforge@wireguard/tunneler/sudoforge] has joined #bitcoin-core-dev 08:52 -!- Guest7 [~Guest7@ip-86-49-34-92.bb.vodafone.cz] has joined #bitcoin-core-dev 08:56 -!- salvatoshi [~salvatosh@genymobile-2-6-86.fib.nerim.net] has quit [Ping timeout: 252 seconds] 08:58 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 09:02 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Ping timeout: 246 seconds] 09:18 -!- pablomartin_ [~pablomart@37.120.199.204] has joined #bitcoin-core-dev 09:21 -!- pablomartin [~pablomart@37.120.199.204] has quit [Ping timeout: 260 seconds] 09:22 -!- noxim [~AdminUser@user/noxim] has quit [Ping timeout: 248 seconds] 09:36 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 09:44 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Ping timeout: 252 seconds] 09:47 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 09:49 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Ping timeout: 255 seconds] 09:51 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 09:52 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 10:00 -!- hg [~halosghos@user/halosghost] has quit [Ping timeout: 260 seconds] 10:00 -!- hg [~halosghos@user/halosghost] has joined #bitcoin-core-dev 10:01 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 10:15 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 10:19 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Ping timeout: 248 seconds] 10:24 -!- ___nick___ [~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net] has joined #bitcoin-core-dev 10:42 -!- zeropoint [~alex@c-67-169-157-130.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 10:51 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 10:57 -!- bytes1440000 [~bytes1440@103.211.190.108] has joined #bitcoin-core-dev 10:57 < bytes1440000> Only questions 10:57 < bytes1440000> Will this PR be closed and we get v24.0? 10:57 < bytes1440000> Will vasild get appointed as maintainer? 10:57 < bytes1440000> Will "bitcoin core devs" ever consider importance of knots maintained by luke dashjr? 10:57 < bytes1440000> will we ever get users, devs etc. who support and undertand covenants? 10:57 < bytes1440000> will we ever get CTV? 10:57 < bytes1440000> No answers, no shitposting, quit. 10:57 -!- bytes1440000 [~bytes1440@103.211.190.108] has left #bitcoin-core-dev [] 10:59 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Ping timeout: 252 seconds] 11:05 < bitcoin-git> [bitcoin] hebasto opened pull request #26473: test: Randomize data in `getarg_tests/logargs` test (master...221108-logargs) https://github.com/bitcoin/bitcoin/pull/26473 11:18 < bitcoin-git> [bitcoin] sdaftuar closed pull request #26438: Remove mempoolfullrbf option (master...2022-10-remove-mempoolfullrbf) https://github.com/bitcoin/bitcoin/pull/26438 11:20 -!- hg [~halosghos@user/halosghost] has quit [Ping timeout: 260 seconds] 11:20 -!- ___nick___ [~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 11:22 -!- ___nick___ [~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net] has joined #bitcoin-core-dev 11:22 < bitcoin-git> [bitcoin] achow101 closed pull request #26456: [24.x] Remove mempoolfullrbf option (24.x...24.x-revert-mempoolfullrbf) https://github.com/bitcoin/bitcoin/pull/26456 11:23 -!- ___nick___ [~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net] has quit [Client Quit] 11:24 < bitcoin-git> [bitcoin] fanquake opened pull request #26474: [23.x] guix: use `--build={arch}-guix-linux-gnu` in cross toolchain (23.x...23_x_aarch64_on_aarch64) https://github.com/bitcoin/bitcoin/pull/26474 11:25 -!- ___nick___ [~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net] has joined #bitcoin-core-dev 11:26 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 11:28 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Remote host closed the connection] 11:29 -!- amovfx [~amovfx@d50-99-173-89.abhsia.telus.net] has joined #bitcoin-core-dev 11:40 -!- champo [~champo@190.194.221.154] has joined #bitcoin-core-dev 11:43 -!- Guest7 [~Guest7@ip-86-49-34-92.bb.vodafone.cz] has quit [Quit: Client closed] 11:45 -!- champo [~champo@190.194.221.154] has quit [Quit: Client closed] 11:46 -!- amovfx [~amovfx@d50-99-173-89.abhsia.telus.net] has quit [Remote host closed the connection] 11:48 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 11:48 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Remote host closed the connection] 11:51 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 11:59 < bitcoin-git> [bitcoin] ariard closed pull request #25600: p2p: Advertise `NODE_FULL_RBF` and connect to 4 outbound full-rbf peers if `-mempoolfullrbf` is set (master...2022-07-fullrbf-p2p) https://github.com/bitcoin/bitcoin/pull/25600 12:03 -!- champo [~champo@190.194.221.154] has joined #bitcoin-core-dev 12:15 -!- champo [~champo@190.194.221.154] has quit [Quit: Client closed] 12:24 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 12:28 -!- ___nick___ [~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net] has quit [Ping timeout: 260 seconds] 12:28 -!- ___nick___ [~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net] has joined #bitcoin-core-dev 12:30 -!- noxim [~AdminUser@43.224.169.86] has joined #bitcoin-core-dev 12:30 -!- noxim [~AdminUser@43.224.169.86] has quit [Changing host] 12:30 -!- noxim [~AdminUser@user/noxim] has joined #bitcoin-core-dev 12:31 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 12:32 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 12:36 -!- noxim [~AdminUser@user/noxim] has quit [Ping timeout: 260 seconds] 12:42 -!- _Sam-- [~sam@65.52.38.131] has joined #bitcoin-core-dev 12:56 -!- ___nick___ [~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net] has quit [Ping timeout: 248 seconds] 12:57 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 12:58 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 13:31 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Remote host closed the connection] 13:35 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 13:40 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Ping timeout: 252 seconds] 13:40 -!- PaperSwordAlt [~PaperSwor@50.126.96.22] has joined #bitcoin-core-dev 13:41 -!- PaperSword [~PaperSwor@50.126.96.22] has quit [Ping timeout: 246 seconds] 13:57 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 14:01 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Ping timeout: 248 seconds] 14:05 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 14:06 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 14:30 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 14:31 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 14:32 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 14:36 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Ping timeout: 252 seconds] 14:41 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 14:43 < achow101> FYI later this week I'm going to be closing the PRs that I left a "are you still working on this" comment last month if there has been no response. So if you did get such a comment, and are indeed still working on it, then please say so. 14:48 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Ping timeout: 248 seconds] 14:51 -!- luke-jr [~luke-jr@user/luke-jr] has quit [Ping timeout: 272 seconds] 14:59 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 15:07 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 15:08 -!- TheRec [~toto@user/therec] has quit [Read error: Connection reset by peer] 15:08 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Ping timeout: 252 seconds] 15:08 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 15:10 -!- TheRec [~toto@84-75-225-47.dclient.hispeed.ch] has joined #bitcoin-core-dev 15:10 -!- TheRec [~toto@84-75-225-47.dclient.hispeed.ch] has quit [Changing host] 15:10 -!- TheRec [~toto@user/therec] has joined #bitcoin-core-dev 15:10 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 15:18 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Ping timeout: 248 seconds] 15:27 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 15:28 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 15:29 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 15:29 -!- noxim [~AdminUser@43.224.169.86] has joined #bitcoin-core-dev 15:29 -!- noxim [~AdminUser@43.224.169.86] has quit [Changing host] 15:29 -!- noxim [~AdminUser@user/noxim] has joined #bitcoin-core-dev 15:34 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Ping timeout: 252 seconds] 15:34 -!- noxim [~AdminUser@user/noxim] has quit [Ping timeout: 248 seconds] 15:42 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 15:52 -!- Guest9119 [~Guest91@85.211.230.138] has joined #bitcoin-core-dev 15:53 -!- Guest9119 [~Guest91@85.211.230.138] has quit [Client Quit] 15:59 -!- sudoforge [~sudoforge@wireguard/tunneler/sudoforge] has quit [Quit: 404] 15:59 -!- sudoforge [~sudoforge@wireguard/tunneler/sudoforge] has joined #bitcoin-core-dev 16:14 -!- pablomartin_ [~pablomart@37.120.199.204] has quit [Quit: Leaving] 16:17 -!- Guest17 [~Guest17@114.5.145.66] has joined #bitcoin-core-dev 16:22 -!- Guest17 [~Guest17@114.5.145.66] has quit [Client Quit] 16:23 -!- Guest17 [~Guest17@114.5.145.66] has joined #bitcoin-core-dev 16:29 -!- Guest17 [~Guest17@114.5.145.66] has quit [Quit: Client closed] 16:35 -!- jb55 [~jb55@user/jb55] has quit [Ping timeout: 252 seconds] 16:35 -!- jb55 [~jb55@user/jb55] has joined #bitcoin-core-dev 16:38 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 16:39 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 16:44 -!- noxim [~AdminUser@user/noxim] has joined #bitcoin-core-dev 17:00 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 17:10 -!- zeropoint [~alex@c-67-169-157-130.hsd1.ca.comcast.net] has quit [Quit: leaving] 17:21 -!- Guest7 [~Guest7@ip-86-49-34-92.bb.vodafone.cz] has joined #bitcoin-core-dev 17:25 -!- Guest7 [~Guest7@ip-86-49-34-92.bb.vodafone.cz] has quit [Client Quit] 17:38 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Remote host closed the connection] 17:39 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 17:43 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Ping timeout: 248 seconds] 17:48 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 17:49 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 17:51 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 17:52 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 17:52 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Ping timeout: 252 seconds] 17:56 -!- luke-jr [~luke-jr@user/luke-jr] has joined #bitcoin-core-dev 18:15 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 18:54 -!- chipxxx [~chip@2001:8a0:f61c:9200:9c3d:d55a:c1aa:516e] has quit [Ping timeout: 252 seconds] 19:01 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Remote host closed the connection] 19:01 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 19:07 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Ping timeout: 252 seconds] 19:07 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 19:12 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Ping timeout: 252 seconds] 19:32 -!- amovfx [~amovfx@d50-99-173-89.abhsia.telus.net] has joined #bitcoin-core-dev 19:36 -!- amovfx [~amovfx@d50-99-173-89.abhsia.telus.net] has quit [Ping timeout: 252 seconds] 20:03 -!- AaronvanW [~AaronvanW@user/AaronvanW] has quit [Quit: Leaving...] 20:03 -!- sipsorcery [~sipsorcer@2a02:8084:6180:500::12b] has joined #bitcoin-core-dev 20:05 -!- amovfx [~amovfx@d50-99-173-89.abhsia.telus.net] has joined #bitcoin-core-dev 20:08 -!- noxim [~AdminUser@user/noxim] has quit [Ping timeout: 252 seconds] 20:10 -!- amovfx [~amovfx@d50-99-173-89.abhsia.telus.net] has quit [Ping timeout: 260 seconds] 20:16 -!- jb55 [~jb55@user/jb55] has quit [Ping timeout: 248 seconds] 20:31 -!- jb55 [~jb55@user/jb55] has joined #bitcoin-core-dev 20:39 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 20:40 -!- sipsorcery [~sipsorcer@2a02:8084:6180:500::12b] has quit [Ping timeout: 252 seconds] 20:43 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Ping timeout: 252 seconds] 20:55 -!- noxim [~AdminUser@43.224.169.86] has joined #bitcoin-core-dev 20:55 -!- noxim [~AdminUser@43.224.169.86] has quit [Changing host] 20:55 -!- noxim [~AdminUser@user/noxim] has joined #bitcoin-core-dev 21:00 -!- noxim [~AdminUser@user/noxim] has quit [Ping timeout: 260 seconds] 21:01 -!- cmirror [~cmirror@4.53.92.114] has quit [Remote host closed the connection] 21:01 -!- cmirror [~cmirror@4.53.92.114] has joined #bitcoin-core-dev 21:20 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 21:24 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Ping timeout: 252 seconds] 21:26 -!- noxim [~AdminUser@user/noxim] has joined #bitcoin-core-dev 21:32 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 21:36 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Ping timeout: 252 seconds] 22:16 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 22:20 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Ping timeout: 248 seconds] 22:36 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 255 seconds] 22:43 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 22:51 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 22:53 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 22:55 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Ping timeout: 252 seconds] 23:00 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 255 seconds] 23:02 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 23:15 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 23:16 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 23:18 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 23:18 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 23:24 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev 23:28 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has quit [Ping timeout: 252 seconds] 23:30 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 23:31 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 23:49 -!- SpellChecker_ [~SpellChec@user/SpellChecker] has joined #bitcoin-core-dev 23:50 -!- SpellChecker [~SpellChec@user/SpellChecker] has quit [Ping timeout: 255 seconds] 23:57 -!- amovfx [~amovfx@node-1w7jr9yaiypxx1x2b9f6f63gj.ipv6.telus.net] has joined #bitcoin-core-dev --- Log closed Wed Nov 09 00:00:11 2022