--- Log opened Fri Jul 26 00:00:05 2024 00:07 -!- vyHamii [~vyHamii@222.255.27.220] has quit [Remote host closed the connection] 00:59 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has joined #bitcoin-core-dev 01:31 -!- JTL [~jtl@user/jtl] has quit [Read error: Connection reset by peer] 01:38 -!- abubakarsadiq [uid602234@id-602234.hampstead.irccloud.com] has joined #bitcoin-core-dev 01:41 -!- BrandonOdiwuor [~BrandonOd@105.163.0.194] has joined #bitcoin-core-dev 02:22 < vasild> From the functional tests, one can set a mocktime on a given node but then that clock freezes. Is there a way to let it tick at some point? 02:24 < vasild> I need to fast-forward time by 20mins which works well with setmocktime() but then I need the clock to start ticking again. To achieve that I do setmocktime(0), restoring back to the system clock (which moves). 02:25 < vasild> An unwanted side effect of that it is that the clock goes backwards. 02:31 -!- zzzzz [~dooby1@gateway/tor-sasl/zzzzz] has quit [Remote host closed the connection] 02:33 -!- jespada [~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net] has quit [Ping timeout: 244 seconds] 02:34 -!- jespada_ [~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net] has joined #bitcoin-core-dev 02:36 -!- zzzzz_ [~dooby1@gateway/tor-sasl/zzzzz] has joined #bitcoin-core-dev 02:58 -!- jespada_ [~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 02:59 -!- jespada [~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net] has joined #bitcoin-core-dev 03:52 < bitcoin-git> [bitcoin] glozow pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/1e8d689e0164...ec700f0a7648 03:52 < bitcoin-git> bitcoin/master 7774c31 Sebastian Falbesoner: test: refactor: return TaprootInfo from P2TR address creation routine 03:52 < bitcoin-git> bitcoin/master c9f7364 Sebastian Falbesoner: test: fix MiniWallet script-path spend (missing parity bit in leaf version) 03:52 < bitcoin-git> bitcoin/master 3162c91 Sebastian Falbesoner: test: fix MiniWallet internal key derivation for tagged instances 03:52 < bitcoin-git> [bitcoin] glozow merged pull request #30076: test: fix MiniWallet script-path spend (missing parity bit in leaf version) (master...202405-MiniWallet-fix_script_path_spend_missing_sign_bit) https://github.com/bitcoin/bitcoin/pull/30076 04:12 < bitcoin-git> [bitcoin] glozow pushed 13 commits to master: https://github.com/bitcoin/bitcoin/compare/ec700f0a7648...37bd70a22533 04:12 < bitcoin-git> bitcoin/master a6e07e7 Pieter Wuille: clusterlin: introduce cluster_linearize.h with Cluster and DepGraph types 04:12 < bitcoin-git> bitcoin/master 58f7e01 Pieter Wuille: tests: framework for testing DepGraph class 04:12 < bitcoin-git> bitcoin/master 4828079 Pieter Wuille: clusterlin: add AncestorCandidateFinder class 04:12 < bitcoin-git> [bitcoin] glozow merged pull request #30126: cluster mempool: cluster linearization algorithm (master...202405_clusterlin) https://github.com/bitcoin/bitcoin/pull/30126 04:14 < sdaftuar> \o/ 04:26 -!- adil1 [~Thunderbi@2402:d000:8134:b7fc:ec87:c8d6:b2ed:e5ea] has joined #bitcoin-core-dev 04:32 -!- jespada [~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 04:33 < instagibbs> rockets 04:33 -!- jespada [~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net] has joined #bitcoin-core-dev 04:35 -!- Guest35 [~Guest35@37.232.85.198] has joined #bitcoin-core-dev 04:38 -!- Guest35 [~Guest35@37.232.85.198] has quit [Client Quit] 04:41 < bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/37bd70a22533...123888dcb8f8 04:41 < bitcoin-git> bitcoin/master fae0db0 TheCharlatan: fuzz: Deglobalize signature cache in sigcache test 04:41 < bitcoin-git> bitcoin/master 123888d Ryan Ofsky: Merge bitcoin/bitcoin#30447: fuzz: Deglobalize signature cache in sigcache... 04:41 < bitcoin-git> [bitcoin] ryanofsky merged pull request #30447: fuzz: Deglobalize signature cache in sigcache test (master...fuzzScriptCache) https://github.com/bitcoin/bitcoin/pull/30447 04:50 -!- adil1 [~Thunderbi@2402:d000:8134:b7fc:ec87:c8d6:b2ed:e5ea] has quit [Quit: adil1] 04:52 -!- jespada [~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net] has quit [Read error: Connection reset by peer] 04:52 -!- jespada_ [~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net] has joined #bitcoin-core-dev 05:06 < bitcoin-git> [bitcoin] ryanofsky pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/123888dcb8f8...30cef53707fb 05:06 < bitcoin-git> bitcoin/master 6bbc2dd Anthony Towns: logging: Add thread safety annotations 05:06 < bitcoin-git> bitcoin/master 0b1960f Anthony Towns: logging: Add DisableLogging() 05:06 < bitcoin-git> bitcoin/master 6cf9b34 Anthony Towns: logging: Limit early logging buffer 05:06 < bitcoin-git> [bitcoin] ryanofsky merged pull request #30386: Early logging improvements (master...202407-early-log) https://github.com/bitcoin/bitcoin/pull/30386 05:36 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 05:45 < bitcoin-git> [bitcoin] theuni closed pull request #29962: RFC: depends: add release type to CMake builds (master...depends-cmake-releaseopts) https://github.com/bitcoin/bitcoin/pull/29962 06:02 -!- brunoerg [~brunoerg@2804:1b3:a003:cc49:296b:79fd:423a:7803] has joined #bitcoin-core-dev 06:06 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 06:10 -!- brunoerg [~brunoerg@2804:1b3:a003:cc49:296b:79fd:423a:7803] has quit [Remote host closed the connection] 06:18 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has left #bitcoin-core-dev [Closing Window] 06:19 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:7940:ea55:3f26:c78e] has joined #bitcoin-core-dev 06:21 -!- puchka [~puchka@185.203.122.55] has joined #bitcoin-core-dev 06:42 < bitcoin-git> [bitcoin] ryanofsky opened pull request #30529: Fix -norpcwhitelist, -norpcallowip, and similar corner case behavior (master...pr/listset) https://github.com/bitcoin/bitcoin/pull/30529 06:59 -!- theStack [~theStack@95.179.145.232] has quit [Quit: zzz] 07:07 -!- theStack [~theStack@95.179.145.232] has joined #bitcoin-core-dev 07:18 -!- b10c[m] [~b10cb10cm@2620:6e:a000:ce11::1c] has quit [Ping timeout: 260 seconds] 07:18 -!- b10c[m] [~b10cb10cm@2620:6e:a000:ce11::1c] has joined #bitcoin-core-dev 07:36 -!- JTL [~jtl@user/jtl] has joined #bitcoin-core-dev 07:39 -!- bugs_ [~bugs@user/bugs/x-5128603] has joined #bitcoin-core-dev 07:40 -!- puchka [~puchka@185.203.122.55] has quit [Ping timeout: 265 seconds] 07:47 < bitcoin-git> [bitcoin] maflcko opened pull request #30531: test: Add missing --v1transport to feature_proxy.py (master...2407-nov2) https://github.com/bitcoin/bitcoin/pull/30531 07:55 -!- mudsip [~mudsip@user/mudsip] has joined #bitcoin-core-dev 07:57 -!- mudsip [~mudsip@user/mudsip] has quit [Client Quit] 07:59 -!- mudsip [~mudsip@user/mudsip] has joined #bitcoin-core-dev 08:00 -!- mudsip [~mudsip@user/mudsip] has quit [Client Quit] 08:02 < bitcoin-git> [bitcoin] stickies-v opened pull request #30532: refactor: remove deprecated TxidFromString() in favour of transaction_identifier::FromHex() (master...2024-07/rm-txidfromstring) https://github.com/bitcoin/bitcoin/pull/30532 08:29 -!- preimage [~halosghos@user/halosghost] has joined #bitcoin-core-dev 09:09 -!- hel [hel@libera/staff/el] has quit [Read error: Connection reset by peer] 09:14 -!- hel [hel@libera/staff/el] has joined #bitcoin-core-dev 09:30 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 09:32 -!- cryptapus [~cryptapus@user/cryptapus] has quit [Quit: Konversation terminated!] 09:34 -!- cryptapus [~cryptapus@user/cryptapus] has joined #bitcoin-core-dev 09:48 < bitcoin-git> [bitcoin] hebasto opened pull request #30533: test: Do not write Python bytecode to source directory (master...240726-rpcauth-ro) https://github.com/bitcoin/bitcoin/pull/30533 10:16 < bitcoin-git> [bitcoin] fanquake opened pull request #30534: guix: move bison from global scope, to Linux (master...no_bison_mac_win) https://github.com/bitcoin/bitcoin/pull/30534 11:05 -!- abubakarsadiq [uid602234@id-602234.hampstead.irccloud.com] has quit [Quit: Connection closed for inactivity] 11:10 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:7940:ea55:3f26:c78e] has quit [Remote host closed the connection] 11:12 < bitcoin-git> [bitcoin] paplorinc reopened pull request #30442: optimization: Precalculate SipHash constant XOR with k0 and k1 in SaltedOutpointHasher (master...paplorinc/siphash) https://github.com/bitcoin/bitcoin/pull/30442 11:22 -!- cryptapus [~cryptapus@user/cryptapus] has quit [Read error: Connection reset by peer] 11:22 -!- cryptapus [~cryptapus@user/cryptapus] has joined #bitcoin-core-dev 11:38 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has joined #bitcoin-core-dev 11:43 -!- mcey_ [~emcy@85.255.235.103] has joined #bitcoin-core-dev 11:46 -!- mcey [~emcy@148.252.128.36] has quit [Ping timeout: 248 seconds] 11:51 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has quit [Remote host closed the connection] 11:54 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has joined #bitcoin-core-dev 11:54 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has quit [Read error: Connection reset by peer] 11:55 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has joined #bitcoin-core-dev 12:00 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has quit [Ping timeout: 272 seconds] 12:34 < bitcoin-git> [bitcoin] sipa opened pull request #30535: feefrac: add support for evaluating at given size (master...202407_feefrac_eval) https://github.com/bitcoin/bitcoin/pull/30535 12:45 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has joined #bitcoin-core-dev 12:46 -!- BrandonOdiwuor [~BrandonOd@105.163.0.194] has quit [Ping timeout: 256 seconds] 12:51 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has quit [Ping timeout: 248 seconds] 13:06 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has joined #bitcoin-core-dev 13:12 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has quit [Ping timeout: 272 seconds] 13:26 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has joined #bitcoin-core-dev 13:31 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has quit [Ping timeout: 260 seconds] 13:37 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has joined #bitcoin-core-dev 13:59 -!- jespada_ [~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net] has quit [Ping timeout: 252 seconds] 14:01 -!- jespada [~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net] has joined #bitcoin-core-dev 14:21 -!- preimage [~halosghos@user/halosghost] has quit [Quit: WeeChat 4.3.5] 14:24 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has quit [Remote host closed the connection] 14:30 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has joined #bitcoin-core-dev 14:35 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has quit [Ping timeout: 272 seconds] 14:55 -!- bugs_ [~bugs@user/bugs/x-5128603] has quit [Quit: Leaving] 15:01 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has joined #bitcoin-core-dev 15:03 -!- infernix [nix@spirit.infernix.net] has quit [Ping timeout: 272 seconds] 15:06 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has quit [Ping timeout: 248 seconds] 15:19 -!- infernix [nix@spirit.infernix.net] has joined #bitcoin-core-dev 15:37 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has joined #bitcoin-core-dev 15:43 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has quit [Ping timeout: 248 seconds] 15:57 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has joined #bitcoin-core-dev 16:03 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 16:03 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has quit [Ping timeout: 260 seconds] 16:06 -!- Talkless [~Talkless@mail.dargis.net] has quit [Remote host closed the connection] 16:11 -!- zzzzz_ [~dooby1@gateway/tor-sasl/zzzzz] has quit [Remote host closed the connection] 16:16 -!- zzzzz [~dooby1@gateway/tor-sasl/zzzzz] has joined #bitcoin-core-dev 16:17 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Ping timeout: 260 seconds] 16:25 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has joined #bitcoin-core-dev 16:30 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has quit [Ping timeout: 252 seconds] 16:31 -!- szkl [uid110435@2a03:5180:f:5::1:af63] has quit [Quit: Connection closed for inactivity] 16:46 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has joined #bitcoin-core-dev 16:50 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has quit [Ping timeout: 248 seconds] 17:05 -!- gribble [~gribble@bitcoin/bot/gribble] has quit [Remote host closed the connection] 17:10 -!- gribble [~gribble@bitcoin/bot/gribble] has joined #bitcoin-core-dev 17:10 -!- mode/#bitcoin-core-dev [+o gribble] by ChanServ 17:19 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has joined #bitcoin-core-dev 17:24 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has quit [Ping timeout: 260 seconds] 17:41 -!- gribble [~gribble@bitcoin/bot/gribble] has quit [Remote host closed the connection] 17:45 -!- gribble [~gribble@bitcoin/bot/gribble] has joined #bitcoin-core-dev 17:45 -!- mode/#bitcoin-core-dev [+o gribble] by ChanServ 17:46 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has joined #bitcoin-core-dev 17:52 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has quit [Ping timeout: 248 seconds] 18:17 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has joined #bitcoin-core-dev 19:27 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 20:00 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44] has quit [Remote host closed the connection] 20:44 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] 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:57 -!- mudsip [~mudsip@user/mudsip] has joined #bitcoin-core-dev 22:04 -!- puchka [~puchka@185.203.122.188] has joined #bitcoin-core-dev 22:10 -!- mudsip [~mudsip@user/mudsip] has quit [] 22:42 -!- aleggg [~aleggg@179.182.74.87] has quit [Ping timeout: 260 seconds] 22:42 -!- aleggg [~aleggg@179.176.71.100.dynamic.adsl.gvt.net.br] has joined #bitcoin-core-dev 22:52 -!- puchka [~puchka@185.203.122.188] has quit [Ping timeout: 252 seconds] 22:54 -!- puchka [~puchka@41.136.108.64] has joined #bitcoin-core-dev 23:00 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 23:08 -!- Talkless [~Talkless@mail.dargis.net] has quit [Remote host closed the connection] --- Log closed Sat Jul 27 00:00:05 2024