ChanServ 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 @ 14:00 UTC | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt
salvatoshi has quit [Ping timeout: 268 seconds]
the_mariner has joined #bitcoin-core-dev
the_mariner has quit [Ping timeout: 260 seconds]
preimage has joined #bitcoin-core-dev
the_mariner has joined #bitcoin-core-dev
the_mariner has quit [Ping timeout: 255 seconds]
the_mariner has joined #bitcoin-core-dev
the_mariner has quit [Ping timeout: 256 seconds]
AaronvanW has quit [Remote host closed the connection]
AaronvanW has joined #bitcoin-core-dev
AaronvanW has quit [Ping timeout: 252 seconds]
abubakarsadiq has quit [Quit: Connection closed for inactivity]
zato has quit [Quit: Om mani padme hum]
lbia has quit [Quit: lbia]
PaperSword has quit [Remote host closed the connection]
puchka has quit [Ping timeout: 268 seconds]
AaronvanW has joined #bitcoin-core-dev
AaronvanW has quit [Ping timeout: 256 seconds]
cmirror has joined #bitcoin-core-dev
preimage has quit [Quit: WeeChat 4.2.1]
adil has joined #bitcoin-core-dev
pablomartin has quit [Ping timeout: 260 seconds]
puchka has joined #bitcoin-core-dev
adil has quit [Quit: adil]
AaronvanW has joined #bitcoin-core-dev
adil has joined #bitcoin-core-dev
adil has quit [Quit: adil]
salvatoshi has joined #bitcoin-core-dev
abubakarsadiq has joined #bitcoin-core-dev
adil has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] maflcko opened pull request #29369: refactor: Allow CScript construction from any std::input_iterator (master...2402-script-input-iterator-) https://github.com/bitcoin/bitcoin/pull/29369
adil has quit [Quit: adil]
achow101 has quit [Ping timeout: 268 seconds]
the_mariner has joined #bitcoin-core-dev
vasild has quit [Ping timeout: 255 seconds]
vasild has joined #bitcoin-core-dev
the_mariner has quit [Ping timeout: 260 seconds]
GregTonoski has joined #bitcoin-core-dev
GregTonoski has quit [Quit: GregTonoski]
the_mariner has joined #bitcoin-core-dev
dviola has joined #bitcoin-core-dev
the_mariner1 has joined #bitcoin-core-dev
the_mariner has quit [Ping timeout: 252 seconds]
the_mariner1 is now known as the_mariner
adil has joined #bitcoin-core-dev
the_mariner has quit [Ping timeout: 256 seconds]
the_mariner has joined #bitcoin-core-dev
the_mariner has quit [Ping timeout: 246 seconds]
jon_atack has joined #bitcoin-core-dev
the_mariner has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 256 seconds]
adil has quit [Quit: adil]
szkl has quit [Quit: Connection closed for inactivity]
<bitcoin-git> [guix.sigs] m3dwards opened pull request #1010: Builder key and attestations for codesigned and non-codesigned 26.0 (main...26.0) https://github.com/bitcoin-core/guix.sigs/pull/1010
Guyver2 has joined #bitcoin-core-dev
<bitcoin-git> [guix.sigs] glozow merged pull request #1010: Builder key and attestations for codesigned and non-codesigned 26.0 (main...26.0) https://github.com/bitcoin-core/guix.sigs/pull/1010
<bitcoin-git> [guix.sigs] glozow pushed 3 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/5c431bbb5844...304e7ae21d5d
<bitcoin-git> guix.sigs/main 993b183 Max Edwards: builder-keys: Add new codesigning key for m3dwards
<bitcoin-git> guix.sigs/main e173dd0 Max Edwards: 26.0 m3dwards codesigned and non-codesigned
<bitcoin-git> guix.sigs/main 304e7ae Gloria Zhao: Merge pull request #1010 from m3dwards/26.0
the_mariner has quit [Ping timeout: 252 seconds]
Chris_Stewart_5 has quit [Quit: WeeChat 3.5]
Chris_Stewart_5 has joined #bitcoin-core-dev
kevkevin has joined #bitcoin-core-dev
kevkevin_ has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 246 seconds]
gribble has quit [Remote host closed the connection]
adil has joined #bitcoin-core-dev
gribble has joined #bitcoin-core-dev
pablomartin has joined #bitcoin-core-dev
<bitcoin-git> [qa-assets] Sjors opened pull request #169: Initial corpus for sv2_noise_cipher_roundtrip (main...2024/02/noise) https://github.com/bitcoin-core/qa-assets/pull/169
Guest76 has joined #bitcoin-core-dev
Guest76 has quit [Ping timeout: 250 seconds]
Guest13 has joined #bitcoin-core-dev
adil has quit [Quit: adil]
willcl-ark has quit [Changing host]
willcl-ark has joined #bitcoin-core-dev
dviola has quit [Quit: WeeChat 4.2.1]
zato has joined #bitcoin-core-dev
dviola has joined #bitcoin-core-dev
fufu has joined #bitcoin-core-dev
PaperSword has joined #bitcoin-core-dev
zato has quit [Ping timeout: 256 seconds]
<Chris_Stewart_5> Is there any concept of sigversion in the python test framework?
<Chris_Stewart_5> or should i just emulate it with leaf version
<sipa> the python test framework doesn't do validation, so the concept of sigversion just doesn't apply
<sipa> it's an implementation detail of the validation logic
noonien has quit [Quit: The Lounge - https://thelounge.chat]
noonien has joined #bitcoin-core-dev
noonien has quit [Client Quit]
<Chris_Stewart_5> i think is_op_success() might be an exception. I've oscillated between parameterizing it with SigVersion/leaf_version. Currently have it as SigVersion in the c++ codebase and will have to do leaf_version in python. Ig your abstraction still holds true tho IIUC
noonien has joined #bitcoin-core-dev
<darosior> Anybody interested in getting multipath descriptors in interested in syncing up review? https://github.com/bitcoin/bitcoin/pull/22838#issuecomment-1924145169
<Chris_Stewart_5> actually i think the errors now being caused walk me in the right direction of implementation still needed. Thanks!
<Chris_Stewart_5> sipa: Something you've mentioned before is don't touch consensus code piecemeal. Do you feel the same way about the python test framework? For instance something i'm going to need to do is add a param to 'taproot_tree_helper' to allow for a specific leaf version in script.py . Does that make sense to pull out into a separate PR or not?
preimage has joined #bitcoin-core-dev
<sipa> Chris_Stewart_5: certainly the argument "consensus code requires very thorough review, don't do it if unnecessary" doesn't hold... but unless it's an independent improvement to the test, perhaps people won't be inclined to review it
<Chris_Stewart_5> Eh, i'll give it a shot and ig if it doesn't get reviewed i'll pull it into a mega PR
Guyver2 has left #bitcoin-core-dev [Closing Window]
<Chris_Stewart_5> thanks for the advice
AaronvanW has quit [Remote host closed the connection]
<furszy> darosior: I'm still interested, but I think the focus should be on the wallet migration bugs first for v27 (check #28037). Otherwise, the legacy wallet removal timeline will need to be pushed back for another release.
<gribble> https://github.com/bitcoin/bitcoin/issues/28037 | rpc: Drop migratewallet experimental warning by achow101 · Pull Request #28037 · bitcoin/bitcoin · GitHub
the_mariner has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] ryanofsky opened pull request #29370: assumeutxo: Get rid of faked nTx and nChainTx values (master...pr/nofake) https://github.com/bitcoin/bitcoin/pull/29370
<darosior> furszy: fair enough.
<darosior> Let me know when you start consider reviewing it so i can make some time on my end to get a momentum
achow101 has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] Christewart opened pull request #29371: test: Add `leaf_version` parameter to `taproot_tree_helper()` (master...2024-02-01-scriptpy-leafver) https://github.com/bitcoin/bitcoin/pull/29371
salvatoshi has quit [Ping timeout: 264 seconds]
Talkless has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5b8c5970bdfc...38941045c591
<bitcoin-git> bitcoin/master fad0faf MarcoFalke: refactor: Fix timedata includes
<bitcoin-git> bitcoin/master 3894104 Ava Chow: Merge bitcoin/bitcoin#29361: refactor: Fix timedata includes
<bitcoin-git> [bitcoin] achow101 merged pull request #29361: refactor: Fix timedata includes (master...2402-timedata-includes-) https://github.com/bitcoin/bitcoin/pull/29361
pacer has joined #bitcoin-core-dev
pablomartin has quit [Ping timeout: 264 seconds]
jarthur has joined #bitcoin-core-dev
Talkless has quit [Ping timeout: 256 seconds]
Talkless has joined #bitcoin-core-dev
SpellChecker has quit [Remote host closed the connection]
bob_x2 has quit [Read error: Connection reset by peer]
SpellChecker has joined #bitcoin-core-dev
bob_x2 has joined #bitcoin-core-dev
SpellChecker has quit [Remote host closed the connection]
SpellChecker has joined #bitcoin-core-dev
<stevenroose> Does regtest have a strange emission schedule? I thought it had the same as mainchain, so it would basically always reward 50 btc for a block.. But I have a chain that seems to have passed 6 halvings at height 1000 something
<instagibbs> completely different
<instagibbs> it halves much faster
AaronvanW has joined #bitcoin-core-dev
<stevenroose> Oh, got it, 150 block halving interval
Guest51 has joined #bitcoin-core-dev
boris has quit [Ping timeout: 240 seconds]
<bitcoin-git> [bitcoin] mzumsande opened pull request #29372: fix intermittent failure in `rpc_setban.py --v2transport`, run it in CI (master...202402_fix_setban_v2transport) https://github.com/bitcoin/bitcoin/pull/29372
boris has joined #bitcoin-core-dev
fufu has quit [Quit: Om mani padme hum]
AaronvanW has quit [Remote host closed the connection]
boris has quit [Read error: Connection reset by peer]
boris has joined #bitcoin-core-dev
boris has quit [Ping timeout: 256 seconds]
AaronvanW has joined #bitcoin-core-dev
<josie> darosior: I can start reviewing it, if youre also allocating time. ive seen the notation starting to pop in the wild more and it looks like the original issue requesting has had some recent activity
<josie> (its also something i want)
pablomartin has joined #bitcoin-core-dev
boris has joined #bitcoin-core-dev
preimage has quit [Quit: WeeChat 4.2.1]
boris has quit [Ping timeout: 256 seconds]
pablomartin4btc has joined #bitcoin-core-dev
boris has joined #bitcoin-core-dev
pablomartin has quit [Ping timeout: 264 seconds]
boris has quit [Ping timeout: 252 seconds]
<furszy> darosior: 👍, absolutely.
pablomartin4btc has quit [Remote host closed the connection]
boris has joined #bitcoin-core-dev
boris has quit [Ping timeout: 276 seconds]
boris has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] ryanofsky pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/38941045c591...93e10cab5d4c
<bitcoin-git> bitcoin/master 072d506 Ava Chow: wallet: Make sure that the descriptors flag is set for blank wallets
<bitcoin-git> bitcoin/master 3904123 Ava Chow: tests: Test that descriptors flag is set for migrated blank wallets
<bitcoin-git> bitcoin/master 93e10ca Ryan Ofsky: Merge bitcoin/bitcoin#29367: wallet: Set descriptors flag after migrating ...
<bitcoin-git> [bitcoin] ryanofsky merged pull request #29367: wallet: Set descriptors flag after migrating blank wallets (master...set-descriptors-flag-migrated-blank) https://github.com/bitcoin/bitcoin/pull/29367
the_mariner has quit [Ping timeout: 255 seconds]
the_mariner has joined #bitcoin-core-dev
preimage has joined #bitcoin-core-dev
realies has quit [Read error: Connection reset by peer]
realies has joined #bitcoin-core-dev
the_mariner has quit [Ping timeout: 256 seconds]
Guest51 has quit [Quit: Client closed]
kevkevin_ has quit [Remote host closed the connection]
kevkevin has joined #bitcoin-core-dev
puchka has quit [Ping timeout: 264 seconds]
the_mariner has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 260 seconds]
the_mariner has quit [Ping timeout: 276 seconds]
preimage has quit [Quit: WeeChat 4.2.1]
bugs_ has joined #bitcoin-core-dev
the_mariner has joined #bitcoin-core-dev
realies has quit [Read error: Connection reset by peer]
the_mariner has quit [Ping timeout: 276 seconds]
realies has joined #bitcoin-core-dev
Guest5 has joined #bitcoin-core-dev
Guest5 has quit [Client Quit]
kevkevin has joined #bitcoin-core-dev
realies has quit [Read error: Connection reset by peer]
realies has joined #bitcoin-core-dev
realies has quit [Read error: Connection reset by peer]
realies has joined #bitcoin-core-dev
Talkless has quit [Quit: Konversation terminated!]
the_mariner has joined #bitcoin-core-dev
the_mariner has quit [Ping timeout: 268 seconds]
the_mariner has joined #bitcoin-core-dev
the_mariner has quit [Ping timeout: 255 seconds]
the_mariner has joined #bitcoin-core-dev
brunoerg has quit [Read error: Connection reset by peer]
brunoerg has joined #bitcoin-core-dev
the_mariner has quit [Ping timeout: 268 seconds]
salvatoshi has joined #bitcoin-core-dev
salvatoshi has quit [Remote host closed the connection]
brunoerg has quit [Ping timeout: 252 seconds]
Guest8 has joined #bitcoin-core-dev
bugs_ has quit [Quit: Leaving]
Guest8 has left #bitcoin-core-dev [#bitcoin-core-dev]
Guest18 has joined #bitcoin-core-dev
Guest18 has quit [Client Quit]
PaperSword has quit [Remote host closed the connection]
the_mariner has joined #bitcoin-core-dev
PaperSword has joined #bitcoin-core-dev
the_mariner has quit [Ping timeout: 276 seconds]
brunoerg has joined #bitcoin-core-dev
AaronvanW has quit [Remote host closed the connection]