--- Log opened Fri Oct 29 00:00:17 2021 00:24 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 00:29 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 265 seconds] 00:30 < laanwj> yes, self-compiled for wayland works fine, statically would be difficult because the static plugin linking means it's (afaik) not possible to choose between wayland and x11 at run time, at least not without requiring both sets of dependency libraries on every system 00:30 < laanwj> but not sure... 00:31 < laanwj> there's a PR for that anyhow (#22708) 00:31 <@gribble> https://github.com/bitcoin/bitcoin/issues/22708 | [PoC] build, qt: Add Wayland support for Linux builds with depends by hebasto · Pull Request #22708 · bitcoin/bitcoin · GitHub 00:32 < laanwj> luke-jr: thanks for checking 00:32 < laanwj> luke-jr: good to rule out it's a problem with our code 00:32 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 00:33 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 00:35 -!- jarthur [~jarthur@2603-8080-1540-002d-3400-d181-a553-020d.res6.spectrum.com] has quit [Quit: jarthur] 00:39 -!- mikehu44_ [~quassel@206.189.41.250] has joined #bitcoin-core-dev 00:39 -!- mikehu44_ [~quassel@206.189.41.250] has quit [Client Quit] 00:41 < laanwj> (linux GUI and static linking is a very deep rabbit hole, what we do now is semi-static not fully static linking, we link qt statically but not everything, e.g. xcb, fontconfig come from the system, because keyboard configuration and fonts are something local/system specific) 00:44 < laanwj> (clearly we could do the same with wayland, but, this means requiring wayland-ish libraries as well, and also IIRC wayland always requires something like OpenGL EGL for rendering, so it adds a dependency on that) 00:49 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 00:55 < hebasto> ^ yeap 00:56 < laanwj> and opengl is *very well* dynamically loadable at run-time but i'm not sure qt can do this 00:57 -!- earnestly [~earnest@user/earnestly] has joined #bitcoin-core-dev 01:02 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 260 seconds] 01:03 -!- mikehu44 [~quassel@206.189.41.250] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 01:03 -!- bomb-on [~bomb-on@194.144.47.113] has joined #bitcoin-core-dev 01:04 < hebasto> laanwj: ^ on all supported platforms? 01:04 -!- ghost43_ [~ghost43@gateway/tor-sasl/ghost43] has quit [Ping timeout: 276 seconds] 01:07 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has joined #bitcoin-core-dev 01:08 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 01:08 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Remote host closed the connection] 01:09 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 01:10 -!- Guest21 [~Guest21@2a01:cb10:59e:f500:505c:69f3:6bab:e2c6] has joined #bitcoin-core-dev 01:10 -!- Guest21 [~Guest21@2a01:cb10:59e:f500:505c:69f3:6bab:e2c6] has quit [Client Quit] 01:13 -!- ol310 [~ol310@catv-176-63-10-108.catv.broadband.hu] has joined #bitcoin-core-dev 01:13 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 260 seconds] 01:13 -!- ol310 [~ol310@catv-176-63-10-108.catv.broadband.hu] has quit [Client Quit] 01:14 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 01:18 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 245 seconds] 01:19 < laanwj> yes, statically linking graphics drivers just isn't a thing 01:21 < laanwj> it would be theoretically possible on linux (just a bad idea for anything besides very controlled embedded systems, you'd support a fixed set of GPUs) definitely not on operating systems with commercial drivers 01:24 < laanwj> of course, wayland is only a thing on linux 01:27 < laanwj> oh actually i don't think that's true anymore, windows wayland now too, but only if you use WSL, which is effectively linux 01:36 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 01:41 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 260 seconds] 01:47 -!- brunoerg [~brunoerg@187.183.47.88] has joined #bitcoin-core-dev 01:48 < hebasto> laanwj: thanks! 01:52 -!- brunoerg [~brunoerg@187.183.47.88] has quit [Ping timeout: 265 seconds] 01:54 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 01:54 < bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ab25ef8c7f76...baa9fc941cac 01:54 < bitcoin-git> bitcoin/master 9646198 Karl-Johan Alm: refactor: const shared_ptrs 01:54 < bitcoin-git> bitcoin/master 54011e7 Karl-Johan Alm: refactor: use CWallet const shared pointers when possible 01:54 < bitcoin-git> bitcoin/master baa9fc9 MarcoFalke: Merge bitcoin/bitcoin#22787: refactor: actual immutable pointing 01:54 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 01:54 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 01:54 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #22787: refactor: actual immutable pointing (master...202108-const-shared-ptrs) https://github.com/bitcoin/bitcoin/pull/22787 01:54 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 01:57 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 02:02 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 260 seconds] 02:04 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 02:05 -!- baldur [~baldur@71.183.150.231] has quit [Ping timeout: 264 seconds] 02:08 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 264 seconds] 02:09 -!- brunoerg [~brunoerg@187.183.47.88] has joined #bitcoin-core-dev 02:14 -!- brunoerg [~brunoerg@187.183.47.88] has quit [Ping timeout: 260 seconds] 02:14 -!- kinlo [~peter@user/kinlo] has quit [Ping timeout: 245 seconds] 02:17 -!- baldur [~baldur@71.183.150.231] has joined #bitcoin-core-dev 02:18 -!- kinlo [~peter@user/kinlo] has joined #bitcoin-core-dev 02:20 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 02:24 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 268 seconds] 02:26 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 02:30 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 246 seconds] 02:34 -!- masta`` [~oyster@user/masta/x-2645138] has joined #bitcoin-core-dev 02:58 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 03:00 -!- goatpig [~goat@static-193-13-33-110.cust.tele2.se] has quit [Ping timeout: 268 seconds] 03:03 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 245 seconds] 03:10 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 03:14 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 246 seconds] 03:17 -!- goatpig [~goat@static-193-13-33-110.cust.tele2.se] has joined #bitcoin-core-dev 03:20 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 03:24 -!- mably [uid99779@id-99779.helmsley.irccloud.com] has joined #bitcoin-core-dev 03:25 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 260 seconds] 03:34 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:34 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/baa9fc941cac...c426e0dc6f05 03:34 < bitcoin-git> bitcoin/master 2600db6 Sebastian Falbesoner: test: fix misleading fee unit in mempool_limit.py 03:34 < bitcoin-git> bitcoin/master c426e0d MarcoFalke: Merge bitcoin/bitcoin#22972: test: fix misleading fee unit in mempool_limi... 03:34 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:34 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:34 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #22972: test: fix misleading fee unit in mempool_limit.py (master...202109-test-fix_confusing_fee_calculation_in_mempool_limit) https://github.com/bitcoin/bitcoin/pull/22972 03:34 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:37 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Remote host closed the connection] 03:37 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 03:40 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:9127:9bab:6e25:cfb7] has joined #bitcoin-core-dev 03:57 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:57 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c426e0dc6f05...8bac3b109641 03:57 < bitcoin-git> bitcoin/master d2c4904 Sebastian Falbesoner: test: MiniWallet: more deterministic coin selection for coinbase UTXOs (ol... 03:57 < bitcoin-git> bitcoin/master 8bac3b1 MarcoFalke: Merge bitcoin/bitcoin#23375: test: MiniWallet: more deterministic coin sel... 03:57 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:57 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:57 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #23375: test: MiniWallet: more deterministic coin selection for coinbase UTXOs (oldest first) (master...202110-test-MiniWallet-deterministic_coin_selection_oldest_first) https://github.com/bitcoin/bitcoin/pull/23375 03:57 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:00 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:9127:9bab:6e25:cfb7] has quit [Remote host closed the connection] 04:05 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 04:05 -!- emcy [~emcy@user/emcy] has quit [Quit: Leaving] 04:09 -!- emcy [~emcy@user/emcy] has joined #bitcoin-core-dev 04:10 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 260 seconds] 04:14 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:14 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8bac3b109641...5574881ce329 04:14 < bitcoin-git> bitcoin/master d891ae7 Pieter Wuille: Introduce new V4 format addrman 04:14 < bitcoin-git> bitcoin/master 5574881 MarcoFalke: Merge bitcoin/bitcoin#23354: Introduce new V4 format addrman 04:14 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:14 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:14 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #23354: Introduce new V4 format addrman (master...202110_v4addrman) https://github.com/bitcoin/bitcoin/pull/23354 04:14 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:16 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 04:20 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 258 seconds] 04:22 -!- brunoerg [~brunoerg@187.183.47.88] has joined #bitcoin-core-dev 04:26 -!- brunoerg [~brunoerg@187.183.47.88] has quit [Ping timeout: 252 seconds] 04:30 -!- morcos [~morcos@gateway/tor-sasl/morcos] has quit [Quit: ZNC 1.8.2+deb1+bionic2 - https://znc.in] 04:30 -!- morcos_ [~morcos@gateway/tor-sasl/morcos] has joined #bitcoin-core-dev 04:31 -!- morcos_ is now known as morcos 04:32 -!- morcos [~morcos@gateway/tor-sasl/morcos] has quit [Remote host closed the connection] 04:32 -!- morcos [~morcos@gateway/tor-sasl/morcos] has joined #bitcoin-core-dev 04:33 -!- vasild [~vd@user/vasild] has quit [Ping timeout: 276 seconds] 04:40 -!- vasild [~vd@user/vasild] has joined #bitcoin-core-dev 04:46 -!- jrayhawk_ is now known as jrayhawk 04:47 -!- goatpig [~goat@static-193-13-33-110.cust.tele2.se] has quit [Ping timeout: 258 seconds] 05:11 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:11 < bitcoin-git> [gui] Sjors opened pull request #459: Use Taproot checkbox for receive tab (master...2021/10/taproot_gui) https://github.com/bitcoin-core/gui/pull/459 05:11 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:11 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:11 < bitcoin-git> [bitcoin] Sjors closed pull request #22260: Make bech32m the default for RPC, opt-in for GUI (master...2021/06/bech32_gui) https://github.com/bitcoin/bitcoin/pull/22260 05:11 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:12 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 05:31 -!- mikehu44 [~quassel@206.189.41.250] has joined #bitcoin-core-dev 05:32 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 05:35 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has quit [Quit: Leaving...] 05:36 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 06:00 -!- mably [uid99779@id-99779.helmsley.irccloud.com] has quit [Quit: Connection closed for inactivity] 06:06 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Remote host closed the connection] 06:07 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 06:19 -!- Cory [~Cory@user/pasha] has quit [Ping timeout: 260 seconds] 06:27 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Remote host closed the connection] 06:27 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 06:32 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 260 seconds] 06:43 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 06:48 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has joined #bitcoin-core-dev 06:52 -!- elrey [~elrey@182.253.194.21] has joined #bitcoin-core-dev 07:07 -!- provoostenator [~quassel@user/provoostenator] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 07:10 -!- provoostenator [~quassel@user/provoostenator] has joined #bitcoin-core-dev 07:14 -!- masta`` [~oyster@user/masta/x-2645138] has quit [Read error: Connection reset by peer] 07:17 -!- mikehu44 [~quassel@206.189.41.250] has quit [Ping timeout: 260 seconds] 07:18 -!- vasild [~vd@user/vasild] has quit [Ping timeout: 276 seconds] 07:18 -!- mikehu44 [~quassel@206.189.41.250] has joined #bitcoin-core-dev 07:20 -!- Lorenzino [~Lorenzino@2800:484:9c8d:a800::2] has joined #bitcoin-core-dev 07:24 -!- mikehu44 [~quassel@206.189.41.250] has quit [Ping timeout: 246 seconds] 07:24 -!- mikehu44 [~quassel@206.189.41.250] has joined #bitcoin-core-dev 07:24 -!- Guest0 [~Guest0@181-191-0-203.uplinkx.com.br] has joined #bitcoin-core-dev 07:27 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Remote host closed the connection] 07:31 -!- provoostenator [~quassel@user/provoostenator] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 07:32 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 07:35 -!- elrey [~elrey@182.253.194.21] has quit [Quit: Leaving] 07:36 -!- white5moke [~white5mok@ip72-219-109-30.oc.oc.cox.net] has joined #bitcoin-core-dev 07:37 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 264 seconds] 07:43 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 07:47 -!- provoostenator [~quassel@user/provoostenator] has joined #bitcoin-core-dev 07:48 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 268 seconds] 07:49 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:49 < bitcoin-git> [bitcoin] mjdietzx opened pull request #23385: refactor: get wallet path relative to wallet_dir (master...refactor-get-relative-wallet-path) https://github.com/bitcoin/bitcoin/pull/23385 07:49 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:49 -!- brunoerg [~brunoerg@187.183.47.88] has joined #bitcoin-core-dev 07:52 -!- provoostenator [~quassel@user/provoostenator] has quit [Client Quit] 07:52 -!- provoostenator [~quassel@user/provoostenator] has joined #bitcoin-core-dev 07:54 -!- brunoerg [~brunoerg@187.183.47.88] has quit [Ping timeout: 264 seconds] 07:54 -!- vasild [~vd@user/vasild] has joined #bitcoin-core-dev 07:56 -!- white5moke [~white5mok@ip72-219-109-30.oc.oc.cox.net] has quit [Quit: Leaving...] 07:57 -!- white5moke [~white5mok@ip72-219-109-30.oc.oc.cox.net] has joined #bitcoin-core-dev 08:06 -!- Guest0 [~Guest0@181-191-0-203.uplinkx.com.br] has quit [Quit: Client closed] 08:11 -!- brunoerg [~brunoerg@187.183.47.88] has joined #bitcoin-core-dev 08:13 -!- vasild [~vd@user/vasild] has quit [Ping timeout: 276 seconds] 08:15 -!- ishaqm [~IshaqM@128.210.107.81] has joined #bitcoin-core-dev 08:16 -!- brunoerg [~brunoerg@187.183.47.88] has quit [Ping timeout: 264 seconds] 08:22 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 08:24 -!- vasild [~vd@user/vasild] has joined #bitcoin-core-dev 08:25 -!- Guest0 [~Guest0@181-191-0-203.uplinkx.com.br] has joined #bitcoin-core-dev 08:26 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 245 seconds] 08:28 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 08:29 -!- ishaqm [~IshaqM@128.210.107.81] has quit [Remote host closed the connection] 08:29 -!- ishaqm [~IshaqM@128.210.107.81] has joined #bitcoin-core-dev 08:32 -!- Guest7548 [~Guest75@2600:1700:7f10:ade0:7906:b03:1e22:dfd9] has joined #bitcoin-core-dev 08:33 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 265 seconds] 08:33 -!- Guest7548 [~Guest75@2600:1700:7f10:ade0:7906:b03:1e22:dfd9] has quit [Client Quit] 08:33 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 08:38 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 264 seconds] 08:42 -!- Guest58 [~Guest58@103.147.208.16] has joined #bitcoin-core-dev 08:42 < Guest58> Hello 08:42 -!- Guest58 [~Guest58@103.147.208.16] has quit [Client Quit] 08:44 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 08:48 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 260 seconds] 08:50 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 08:54 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 264 seconds] 09:00 -!- vasanth2[m] [~vasanth2m@2001:470:69fc:105::3548] has quit [Quit: You have been kicked for being idle] 09:00 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 09:01 -!- davidbak [~DavidBaki@c-174-61-163-5.hsd1.wa.comcast.net] has quit [Ping timeout: 260 seconds] 09:07 -!- Kaizen_Kintsugi [~Kaizen_Ki@node-1w7jr9yi65te6x6s0dgnjb8r1.ipv6.telus.net] has quit [Remote host closed the connection] 09:07 -!- Kaizen_Kintsugi [~Kaizen_Ki@node-1w7jr9yi65te6x6s0dgnjb8r1.ipv6.telus.net] has joined #bitcoin-core-dev 09:10 -!- vasild [~vd@user/vasild] has quit [Ping timeout: 276 seconds] 09:16 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 09:21 -!- ishaqm [~IshaqM@128.210.107.81] has quit [Remote host closed the connection] 09:31 -!- commmon [~common@096-033-221-075.res.spectrum.com] has quit [Read error: Connection reset by peer] 09:34 -!- glozow [sid453516@user/glozow] has quit [Read error: Connection reset by peer] 09:34 -!- glozow [sid453516@user/glozow] has joined #bitcoin-core-dev 09:35 -!- hendi [sid489601@lymington.irccloud.com] has quit [Ping timeout: 244 seconds] 09:36 -!- hendi [sid489601@id-489601.lymington.irccloud.com] has joined #bitcoin-core-dev 09:41 -!- white5moke [~white5mok@ip72-219-109-30.oc.oc.cox.net] has quit [Quit: Leaving...] 09:55 -!- davidbak [~DavidBaki@2603:3023:842:88a0:651b:2080:e943:e9a0] has joined #bitcoin-core-dev 09:58 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:58 < bitcoin-git> [bitcoin] greenaddress opened pull request #23387: WIP: add support to save fee estimates without having to shut down the node (master...dump_fee_estimates) https://github.com/bitcoin/bitcoin/pull/23387 09:59 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:59 -!- jamesob [uid180710@id-180710.helmsley.irccloud.com] has quit [Quit: Connection closed for inactivity] 10:05 -!- Eric3 [~exeric3@178.132.3.92] has joined #bitcoin-core-dev 10:05 -!- Jackielove4u_ [uid43977@user/jackielove4u] has joined #bitcoin-core-dev 10:07 -!- busybusybusy [~BUSY@user/busy] has joined #bitcoin-core-dev 10:08 -!- nathanael_ [~nathanael@user/nathanael] has joined #bitcoin-core-dev 10:13 -!- Netsplit *.net <-> *.split quits: BUSY, Jackielove4u, ExEric3, nathanael 10:13 -!- Jackielove4u_ is now known as Jackielove4u 10:22 -!- cryptapus [~cryptapus@user/cryptapus] has quit [Quit: Konversation terminated!] 10:32 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Remote host closed the connection] 10:37 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 11:21 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has quit [Ping timeout: 276 seconds] 11:22 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has joined #bitcoin-core-dev 11:24 -!- belcher [~belcher@user/belcher] has quit [Ping timeout: 258 seconds] 11:40 -!- Lorenzino [~Lorenzino@2800:484:9c8d:a800::2] has quit [Ping timeout: 256 seconds] 11:40 -!- belcher [~belcher@user/belcher] has joined #bitcoin-core-dev 11:44 -!- bairen [~bairen@gateway/tor-sasl/bairen] has quit [Ping timeout: 276 seconds] 11:45 -!- bairen [~bairen@gateway/tor-sasl/bairen] has joined #bitcoin-core-dev 12:00 -!- nathanael_ is now known as nathanael 12:03 -!- bairen [~bairen@gateway/tor-sasl/bairen] has quit [Remote host closed the connection] 12:04 -!- bairen [~bairen@gateway/tor-sasl/bairen] has joined #bitcoin-core-dev 12:16 -!- bairen [~bairen@gateway/tor-sasl/bairen] has quit [Ping timeout: 276 seconds] 12:17 -!- gene [~gene@gateway/tor-sasl/gene] has joined #bitcoin-core-dev 12:19 -!- bairen [~bairen@gateway/tor-sasl/bairen] has joined #bitcoin-core-dev 12:29 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Remote host closed the connection] 12:34 -!- Kaizen_Kintsugi [~Kaizen_Ki@node-1w7jr9yi65te6x6s0dgnjb8r1.ipv6.telus.net] has quit [Remote host closed the connection] 12:34 -!- Kaizen_Kintsugi [~Kaizen_Ki@node-1w7jr9yi65te6x6s0dgnjb8r1.ipv6.telus.net] has joined #bitcoin-core-dev 12:35 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 12:39 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 258 seconds] 12:42 -!- cryptapus [~cryptapus@user/cryptapus] has joined #bitcoin-core-dev 12:46 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 12:48 -!- brunoerg [~brunoerg@187.183.47.88] has joined #bitcoin-core-dev 12:54 -!- brunoerg [~brunoerg@187.183.47.88] has quit [Remote host closed the connection] 12:54 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 12:56 -!- Talkless [~Talkless@mail.dargis.net] has quit [Client Quit] 12:59 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 13:03 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 258 seconds] 13:08 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 13:08 -!- gene [~gene@gateway/tor-sasl/gene] has quit [Quit: gene] 13:30 -!- bairen [~bairen@gateway/tor-sasl/bairen] has quit [Remote host closed the connection] 13:37 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 13:42 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 260 seconds] 13:43 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 13:48 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 260 seconds] 13:50 -!- smartin [~Icedove@88.135.18.171] has quit [Quit: smartin] 14:16 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 14:21 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 264 seconds] 14:22 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 14:26 -!- Kaizen_Kintsugi [~Kaizen_Ki@node-1w7jr9yi65te6x6s0dgnjb8r1.ipv6.telus.net] has quit [Remote host closed the connection] 14:26 -!- Kaizen_Kintsugi [~Kaizen_Ki@node-1w7jr9yi65te6x6s0dgnjb8r1.ipv6.telus.net] has joined #bitcoin-core-dev 14:26 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 258 seconds] 14:32 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 14:33 -!- Lorenzino [~Lorenzino@2800:484:9c8d:a800::2] has joined #bitcoin-core-dev 14:36 -!- cryptapus [~cryptapus@user/cryptapus] has quit [Quit: Konversation terminated!] 14:37 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 260 seconds] 14:38 -!- masta`` [~oyster@user/masta/x-2645138] has joined #bitcoin-core-dev 14:38 -!- masta_ [~oyster@user/masta/x-2645138] has joined #bitcoin-core-dev 14:38 -!- masta_ [~oyster@user/masta/x-2645138] has quit [Client Quit] 14:39 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:9127:9bab:6e25:cfb7] has joined #bitcoin-core-dev 14:39 -!- cryptapus [~cryptapus@user/cryptapus] has joined #bitcoin-core-dev 14:43 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:9127:9bab:6e25:cfb7] has quit [Ping timeout: 260 seconds] 15:07 -!- brunoerg [~brunoerg@187.183.47.88] has joined #bitcoin-core-dev 15:07 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has quit [Ping timeout: 276 seconds] 15:10 -!- laanwj [~laanwj@user/laanwj] has quit [Quit: WeeChat 3.1] 15:13 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has joined #bitcoin-core-dev 15:17 -!- mikehu44 [~quassel@206.189.41.250] has quit [Ping timeout: 245 seconds] 15:22 -!- Kaizen_Kintsugi [~Kaizen_Ki@node-1w7jr9yi65te6x6s0dgnjb8r1.ipv6.telus.net] has quit [Remote host closed the connection] 15:23 -!- Kaizen_Kintsugi [~Kaizen_Ki@node-1w7jr9yi65te3vqzhmq82694w.ipv6.telus.net] has joined #bitcoin-core-dev 15:24 -!- jespada [~jespada@181.28.253.200] has joined #bitcoin-core-dev 15:24 -!- brunoerg [~brunoerg@187.183.47.88] has quit [Remote host closed the connection] 15:25 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 15:31 -!- Kaizen_Kintsugi [~Kaizen_Ki@node-1w7jr9yi65te3vqzhmq82694w.ipv6.telus.net] has quit [Ping timeout: 258 seconds] 15:33 -!- Kaizen_Kintsugi [~Kaizen_Ki@node-1w7jr9yi65te3vqzhmq82694w.ipv6.telus.net] has joined #bitcoin-core-dev 15:35 -!- jespada [~jespada@181.28.253.200] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 15:45 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Remote host closed the connection] 15:50 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has joined #bitcoin-core-dev 15:59 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:a530:81c2:5bb3:e802] has quit [Ping timeout: 264 seconds] 16:07 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has joined #bitcoin-core-dev 16:12 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has quit [Ping timeout: 260 seconds] 16:13 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has joined #bitcoin-core-dev 16:15 -!- copumpkin [~woohoo@user/copumpkin] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 16:17 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has quit [Ping timeout: 260 seconds] 16:46 -!- brunoerg [~brunoerg@187.183.47.88] has joined #bitcoin-core-dev 16:50 -!- brunoerg [~brunoerg@187.183.47.88] has quit [Ping timeout: 260 seconds] 16:57 -!- brunoerg [~brunoerg@187.183.47.88] has joined #bitcoin-core-dev 17:00 -!- Lorenzino [~Lorenzino@2800:484:9c8d:a800::2] has quit [Ping timeout: 256 seconds] 17:00 -!- Netsplit *.net <-> *.split quits: hendi, kabaum, jkczyz, amiti, jarolrod, Victorsueca, MarcoFalke, Alina-malina, sdfgsdfg, baakeydow, (+8 more, use /NETSPLIT to show all of them) 17:00 -!- jkczyz [sid419941@id-419941.lymington.irccloud.com] has joined #bitcoin-core-dev 17:00 -!- Netsplit over, joins: Evolver 17:00 -!- Netsplit over, joins: amiti 17:00 -!- jarolrod [sid475272@id-475272.uxbridge.irccloud.com] has joined #bitcoin-core-dev 17:00 -!- Netsplit over, joins: kabaum 17:00 -!- emcy [~emcy@205.85.7.51.dyn.plus.net] has joined #bitcoin-core-dev 17:00 -!- Netsplit over, joins: hendi 17:00 -!- emcy [~emcy@205.85.7.51.dyn.plus.net] has quit [Changing host] 17:00 -!- emcy [~emcy@user/emcy] has joined #bitcoin-core-dev 17:00 -!- schmidty [sid297174@id-297174.lymington.irccloud.com] has joined #bitcoin-core-dev 17:01 -!- dviola [~diego@187.39.22.140] has joined #bitcoin-core-dev 17:01 -!- brunoerg [~brunoerg@187.183.47.88] has quit [Ping timeout: 260 seconds] 17:01 -!- baakeydow [~baake@163.172.145.178] has joined #bitcoin-core-dev 17:02 -!- MarcoFalke [~none@198.12.116.246] has joined #bitcoin-core-dev 17:02 -!- Alina-malina [~Alina-mal@37.252.82.237] has joined #bitcoin-core-dev 17:02 -!- Alina-malina [~Alina-mal@37.252.82.237] has quit [Changing host] 17:02 -!- Alina-malina [~Alina-mal@user/alina-malina] has joined #bitcoin-core-dev 17:02 -!- willcl_ark [~quassel@user/willcl-ark/x-8282106] has joined #bitcoin-core-dev 17:03 -!- murrayn [~murray@static.38.4.181.135.clients.your-server.de] has joined #bitcoin-core-dev 17:03 -!- Ara [~Ara@user/ara] has joined #bitcoin-core-dev 17:03 -!- Jackielove4u [uid43977@user/jackielove4u] has quit [Quit: Connection closed for inactivity] 17:05 -!- sdfgsdfg [sdfgsdfg@user/sdfgsdfg] has joined #bitcoin-core-dev 17:08 -!- brunoerg [~brunoerg@187.183.47.88] has joined #bitcoin-core-dev 17:12 -!- brunoerg [~brunoerg@187.183.47.88] has quit [Ping timeout: 264 seconds] 17:14 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has joined #bitcoin-core-dev 17:18 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 17:18 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has quit [Ping timeout: 268 seconds] 17:19 -!- brunoerg [~brunoerg@187.183.47.88] has joined #bitcoin-core-dev 17:21 -!- tla2k21 [~tla2k21@gateway/tor-sasl/tla2k21] has quit [Remote host closed the connection] 17:21 -!- tla2k21 [~tla2k21@gateway/tor-sasl/tla2k21] has joined #bitcoin-core-dev 17:25 -!- nanotube [~nanotube@user/nanotube] has joined #bitcoin-core-dev 17:31 -!- thelounge1315 [450e147c@67.205.143.82] has joined #bitcoin-core-dev 17:54 -!- dviola [~diego@187.39.22.140] has quit [Changing host] 17:54 -!- dviola [~diego@user/dviola] has joined #bitcoin-core-dev 17:56 -!- brunoerg [~brunoerg@187.183.47.88] has quit [Remote host closed the connection] 17:56 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 17:56 < bitcoin-git> [bitcoin] brunoerg opened pull request #23392: test: move check_node_connections to util (master...2021-10-check-node-connections) https://github.com/bitcoin/bitcoin/pull/23392 17:56 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 18:01 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has joined #bitcoin-core-dev 18:05 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has quit [Ping timeout: 264 seconds] 18:07 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has joined #bitcoin-core-dev 18:08 -!- Kaizen_Kintsugi [~Kaizen_Ki@node-1w7jr9yi65te3vqzhmq82694w.ipv6.telus.net] has quit [Remote host closed the connection] 18:08 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has quit [Remote host closed the connection] 18:08 -!- Kaizen_Kintsugi [~Kaizen_Ki@node-1w7jr9yi65te3vqzhmq82694w.ipv6.telus.net] has joined #bitcoin-core-dev 18:11 -!- bomb-on [~bomb-on@194.144.47.113] has quit [Quit: aллилѹіа!] 18:14 -!- masta`` [~oyster@user/masta/x-2645138] has quit [Read error: Connection reset by peer] 18:24 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has quit [Remote host closed the connection] 18:29 -!- brunoerg [~brunoerg@187.183.47.88] has joined #bitcoin-core-dev 18:34 -!- brunoerg [~brunoerg@187.183.47.88] has quit [Ping timeout: 245 seconds] 18:35 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has joined #bitcoin-core-dev 18:40 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has quit [Ping timeout: 245 seconds] 18:57 -!- Guest83 [~Guest83@106.210.151.21] has joined #bitcoin-core-dev 18:57 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has joined #bitcoin-core-dev 18:58 -!- Guest83 [~Guest83@106.210.151.21] has quit [Client Quit] 19:02 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has quit [Ping timeout: 264 seconds] 19:07 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has joined #bitcoin-core-dev 19:08 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has joined #bitcoin-core-dev 19:12 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has quit [Ping timeout: 245 seconds] 19:14 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has joined #bitcoin-core-dev 19:16 -!- Guest0 [~Guest0@181-191-0-203.uplinkx.com.br] has quit [Quit: Client closed] 19:18 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has quit [Ping timeout: 264 seconds] 19:20 -!- thelounge1315 [450e147c@67.205.143.82] has quit [Quit: The Lounge - https://thelounge.chat] 19:40 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has quit [Ping timeout: 245 seconds] 19:41 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has joined #bitcoin-core-dev 19:45 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has quit [Ping timeout: 245 seconds] 19:47 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has joined #bitcoin-core-dev 19:52 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has quit [Ping timeout: 265 seconds] 19:55 -!- copumpkin [~woohoo@user/copumpkin] has joined #bitcoin-core-dev 19:59 -!- Kaizen_Kintsugi [~Kaizen_Ki@node-1w7jr9yi65te3vqzhmq82694w.ipv6.telus.net] has quit [Remote host closed the connection] 20:00 -!- Kaizen_Kintsugi [~Kaizen_Ki@node-1w7jr9yi65te3vqzhmq82694w.ipv6.telus.net] has joined #bitcoin-core-dev 20:20 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has joined #bitcoin-core-dev 20:24 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has quit [Ping timeout: 246 seconds] 20:44 -!- Kaizen_Kintsugi [~Kaizen_Ki@node-1w7jr9yi65te3vqzhmq82694w.ipv6.telus.net] has quit [Remote host closed the connection] 20:44 -!- Kaizen_Kintsugi [~Kaizen_Ki@node-1w7jr9yi65te3vqzhmq82694w.ipv6.telus.net] has joined #bitcoin-core-dev 20:49 -!- Kaizen_Kintsugi [~Kaizen_Ki@node-1w7jr9yi65te3vqzhmq82694w.ipv6.telus.net] has quit [Remote host closed the connection] 20:49 -!- Kaizen_Kintsugi [~Kaizen_Ki@node-1w7jr9yi65te3vqzhmq82694w.ipv6.telus.net] has joined #bitcoin-core-dev 20:49 -!- Kaizen_Kintsugi [~Kaizen_Ki@node-1w7jr9yi65te3vqzhmq82694w.ipv6.telus.net] has quit [Remote host closed the connection] 20:50 -!- Kaizen_Kintsugi [~Kaizen_Ki@node-1w7jr9yi65te3vqzhmq82694w.ipv6.telus.net] has joined #bitcoin-core-dev 20:53 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has joined #bitcoin-core-dev 20:55 -!- Kaizen_Kintsugi [~Kaizen_Ki@node-1w7jr9yi65te3vqzhmq82694w.ipv6.telus.net] has quit [Ping timeout: 264 seconds] 20:58 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has quit [Ping timeout: 264 seconds] 20:59 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has joined #bitcoin-core-dev 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:02 -!- Neojack [Neojack@pear.bnc4free.com] has quit [Ping timeout: 240 seconds] 21:03 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has quit [Ping timeout: 245 seconds] 21:09 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has joined #bitcoin-core-dev 21:13 -!- earnestly [~earnest@user/earnestly] has quit [Ping timeout: 260 seconds] 21:14 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has quit [Ping timeout: 264 seconds] 21:15 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has joined #bitcoin-core-dev 21:17 -!- Kaizen_Kintsugi [~Kaizen_Ki@node-1w7jr9yi65te3vqzhmq82694w.ipv6.telus.net] has joined #bitcoin-core-dev 21:20 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has quit [Ping timeout: 245 seconds] 21:37 -!- brunoerg [~brunoerg@187.183.47.88] has joined #bitcoin-core-dev 21:37 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has joined #bitcoin-core-dev 21:41 -!- brunoerg [~brunoerg@187.183.47.88] has quit [Ping timeout: 245 seconds] 21:48 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has joined #bitcoin-core-dev 21:53 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has quit [Ping timeout: 264 seconds] 21:59 -!- brunoerg [~brunoerg@187.183.47.88] has joined #bitcoin-core-dev 22:04 -!- brunoerg [~brunoerg@187.183.47.88] has quit [Ping timeout: 246 seconds] 22:10 -!- AaronvanW [~AaronvanW@71pc74.sshunet.nl] has quit [Ping timeout: 265 seconds] 22:10 -!- brunoerg [~brunoerg@187.183.47.88] has joined #bitcoin-core-dev 22:15 -!- brunoerg [~brunoerg@187.183.47.88] has quit [Ping timeout: 264 seconds] 22:16 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has joined #bitcoin-core-dev 22:21 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has quit [Ping timeout: 264 seconds] 22:35 -!- grettke [~grettke@cpe-65-29-228-30.wi.res.rr.com] has quit [Quit: Textual IRC Client: www.textualapp.com] 22:43 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has joined #bitcoin-core-dev 22:48 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has quit [Ping timeout: 245 seconds] 22:54 -!- brunoerg [~brunoerg@187.183.47.88] has joined #bitcoin-core-dev 22:59 -!- brunoerg [~brunoerg@187.183.47.88] has quit [Ping timeout: 264 seconds] 23:05 -!- laanwj [~laanwj@user/laanwj] has joined #bitcoin-core-dev 23:33 -!- brunoerg [~brunoerg@187.183.47.88] has joined #bitcoin-core-dev 23:36 -!- mikehu44 [~quassel@206.189.41.250] has joined #bitcoin-core-dev 23:38 -!- brunoerg [~brunoerg@187.183.47.88] has quit [Ping timeout: 264 seconds] 23:39 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has joined #bitcoin-core-dev 23:43 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has quit [Ping timeout: 245 seconds] 23:50 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has joined #bitcoin-core-dev 23:54 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:8838:55b5:51e0:8700] has quit [Ping timeout: 264 seconds] --- Log closed Sat Oct 30 00:00:18 2021