achow101 changed the topic of #bitcoin-core-dev to: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Weekly Meeting Thursday @ 16:00 UTC | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
adil has joined #bitcoin-core-dev
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
Guest71 has joined #bitcoin-core-dev
Guest71 has quit [Ping timeout: 272 seconds]
cmirror has quit [Remote host closed the connection]
cmirror has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] optout21 opened pull request #34416: Add nullptr-check to CChain::Contains(), tests (master...cchain-contains) https://github.com/bitcoin/bitcoin/pull/34416
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
memset has quit [Remote host closed the connection]
memset has joined #bitcoin-core-dev
memset has quit [Remote host closed the connection]
memset has joined #bitcoin-core-dev
btsf_1 has joined #bitcoin-core-dev
btsf_1 has quit [Remote host closed the connection]
adil has quit [Ping timeout: 264 seconds]
adil has joined #bitcoin-core-dev
w0xlt has quit [Quit: w0xlt]
ghost43 has quit [Ping timeout: 252 seconds]
ghost43 has joined #bitcoin-core-dev
ghost43 has quit [Remote host closed the connection]
Guest79 has joined #bitcoin-core-dev
ghost43 has joined #bitcoin-core-dev
Guest79 has quit [Quit: Client closed]
robszarka has joined #bitcoin-core-dev
szarka has quit [Ping timeout: 246 seconds]
l0rinc has joined #bitcoin-core-dev
Guyver2 has joined #bitcoin-core-dev
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
kevkevin has quit [Remote host closed the connection]
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 246 seconds]
vasild has quit [Remote host closed the connection]
vasild has joined #bitcoin-core-dev
jerryf has quit [Remote host closed the connection]
kevkevin has joined #bitcoin-core-dev
jerryf has joined #bitcoin-core-dev
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/34a5ecadd720...8593d965191e
<bitcoin-git> bitcoin/master 81675a7 naiyoma: test: use pre-generated chain
<bitcoin-git> bitcoin/master 7cfe790 naiyoma: test: replace ValidWitnessMalleatedTx class with function
<bitcoin-git> bitcoin/master 3f5211c naiyoma: test: remove child_one/child_two (w)txid variables
<bitcoin-git> [bitcoin] fanquake merged pull request #33067: test: refactor ValidWitnessMalleatedTx class to helper function (master...2025_4/test_mempool_accept_wtxid) https://github.com/bitcoin/bitcoin/pull/33067
Guyver2 has left #bitcoin-core-dev [Closing Window]
kevkevin has quit [Ping timeout: 260 seconds]
l0rinc has quit [Remote host closed the connection]
l0rinc has joined #bitcoin-core-dev
l0rinc has quit [Client Quit]
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] vasild closed pull request #26812: test: add end-to-end tests for CConnman and PeerManager (master...e2e_tests) https://github.com/bitcoin/bitcoin/pull/26812
kevkevin has joined #bitcoin-core-dev
aleggg has quit [Remote host closed the connection]
<bitcoin-git> [bitcoin] vasild reopened pull request #26812: test: add end-to-end tests for CConnman and PeerManager (master...e2e_tests) https://github.com/bitcoin/bitcoin/pull/26812
memset has quit [Remote host closed the connection]
memset has joined #bitcoin-core-dev
adil has quit [Ping timeout: 260 seconds]
kevkevin has quit [Remote host closed the connection]
<bitcoin-git> [bitcoin] sedited pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/8593d965191e...f970cb39fb64
<bitcoin-git> bitcoin/master 31b771a Lőrinc: net: move `privatebroadcast` logs to debug category
<bitcoin-git> bitcoin/master c7028d3 Lőrinc: init: log that additional logs may contain privacy-sensitive information
<bitcoin-git> bitcoin/master b39291f Lőrinc: doc: fix `-logips` description to clarify that non-debug logs can also con...
<bitcoin-git> [bitcoin] sedited merged pull request #34267: net: avoid unconditional `privatebroadcast` logging (+ warn for debug logs) (master...l0rinc/privatebroadcast-logdebug) https://github.com/bitcoin/bitcoin/pull/34267
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 244 seconds]
<bitcoin-git> [bitcoin] maflcko opened pull request #34417: log: Print warning about privacy-sensitive log info unconditionally (master...2601-log-warn-sensitive) https://github.com/bitcoin/bitcoin/pull/34417
<bitcoin-git> [bitcoin] sedited pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f970cb39fb64...27aeeff63014
<bitcoin-git> bitcoin/master a9440b1 Lőrinc: util: add `TicksSeconds`
<bitcoin-git> bitcoin/master 14f99cf Lőrinc: rpc: make `uptime` monotonic across NTP jumps
<bitcoin-git> bitcoin/master 27aeeff merge-script: Merge bitcoin/bitcoin#34328: rpc: make `uptime` monotonic across NTP jumps
<bitcoin-git> [bitcoin] sedited merged pull request #34328: rpc: make `uptime` monotonic across NTP jumps (master...l0rinc/uptime-monotonic) https://github.com/bitcoin/bitcoin/pull/34328
<bitcoin-git> [bitcoin] hodlinator opened pull request #34418: qa: Make `wallet_multiwallet.py` Windows-compatible (master...2026/01/31409_fix) https://github.com/bitcoin/bitcoin/pull/34418
l0rinc has joined #bitcoin-core-dev
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
kevkevin has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] fanquake closed pull request #34398: refactor: Include function info in runtime errors (master...runtime_error) https://github.com/bitcoin/bitcoin/pull/34398
<bitcoin-git> [bitcoin] l0rinc closed pull request #34395: test: rename `assert_greater_than(_or_equal)` to `assert_gt`/`assert_ge` (master...l0rinc/rename-assert-gt-ge) https://github.com/bitcoin/bitcoin/pull/34395
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
jonatack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 244 seconds]
robszarka has quit [Quit: Leaving]
szarka has joined #bitcoin-core-dev
bitdex has quit [Quit: = ""]
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] Sjors opened pull request #34419: mining: add coinbase locktime and sequence fields to getblocktemplate RPC (master...2026/01/bip-coinbase-fields) https://github.com/bitcoin/bitcoin/pull/34419
flooded has joined #bitcoin-core-dev
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] batmanbytes opened pull request #34420: consensus: disable min difficulty blocks on testnet4 after height 151200 (master...testnet4-fix) https://github.com/bitcoin/bitcoin/pull/34420
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
Guest10 has joined #bitcoin-core-dev
bugs_ has joined #bitcoin-core-dev
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
Guest10 has quit [Quit: Client closed]
jonatack has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] fanquake opened pull request #34421: [RFC] ci: add Chimera Linux LTO job (master...add_chimera_clang_ci) https://github.com/bitcoin/bitcoin/pull/34421
l0rinc has quit [Quit: l0rinc]
durandal_ has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] sedited pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/27aeeff63014...9260b20ef175
<bitcoin-git> bitcoin/master e71c4df ANtutov: refactor: replace manual promise with SyncWithValidationInterfaceQueue
<bitcoin-git> bitcoin/master 9260b20 merge-script: Merge bitcoin/bitcoin#33962: refactor: replace manual promise with SyncWit...
<bitcoin-git> [bitcoin] sedited merged pull request #33962: refactor: replace manual promise with SyncWithValidationInterfaceQueue (master...refactor/broadcast-tx-sync-without-promise) https://github.com/bitcoin/bitcoin/pull/33962
_durandal has quit [Ping timeout: 245 seconds]
memset has quit [Remote host closed the connection]
memset has joined #bitcoin-core-dev
l0rinc has joined #bitcoin-core-dev
cotsuka has quit [Remote host closed the connection]
cotsuka has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] sedited pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/9260b20ef175...c0e6556e4f51
<bitcoin-git> bitcoin/master fa06cd4 MarcoFalke: doc: Remove outdated -fdebug-prefix-map section in dev notes
<bitcoin-git> bitcoin/master fa2e1b8 MarcoFalke: build: Remove outdated comment about -ffile-prefix-map
<bitcoin-git> bitcoin/master c0e6556 merge-script: Merge bitcoin/bitcoin#34413: doc: Remove outdated -fdebug-prefix-map secti...
<bitcoin-git> [bitcoin] sedited merged pull request #34413: doc: Remove outdated -fdebug-prefix-map section in dev notes (master...2601-build-fix-remove) https://github.com/bitcoin/bitcoin/pull/34413
memset has quit [Remote host closed the connection]
memset has joined #bitcoin-core-dev
iSiUp has quit [Ping timeout: 246 seconds]
iSiUp has joined #bitcoin-core-dev
memset has quit [Remote host closed the connection]
memset has joined #bitcoin-core-dev
l0rinc has quit [Quit: l0rinc]
w0xlt has joined #bitcoin-core-dev
eugenesiegel has joined #bitcoin-core-dev
darosior0 has joined #bitcoin-core-dev
darosior has quit [Ping timeout: 240 seconds]
darosior0 is now known as darosior
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
memset has quit [Remote host closed the connection]
memset has joined #bitcoin-core-dev
memset has quit [Ping timeout: 252 seconds]
Guest54 has joined #bitcoin-core-dev
memset has joined #bitcoin-core-dev
Guest54 has quit [Client Quit]
jerryf has quit [Remote host closed the connection]
jerryf has joined #bitcoin-core-dev
jerryf has quit [Remote host closed the connection]
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
SakshiKasat18 has joined #bitcoin-core-dev
PaperSword has quit [Quit: PaperSword]
jerryf has joined #bitcoin-core-dev
eugenesiegel has quit [Ping timeout: 272 seconds]
memset_ has joined #bitcoin-core-dev
durandal_ has quit [Read error: Connection reset by peer]
durandal_ has joined #bitcoin-core-dev
dzxzg has joined #bitcoin-core-dev
memset has quit [Remote host closed the connection]
PaperSword has joined #bitcoin-core-dev
eugenesiegel has joined #bitcoin-core-dev
SakshiKasat18 has quit [Quit: Client closed]
<bitcoin-git> [bitcoin] ryanofsky opened pull request #34422: Update libmultiprocess subtree to be more stable with rust IPC client (master...pr/subtree-8) https://github.com/bitcoin/bitcoin/pull/34422
memset_ has quit [Ping timeout: 252 seconds]
memset has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] alexanderwiederin opened pull request #34424: [RFC] Chain Concurrency Improvement (master...chain-concurrency-enhancement) https://github.com/bitcoin/bitcoin/pull/34424
jonatack has quit [Ping timeout: 252 seconds]
Guest0 has joined #bitcoin-core-dev
Guest0 has quit [Client Quit]
<bitcoin-git> [bitcoin] maflcko opened pull request #34425: test: Add missing sync on node0 in rpc_setban.py (master...2601-test-missing-sync) https://github.com/bitcoin/bitcoin/pull/34425
l0rinc has joined #bitcoin-core-dev
<darosior> Could be of interest to people here, purpleKarrot is making C++ videos based on the Bitcoin Core codebase https://www.youtube.com/@RefactoringBitcoin
_durandal has joined #bitcoin-core-dev
durandal_ has quit [Ping timeout: 264 seconds]
bugs_ has quit [Quit: Leaving]
_durandal has quit [Ping timeout: 240 seconds]
durandal_ has joined #bitcoin-core-dev
_durandal has joined #bitcoin-core-dev
l0rinc has quit [Quit: l0rinc]
jerryf has quit [Remote host closed the connection]
durandal_ has quit [Ping timeout: 256 seconds]
jerryf has joined #bitcoin-core-dev
aleggg has joined #bitcoin-core-dev