--- Log opened Fri May 16 00:00:44 2025 00:02 -!- gyk [~gyk@209.141.55.105] has quit [] 00:04 < _aj_> (reading meeting backlog) perhaps one thing we could consider is publishing better docs, in particular design docs? for some things, that's handled by BIPs already, but, eg if you want to know about the chainstate database, utxo set, pruning, etc, you're either looking at code/PR history, third party articles, stack exchange q&a, and maybe optech articles. adding our own docs that answer 00:04 < _aj_> How?/What?/Why? questions might be useful (what amount of disk space does the node need? how do i control that? why does it work that way?) might be worthwhile. i guess i just mean "document this stuff in doc/ somewhere" but also "make doc/ stuff more accessible, maybe via a bitcoincore.readthedocs site / something" ? 00:04 < bitcoin-git> [bitcoin] hebasto closed pull request #32499: cmake: Restrict MSVC-specific workaround to affected versions (master...250514-msvc-bug) https://github.com/bitcoin/bitcoin/pull/32499 00:07 -!- kevkevin [~kevkevin@209.242.39.30] has joined #bitcoin-core-dev 00:09 -!- gyk [~gyk@209.141.55.105] has joined #bitcoin-core-dev 00:11 -!- kevkevin [~kevkevin@209.242.39.30] has quit [Ping timeout: 265 seconds] 00:14 -!- gyk [~gyk@209.141.55.105] has quit [Read error: Connection reset by peer] 00:34 < bitcoin-git> [bitcoin] maflcko opened pull request #32526: fuzz: Delete wallet_notifications (master...2505-fuzz-del) https://github.com/bitcoin/bitcoin/pull/32526 00:40 -!- seaner [~sean@203.132.94.86] has joined #bitcoin-core-dev 00:48 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/725c9f7780e0...f96ae941a1db 00:48 < bitcoin-git> bitcoin/master fa2c662 MarcoFalke: build: Revert "Temporarily disable compiling `fuzz/utxo_snapshot.cpp` with... 00:48 < bitcoin-git> bitcoin/master f96ae94 merge-script: Merge bitcoin/bitcoin#32525: build: Revert "Temporarily disable compiling ... 00:49 < bitcoin-git> [bitcoin] fanquake merged pull request #32525: build: Revert "Temporarily disable compiling `fuzz/utxo_snapshot.cpp` with MSVC (master...2505-win-fuzz-rev) https://github.com/bitcoin/bitcoin/pull/32525 00:54 < bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/f96ae941a1db...51be79c42b7e 00:54 < bitcoin-git> bitcoin/master b3214ce marcofleon: qt, refactor: Convert uint256 to Txid in the GUI 00:54 < bitcoin-git> bitcoin/master c8ed51e marcofleon: wallet, refactor: Convert uint256 to Txid in wallet interfaces 00:54 < bitcoin-git> bitcoin/master 0671d66 marcofleon: wallet, refactor: Convert uint256 to Txid in wallet 00:54 < bitcoin-git> [bitcoin] fanquake merged pull request #32238: qt, wallet: Convert uint256 to Txid (master...2025/04/qt-wallet-txid-type-safety) https://github.com/bitcoin/bitcoin/pull/32238 00:57 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has joined #bitcoin-core-dev 01:19 < bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/51be79c42b7e...e230affaa321 01:19 < bitcoin-git> bitcoin/master 282b491 Hennadii Stepanov: cmake: Add application manifests when cross-compiling for Windows 01:19 < bitcoin-git> bitcoin/master 2bb6ab8 Hennadii Stepanov: ci: Add "Get bitcoind manifest" steps to Windows CI jobs 01:19 < bitcoin-git> bitcoin/master 8f4fed7 Hennadii Stepanov: symbol-check: Add check for application manifest in Windows binaries 01:19 < bitcoin-git> [bitcoin] fanquake merged pull request #32396: cmake: Add application manifests when cross-compiling for Windows (master...250501-app-manifest) https://github.com/bitcoin/bitcoin/pull/32396 01:20 -!- seaner [~sean@203.132.94.86] has quit [Quit: The Lounge - https://thelounge.chat] 01:21 -!- kevkevin [~kevkevin@209.242.39.30] has joined #bitcoin-core-dev 01:24 < gmaxwell> omg I finally got a reply from an opreturn opponent. 01:26 -!- kevkevin [~kevkevin@209.242.39.30] has quit [Ping timeout: 276 seconds] 01:31 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e230affaa321...c60455a6458c 01:31 < bitcoin-git> bitcoin/master 301993e fanquake: init: drop -upnp 01:31 < bitcoin-git> bitcoin/master c60455a merge-script: Merge bitcoin/bitcoin#32500: init: drop `-upnp` 01:31 < bitcoin-git> [bitcoin] fanquake merged pull request #32500: init: drop `-upnp` (master...drop_upnp_opt) https://github.com/bitcoin/bitcoin/pull/32500 01:35 < bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c60455a6458c...5af757bb7841 01:35 < bitcoin-git> bitcoin/master 6880383 Sebastian Falbesoner: depends: bump to latest config.guess 01:35 < bitcoin-git> bitcoin/master 486bc91 Sebastian Falbesoner: depends: bump to latest config.sub 01:35 < bitcoin-git> bitcoin/master 5af757b merge-script: Merge bitcoin/bitcoin#32505: depends: bump to latest config.guess and conf... 01:35 < bitcoin-git> [bitcoin] fanquake merged pull request #32505: depends: bump to latest config.guess and config.sub (master...202505-depends-latest_config_guess_sub) https://github.com/bitcoin/bitcoin/pull/32505 01:57 < bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/5af757bb7841...3afde679c3b2 01:57 < bitcoin-git> bitcoin/master 5827e93 Lőrinc: refactor: use consistent size type for serialization template parameters 01:57 < bitcoin-git> bitcoin/master 516f068 Lőrinc: refactor: re-enable UBSan implicit-sign-change in serialize.h 01:57 < bitcoin-git> bitcoin/master 3afde67 merge-script: Merge bitcoin/bitcoin#32296: refactor: reenable `implicit-integer-sign-cha... 01:57 < bitcoin-git> [bitcoin] fanquake merged pull request #32296: refactor: reenable `implicit-integer-sign-change` check for `serialize.h` (master...l0rinc/reenable-implicit-integer-sign-change-check-for-serialize.h) https://github.com/bitcoin/bitcoin/pull/32296 02:02 -!- SpellChecker_ [~SpellChec@user/SpellChecker] has joined #bitcoin-core-dev 02:04 -!- SpellChecker [~SpellChec@user/SpellChecker] has quit [Ping timeout: 264 seconds] 02:04 < bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/3afde679c3b2...c521192d8b9e 02:04 < bitcoin-git> bitcoin/master bf25a09 fanquake: Squashed 'src/minisketch/' changes from d1e6bb8bbf..ea8f66b1ea 02:04 < bitcoin-git> bitcoin/master 46b533d fanquake: Update minisketch subtree to latest upstream 02:04 < bitcoin-git> bitcoin/master c521192 merge-script: Merge bitcoin/bitcoin#32485: Update minisketch subtree 02:04 < bitcoin-git> [bitcoin] fanquake merged pull request #32485: Update minisketch subtree (master...update_minisketch_subtree) https://github.com/bitcoin/bitcoin/pull/32485 02:05 -!- seaner [~sean@203-132-94-86.ip4.superloop.au] has joined #bitcoin-core-dev 02:09 -!- seaner [~sean@203-132-94-86.ip4.superloop.au] has quit [Remote host closed the connection] 02:20 < bitcoin-git> [bitcoin] maflcko opened pull request #32527: test: Remove unused verify_flags suppression (master...2505-ubsan-supp-less) https://github.com/bitcoin/bitcoin/pull/32527 02:26 -!- Capt_Charlie [~charlie_c@119.75.194.99] has joined #bitcoin-core-dev 02:38 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 02:45 -!- midnight [~midnight@user/midnight] has quit [Ping timeout: 252 seconds] 02:45 -!- cold [~cold@user/cold] has quit [Ping timeout: 276 seconds] 02:45 -!- midnight [~midnight@user/midnight] has joined #bitcoin-core-dev 02:46 -!- cold [~cold@user/cold] has joined #bitcoin-core-dev 02:55 -!- purpleKarrot [~purpleKar@user/purpleKarrot] has joined #bitcoin-core-dev 03:06 -!- Capt_Charlie [~charlie_c@119.75.194.99] has quit [Quit: Client closed] 03:11 -!- charlie_capt [~charlie_c@119.75.194.99] has joined #bitcoin-core-dev 03:12 -!- kevkevin [~kevkevin@209.242.39.30] has joined #bitcoin-core-dev 03:17 -!- kevkevin [~kevkevin@209.242.39.30] has quit [Ping timeout: 252 seconds] 03:24 -!- Guest29 [~Guest29@host-80-47-202-103.as13285.net] has joined #bitcoin-core-dev 03:25 -!- Guest29 [~Guest29@host-80-47-202-103.as13285.net] has quit [Client Quit] 03:28 -!- pyth [~pyth@user/pyth] has joined #bitcoin-core-dev 03:30 -!- Christoph_ [~Christoph@2a02:810d:1399:b700:4069:f9f8:f618:2ead] has quit [Quit: Christoph_] 03:30 -!- Christoph_ [~Christoph@2a02:810d:1399:b700:4069:f9f8:f618:2ead] has joined #bitcoin-core-dev 03:31 -!- charlie_capt [~charlie_c@119.75.194.99] has quit [Quit: Client closed] 03:31 -!- charlie_capt [~charlie_c@119.75.194.99] has joined #bitcoin-core-dev 03:32 -!- Christoph_ [~Christoph@2a02:810d:1399:b700:4069:f9f8:f618:2ead] has quit [Client Quit] 03:32 -!- Christoph_ [~Christoph@2a02:810d:1399:b700:4069:f9f8:f618:2ead] has joined #bitcoin-core-dev 03:36 -!- Christoph_ [~Christoph@2a02:810d:1399:b700:4069:f9f8:f618:2ead] has quit [Ping timeout: 276 seconds] 03:39 -!- charlie_capt [~charlie_c@119.75.194.99] has left #bitcoin-core-dev [] 03:40 -!- Capt_Charlie [~charlie_c@119.75.194.99] has joined #bitcoin-core-dev 03:47 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c521192d8b9e...742b30549fc9 03:47 < bitcoin-git> bitcoin/master 8f4ba90 fanquake: build: document why we check for std::system 03:47 < bitcoin-git> bitcoin/master 742b305 merge-script: Merge bitcoin/bitcoin#32491: build: document why we check for `std::system` 03:47 < bitcoin-git> [bitcoin] fanquake merged pull request #32491: build: document why we check for `std::system` (master...document_std_system) https://github.com/bitcoin/bitcoin/pull/32491 03:52 -!- kevkevin [~kevkevin@209.242.39.30] has joined #bitcoin-core-dev 03:54 -!- Cory38 [~Cory38@user/pasha] has quit [Quit: Client closed] 03:54 -!- Cory38 [~Cory38@user/pasha] has joined #bitcoin-core-dev 03:55 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/742b30549fc9...04c6c961b657 03:55 < bitcoin-git> bitcoin/master fab5a3c MarcoFalke: test: Remove unused verify_flags suppression 03:55 < bitcoin-git> bitcoin/master 04c6c96 merge-script: Merge bitcoin/bitcoin#32527: test: Remove unused verify_flags suppression 03:55 < bitcoin-git> [bitcoin] fanquake merged pull request #32527: test: Remove unused verify_flags suppression (master...2505-ubsan-supp-less) https://github.com/bitcoin/bitcoin/pull/32527 03:57 -!- kevkevin [~kevkevin@209.242.39.30] has quit [Ping timeout: 260 seconds] 03:59 -!- Capt_Charlie [~charlie_c@119.75.194.99] has quit [Quit: Client closed] 04:01 -!- jespada [~jespada@r179-25-150-22.dialup.adsl.anteldata.net.uy] has joined #bitcoin-core-dev 04:22 < bitcoin-git> [bitcoin] maflcko opened pull request #32528: rpc: Round verificationprogress to 1 for a recent tip (master...2505-1) https://github.com/bitcoin/bitcoin/pull/32528 04:28 -!- kevkevin [~kevkevin@209.242.39.30] has joined #bitcoin-core-dev 04:43 -!- Holz [~Holz@user/Holz] has quit [Remote host closed the connection] 04:54 -!- jespada [~jespada@r179-25-150-22.dialup.adsl.anteldata.net.uy] has quit [Ping timeout: 260 seconds] 04:57 -!- jespada [~jespada@r179-25-150-22.dialup.adsl.anteldata.net.uy] has joined #bitcoin-core-dev 05:07 -!- Brasso001 [~Brasso001@203.56.128.153] has joined #bitcoin-core-dev 05:12 -!- Brasso001 [~Brasso001@203.56.128.153] has quit [Quit: Client closed] 05:19 -!- kevkevin [~kevkevin@209.242.39.30] has quit [Read error: Connection reset by peer] 05:19 -!- kevkevin_ [~kevkevin@209.242.39.30] has joined #bitcoin-core-dev 05:23 -!- hensou [~hensou@static.234.144.243.136.clients.your-server.de] has joined #bitcoin-core-dev 05:23 -!- hensou [~hensou@static.234.144.243.136.clients.your-server.de] has quit [Client Quit] 05:39 -!- Christoph_ [~Christoph@2a02:810d:1399:b700:4069:f9f8:f618:2ead] has joined #bitcoin-core-dev 05:43 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/04c6c961b657...3f83c744ac28 05:43 < bitcoin-git> bitcoin/master fad2faf MarcoFalke: fuzz: Delete wallet_notifications 05:43 < bitcoin-git> bitcoin/master 3f83c74 merge-script: Merge bitcoin/bitcoin#32526: fuzz: Delete wallet_notifications 05:43 < bitcoin-git> [bitcoin] fanquake merged pull request #32526: fuzz: Delete wallet_notifications (master...2505-fuzz-del) https://github.com/bitcoin/bitcoin/pull/32526 05:44 -!- Cory38 [~Cory38@user/pasha] has quit [Quit: Client closed] 05:45 -!- Cory38 [~Cory38@user/pasha] has joined #bitcoin-core-dev 05:56 < bitcoin-git> [bitcoin] laanwj opened pull request #32529: [DONOTMERGE] subprocess: replace `fs::directory_iterator` with `readdir` (master...2025-05-fdclose-debug-ci-hang) https://github.com/bitcoin/bitcoin/pull/32529 06:11 -!- Holz [~Holz@user/Holz] has joined #bitcoin-core-dev 06:19 < bitcoin-git> [bitcoin] darosior opened pull request #32530: node: cap `-maxmempool` and `-dbcache` values for 32-bit (master...2505_limit_mempool_32bit) https://github.com/bitcoin/bitcoin/pull/32530 06:38 -!- purpleKarrot [~purpleKar@user/purpleKarrot] has quit [Quit: purpleKarrot] 06:39 -!- jespada [~jespada@r179-25-150-22.dialup.adsl.anteldata.net.uy] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 06:46 -!- Cory38 [~Cory38@user/pasha] has quit [Quit: Client closed] 06:47 -!- Cory38 [~Cory38@user/pasha] has joined #bitcoin-core-dev 06:59 -!- jespada [~jespada@r179-25-150-22.dialup.adsl.anteldata.net.uy] has joined #bitcoin-core-dev 06:59 < bitcoin-git> [bitcoin] l0rinc opened pull request #32532: RFC: script: short-circuit `GetLegacySigOpCount` for known scripts (master...l0rinc/short-circuit-known-script-types) https://github.com/bitcoin/bitcoin/pull/32532 07:01 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has joined #bitcoin-core-dev 07:06 < kanzure> oops someone pointed out that my last message was ambiguous. i meant that "nothing changes" with respect to process. sorry for the ambiguity. 07:29 -!- kevkevin_ [~kevkevin@209.242.39.30] has quit [Remote host closed the connection] 07:33 -!- kevkevin [~kevkevin@209.242.39.30] has joined #bitcoin-core-dev 07:33 -!- AHUNAM [~AHUNAM@102.88.109.155] has joined #bitcoin-core-dev 07:37 -!- chidinma_ahunam [~chidinma_@102.88.109.155] has joined #bitcoin-core-dev 07:37 -!- AHUNAM [~AHUNAM@102.88.109.155] has quit [Client Quit] 07:47 -!- chidinma_ahunam [~chidinma_@102.88.109.155] has quit [Ping timeout: 240 seconds] 07:50 < bitcoin-git> [bitcoin] theStack opened pull request #32533: test: properly check for per-tx sigops limit (master...202505-test-exact_per_tx_sigopcost_check) https://github.com/bitcoin/bitcoin/pull/32533 08:03 < bitcoin-git> [bitcoincore.org] fanquake opened pull request #1131: doc: update links in contributing (master...old_links) https://github.com/bitcoin-core/bitcoincore.org/pull/1131 08:04 < bitcoin-git> [bitcoincore.org] fanquake opened pull request #1132: contrib: remove github-merge.py (master...remove_duplicate_merge) https://github.com/bitcoin-core/bitcoincore.org/pull/1132 08:13 -!- purpleKarrot [~purpleKar@user/purpleKarrot] has joined #bitcoin-core-dev 08:14 -!- pyth [~pyth@user/pyth] has quit [Remote host closed the connection] 08:15 < bitcoin-git> [bitcoin] fanquake opened pull request #32534: Update leveldb subtree to latest upstream (master...update_leveldb_subtree) https://github.com/bitcoin/bitcoin/pull/32534 08:15 -!- Christoph_ [~Christoph@2a02:810d:1399:b700:4069:f9f8:f618:2ead] has quit [Quit: Christoph_] 08:16 -!- Christoph_ [~Christoph@2a02:810d:1399:b700:4069:f9f8:f618:2ead] has joined #bitcoin-core-dev 08:17 -!- bugs_ [~bugs@user/bugs/x-5128603] has joined #bitcoin-core-dev 08:23 -!- Christoph_ [~Christoph@2a02:810d:1399:b700:4069:f9f8:f618:2ead] has quit [Ping timeout: 260 seconds] 08:47 -!- sliv3r__ [~sliv3r__@user/sliv3r-:76883] has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in] 08:48 -!- sliv3r__ [~sliv3r__@user/sliv3r-:76883] has joined #bitcoin-core-dev 09:04 < bitcoin-git> [bitcoin] maflcko opened pull request #32535: rev_32343_wip_nomerge_ci (master...2505-rev_32343_wip_nomerge_ci) https://github.com/bitcoin/bitcoin/pull/32535 09:05 -!- jespada [~jespada@r179-25-150-22.dialup.adsl.anteldata.net.uy] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 09:06 -!- Christoph_ [~Christoph@2a02:810d:1399:b700:4069:f9f8:f618:2ead] has joined #bitcoin-core-dev 09:13 -!- Christoph_ [~Christoph@2a02:810d:1399:b700:4069:f9f8:f618:2ead] has quit [Ping timeout: 276 seconds] 09:32 < bitcoin-git> [bitcoin] hebasto opened pull request #32537: 250516 win min ver (master...250516-win-min-ver) https://github.com/bitcoin/bitcoin/pull/32537 09:35 -!- Cory38 [~Cory38@user/pasha] has quit [Quit: Client closed] 09:35 -!- Cory38 [~Cory38@user/pasha] has joined #bitcoin-core-dev 10:01 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3f83c744ac28...b15c386933eb 10:01 < bitcoin-git> bitcoin/master fa2be60 MarcoFalke: ci: Enable feature_init and wallet_reorgsrestore in valgrind task 10:01 < bitcoin-git> bitcoin/master b15c386 merge-script: Merge bitcoin/bitcoin#32519: ci: Enable feature_init and wallet_reorgsrest... 10:01 < bitcoin-git> [bitcoin] fanquake merged pull request #32519: ci: Enable feature_init and wallet_reorgsrestore in valgrind task (master...2505-ci-valgrind) https://github.com/bitcoin/bitcoin/pull/32519 10:09 < bitcoin-git> [bitcoin] fanquake pushed 4 commits to 28.x: https://github.com/bitcoin/bitcoin/compare/a124b913392e...ac637458ef29 10:09 < bitcoin-git> bitcoin/28.x fdc629f fanquake: doc: update release notes for 28.2rc1 10:09 < bitcoin-git> bitcoin/28.x bbfb994 fanquake: build: bump version to 28.2rc1 10:09 < bitcoin-git> bitcoin/28.x 186e3f1 fanquake: doc: update manual pages for 28.2rc1 10:10 < bitcoin-git> [bitcoin] fanquake merged pull request #32480: [28.x] 28.2rc1 (28.x...28_2_rc1) https://github.com/bitcoin/bitcoin/pull/32480 10:10 < bitcoin-git> [bitcoin] fanquake pushed tag v28.2rc1: https://github.com/bitcoin/bitcoin/compare/v28.2rc1 10:21 -!- purpleKarrot [~purpleKar@user/purpleKarrot] has quit [Quit: purpleKarrot] 10:23 -!- dzxzg [~dzxzg@user/dzxzg] has joined #bitcoin-core-dev 10:36 -!- kevkevin [~kevkevin@209.242.39.30] has quit [Remote host closed the connection] 10:37 -!- dzxzg [~dzxzg@user/dzxzg] has quit [Quit: Client closed] 10:40 -!- jespada [~jespada@r179-25-150-22.dialup.adsl.anteldata.net.uy] has joined #bitcoin-core-dev 10:42 -!- jespada [~jespada@r179-25-150-22.dialup.adsl.anteldata.net.uy] has quit [Client Quit] 10:51 -!- purpleKarrot [~purpleKar@user/purpleKarrot] has joined #bitcoin-core-dev 10:52 -!- kevkevin [~kevkevin@209.242.39.30] has joined #bitcoin-core-dev 10:58 -!- hensou [~hensou@2001:818:eadb:c00:6bb4:a29d:2a27:d079] has joined #bitcoin-core-dev 10:59 -!- hensou [~hensou@2001:818:eadb:c00:6bb4:a29d:2a27:d079] has quit [Client Quit] 10:59 -!- hensou [~hensou@2001:818:eadb:c00:6bb4:a29d:2a27:d079] has joined #bitcoin-core-dev 11:13 -!- Cory38 [~Cory38@user/pasha] has quit [Quit: Client closed] 11:13 -!- Cory38 [~Cory38@user/pasha] has joined #bitcoin-core-dev 11:29 -!- Nastro101percend [~Nastro101@mob-5-91-47-206.net.vodafone.it] has joined #bitcoin-core-dev 11:30 -!- Nastro101percend [~Nastro101@mob-5-91-47-206.net.vodafone.it] has left #bitcoin-core-dev [] 11:42 < bitcoin-git> [bitcoin] furszy opened pull request #32538: restrict std::cerr to errors; use std::cout for warnings and info (master...2025_init_warning_msgs) https://github.com/bitcoin/bitcoin/pull/32538 11:44 -!- PaperSword [~Thunderbi@securemail.qrsnap.io] has quit [Remote host closed the connection] 11:57 -!- cfields [~cfields@user/cfields] has quit [Ping timeout: 252 seconds] 11:57 -!- cfields [~cfields@user/cfields] has joined #bitcoin-core-dev 11:57 -!- tinova4 [~tinova@217.160.209.135] has quit [Ping timeout: 248 seconds] 11:58 -!- tinova4 [~tinova@217.160.209.135] has joined #bitcoin-core-dev 12:07 -!- kevkevin_ [~kevkevin@209.242.39.30] has joined #bitcoin-core-dev 12:08 -!- PaperSword [~Thunderbi@securemail.qrsnap.io] has joined #bitcoin-core-dev 12:09 -!- kevkevin [~kevkevin@209.242.39.30] has quit [Ping timeout: 260 seconds] 12:12 < bitcoin-git> [qa-assets] maflcko merged pull request #225: Add Murch’s inputs May 2025 (main...2025-05-murch-inputs) https://github.com/bitcoin-core/qa-assets/pull/225 12:12 < bitcoin-git> [qa-assets] maflcko pushed 2 commits to main: https://github.com/bitcoin-core/qa-assets/compare/4cac61239d08...4e64c5b478cd 12:12 < bitcoin-git> qa-assets/main b2fc82e Murch: Add Murch’s inputs May 2025 12:12 < bitcoin-git> qa-assets/main 4e64c5b maflcko: Merge pull request #225 from murchandamus/2025-05-murch-inputs 12:21 -!- abubakarsadiq [uid602234@id-602234.hampstead.irccloud.com] has quit [Quit: Connection closed for inactivity] 12:24 < bitcoin-git> [bitcoin] furszy closed pull request #32538: restrict std::cerr to errors; use std::cout for warnings and info (master...2025_init_warning_msgs) https://github.com/bitcoin/bitcoin/pull/32538 12:31 -!- OnceUponATime [~OnceUponA@82.78.22.83] has joined #bitcoin-core-dev 12:31 -!- OnceUponATime [~OnceUponA@82.78.22.83] has left #bitcoin-core-dev [] 12:37 -!- resonabledoop [~resonable@31.40.215.119] has joined #bitcoin-core-dev 12:50 < bitcoin-git> [bitcoincore.org] glozow pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/c88f668c15b2...70fccba571a5 12:50 < bitcoin-git> bitcoincore.org/master 194313e fanquake: doc: update links in contributing 12:50 < bitcoin-git> bitcoincore.org/master 70fccba merge-script: Merge bitcoin-core/bitcoincore.org#1131: doc: update links in contributing 12:50 < bitcoin-git> [bitcoincore.org] glozow merged pull request #1131: doc: update links in contributing (master...old_links) https://github.com/bitcoin-core/bitcoincore.org/pull/1131 12:58 < bitcoin-git> [bitcoin] pinheadmz opened pull request #32539: init: Configure reachable networks before we start the RPC server (master...rpcallowip-rfc4193) https://github.com/bitcoin/bitcoin/pull/32539 12:59 -!- resonabledoop [~resonable@31.40.215.119] has quit [Quit: Client closed] 13:02 -!- resonabledoop [~resonable@31.40.215.119] has joined #bitcoin-core-dev 13:04 -!- resonabledoop [~resonable@31.40.215.119] has quit [Client Quit] 13:05 -!- purpleKarrot [~purpleKar@user/purpleKarrot] has quit [Quit: purpleKarrot] 13:28 < bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/b15c386933eb...c461d1528758 13:28 < bitcoin-git> bitcoin/master faecf15 MarcoFalke: remove unused Import* function signatures 13:28 < bitcoin-git> bitcoin/master fa91d57 MarcoFalke: remove unused AddrToPubKey 13:28 < bitcoin-git> bitcoin/master fac72fe MarcoFalke: remove unused GetAllDestinationsForKey 13:28 < bitcoin-git> [bitcoin] achow101 merged pull request #32511: refactor: bdb removals (master...2505-del-get-dest-key) https://github.com/bitcoin/bitcoin/pull/32511 13:30 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 13:30 -!- Talkless [~Talkless@138.199.6.197] has joined #bitcoin-core-dev 13:36 -!- Guest6 [~Guest6@103.217.111.120] has joined #bitcoin-core-dev 13:39 -!- Guest6 [~Guest6@103.217.111.120] has quit [Client Quit] 13:49 -!- kevkevin_ [~kevkevin@209.242.39.30] has quit [Remote host closed the connection] 13:50 -!- jespada [~jespada@r179-25-150-22.dialup.adsl.anteldata.net.uy] has joined #bitcoin-core-dev 13:52 -!- kevkevin [~kevkevin@209.242.39.30] has joined #bitcoin-core-dev 14:01 -!- Cory38 [~Cory38@user/pasha] has quit [Quit: Client closed] 14:02 -!- Cory38 [~Cory38@user/pasha] has joined #bitcoin-core-dev 14:08 -!- instagibbs6 [~instagibb@pool-100-15-116-202.washdc.fios.verizon.net] has joined #bitcoin-core-dev 14:10 -!- instagibbs [~instagibb@pool-100-15-116-202.washdc.fios.verizon.net] has quit [Ping timeout: 252 seconds] 14:10 -!- instagibbs6 is now known as instagibbs 14:11 -!- Talkless [~Talkless@138.199.6.197] has quit [Quit: Konversation terminated!] 14:12 < sipa> instagibbs: 6 is a lot of instagibbses 14:13 < gmaxwell> a whole platter, you could say. 14:17 -!- Cory38 [~Cory38@user/pasha] has quit [Quit: Client closed] 14:17 -!- Cory38 [~Cory38@user/pasha] has joined #bitcoin-core-dev 14:23 < sipa> a six pack 14:24 < darosior> lol 14:38 -!- hensou [~hensou@2001:818:eadb:c00:6bb4:a29d:2a27:d079] has quit [Ping timeout: 248 seconds] 15:04 -!- hernanmarino [~hernanmar@2800:2330:2800:ce:7a6b:7153:281c:8812] has quit [Ping timeout: 260 seconds] 15:06 -!- hernanmarino [~hernanmar@181.85.34.115] has joined #bitcoin-core-dev 15:08 -!- Cory38 [~Cory38@user/pasha] has quit [Quit: Client closed] 15:08 -!- Cory38 [~Cory38@user/pasha] has joined #bitcoin-core-dev 15:18 -!- Guest32 [~Guest32@103.199.56.237] has joined #bitcoin-core-dev 15:21 -!- Guest32 [~Guest32@103.199.56.237] has quit [Client Quit] 16:23 -!- bugs_ [~bugs@user/bugs/x-5128603] has quit [Quit: Leaving] 16:44 < bitcoin-git> [bitcoincore.org] achow101 pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/70fccba571a5...1b13bfb2ebef 16:44 < bitcoin-git> bitcoincore.org/master df7b542 fanquake: contrib: remove github-merge.py 16:44 < bitcoin-git> bitcoincore.org/master 1b13bfb Ava Chow: Merge bitcoin-core/bitcoincore.org#1132: contrib: remove github-merge.py 16:44 < bitcoin-git> [bitcoincore.org] achow101 merged pull request #1132: contrib: remove github-merge.py (master...remove_duplicate_merge) https://github.com/bitcoin-core/bitcoincore.org/pull/1132 16:52 -!- kevkevin [~kevkevin@209.242.39.30] has quit [Remote host closed the connection] 17:02 -!- jespada [~jespada@r179-25-150-22.dialup.adsl.anteldata.net.uy] has quit [Ping timeout: 245 seconds] 17:38 -!- kevkevin [~kevkevin@209.242.39.30] has joined #bitcoin-core-dev 18:01 -!- AtleoS [~AtleoS@user/AtleoS] has joined #bitcoin-core-dev 18:03 -!- adil [~Thunderbi@2402:d000:8134:2f97:c384:1f18:9ca6:4eff] has joined #bitcoin-core-dev 18:23 -!- adil [~Thunderbi@2402:d000:8134:2f97:c384:1f18:9ca6:4eff] has quit [Quit: adil] 18:28 -!- adil [~Thunderbi@2402:d000:8134:2f97:c384:1f18:9ca6:4eff] has joined #bitcoin-core-dev 18:33 -!- adil [~Thunderbi@2402:d000:8134:2f97:c384:1f18:9ca6:4eff] has quit [Quit: adil] 19:03 -!- Guest27 [~Guest27@2600:6c56:6800:b5f::42] has joined #bitcoin-core-dev 19:24 -!- ojokne [~ojokne@41.75.176.56] has joined #bitcoin-core-dev 19:37 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 20:20 -!- Guest68 [~Guest68@116.125.225.237] has joined #bitcoin-core-dev 20:20 -!- Guest68 [~Guest68@116.125.225.237] has quit [Client Quit] 20:23 -!- Guest27 [~Guest27@2600:6c56:6800:b5f::42] has quit [Ping timeout: 240 seconds] 20:35 -!- kevkevin [~kevkevin@209.242.39.30] has quit [Remote host closed the connection] 20:36 -!- kevkevin [~kevkevin@209.242.39.30] has joined #bitcoin-core-dev 20:42 -!- ojokne [~ojokne@41.75.176.56] has quit [Ping timeout: 240 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:07 -!- spynxic [~spynxic@spynxic.powered.by.lunarbnc.net] has quit [Ping timeout: 265 seconds] 21:09 -!- pyth [~pyth@user/pyth] has joined #bitcoin-core-dev 21:10 -!- spynxic [~spynxic@spynxic.powered.by.lunarbnc.net] has joined #bitcoin-core-dev 21:38 -!- pyth [~pyth@user/pyth] has quit [Remote host closed the connection] 21:52 -!- AtleoS [~AtleoS@user/AtleoS] has quit [Ping timeout: 272 seconds] 22:07 -!- robszarka [~szarka@2603:3003:4eac:100:e547:58ab:d0a0:3f6f] has joined #bitcoin-core-dev 22:10 -!- szarka [~szarka@2603:3003:4eac:100:a13d:fa36:80cc:d19a] has quit [Ping timeout: 248 seconds] 23:42 -!- tarotfied [~tarotfied@user/tarotfied] has quit [Quit: WeeChat 4.1.1] 23:44 -!- tarotfied [~tarotfied@user/tarotfied] has joined #bitcoin-core-dev --- Log closed Sat May 17 00:00:45 2025