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
test__ has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
flooded has quit [Ping timeout: 260 seconds]
brunoerg has quit [Ping timeout: 255 seconds]
dviola has joined #bitcoin-core-dev
pablomartin has quit [Ping timeout: 255 seconds]
hernanmarino has quit [Ping timeout: 248 seconds]
hernanmarino has joined #bitcoin-core-dev
mudsip has joined #bitcoin-core-dev
abubakarsadiq has quit [Quit: Connection closed for inactivity]
mudsip has quit []
pablomartin has joined #bitcoin-core-dev
boris has quit [Ping timeout: 272 seconds]
boris has joined #bitcoin-core-dev
cmirror has quit [Remote host closed the connection]
cmirror has joined #bitcoin-core-dev
pablomartin has quit [Ping timeout: 272 seconds]
kevkevin has joined #bitcoin-core-dev
flooded has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 248 seconds]
test__ has quit [Ping timeout: 255 seconds]
ibiko1 has joined #bitcoin-core-dev
ibiko1_ has joined #bitcoin-core-dev
ibiko1 has quit [Read error: Connection reset by peer]
ibiko1_ has quit [Read error: Connection reset by peer]
ibiko1 has joined #bitcoin-core-dev
Sullied_ has quit [Ping timeout: 264 seconds]
ibiko1 has quit [Remote host closed the connection]
ibiko1 has joined #bitcoin-core-dev
ibiko1 has quit [Remote host closed the connection]
AmishBTC has quit [Quit: Leaving]
benwestgate has quit [Quit: Leaving.]
AaronvanW has joined #bitcoin-core-dev
salvatoshi_ has joined #bitcoin-core-dev
Talkless has joined #bitcoin-core-dev
PaperSword has joined #bitcoin-core-dev
puchka has quit [Ping timeout: 260 seconds]
puchka has joined #bitcoin-core-dev
abubakarsadiq has joined #bitcoin-core-dev
<bitcoin-git> [gui] BrandonOdiwuor opened pull request #775: gui: add used balance to overview page (master...overview_page_add_used_balance) https://github.com/bitcoin-core/gui/pull/775
test_ has joined #bitcoin-core-dev
test__ has joined #bitcoin-core-dev
flooded has quit [Ping timeout: 248 seconds]
flooded has joined #bitcoin-core-dev
test_ has quit [Ping timeout: 248 seconds]
test__ has quit [Ping timeout: 252 seconds]
sdfg has joined #bitcoin-core-dev
sdfg has quit [Remote host closed the connection]
ibiko1 has joined #bitcoin-core-dev
ibiko1 has quit [Ping timeout: 255 seconds]
<bitcoin-git> [bitcoin] fanquake opened pull request #28781: depends: latest config.guess & config.sub (master...latest_config_guess_sub) https://github.com/bitcoin/bitcoin/pull/28781
test_ has joined #bitcoin-core-dev
flooded has quit [Ping timeout: 246 seconds]
benwestgate has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] maflcko opened pull request #28782: test: Add missing sync on send_version in peer_connect (master...2311-test-less-p2p-race-) https://github.com/bitcoin/bitcoin/pull/28782
fearbeag has joined #bitcoin-core-dev
<maxedw> I've looked through the git log. There have been 603 merges since v25.
<maxedw> Cutting it down using `grep -i -v 'doc:\|docs:\|test:\|fuzz:\|build:\|refactor:\|ci:\|guix:\|depends:\|lint:\|move-only:\|util:'` gives 234 merges
<maxedw> I can confirm everything suggested so far to be included in the testing guide is included in that 234 merges
<maxedw> I've read through the list but nothing is jumping out at me. I'm not sure I have the context to know what's important and what's not.
preimage has joined #bitcoin-core-dev
<maxedw> If anyone would like to have a scan through the list this is the command I used to list them:
<maxedw> `git log v25.0..HEAD --merges --pretty=format:"%h %s" | grep -i -v 'doc:\|docs:\|test:\|fuzz:\|build:\|refactor:\|ci:\|guix:\|depends:\|lint:\|move-only:\|util:'`
angusp has quit [Ping timeout: 246 seconds]
angusp has joined #bitcoin-core-dev
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: 245 seconds]
<bitcoin-git> [bitcoin] glozow pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/9b68c9b85efe...f23ac10ca5a3
<bitcoin-git> bitcoin/master 651fa40 Greg Sanders: fuzz: tx_pool checks ATMP result invariants
<bitcoin-git> bitcoin/master 34088d6 glozow: [test util] CheckPackageMempoolAcceptResult for sanity-checking results
<bitcoin-git> bitcoin/master fcb3069 Greg Sanders: Use CheckPackageMempoolAcceptResult for package evaluation fuzzing
<bitcoin-git> [bitcoin] glozow merged pull request #28764: Fuzz: Check individual and package transaction invariants (master...fuzz_atmp_invariants) https://github.com/bitcoin/bitcoin/pull/28764
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Remote host closed the connection]
kevkevin has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
delicateglitter4 has joined #bitcoin-core-dev
delicateglitter4 has quit [Remote host closed the connection]
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/f23ac10ca5a3...5d9f45082bda
<bitcoin-git> bitcoin/master da9aceb glozow: [refactor] move package checks into helper functions
<bitcoin-git> bitcoin/master 6ff647a glozow: scripted-diff: rename CheckPackage to IsWellFormedPackage
<bitcoin-git> bitcoin/master 10c0a86 glozow: [test util] CreateValidTransaction multi-in/out, configurable feerate, sig...
<bitcoin-git> [bitcoin] fanquake merged pull request #28758: refactors for subpackage evaluation (master...2023-10-26711-refactors) https://github.com/bitcoin/bitcoin/pull/28758
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5d9f45082bda...0fd7ca483842
<bitcoin-git> bitcoin/master 664c873 fanquake: depends: drop -O1 workaround from arm64 apple Qt build
<bitcoin-git> bitcoin/master 0fd7ca4 fanquake: Merge bitcoin/bitcoin#28778: depends: drop -O1 workaround from arm64 apple...
<bitcoin-git> [bitcoin] fanquake merged pull request #28778: depends: drop -O1 workaround from arm64 apple Qt build (master...drop_O1_workaround_qt) https://github.com/bitcoin/bitcoin/pull/28778
pablomartin has joined #bitcoin-core-dev
brunoerg has quit [Remote host closed the connection]
<bitcoin-git> [bitcoin] achow101 pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/0fd7ca483842...d9007f51a748
<bitcoin-git> bitcoin/master 4aa98b7 glozow: [lint] update expected boost includes
<bitcoin-git> bitcoin/master e3b2e63 glozow: [refactor] change MiniMinerMempoolEntry ctor to take values, update includ...
<bitcoin-git> bitcoin/master 5a83f55 glozow: [MiniMiner] allow manual construction with non-mempool txns
<bitcoin-git> [bitcoin] achow101 merged pull request #28762: MiniMiner changes for package linearization (master...2023-10-26711-miniminer) https://github.com/bitcoin/bitcoin/pull/28762
brunoerg has joined #bitcoin-core-dev
bugs_ has joined #bitcoin-core-dev
Sullied_ has joined #bitcoin-core-dev
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] fanquake opened pull request #28783: build: remove `-bind_at_load` usage (master...remove_bind_at_load) https://github.com/bitcoin/bitcoin/pull/28783
qxs has quit [Remote host closed the connection]
qxs has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] romanz opened pull request #28784: rpc: keep .cookie if it was not generated (master...fix-cookie-delete) https://github.com/bitcoin/bitcoin/pull/28784
hernanmarino has quit [Ping timeout: 240 seconds]
hernanmarino has joined #bitcoin-core-dev
<maxedw> for the 26.0 RC testing guide
<maxedw> previous guides seemed to focus on 4-6 topics
<dergoegge> maxedw: #27501 could be added
<gribble> https://github.com/bitcoin/bitcoin/issues/27501 | mempool / rpc: add getprioritisedtransactions, delete a mapDeltas entry when delta==0 by glozow · Pull Request #27501 · bitcoin/bitcoin · GitHub
<maxedw> I'll add it to the proposed list
<bitcoin-git> [bitcoin] glozow opened pull request #28785: validation: return more helpful results for reconsiderable fee failures and skipped transactions (master...2023-11-txresult-fee) https://github.com/bitcoin/bitcoin/pull/28785
puchka has quit [Ping timeout: 255 seconds]
qxs has quit [Ping timeout: 256 seconds]
qxs has joined #bitcoin-core-dev
salvatoshi_ has quit [Ping timeout: 240 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: 245 seconds]
flooded has joined #bitcoin-core-dev
test_ has quit [Ping timeout: 260 seconds]
brunoerg has joined #bitcoin-core-dev
<achow101> 26.0rc2 bins are uploaded
<fanquake> 🎉
<instagibbs> eyy
bitdex has joined #bitcoin-core-dev
Murch[m] has quit [Changing host]
Murch[m] has joined #bitcoin-core-dev
<Murch[m]> Nice!
brunoerg has quit [Ping timeout: 255 seconds]
<laanwj> great!
<fanquake> sent some emails while we still can
<laanwj> hah yes
brunoerg has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] fanquake opened pull request #28786: guix: switch to 6.1 kernel headers over 5.15 (master...linux_headers_6_1_longterm) https://github.com/bitcoin/bitcoin/pull/28786
preimage has quit [Quit: WeeChat 4.1.0]
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
dviola has quit [Ping timeout: 255 seconds]
preimage has joined #bitcoin-core-dev
LarryRuane has joined #bitcoin-core-dev
ibiko1 has joined #bitcoin-core-dev
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
ibiko1 has quit [Ping timeout: 245 seconds]
brunoerg has quit [Ping timeout: 258 seconds]
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: 258 seconds]
brunoerg has joined #bitcoin-core-dev
cold has quit [Quit: Quitting...]
_cold has joined #bitcoin-core-dev
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 258 seconds]
brunoerg has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] theStack opened pull request #28787: init: completely remove `-zapwallettxes` (remaining hidden option) (master...202311-init-remove_zapwallettxes_remains) https://github.com/bitcoin/bitcoin/pull/28787
pablomartin has quit [Ping timeout: 245 seconds]
Sullied_ has quit [Ping timeout: 272 seconds]
kevkevin has quit [Remote host closed the connection]
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
szkl has joined #bitcoin-core-dev
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] instagibbs opened pull request #28788: test: bugfix CheckPackageMempoolAcceptResult return all error strings (master...fix_cpmar) https://github.com/bitcoin/bitcoin/pull/28788
Talkless has quit [Quit: Konversation terminated!]
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 264 seconds]
<bitcoin-git> [bitcoin] maflcko opened pull request #28789: fuzz: Avoid utxo_total_supply timeout (take 2) (master...2311-fuzz-timeout-) https://github.com/bitcoin/bitcoin/pull/28789
brunoerg has joined #bitcoin-core-dev
mudsip has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 258 seconds]
mudsip has quit [Client Quit]
mudsip has joined #bitcoin-core-dev
mudsip has quit [Client Quit]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 264 seconds]
Sullied_ has joined #bitcoin-core-dev
test_ has joined #bitcoin-core-dev
bugs_ has quit [Quit: Leaving]
Guest35 has joined #bitcoin-core-dev
flooded has quit [Ping timeout: 245 seconds]
szkl has quit [Quit: Connection closed for inactivity]
Guest35 has quit [Quit: Client closed]