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
jonatack has joined #bitcoin-core-dev
gribble has quit [Read error: Connection reset by peer]
jon_atack has quit [Ping timeout: 258 seconds]
gribble has joined #bitcoin-core-dev
kevkevin has quit [Remote host closed the connection]
aleggg has joined #bitcoin-core-dev
dviola has joined #bitcoin-core-dev
andrewtoth has quit [Ping timeout: 260 seconds]
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 258 seconds]
kiwiirc has joined #bitcoin-core-dev
achow101 has joined #bitcoin-core-dev
kiwiirc has quit [Ping timeout: 256 seconds]
cmirror has quit [Remote host closed the connection]
cmirror has joined #bitcoin-core-dev
mcey has joined #bitcoin-core-dev
mcey_ has quit [Remote host closed the connection]
achow101 has quit [Remote host closed the connection]
achow101 has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 252 seconds]
jonatack has joined #bitcoin-core-dev
ChanServ has joined #bitcoin-core-dev
Talkless has joined #bitcoin-core-dev
noonien808310429 has joined #bitcoin-core-dev
abubakarsadiq has quit [Quit: Connection closed for inactivity]
Guyver2 has joined #bitcoin-core-dev
pablomartin4btc has quit [Ping timeout: 276 seconds]
jespada_ has quit [Quit: Textual IRC Client: www.textualapp.com]
jespada has joined #bitcoin-core-dev
Guest55 has joined #bitcoin-core-dev
Guest55 has quit [Client Quit]
<hebasto> someone please block agnessmusa gh user
bitdex has quit [Quit: = ""]
<pinheadmz> hebasto what are they doing
pablomartin4btc has joined #bitcoin-core-dev
dviola has quit [Quit: WeeChat 4.3.6]
dviola has joined #bitcoin-core-dev
pablomartin4btc_ has joined #bitcoin-core-dev
mcey_ has joined #bitcoin-core-dev
pablomartin4btc has quit [Ping timeout: 248 seconds]
mcey has quit [Ping timeout: 258 seconds]
<maflcko> pinheadmz: It was a bot that left a comment on every `/commit/` GitHub object
<maflcko> Sadly GitHub doesn't offer a way to block comments completely in the /commit/ namespace of a project
<maflcko> comments really only make sense in the issues or pulls namespace, because every commit comes from (at least) one pull request (or is old enough that leaving a comment is pointless and confusing anyway)
jlest has quit [Ping timeout: 265 seconds]
<pinheadmz> ok moderatorbot was ignoring comments that weren't on issues or PRs, that should be fixed now so I'll get a notification if that happens again
<pinheadmz> gonna test once on one of my own old commits, dont ban me pls
<pinheadmz> hm actually dont think im getting webhooks for commit comments from bitcoin. If a maintainer wants to check the webhook to 165.227.93.117 and either check "send me everything" or turn commit comments on
<bitcoin-git> [bitcoin] maflcko opened pull request #30665: test: Enable detect_leaks=1 in ASAN_OPTIONS explicitly (master...2408-lsan) https://github.com/bitcoin/bitcoin/pull/30665
<bitcoin-git> [qa-assets] murchandamus opened pull request #199: Add initial seeds for 5 clusterlin_… targets (main...2024-08-14-new-targets) https://github.com/bitcoin-core/qa-assets/pull/199
adil1 has joined #bitcoin-core-dev
kevkevin_ has joined #bitcoin-core-dev
abubakarsadiq has joined #bitcoin-core-dev
bugs_ has joined #bitcoin-core-dev
kevkevin_ has quit [Ping timeout: 245 seconds]
andrewtoth has joined #bitcoin-core-dev
kevkevin has joined #bitcoin-core-dev
Guyver2 has left #bitcoin-core-dev [Closing Window]
Talkless has quit [Remote host closed the connection]
adil1 has quit [Quit: adil1]
andrewtoth has quit [Remote host closed the connection]
andrewtoth has joined #bitcoin-core-dev
<bitcoin-git> [qa-assets] dergoegge merged pull request #198: initial inputs for block_index (main...new-inputs) https://github.com/bitcoin-core/qa-assets/pull/198
<bitcoin-git> [qa-assets] dergoegge pushed 2 commits to main: https://github.com/bitcoin-core/qa-assets/compare/1b08cd856ca3...86646856f1e4
<bitcoin-git> qa-assets/main 5e2d93f Bruno Garcia: initial inputs for block_index
<bitcoin-git> qa-assets/main 8664685 Niklas Gögge: Merge pull request #198 from brunoerg/new-inputs
jamesob443688173 has quit [Quit: The Lounge - https://thelounge.chat]
jamesob15 has quit [Quit: The Lounge - https://thelounge.chat]
jamesob443688173 has joined #bitcoin-core-dev
jamesob15 has joined #bitcoin-core-dev
<jamesob15> Have we ever considered an RPC like `getblockactivity [descriptor ...]` that would dovetail with scanblocks? I.e. relevant_blocks are returned from scanblocks, but then the caller (I think?) has to manually sift through `getblock` results to find relevant activity for a descriptor set.
<sipa> what does "dovetail" mean?
<sipa> (in this context; i'm aware that doves are birds which have tails)
<jamesob15> it's an analogy rooted in carpentry: "dovetail: a mortise joint formed by interlocking tenons and mortises"
<jamesob15> hebasto: thanks :)
<sipa> ok, i'll read before asking what tenons and mortises are...
<instagibbs> had no idea it literally was about woodworking
<sipa> ok, i'm familiar with that type of joint but didn't know the naming... still unclear what it means in this context!
<jamesob15> the two RPC commands would "fit together" nicely
BrandonOdiwuor has joined #bitcoin-core-dev
<sipa> ah ok!
<jamesob15> sipa: c'mon, you look too much like Paul Sellers not to have arcane knowledge about hand tools https://commonwoodworking.com/wp-content/uploads/2019/10/B82A2206-819x1024.jpg
<glozow> so getblockactivity would be the mortise and scanblocks is the tenon?
<sipa> jamesob15: should I now read up on who Paul Sellers is?
<jamesob15> glozow: bingo
<jamesob15> sipa: you don't even have to read, just veg out to this https://www.youtube.com/watch?v=V9W9xQS-EdQ
marcofleon has joined #bitcoin-core-dev
<sipa> jamesob15: thanks (I had to look up what "to veg out" means, though)
<jamesob15> you'll be fluent in jamesspeak in no time
<sipa> ok, so what would getblockactivity do?
<achow101> pinheadmz: commit comments are enabled for that webhook
<achow101> *now enabled
<jamesob15> sipa: given a blockhash and a set of descriptors, return "activity" in that block (spends and receives) that involve those descriptors
<jamesob15> this would be nice, among other things, because it's really annoying to translate a ranged descriptor into all the different addresses that it could own
<bitcoin-git> [bitcoin] glozow pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/99ecb9a630e6...6474132d1b6a
<bitcoin-git> bitcoin/master 6b3676b Sebastian Falbesoner: test: refactor: move `read_xor_key`/`util_xor` helpers to util module
<bitcoin-git> bitcoin/master faa1b9b Sebastian Falbesoner: test: add functional test for XORed block/undo files (`-blocksxor`)
<bitcoin-git> bitcoin/master 6474132 glozow: Merge bitcoin/bitcoin#30657: test: add functional test for XORed block/und...
<bitcoin-git> [bitcoin] glozow merged pull request #30657: test: add functional test for XORed block/undo files (`-blocksxor` option) (master...202408-add_blocksxor_test) https://github.com/bitcoin/bitcoin/pull/30657
qxs has quit [Remote host closed the connection]
qxs has joined #bitcoin-core-dev
brunoerg has quit [Read error: Connection reset by peer]
brunoerg has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6474132d1b6a...ee367170cb2a
<bitcoin-git> bitcoin/master 6ed424f furszy: wallet: fix, detect blank legacy wallets in IsLegacy
pablomartin4btc_ has quit [Ping timeout: 264 seconds]
<bitcoin-git> bitcoin/master ee36717 glozow: Merge bitcoin/bitcoin#30621: wallet: fix blank legacy detection
<bitcoin-git> [bitcoin] glozow merged pull request #30621: wallet: fix blank legacy detection (master...2024_fix_blank_legacy_detection) https://github.com/bitcoin/bitcoin/pull/30621
brunoerg has quit [Ping timeout: 258 seconds]
brunoerg has joined #bitcoin-core-dev
BrandonOdiwuor has quit [Quit: Client closed]
brunoerg has quit [Ping timeout: 272 seconds]
pablomartin4btc_ has joined #bitcoin-core-dev
pablomartin4btc_ has quit [Ping timeout: 252 seconds]
brunoerg has joined #bitcoin-core-dev
preimage has joined #bitcoin-core-dev
jarthur has joined #bitcoin-core-dev
marcofleon has quit [Quit: Connection closed]
zeropoint has joined #bitcoin-core-dev
<sipa> jamesob15: such an RPC would make sense, i think
<bitcoin-git> [bitcoin] mzumsande opened pull request #30666: validation: improve m_best_header tracking (master...202404_invalidblock) https://github.com/bitcoin/bitcoin/pull/30666
<bitcoin-git> [bitcoin] mzumsande closed pull request #30207: validation: Improve, document and test logic for chains building on invalid blocks (master...202405_invalid_chains) https://github.com/bitcoin/bitcoin/pull/30207
sr_gi[m]1 has quit [Ping timeout: 252 seconds]
sr_gi[m]1 has joined #bitcoin-core-dev
zaidmstrr has joined #bitcoin-core-dev
BlueMatt has quit [Ping timeout: 265 seconds]
BlueMatt has joined #bitcoin-core-dev
zaidmstrr has quit [Client Quit]
Murch[m] has joined #bitcoin-core-dev
user85 has joined #bitcoin-core-dev
b10c[m] has joined #bitcoin-core-dev
user85 has quit [Client Quit]
anonUser87 has joined #bitcoin-core-dev
andrewtoth has quit [Remote host closed the connection]
andrewtoth has joined #bitcoin-core-dev
anonUser87 has quit [Quit: Client closed]
Guest15 has joined #bitcoin-core-dev
Guest15 has quit [Client Quit]
andrewtoth_ has joined #bitcoin-core-dev
andrewtoth has quit [Remote host closed the connection]
andrewtoth_ has quit [Remote host closed the connection]
andrewtoth has joined #bitcoin-core-dev
Talkless has joined #bitcoin-core-dev
jayx42 has joined #bitcoin-core-dev
jayx42 has quit [Client Quit]
preimage has quit [Quit: WeeChat 4.3.5]
Talkless has quit [Read error: Connection reset by peer]
<bitcoin-git> [bitcoin] allanperlee opened pull request #30667: MiniWallet funcitonality for more readable code in functional test `rpc_signtransactionwithkey.py` (master...master) https://github.com/bitcoin/bitcoin/pull/30667
<bitcoin-git> [bitcoin] ryanofsky closed pull request #30364: logging: Replace LogError and LogWarning with LogAlert (master...pr/alert) https://github.com/bitcoin/bitcoin/pull/30364
pablomartin4btc_ has joined #bitcoin-core-dev
abubakarsadiq has quit [Quit: Connection closed for inactivity]
pablomartin4btc_ is now known as pablomartin4btc
abubakarsadiq has joined #bitcoin-core-dev
Guest6 has joined #bitcoin-core-dev
Guest6 has quit [Client Quit]
bugs_ has quit [Quit: Leaving]
instagibbs has quit [Ping timeout: 258 seconds]
kevkevin has quit [Remote host closed the connection]
Murch[m] has quit [Changing host]
Murch[m] has joined #bitcoin-core-dev