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
<dviola> how likely are chances for screw ups when putting my blocksdir on a hdd that contains badblocks, any chances it can mess up my wallet data?
<dviola> my wallet data is going to be on a different drive
jadi_ has quit [Ping timeout: 255 seconds]
Guest53 has joined #bitcoin-core-dev
Guest53 has quit [Client Quit]
<achow101> dviola: blockstorage and wallet database are completely separate systems, so there shouldn't be any effect on your wallet if a blockstorage gets messed up
<dviola> achow101: makes sense
<dviola> thanks
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 264 seconds]
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 264 seconds]
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 268 seconds]
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 246 seconds]
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 260 seconds]
DarrylTheFish has quit [Ping timeout: 255 seconds]
jarthur has quit [Quit: jarthur]
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 255 seconds]
jarthur has joined #bitcoin-core-dev
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 264 seconds]
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 256 seconds]
BlueMattTest has quit [Ping timeout: 240 seconds]
pablomartin has joined #bitcoin-core-dev
jadi has joined #bitcoin-core-dev
BlueMattTest has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 252 seconds]
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 264 seconds]
rbatty has joined #bitcoin-core-dev
jadi has joined #bitcoin-core-dev
pablomartin has quit [Ping timeout: 260 seconds]
jadi has quit [Ping timeout: 252 seconds]
DarrylTheFish has joined #bitcoin-core-dev
jadi has joined #bitcoin-core-dev
dviola has quit [Ping timeout: 255 seconds]
jadi has quit [Ping timeout: 260 seconds]
szkl has quit [Quit: Connection closed for inactivity]
dviola has joined #bitcoin-core-dev
jadi has joined #bitcoin-core-dev
rbatty has quit [Quit: rbatty]
jadi has quit [Read error: Connection reset by peer]
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 260 seconds]
oneeyedalien has joined #bitcoin-core-dev
jadi has joined #bitcoin-core-dev
cmirror has quit [Remote host closed the connection]
cmirror has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 272 seconds]
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 264 seconds]
freesprung5126 has quit [Ping timeout: 268 seconds]
<bitcoin-git> [bitcoin] stratospher opened pull request #29511: test: Fix intermittent failure in rpc_net.py --v2transport (master...wait-v2-detecting-over) https://github.com/bitcoin/bitcoin/pull/29511
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 260 seconds]
rbatty has joined #bitcoin-core-dev
freesprung5126 has joined #bitcoin-core-dev
oneeyedalien has quit [Quit: Leaving]
theos85 has joined #bitcoin-core-dev
jadi has joined #bitcoin-core-dev
theos85 has quit [Quit: Client closed]
jadi has quit [Ping timeout: 264 seconds]
jarthur has quit [Quit: jarthur]
<bitcoin-git> [bitcoin] manjulaparpia opened pull request #29512: Create manj (master...patch-1) https://github.com/bitcoin/bitcoin/pull/29512
jarthur has joined #bitcoin-core-dev
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 240 seconds]
rbatty has quit [Quit: rbatty]
jadi has joined #bitcoin-core-dev
puchka has quit [Ping timeout: 256 seconds]
jarthur has quit [Quit: jarthur]
nulldoot2k_ has quit [Quit: Leaving]
puchka has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] maflcko closed pull request #29512: Create manj (master...patch-1) https://github.com/bitcoin/bitcoin/pull/29512
ocean20 has joined #bitcoin-core-dev
flag has quit [Ping timeout: 264 seconds]
jadi has quit [Remote host closed the connection]
jadi has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] maflcko closed pull request #28286: test: Minor fix in test - locale in terminal (master...fix-test-locale) https://github.com/bitcoin/bitcoin/pull/28286
ocean20 has quit [Quit: Client closed]
jadi has quit [Ping timeout: 256 seconds]
jadi has joined #bitcoin-core-dev
jadi_ has joined #bitcoin-core-dev
jadi_ has quit [Remote host closed the connection]
jadi has quit [Ping timeout: 260 seconds]
Guest92 has joined #bitcoin-core-dev
Guyver2 has joined #bitcoin-core-dev
Guyver2 has left #bitcoin-core-dev [#bitcoin-core-dev]
Guest92 has quit [Quit: Client closed]
salvatoshi has quit [Ping timeout: 255 seconds]
salvatoshi has joined #bitcoin-core-dev
<vasild> I find this hard to parse: https://cirrus-ci.com/task/5839860502626304?logs=ci#L8326, I wonder if there is some Python wufu that can show just the differing fields when comparing two lists...
jadi has joined #bitcoin-core-dev
<_aj_> vasild: haha, i write a function almost every time i get that
<vasild> you mean a function to print something that is easy to parse?
<vasild> (by human)
<_aj_> yeah
<_aj_> except now i can't remember what it looks like, wonder if i committed a branch sometime
<vasild> can you PR it under a new assert_equal_and_pretty_print()? ;-)
jadi has quit [Ping timeout: 255 seconds]
mudsip has joined #bitcoin-core-dev
jadi has joined #bitcoin-core-dev
mudsip has quit [Client Quit]
zato has joined #bitcoin-core-dev
<vasild> _aj_: wow, would work also for nested ;) do you think the output can be sorted? For 1 or 2 fields it does not matter and printing them would suffice, but if there are e.g. 5 or 10 differing fields, then it would be easy if they are printed in the same order. But python dicts don't have order as far as I know...
<vasild> s/easy/easier/
<_aj_> vasild: python dicts retain the order that keys are added these days; could sort it by saying "for k in sorted(thing1.keys())" or so
<vasild> aha!
DarrylTheFish has quit [Ping timeout: 264 seconds]
<vasild> _aj_: do you plan to PR this?
<_aj_> yeah, i'll do it shortly
<vasild> Thank you!
<bitcoin-git> [bitcoin] ajtowns opened pull request #29514: tests: Provide more helpful assert_equal errors (master...202402-assertequal) https://github.com/bitcoin/bitcoin/pull/29514
alternative has joined #bitcoin-core-dev
jadi_ has joined #bitcoin-core-dev
jadi_ has quit [Remote host closed the connection]
jadi has quit [Ping timeout: 260 seconds]
jadi has joined #bitcoin-core-dev
alternative has quit [Quit: Client closed]
<bitcoin-git> [bitcoin] vasild opened pull request #29515: test: fix a race in rpc_net.py (wait for P2P handshake to complete) (master...fix_race_in_rpc_net.py) https://github.com/bitcoin/bitcoin/pull/29515
<bitcoin-git> [bitcoin] maflcko closed pull request #29515: test: fix a race in rpc_net.py (wait for P2P handshake to complete) (master...fix_race_in_rpc_net.py) https://github.com/bitcoin/bitcoin/pull/29515
Guest15 has joined #bitcoin-core-dev
Guest15 has quit [Client Quit]
salvatoshi has quit [Ping timeout: 272 seconds]
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 268 seconds]
salvatoshi has joined #bitcoin-core-dev
pablomartin has joined #bitcoin-core-dev
Guest42 has joined #bitcoin-core-dev
hernanmarino has quit [Ping timeout: 272 seconds]
hernanmarino has joined #bitcoin-core-dev
<achow101> #startmeeting
<TheCharlatan> hi
<hebasto> hi
<sipa> hi
<achow101> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard aureleoules b10c BlueMatt brunoerg cfields darosior dergoegge dongcarl fanquake fjahr furszy gleb glozow hebasto instagibbs jamesob jarolrod jonatack josibake kallewoof kanzure kouloumos kvaciral laanwj LarryRuane lightlike luke-jr MacroFake Murch phantomcircuit pinheadmz promag provoostenator ryanofsky sdaftuar S3RK stickies-v sipa theStack TheCharlatan vasild
<_aj_> hi
<josie> hi
<lightlike> hi
<sdaftuar> hi
<vasild> hi
<achow101> There are no preproposed meeting topics this week. Any last minute ones to add?
<Murch[m]> Hi
<dergoegge> hi
<glozow> hi
abubakarsadiq has joined #bitcoin-core-dev
<maxedw> hi
<fjahr> hi
<abubakarsadiq> hi
<achow101> #topic 28.0 priority projects
<cfields> hi
<luke-jr_> hi
<achow101> Voting for priority projects is now closed. The top 3 are package relay, cluster mempool, and silent payments
<b10c> hi
<cfields> proposed topic: quick cmake update
<achow101> i think we could get a quick update for these projects so people have an idea of what to start looking at
<kanzure> hi
<achow101> #topic package relay update (glozow)
<sipa> glozow: ping?
<glozow> #28970 is the priority
<gribble> https://github.com/bitcoin/bitcoin/issues/28970 | p2p: opportunistically accept 1-parent-1-child packages by glozow · Pull Request #28970 · bitcoin/bitcoin · GitHub
<glozow> sorry had connection issues
<achow101> #topic cluster mempool update (sdaftuar)
<Murch[m]> I don’t think Suhas said Hi above, maybe @sipa has an idea?
<sipa> he did!
<sdaftuar> So there's a draft PR now, but sipa and I have some work to do to re-engineer things to be awesome before it can come out of draft
<Murch[m]> oh, my bad
<josie> new standard for PRs to come out of draft: be awesome
<sdaftuar> in the meantime, reviewers can familiarize themselves with the concepts (https://delvingbitcoin.org/t/an-overview-of-the-cluster-mempool-proposal/393/1)
<achow101> #28676 is the pr
<gribble> https://github.com/bitcoin/bitcoin/issues/28676 | [WIP] Cluster mempool implementation by sdaftuar · Pull Request #28676 · bitcoin/bitcoin · GitHub
<sipa> also, i've been very absent the past month or so (blame csw), but i'll be back fully next week
<sdaftuar> and the areas i could use help sooner than later will be with getting tests updated and rewritten, and figuring out what affects this change will have on the wallet
<sdaftuar> i have a rebase that i'll be pushing to #28676 in the next few days as well
<gribble> https://github.com/bitcoin/bitcoin/issues/28676 | [WIP] Cluster mempool implementation by sdaftuar · Pull Request #28676 · bitcoin/bitcoin · GitHub
<sdaftuar> (that's it from me)
mekster6694932 has joined #bitcoin-core-dev
<achow101> #topic silent payments update (josie)
<josie> mostly discussing the API / module design at this point
<_aj_> achow101: (i only saw 3 votes for prune node rescan? others check out)
<josie> if people are less interested in libsecp (or less familiar), ive also updated #28122 to use the libsecp module
<gribble> https://github.com/bitcoin/bitcoin/issues/28122 | Silent Payments: Implement BIP352 by josibake · Pull Request #28122 · bitcoin/bitcoin · GitHub
<josie> so people who are more interested/familiar with bitcoin core can start there. ill be keeping that updated as we change the libsecp module
mekster669493 has quit [Ping timeout: 256 seconds]
<glozow> josie: do you expect most of your work in the near future to be libsecp-related?
mekster6694932 is now known as mekster669493
<achow101> _aj_: oops, counting is hard
<josie> theStack is actually driving that PR, im mostly just reviewing. my focus will be on the bitcoin core PRs. my hope is by the end of this week I can get the sending and receiving draft PRs rebased so that there is a PR where people can compile a send/receive node for testing
<josie> theStack is driving that -> the libsecp module PR
mudsip has joined #bitcoin-core-dev
mudsip has quit [Client Quit]
<glozow> I see, thanks
<josie> thats all for me
<achow101> #topic Ad-hoc high priority for review
<achow101> Anything to add or remove from https://github.com/orgs/bitcoin/projects/1/views/4
<hebasto> achow101: #28981 for me?
<gribble> https://github.com/bitcoin/bitcoin/issues/28981 | Replace Boost.Process with cpp-subprocess by hebasto · Pull Request #28981 · bitcoin/bitcoin · GitHub
<achow101> hebasto: added
<hebasto> ty
<achow101> #topic quick cmake update (cfields)
bitdex has quit [Quit: = ""]
<vasild> wen cmake?
<cfields> CMake is still making progress, though we've run into some snags as we've gotten closer to the end. Review is still active over in hebasto's repo. We're currently trying to make some high-level architectural decisions so that we have something completely coherent to merge into master. Otherwise we fear that we may have an unnecessarily bumpy period of trial-and-error/refactors post-merge.
<cfields> We're still hoping to have something ready for ~a few weeks after branch-off, though at this point it looks like pushing back yet again is a very real possibility :(. We feel strongly that it shouldn't go in before it's really ready.
<achow101> would having more people try it out help?
<TheCharlatan> yes
<cfields> As always, review is always welcome over at https://github.com/hebasto/bitcoin/pulls
<vasild> yes!
<cfields> achow101: sure :)
<achow101> anything else to discuss this week?
<achow101> #endmeeting
Guest42 has quit [Quit: Client closed]
<glozow> Fwiw - for people who like cluster mempool and want to review code, I think #29242 would be a good choice
<gribble> https://github.com/bitcoin/bitcoin/issues/29242 | Mempool util: Add RBF diagram checks for single chunks against clusters of size 2 by instagibbs · Pull Request #29242 · bitcoin/bitcoin · GitHub
adil1 has joined #bitcoin-core-dev
salvatoshi has quit [Ping timeout: 272 seconds]
<bitcoin-git> [bitcoin] sr-gi opened pull request #29516: test: removes unnecessary check from validation_tests (master...2024-02-29-mutated-blocs-test) https://github.com/bitcoin/bitcoin/pull/29516
<instagibbs> glozow right, Once 29242 is merged, cluster mempool stuff will rebase and use it, so it's something that can move stuff forward today 👍
<bitcoin-git> [guix.sigs] willcl-ark opened pull request #1046: Add attestations by willcl-ark for 26.1rc1 non-codesigned (main...26.1rc1-non-codesigned) https://github.com/bitcoin-core/guix.sigs/pull/1046
adil1 has quit [Quit: adil1]
<bitcoin-git> [guix.sigs] fanquake merged pull request #1046: Add attestations by willcl-ark for 26.1rc1 non-codesigned (main...26.1rc1-non-codesigned) https://github.com/bitcoin-core/guix.sigs/pull/1046
<bitcoin-git> [guix.sigs] fanquake pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/fec6471adf7b...d2aa65149312
<bitcoin-git> guix.sigs/main 3fef715 willcl-ark: Add attestations by willcl-ark for 26.1rc1 non-codesigned
<bitcoin-git> guix.sigs/main d2aa651 fanquake: Merge pull request #1046 from willcl-ark/26.1rc1-non-codesigned
salvatoshi has joined #bitcoin-core-dev
<bitcoin-git> [guix.sigs] hebasto opened pull request #1047: Add attestations by hebasto for 25.2rc1 codesigned (main...25.2rc1-codesigned) https://github.com/bitcoin-core/guix.sigs/pull/1047
<bitcoin-git> [guix.sigs] willcl-ark opened pull request #1048: Add attestations by willcl-ark for 26.1rc1 codesigned (main...26.1rc1-codesigned) https://github.com/bitcoin-core/guix.sigs/pull/1048
<bitcoin-git> [guix.sigs] guggero opened pull request #1049: Add attestations by guggero for 25.2rc1 codesigned (main...guggero-25.2rc1-signed) https://github.com/bitcoin-core/guix.sigs/pull/1049
<bitcoin-git> [guix.sigs] fanquake merged pull request #1049: Add attestations by guggero for 25.2rc1 codesigned (main...guggero-25.2rc1-signed) https://github.com/bitcoin-core/guix.sigs/pull/1049
<bitcoin-git> [guix.sigs] fanquake pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/d2aa65149312...505e24a2356d
<bitcoin-git> guix.sigs/main c759685 Oliver Gugger: Add attestations by guggero for 25.2rc1 codesigned
<bitcoin-git> guix.sigs/main 505e24a fanquake: Merge pull request #1049 from guggero/guggero-25.2rc1-signed
<bitcoin-git> [guix.sigs] fanquake merged pull request #1048: Add attestations by willcl-ark for 26.1rc1 codesigned (main...26.1rc1-codesigned) https://github.com/bitcoin-core/guix.sigs/pull/1048
<bitcoin-git> [guix.sigs] fanquake pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/505e24a2356d...040a5a1563a5
<bitcoin-git> guix.sigs/main 4383a6b willcl-ark: Add attestations by willcl-ark for 26.1rc1 codesigned
<bitcoin-git> guix.sigs/main 040a5a1 fanquake: Merge pull request #1048 from willcl-ark/26.1rc1-codesigned
<bitcoin-git> [guix.sigs] fanquake merged pull request #1047: Add attestations by hebasto for 25.2rc1 codesigned (main...25.2rc1-codesigned) https://github.com/bitcoin-core/guix.sigs/pull/1047
<bitcoin-git> [guix.sigs] fanquake pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/040a5a1563a5...ae1ad08c95d3
<bitcoin-git> guix.sigs/main 62b1abe Hennadii Stepanov: Add attestations by hebasto for 25.2rc1 codesigned
<bitcoin-git> guix.sigs/main ae1ad08 fanquake: Merge pull request #1047 from hebasto/25.2rc1-codesigned
bugs_ has joined #bitcoin-core-dev
szkl has joined #bitcoin-core-dev
salvatoshi has quit [Ping timeout: 268 seconds]
aleggg has quit [Remote host closed the connection]
aleggg has joined #bitcoin-core-dev
Guest97 has joined #bitcoin-core-dev
Guest97 has quit [Client Quit]
Talkless has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2649e655b920...61aa981b8c40
<bitcoin-git> bitcoin/master 0487f91 stratospher: test: Fix intermittent failure in rpc_net.py --v2transport
<bitcoin-git> bitcoin/master 61aa981 Ava Chow: Merge bitcoin/bitcoin#29511: test: Fix intermittent failure in rpc_net.py ...
<bitcoin-git> [bitcoin] achow101 merged pull request #29511: test: Fix intermittent failure in rpc_net.py --v2transport (master...wait-v2-detecting-over) https://github.com/bitcoin/bitcoin/pull/29511
jadi has quit [Remote host closed the connection]
oneeyedalien has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/61aa981b8c40...22a5ccfb0642
<bitcoin-git> bitcoin/master 367bb7a UdjinM6: wallet: Avoid updating `ReserveDestination::nIndex` when `GetReservedDesti...
<bitcoin-git> bitcoin/master e073f1d UdjinM6: test: make sure keypool sizes do not change on `getrawchangeaddress`/`getn...
<bitcoin-git> bitcoin/master 22a5ccf Ava Chow: Merge bitcoin/bitcoin#29510: wallet: `getrawchangeaddress` and `getnewaddr...
<bitcoin-git> [bitcoin] achow101 merged pull request #29510: wallet: `getrawchangeaddress` and `getnewaddress` failures should not affect keypools for descriptor wallets (master...fix_reserve_dest_on_failure) https://github.com/bitcoin/bitcoin/pull/29510
abubakarsadiq has quit [Quit: Connection closed for inactivity]
preimage has joined #bitcoin-core-dev
oneeyedalien has quit [Quit: Leaving]
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 255 seconds]
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 256 seconds]
Talkless has quit [Ping timeout: 240 seconds]
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 260 seconds]
realies has joined #bitcoin-core-dev
jadi has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/22a5ccfb0642...9057598605b8
<bitcoin-git> bitcoin/master 6ee3997 Sergi Delgado Segura: test: removes unnecessary check from validation_tests
<bitcoin-git> bitcoin/master 9057598 fanquake: Merge bitcoin/bitcoin#29516: test: removes unnecessary check from validati...
<bitcoin-git> [bitcoin] fanquake merged pull request #29516: test: removes unnecessary check from validation_tests (master...2024-02-29-mutated-blocs-test) https://github.com/bitcoin/bitcoin/pull/29516
jadi has quit [Ping timeout: 268 seconds]
jadi has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] jrakibi opened pull request #29518: doc: correct function name in AssumeUTXO design docs (master...2024/02/assumeUTXO-tests-doc) https://github.com/bitcoin/bitcoin/pull/29518
jadi has quit [Ping timeout: 256 seconds]
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 264 seconds]
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 272 seconds]
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 255 seconds]
jonatack has quit [Ping timeout: 264 seconds]
SpellChecker has quit [Remote host closed the connection]
SpellChecker has joined #bitcoin-core-dev
jonatack has joined #bitcoin-core-dev
jadi has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9057598605b8...be5399e7858d
<bitcoin-git> bitcoin/master a8c3454 Sebastian Falbesoner: test: speedup bip324_cipher.py unit test
<bitcoin-git> bitcoin/master be5399e Ava Chow: Merge bitcoin/bitcoin#29390: test: speedup bip324_cipher.py unit test
<bitcoin-git> [bitcoin] achow101 merged pull request #29390: test: speedup bip324_cipher.py unit test (master...202402-speedup_bip324_cipher_python_tests) https://github.com/bitcoin/bitcoin/pull/29390
jadi has quit [Ping timeout: 252 seconds]
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 272 seconds]
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/be5399e7858d...dfc35c99340d
<bitcoin-git> bitcoin/master 376f0f6 Cory Fields: build: remove confusing and inconsistent disable-asm option
<bitcoin-git> bitcoin/master f8a06f7 Cory Fields: doc: remove references to disable-asm option now that it's gone
<bitcoin-git> bitcoin/master dfc35c9 fanquake: Merge bitcoin/bitcoin#29407: build: remove confusing and inconsistent disa...
<bitcoin-git> [bitcoin] fanquake merged pull request #29407: build: remove confusing and inconsistent disable-asm option (master...remove-use-asm) https://github.com/bitcoin/bitcoin/pull/29407
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 256 seconds]
<bitcoin-git> [bitcoin] mzumsande opened pull request #29519: p2p: For assumeutxo, download snapshot chain before background chain (master...202202_fix_assumeutxo_block_download) https://github.com/bitcoin/bitcoin/pull/29519
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 268 seconds]
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 264 seconds]
<bitcoin-git> [bitcoin] Retropex opened pull request #29520: add `-relayinscription` option (master...relayinscription) https://github.com/bitcoin/bitcoin/pull/29520
<bitcoin-git> [bitcoin] tdb3 opened pull request #29521: cli: Detect port errors in rpcconnect and rpcport (master...20240229_rpcconnectinvalidportdetection) https://github.com/bitcoin/bitcoin/pull/29521
jadi has joined #bitcoin-core-dev
dviola has quit [Quit: WeeChat 4.2.1]
jadi has quit [Ping timeout: 260 seconds]
dviola has joined #bitcoin-core-dev
preimage has quit [Quit: WeeChat 4.2.1]
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 264 seconds]
Guest8 has joined #bitcoin-core-dev
Guest8 has quit [Client Quit]
Guest8 has joined #bitcoin-core-dev
Guest8 has quit [Client Quit]
bugs_ has quit [Quit: Leaving]
jadi has joined #bitcoin-core-dev
tinchotricolor22 has joined #bitcoin-core-dev
tinchotricolor22 has quit [Client Quit]
jadi has quit [Ping timeout: 264 seconds]
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 255 seconds]
Zenton has joined #bitcoin-core-dev
aleggg has quit [Remote host closed the connection]
jadi has joined #bitcoin-core-dev
jadi_ has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 252 seconds]
jadi_ has quit [Ping timeout: 264 seconds]
jadi has joined #bitcoin-core-dev
jadi has quit [Ping timeout: 264 seconds]