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
jonatack has joined #bitcoin-core-dev
jon_atack has quit [Ping timeout: 265 seconds]
LainIwakura has joined #bitcoin-core-dev
LainIwakura has quit [Client Quit]
hirish has joined #bitcoin-core-dev
jadi has joined #bitcoin-core-dev
Guest35 has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 256 seconds]
dermoth_ has joined #bitcoin-core-dev
dermoth has quit [Remote host closed the connection]
bitdex has quit [Ping timeout: 252 seconds]
dermoth_ is now known as dermoth
jqq_ has joined #bitcoin-core-dev
Guest35 has quit [Quit: Client closed]
bitdex has joined #bitcoin-core-dev
Guest91 has joined #bitcoin-core-dev
Guest91 has quit [Client Quit]
S3RK has joined #bitcoin-core-dev
S3RK_ has quit [Ping timeout: 240 seconds]
MrHAPPY has joined #bitcoin-core-dev
Guest91 has joined #bitcoin-core-dev
Guest91 has quit [Client Quit]
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 265 seconds]
<bitcoin-git> [bitcoin] furszy opened pull request #34156: wallet: fix unnamed legacy wallet migration failure (master...2025_wallet_migration_jinglewreck) https://github.com/bitcoin/bitcoin/pull/34156
MrHAPPY has quit []
cmirror has joined #bitcoin-core-dev
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 260 seconds]
Artea has quit [Read error: Connection reset by peer]
xFFFC0000 has joined #bitcoin-core-dev
ghost43 has quit [Ping timeout: 252 seconds]
ghost43 has joined #bitcoin-core-dev
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 244 seconds]
andrewtoth has quit [Quit: Leaving]
memset has quit [Remote host closed the connection]
memset has joined #bitcoin-core-dev
xFFFC0000 has quit [Quit: Connection closed for inactivity]
<sedited> roconnor not really sure what you are looking for, but the exact release build configuration for sqlite is defined in depends: https://github.com/bitcoin/bitcoin/blob/master/depends/packages/sqlite.mk
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 245 seconds]
jqq_ has quit [Quit: Connection closed for inactivity]
vasild has quit [Ping timeout: 252 seconds]
vasild has joined #bitcoin-core-dev
<roconnor> It's unclear to me if sqlite exclude zlib or not. I found that it compiles fine if you remove zlib, the configuration just says:
<roconnor> Checking for zlib.h...not found
<roconnor> I wanted to see if the logs of the guix build is the same.
Guyver2 has joined #bitcoin-core-dev
Artea has joined #bitcoin-core-dev
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 252 seconds]
Guyver2 has left #bitcoin-core-dev [Closing Window]
brunoerg_ has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 244 seconds]
xFFFC0000 has joined #bitcoin-core-dev
memset has quit [Remote host closed the connection]
memset has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] andaluzcoin opened pull request #34157: Sync with upstream 30.x + functional test fixes (master...upstream-30x-integration) https://github.com/bitcoin/bitcoin/pull/34157
<bitcoin-git> [bitcoin] fanquake closed pull request #34157: Sync with upstream 30.x + functional test fixes (master...upstream-30x-integration) https://github.com/bitcoin/bitcoin/pull/34157
jadi has joined #bitcoin-core-dev
<sedited> roconnor the same zlib.h...not found line also occurs in the guix build.
jadi has quit [Ping timeout: 244 seconds]
<bitcoin-git> [bitcoin] fjahr opened pull request #34158: torcontrol: Remove libevent usage (master...2025-12-torcontrol-take-3) https://github.com/bitcoin/bitcoin/pull/34158
<bitcoin-git> [bitcoin] billymcbip closed pull request #34139: refactor: Add helper for Taproot control block size check (master...control) https://github.com/bitcoin/bitcoin/pull/34139
nanotube has quit [Ping timeout: 244 seconds]
nanotube has joined #bitcoin-core-dev
<roconnor> sedited: for sqlite?
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d861c3820528...48c9ba1e974b
<bitcoin-git> bitcoin/master fa727e3 MarcoFalke: test: Avoid hard time.sleep(1) in feature_init.py
<bitcoin-git> bitcoin/master 48c9ba1 merge-script: Merge bitcoin/bitcoin#34137: test: Avoid hard time.sleep(1) in feature_ini...
<bitcoin-git> [bitcoin] fanquake merged pull request #34137: test: Avoid hard time.sleep(1) in feature_init.py (master...2512-test-less-hard-sleep) https://github.com/bitcoin/bitcoin/pull/34137
jerryf has quit [Ping timeout: 252 seconds]
jerryf has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/48c9ba1e974b...ec4ff99a22b1
<bitcoin-git> bitcoin/master 1488315 Greg Sanders: policy: Allow any transaction version with < minrelay
<bitcoin-git> [bitcoin] fanquake merged pull request #33892: policy: allow minrelay txns in package context if paid for by cpfp (master...2025-11-remove_singletx_minrelay_req) https://github.com/bitcoin/bitcoin/pull/33892
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/ec4ff99a22b1...e7033605775c
<bitcoin-git> bitcoin/master a67d3eb Martin Zumsande: index: deduplicate Hash / Height handling
<bitcoin-git> bitcoin/master 032f350 Martin Zumsande: index, refactor: deduplicate LookUpOne
<bitcoin-git> bitcoin/master 5646e6c Martin Zumsande: index: restrict index helper function to namespace
<bitcoin-git> [bitcoin] fanquake merged pull request #32997: index: Deduplicate HashKey / HeightKey handling (master...202507_dedup_hashheight) https://github.com/bitcoin/bitcoin/pull/32997
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e7033605775c...eb0594e23f0c
<bitcoin-git> bitcoin/master 44e006d Josh Doman: [kernel] Expose reusable PrecomputedTransactionData in script valid
<bitcoin-git> bitcoin/master eb0594e merge-script: Merge bitcoin/bitcoin#33891: kernel: Expose reusable `PrecomputedTransacti...
<bitcoin-git> [bitcoin] fanquake merged pull request #33891: kernel: Expose reusable `PrecomputedTransactionData` in script validation (master...kernel/precomputed-txdata) https://github.com/bitcoin/bitcoin/pull/33891
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/eb0594e23f0c...c575990651d6
<bitcoin-git> bitcoin/master 11ce5cf David Gumberg: scripted-diff: refactor: wallet: Delete IsCrypted
<bitcoin-git> bitcoin/master c575990 merge-script: Merge bitcoin/bitcoin#34147: scripted-diff: refactor: wallet: Delete dupli...
<bitcoin-git> [bitcoin] fanquake merged pull request #34147: scripted-diff: refactor: wallet: Delete duplicate IsCrypted() (master...2025-12-24-delete-iscrypted) https://github.com/bitcoin/bitcoin/pull/34147
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c575990651d6...94ddc2dced57
<bitcoin-git> bitcoin/master fa66e2d MarcoFalke: refactor: [rpc] Remove confusing and brittle integral casts
<bitcoin-git> bitcoin/master 94ddc2d merge-script: Merge bitcoin/bitcoin#34113: refactor: [rpc] Remove confusing and brittle ...
<bitcoin-git> [bitcoin] fanquake merged pull request #34113: refactor: [rpc] Remove confusing and brittle integral casts (master...2512-less-casts) https://github.com/bitcoin/bitcoin/pull/34113
vasild has quit [Remote host closed the connection]
vasild has joined #bitcoin-core-dev
xFFFC0000 has quit [Quit: Connection closed for inactivity]
aleggg has joined #bitcoin-core-dev
adys has quit [Read error: Connection reset by peer]
adys has joined #bitcoin-core-dev
phantomcircuit_ is now known as phantomcircuit
bitdex has quit [Ping timeout: 252 seconds]
bitdex has joined #bitcoin-core-dev
bitdex_ has joined #bitcoin-core-dev
bitdex has quit [Ping timeout: 252 seconds]
<bitcoin-git> [bitcoin] flack opened pull request #34160: policy: Remove stale rationale paragraph (master...patch-1) https://github.com/bitcoin/bitcoin/pull/34160
PaperSword has quit [Quit: PaperSword]
bitdex_ has quit [Remote host closed the connection]
bitdex has joined #bitcoin-core-dev
Cory28 has quit [Quit: Client closed]
Cory28 has joined #bitcoin-core-dev
jerryf has quit [Remote host closed the connection]
TheRec_ has quit [Ping timeout: 252 seconds]
jerryf has joined #bitcoin-core-dev
bitdex_ has joined #bitcoin-core-dev
bitdex has quit [Ping timeout: 252 seconds]
TheRec has joined #bitcoin-core-dev
TheRec has joined #bitcoin-core-dev
adys has quit [Read error: Connection reset by peer]
adys4 has joined #bitcoin-core-dev