--- Log opened Mon Sep 09 00:00:46 2024 00:08 < bitcoin-git> [bitcoin] maflcko closed pull request #30019: test: use assert_greater_than util (master...testFrameworkLessthan) https://github.com/bitcoin/bitcoin/pull/30019 00:56 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 01:02 -!- jonatack [~jonatack@user/jonatack] has quit [Remote host closed the connection] 01:14 -!- mcey_ [~emcy@148.252.147.87] has joined #bitcoin-core-dev 01:17 -!- mcey [~emcy@148.252.144.101] has quit [Ping timeout: 246 seconds] 01:17 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 01:18 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 01:18 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 02:21 -!- jirijakes [~jirijakes@118.150.148.23] has joined #bitcoin-core-dev 02:34 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a5fa90706add...da3f4cb8eedd 02:34 < bitcoin-git> bitcoin/master 7a669fd Gutflo: docs: Fix minor typo 02:34 < bitcoin-git> bitcoin/master da3f4cb merge-script: Merge bitcoin/bitcoin#30850: doc: fix minor typo 02:34 < bitcoin-git> [bitcoin] fanquake merged pull request #30850: doc: fix minor typo (master...master) https://github.com/bitcoin/bitcoin/pull/30850 02:39 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/da3f4cb8eedd...ba84c2774dd9 02:39 < bitcoin-git> bitcoin/master 1f054ec fanquake: cmake: add USE_SOURCE_PERMISSIONS to all configure_file usage 02:39 < bitcoin-git> bitcoin/master ba84c27 merge-script: Merge bitcoin/bitcoin#30823: cmake: add `USE_SOURCE_PERMISSIONS` to all `c... 02:39 < bitcoin-git> [bitcoin] fanquake merged pull request #30823: cmake: add `USE_SOURCE_PERMISSIONS` to all `configure_file()` usage (master...configure_file_explicit_perms) https://github.com/bitcoin/bitcoin/pull/30823 03:42 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 03:42 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 246 seconds] 03:43 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 03:45 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 04:05 -!- instagibbs4 [~instagibb@pool-100-15-116-202.washdc.fios.verizon.net] has joined #bitcoin-core-dev 04:07 -!- instagibbs [~instagibb@pool-100-15-116-202.washdc.fios.verizon.net] has quit [Ping timeout: 255 seconds] 04:07 -!- instagibbs4 is now known as instagibbs 04:17 -!- ___nick___ [~quassel@82-132-214-15.dab.02.net] has joined #bitcoin-core-dev 04:27 -!- jirijakes [~jirijakes@118.150.148.23] has quit [Ping timeout: 246 seconds] 04:34 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ba84c2774dd9...94bc3c4cc084 04:34 < bitcoin-git> bitcoin/master 30803a3 fanquake: cmake: decouple FORTIFY_SOURCE check from Debug build type 04:34 < bitcoin-git> bitcoin/master 94bc3c4 merge-script: Merge bitcoin/bitcoin#30824: cmake: decouple `FORTIFY_SOURCE` check from `... 04:34 < bitcoin-git> [bitcoin] fanquake merged pull request #30824: cmake: decouple `FORTIFY_SOURCE` check from `Debug` build type (master...decouple_fortify_debug_mode) https://github.com/bitcoin/bitcoin/pull/30824 04:40 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has joined #bitcoin-core-dev 04:52 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has left #bitcoin-core-dev [Closing Window] 05:12 -!- rkrux [~rkrux@136.232.138.18] has joined #bitcoin-core-dev 05:13 -!- jleost [~jleost@152.248.97.244] has joined #bitcoin-core-dev 05:20 -!- jleost [~jleost@152.248.97.244] has quit [Remote host closed the connection] 06:01 -!- rkrux [~rkrux@136.232.138.18] has quit [Quit: Client closed] 06:32 -!- dviola [~diego@user/dviola] has joined #bitcoin-core-dev 06:40 -!- rkrux [~rkrux@136.232.138.18] has joined #bitcoin-core-dev 06:53 -!- preimage [~halosghos@user/halosghost] has joined #bitcoin-core-dev 06:56 -!- mudsip [~mudsip@user/mudsip] has joined #bitcoin-core-dev 06:57 -!- ___nick___ [~quassel@82-132-214-15.dab.02.net] has quit [Ping timeout: 276 seconds] 06:58 -!- ___nick___ [~quassel@82-132-214-177.dab.02.net] has joined #bitcoin-core-dev 07:00 -!- mudsip [~mudsip@user/mudsip] has quit [Client Quit] 07:15 < bitcoin-git> [bitcoin] UdjinM6 closed pull request #29572: fix: avoid calling `GetCoin` and `SignTransaction()` inside of `assert(...)` in tests (master...fix_sign_in_assert) https://github.com/bitcoin/bitcoin/pull/29572 07:28 < bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/94bc3c4cc084...df86a4f333e1 07:28 < bitcoin-git> bitcoin/master 6115628 Hennadii Stepanov: Squashed 'src/secp256k1/' changes from 642c885b61..2f2ccc4695 07:28 < bitcoin-git> bitcoin/master ff54395 Hennadii Stepanov: Update secp256k1 subtree to latest master 07:28 < bitcoin-git> bitcoin/master df86a4f merge-script: Merge bitcoin/bitcoin#30845: Update libsecp256k1 subtree to latest master 07:28 < bitcoin-git> [bitcoin] fanquake merged pull request #30845: Update libsecp256k1 subtree to latest master (master...240907-update-secp) https://github.com/bitcoin/bitcoin/pull/30845 07:55 -!- rkrux [~rkrux@136.232.138.18] has quit [Quit: Client closed] 08:20 -!- zeropoint [~alex@45-28-139-114.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-core-dev 08:35 -!- bugs_ [~bugs@user/bugs/x-5128603] has joined #bitcoin-core-dev 08:55 -!- anrichp [~anrichp@2a02:8012:2090:0:ea5e:375c:954f:2979] has joined #bitcoin-core-dev 08:56 -!- anrichp [~anrichp@2a02:8012:2090:0:ea5e:375c:954f:2979] has quit [Remote host closed the connection] 09:15 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 09:15 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 09:18 -!- flag [~flag@81.56.89.175] has quit [Ping timeout: 252 seconds] 09:19 -!- flag [~flag@81.56.89.175] has joined #bitcoin-core-dev 09:20 -!- Guest85 [~Guest85@2405:201:603d:700f:2396:80d5:b2a4:1b16] has joined #bitcoin-core-dev 09:20 -!- Guest85 [~Guest85@2405:201:603d:700f:2396:80d5:b2a4:1b16] has quit [Client Quit] 09:28 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 09:29 < bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/df86a4f333e1...746f88000e8b 09:29 < bitcoin-git> bitcoin/master ecc98cc tdb3: test: add cases for blank rpcauth 09:29 < bitcoin-git> bitcoin/master 67df0de tdb3: test: blank rpcauth CLI interaction 09:29 < bitcoin-git> bitcoin/master 2ad3689 tdb3: test: add norpcauth test 09:29 < bitcoin-git> [bitcoin] achow101 merged pull request #30401: fix: increase consistency of rpcauth parsing (master...rpcauth_blank_parsing) https://github.com/bitcoin/bitcoin/pull/30401 09:44 < bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/746f88000e8b...fb52023ee69c 09:44 < bitcoin-git> bitcoin/master ee47ca2 furszy: init: fix fatal error on '-wallet' negated option value 09:44 < bitcoin-git> bitcoin/master fb52023 Ava Chow: Merge bitcoin/bitcoin#30684: init: fix init fatal error on invalid negated... 09:44 < bitcoin-git> [bitcoin] achow101 merged pull request #30684: init: fix init fatal error on invalid negated option value (master...2024_init_negated_args_err) https://github.com/bitcoin/bitcoin/pull/30684 09:56 -!- ___nick___ [~quassel@82-132-214-177.dab.02.net] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 09:58 -!- ___nick___ [~quassel@82-132-214-177.dab.02.net] has joined #bitcoin-core-dev 09:59 -!- ___nick___ [~quassel@82-132-214-177.dab.02.net] has quit [Client Quit] 10:01 -!- ___nick___ [~quassel@82-132-214-177.dab.02.net] has joined #bitcoin-core-dev 10:03 < bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/fb52023ee69c...712a2b5453cd 10:03 < bitcoin-git> bitcoin/master 4b5bf33 Fabian Jahr: test: Add coverage for failing dumptxoutset behavior 10:03 < bitcoin-git> bitcoin/master c2b779d Fabian Jahr: refactor: Manage dumptxoutset RAII classes with std::optional 10:03 < bitcoin-git> bitcoin/master 712a2b5 Ava Chow: Merge bitcoin/bitcoin#30817: test: Add coverage for dumptxoutset failure r... 10:03 < bitcoin-git> [bitcoin] achow101 merged pull request #30817: test: Add coverage for dumptxoutset failure robustness (master...2024-09-dumptxoutset-fail-coverage) https://github.com/bitcoin/bitcoin/pull/30817 11:16 -!- jon_atack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 11:16 -!- jonatack [~jonatack@user/jonatack] has quit [Read error: Connection reset by peer] 11:18 -!- lbia [~lbia@user/lbia] has quit [Quit: lbia] 12:15 -!- Talkless [~Talkless@mail.dargis.net] has quit [Remote host closed the connection] 13:02 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 13:02 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 13:04 -!- ___nick___ [~quassel@82-132-214-177.dab.02.net] has quit [Ping timeout: 260 seconds] 13:15 -!- bugs_ [~bugs@user/bugs/x-5128603] has quit [Quit: Leaving] 13:21 -!- ___nick___ [~quassel@82-132-214-177.dab.02.net] has joined #bitcoin-core-dev 13:21 -!- dviola [~diego@user/dviola] has quit [Quit: WeeChat 4.4.1] 13:26 < bitcoin-git> [bitcoin] l0rinc closed pull request #30637: refactor: Migrate EmplaceCoinInternalDANGER to try_emplace (master...l0rinc/try_emplace) https://github.com/bitcoin/bitcoin/pull/30637 13:49 -!- emcy__ [~emcy@148.252.145.6] has joined #bitcoin-core-dev 13:52 -!- mcey_ [~emcy@148.252.147.87] has quit [Ping timeout: 246 seconds] 13:58 < bitcoin-git> [bitcoin] l0rinc closed pull request #30699: test: add subsidy sum test, iterating every block (master...l0rinc/simplify_subsidy_limit_test) https://github.com/bitcoin/bitcoin/pull/30699 14:14 < bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/712a2b5453cd...df3f63ccfa03 14:14 < bitcoin-git> bitcoin/master 4da2043 Ryan Ofsky: depends: Update libmultiprocess library for CustomMessage function and Thr... 14:14 < bitcoin-git> bitcoin/master 955d407 Russell Yanofsky: multiprocess: Add IPC connectAddress and listenAddress methods 14:14 < bitcoin-git> bitcoin/master 73fe7d7 Ryan Ofsky: multiprocess: Add unit tests for connect, serve, and listen functions 14:14 < bitcoin-git> [bitcoin] achow101 merged pull request #30509: multiprocess: Add -ipcbind option to bitcoin-node (master...pr/ipc-bind) https://github.com/bitcoin/bitcoin/pull/30509 14:40 -!- flag [~flag@81.56.89.175] has quit [Ping timeout: 255 seconds] 14:41 -!- flag [~flag@81.56.89.175] has joined #bitcoin-core-dev 14:52 -!- preimage [~halosghos@user/halosghost] has quit [Quit: WeeChat 4.4.1] 14:59 < bitcoin-git> [bitcoin] theStack opened pull request #30856: build: drop obj/ subdirectory for generated build.h (master...202409-build-drop_obj_subdir) https://github.com/bitcoin/bitcoin/pull/30856 15:03 -!- jirijakes [~jirijakes@118.150.148.23] has joined #bitcoin-core-dev 17:48 < bitcoin-git> [bitcoin] sipa opened pull request #30857: cluster mempool: extend DepGraph (multiple dependencies, removing transactions, parents/children) (master...202409_clusterlin_partialdep) https://github.com/bitcoin/bitcoin/pull/30857 17:54 -!- runnerelektrode_ [sid517941@id-517941.helmsley.irccloud.com] has quit [Ping timeout: 245 seconds] 17:59 -!- runnerelektrode_ [sid517941@id-517941.helmsley.irccloud.com] has joined #bitcoin-core-dev 18:13 -!- ___nick___ [~quassel@82-132-214-177.dab.02.net] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 18:15 -!- ___nick___ [~quassel@82-132-214-177.dab.02.net] has joined #bitcoin-core-dev 18:16 -!- ___nick___ [~quassel@82-132-214-177.dab.02.net] has quit [Client Quit] 18:18 -!- ___nick___ [~quassel@82-132-214-177.dab.02.net] has joined #bitcoin-core-dev 18:45 -!- zeropoint [~alex@45-28-139-114.lightspeed.sntcca.sbcglobal.net] has quit [Quit: leaving] 18:56 -!- twistedline [~bitcoin@185.193.125.44] has quit [] 18:57 -!- twistedline [~bitcoin@185.193.125.44] has joined #bitcoin-core-dev 19:02 -!- arik__ [sid402902@id-402902.lymington.irccloud.com] has quit [Ping timeout: 245 seconds] 19:02 -!- maxfangx [~maxfangx@142.147.89.217] has joined #bitcoin-core-dev 19:05 -!- arik__ [sid402902@id-402902.lymington.irccloud.com] has joined #bitcoin-core-dev 19:24 -!- dergoegge [sid453889@id-453889.lymington.irccloud.com] has quit [Read error: Connection reset by peer] 19:24 -!- dergoegge [sid453889@id-453889.lymington.irccloud.com] has joined #bitcoin-core-dev 19:34 -!- sugarpuff [sid92283@id-92283.lymington.irccloud.com] has quit [Ping timeout: 245 seconds] 19:34 -!- kouloumos [sid539228@id-539228.tinside.irccloud.com] has quit [Ping timeout: 245 seconds] 19:37 -!- kouloumos [sid539228@id-539228.tinside.irccloud.com] has joined #bitcoin-core-dev 19:38 -!- sugarpuff [sid92283@id-92283.lymington.irccloud.com] 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:08 < bitcoin-git> [bitcoin] LarryRuane opened pull request #30859: doc: cmake: prepend "build" to functional/test_runner.py (master...2024-09-cmake-build-functional) https://github.com/bitcoin/bitcoin/pull/30859 21:08 -!- kanzure [~kanzure@user/kanzure] has quit [Ping timeout: 252 seconds] 21:10 -!- kanzure [~kanzure@user/kanzure] has joined #bitcoin-core-dev 21:56 -!- flag [~flag@81.56.89.175] has quit [Ping timeout: 248 seconds] 21:58 -!- flag [~flag@81.56.89.175] has joined #bitcoin-core-dev 22:01 -!- mcey [~emcy@148.252.145.6] has joined #bitcoin-core-dev 22:01 -!- emcy__ [~emcy@148.252.145.6] has quit [Remote host closed the connection] 22:44 -!- kevkevin [~kevkevin@209-242-39-30.rev.dls.net] has quit [Remote host closed the connection] 22:45 -!- maxfangx [~maxfangx@142.147.89.217] has quit [Ping timeout: 252 seconds] 22:46 -!- maxfangx [~maxfangx@142.147.89.217] has joined #bitcoin-core-dev 22:50 -!- jon_atack [~jonatack@user/jonatack] has quit [Ping timeout: 255 seconds] 23:02 -!- S3RK [~S3RK@user/s3rk] has joined #bitcoin-core-dev 23:05 -!- S3RK_ [~S3RK@user/s3rk] has quit [Ping timeout: 248 seconds] 23:09 -!- kevkevin [~kevkevin@209-242-39-30.rev.dls.net] has joined #bitcoin-core-dev 23:14 -!- kevkevin [~kevkevin@209-242-39-30.rev.dls.net] has quit [Ping timeout: 244 seconds] 23:19 -!- BrandonOdiwuor [~BrandonOd@105.160.19.228] has joined #bitcoin-core-dev 23:27 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 23:59 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 245 seconds] --- Log closed Tue Sep 10 00:00:47 2024