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
jarthur_ has quit [Quit: jarthur_]
jonatack has joined #bitcoin-core-dev
agrosant has quit [Ping timeout: 264 seconds]
agrosant has joined #bitcoin-core-dev
asher has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] jrakibi opened pull request #29617: Add test for invalid UTXO snapshot with coin height above base height (master...2024/03/assumeUTXO-tests) https://github.com/bitcoin/bitcoin/pull/29617
asher has quit [Quit: Leaving]
agrosant has quit [Ping timeout: 264 seconds]
abubakarsadiq has joined #bitcoin-core-dev
agrosant has joined #bitcoin-core-dev
cmirror has quit [Remote host closed the connection]
agrosant has quit [Ping timeout: 264 seconds]
cmirror has joined #bitcoin-core-dev
justache is now known as justache_Test
justache_Test is now known as justache
bitdex has quit [Ping timeout: 260 seconds]
AaronvanW has joined #bitcoin-core-dev
bitdex has joined #bitcoin-core-dev
AaronvanW has quit [Ping timeout: 255 seconds]
conman has joined #bitcoin-core-dev
<bitcoin-git> [guix.sigs] guggero opened pull request #1072: Add attestations by guggero for 27.0rc1 codesigned (main...guggero-27.0rc1-signed) https://github.com/bitcoin-core/guix.sigs/pull/1072
sye has joined #bitcoin-core-dev
BrandonOdiwuor has quit [Quit: Ping timeout (120 seconds)]
BrandonOdiwuor has joined #bitcoin-core-dev
Grayson has joined #bitcoin-core-dev
Grayson has quit [Ping timeout: 250 seconds]
AaronvanW has joined #bitcoin-core-dev
BUSY has joined #bitcoin-core-dev
joekolrr has joined #bitcoin-core-dev
joekolrr has quit [Client Quit]
joekohler has joined #bitcoin-core-dev
joekohler has quit [Client Quit]
joekohler has joined #bitcoin-core-dev
joekohler44 has joined #bitcoin-core-dev
joekohler has quit [Client Quit]
joekohler44 has quit [Client Quit]
joekohler has joined #bitcoin-core-dev
joekohler has quit [Client Quit]
AaronvanW has quit [Ping timeout: 264 seconds]
joekohler has joined #bitcoin-core-dev
joekohler has quit [Client Quit]
AaronvanW has joined #bitcoin-core-dev
AaronvanW has quit [Ping timeout: 260 seconds]
<bitcoin-git> [bitcoin] jrakibi closed pull request #29617: Add test for invalid UTXO snapshot with coin height above base height (master...2024/03/assumeUTXO-tests) https://github.com/bitcoin/bitcoin/pull/29617
<bitcoin-git> [bitcoin] jrakibi reopened pull request #29617: Add test for invalid UTXO snapshot with coin height above base height (master...2024/03/assumeUTXO-tests) https://github.com/bitcoin/bitcoin/pull/29617
conman has quit [Quit: Konversation terminated!]
justache has quit [Quit: ZNC 1.8.2 - https://znc.in]
justache has joined #bitcoin-core-dev
Guyver2 has joined #bitcoin-core-dev
twistedline has quit [Ping timeout: 264 seconds]
<bitcoin-git> [bitcoin] maflcko closed pull request #29134: Compressed Bitcoin Transactions (master...2023-05--tx-compression) https://github.com/bitcoin/bitcoin/pull/29134
<bitcoin-git> [guix.sigs] fanquake merged pull request #1072: Add attestations by guggero for 27.0rc1 codesigned (main...guggero-27.0rc1-signed) https://github.com/bitcoin-core/guix.sigs/pull/1072
<bitcoin-git> [guix.sigs] fanquake pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/bc9168aa544d...78cf2f466fe0
<bitcoin-git> guix.sigs/main a742ded Oliver Gugger: Add attestations by guggero for 27.0rc1 codesigned
<bitcoin-git> guix.sigs/main 78cf2f4 fanquake: Merge pull request #1072 from guggero/guggero-27.0rc1-signed
conman has joined #bitcoin-core-dev
agrosant has joined #bitcoin-core-dev
Guest65 has joined #bitcoin-core-dev
Guest65 has left #bitcoin-core-dev [#bitcoin-core-dev]
agrosant has quit [Ping timeout: 264 seconds]
<bitcoin-git> [bitcoin] glozow pushed 17 commits to 26.x: https://github.com/bitcoin/bitcoin/compare/a718bfafe7ad...c33e83a53a86
<bitcoin-git> bitcoin/26.x 4ac0eb5 Hennadii Stepanov: test: Drop `x` modifier in `fsbridge::fopen` call for mingw builds
<bitcoin-git> bitcoin/26.x 97a1d0a dergoegge: [validation] Isolate merkle root checks
<bitcoin-git> bitcoin/26.x 076c67c dergoegge: [refactor] Cleanup merkle root checks
<bitcoin-git> [bitcoin] glozow merged pull request #29509: [26.x] backports and final changes for v26.1rc2 (26.x...2024-02-26-backports) https://github.com/bitcoin/bitcoin/pull/29509
BrandonOdiwuor has quit [Ping timeout: 250 seconds]
<bitcoin-git> [bitcoin] glozow pushed tag v26.1rc2: https://github.com/bitcoin/bitcoin/compare/v26.1rc2
Guest61 has joined #bitcoin-core-dev
Guest61 has quit [Client Quit]
agrosant has joined #bitcoin-core-dev
sye has quit [Quit: Ping timeout (120 seconds)]
Guyver2 has left #bitcoin-core-dev [Closing Window]
aleggg has quit [Ping timeout: 252 seconds]
aleggg has joined #bitcoin-core-dev
bitdex has quit [Ping timeout: 260 seconds]
bitdex has joined #bitcoin-core-dev
<Sjors[m]> Has anyone tested the performance impact of pausing IBD while loading a snapshot? cc fjahr
<Sjors[m]> One of my test machines got all the way to block 350,000 in the time it took to load the snapshot.
<bitcoin-git> [bitcoin] glozow opened pull request #29619: refactor: consolidate MempoolAcceptResult processing (master...2024-03-atmp-refactors) https://github.com/bitcoin/bitcoin/pull/29619
<Sjors[m]> Half of that was because the snapshot had to be flushed (shameless plug for #28358).
<gribble> https://github.com/bitcoin/bitcoin/issues/28358 | Double -dbache maximum to 64GB by Sjors · Pull Request #28358 · bitcoin/bitcoin · GitHub
<Sjors[m]> I vaguely remember than an earlier iteration of assume UTXO did pause IBD, so maybe it was tested back then, or found to add too much complexity.
agrosant has quit [Ping timeout: 264 seconds]
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4cc99df44aec...5ebb4063571a
<bitcoin-git> [bitcoin] achow101 merged pull request #26564: test: test_bitcoin: allow -testdatadir=datadir (master...2022-11-testdir) https://github.com/bitcoin/bitcoin/pull/26564
BrandonOdiwuor has joined #bitcoin-core-dev
agrosant has joined #bitcoin-core-dev
agrosant has quit [Ping timeout: 264 seconds]
<bitcoin-git> [guix.sigs] m3dwards opened pull request #1073: Attestations m3dwards codesigned for 27.0rc1 (main...27.0rc1) https://github.com/bitcoin-core/guix.sigs/pull/1073
flooded has joined #bitcoin-core-dev
<bitcoin-git> [guix.sigs] fanquake merged pull request #1073: Attestations m3dwards codesigned for 27.0rc1 (main...27.0rc1) https://github.com/bitcoin-core/guix.sigs/pull/1073
<bitcoin-git> [guix.sigs] fanquake pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/78cf2f466fe0...27b2b7549296
<bitcoin-git> guix.sigs/main 98f9e6c Max Edwards: m3dwards codesigned for 27.0rc1
<bitcoin-git> guix.sigs/main 27b2b75 fanquake: Merge pull request #1073 from m3dwards/27.0rc1
<bitcoin-git> [guix.sigs] achow101 opened pull request #1074: achow101 26.1rc2 non-codesigned binary guix attestation (main...26.1rc2) https://github.com/bitcoin-core/guix.sigs/pull/1074
<bitcoin-git> [guix.sigs] achow101 merged pull request #1074: achow101 26.1rc2 non-codesigned binary guix attestation (main...26.1rc2) https://github.com/bitcoin-core/guix.sigs/pull/1074
<bitcoin-git> [guix.sigs] achow101 pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/27b2b7549296...fff6b1a71b90
<bitcoin-git> guix.sigs/main 439f978 Ava Chow: achow101 26.1rc2 non-codesigned binary guix attestation
<bitcoin-git> guix.sigs/main fff6b1a Ava Chow: Merge pull request #1074 from achow101/26.1rc2
agrosant has joined #bitcoin-core-dev
jespada_ has quit [Remote host closed the connection]
<bitcoin-git> [guix.sigs] fanquake opened pull request #1075: fanquake v26.1rc2 noncodesigned attestations (main...fanquake_noncodesigned_26_1rc2) https://github.com/bitcoin-core/guix.sigs/pull/1075
jespada has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] m3dwards closed pull request #29581: ci: switch back to executing functional tests with powershell (master...ps-version) https://github.com/bitcoin/bitcoin/pull/29581
<bitcoin-git> [guix.sigs] fanquake merged pull request #1075: fanquake v26.1rc2 noncodesigned attestations (main...fanquake_noncodesigned_26_1rc2) https://github.com/bitcoin-core/guix.sigs/pull/1075
<bitcoin-git> [guix.sigs] fanquake pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/fff6b1a71b90...228c1283d1c6
<bitcoin-git> guix.sigs/main 39acd45 fanquake: fanquake v26.1rc2 noncodesigned attestations
<bitcoin-git> guix.sigs/main 228c128 fanquake: Merge pull request #1075 from fanquake/fanquake_noncodesigned_26_1rc2
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5ebb4063571a...10d7b6e20131
<bitcoin-git> bitcoin/master a3badf7 Anthony Towns: tests: Provide more helpful assert_equal errors
<bitcoin-git> bitcoin/master 10d7b6e Ava Chow: Merge bitcoin/bitcoin#29514: tests: Provide more helpful assert_equal erro...
<bitcoin-git> [bitcoin] achow101 merged pull request #29514: tests: Provide more helpful assert_equal errors (master...202402-assertequal) https://github.com/bitcoin/bitcoin/pull/29514
vasild has quit [Ping timeout: 260 seconds]
<bitcoin-git> [bitcoin] m3dwards opened pull request #29620: ci: add print of powershell version to win64 job (master...psversion) https://github.com/bitcoin/bitcoin/pull/29620
vasild has joined #bitcoin-core-dev
<bitcoin-git> [guix.sigs] glozow opened pull request #1076: glozow noncodesigned 26.1rc2 (main...26.1rc2-non) https://github.com/bitcoin-core/guix.sigs/pull/1076
<bitcoin-git> [guix.sigs] glozow opened pull request #1077: glozow 27.0rc1 all (main...27.0rc1-all) https://github.com/bitcoin-core/guix.sigs/pull/1077
<bitcoin-git> [guix.sigs] glozow merged pull request #1077: glozow 27.0rc1 all (main...27.0rc1-all) https://github.com/bitcoin-core/guix.sigs/pull/1077
<bitcoin-git> [guix.sigs] glozow pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/228c1283d1c6...4fa7a9003c5a
<bitcoin-git> guix.sigs/main 3339c51 glozow: glozow 27.0rc1 all
<bitcoin-git> guix.sigs/main 4fa7a90 Gloria Zhao: Merge pull request #1077 from glozow/27.0rc1-all
<bitcoin-git> [guix.sigs] glozow merged pull request #1076: glozow noncodesigned 26.1rc2 (main...26.1rc2-non) https://github.com/bitcoin-core/guix.sigs/pull/1076
<bitcoin-git> [guix.sigs] glozow pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/4fa7a9003c5a...0bba0082ca1a
<bitcoin-git> guix.sigs/main ee77691 glozow: glozow noncodesigned 26.1rc2
<bitcoin-git> guix.sigs/main 0bba008 Gloria Zhao: Merge pull request #1076 from glozow/26.1rc2-non
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/10d7b6e20131...4a903741b0bc
<bitcoin-git> bitcoin/master 7312772 furszy: refactor: Make FindNextBlocks friendlier
<bitcoin-git> bitcoin/master 2f6a055 furszy: p2p: sync from limited peer, only request blocks below threshold
<bitcoin-git> bitcoin/master c5b5843 furszy: test: avoid requesting blocks beyond limited peer threshold
<bitcoin-git> [bitcoin] achow101 merged pull request #28120: p2p: make block download logic aware of limited peers threshold (master...2023_net_limited_peers) https://github.com/bitcoin/bitcoin/pull/28120
<bitcoin-git> [guix.sigs] coinforensics opened pull request #1078: Add non-codesigned attestations by CoinForensics for v26.1rc2 (main...main) https://github.com/bitcoin-core/guix.sigs/pull/1078
<bitcoin-git> [guix.sigs] glozow merged pull request #1078: Add non-codesigned attestations by CoinForensics for v26.1rc2 (main...main) https://github.com/bitcoin-core/guix.sigs/pull/1078
<bitcoin-git> [guix.sigs] glozow pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/0bba0082ca1a...d4d774e13433
<bitcoin-git> guix.sigs/main d76e2a5 coinforensics: Add non-codesigned attestations by CoinForensics for v26.1rc2
<bitcoin-git> guix.sigs/main d4d774e Gloria Zhao: Merge pull request #1078 from coinforensics/main
<bitcoin-git> [guix.sigs] coinforensics opened pull request #1079: Add codesigned attestations by CoinForensics for v27.0rc1 (main...main) https://github.com/bitcoin-core/guix.sigs/pull/1079
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 264 seconds]
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4a903741b0bc...b4a05751b6ff
<bitcoin-git> bitcoin/master a951dba furszy: wallet: default wallet migration, modify inconvenient backup filename
<bitcoin-git> bitcoin/master b4a0575 Ava Chow: Merge bitcoin/bitcoin#29586: wallet: default wallet migration, modify inco...
<bitcoin-git> [bitcoin] achow101 merged pull request #29586: wallet: default wallet migration, modify inconvenient backup filename (master...2024_wallet_migration_empty_wallet_backup_name) https://github.com/bitcoin/bitcoin/pull/29586
<bitcoin-git> [guix.sigs] fanquake merged pull request #1079: Add codesigned attestations by CoinForensics for v27.0rc1 (main...main) https://github.com/bitcoin-core/guix.sigs/pull/1079
<bitcoin-git> [guix.sigs] fanquake pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/d4d774e13433...344a3f98cba1
<bitcoin-git> guix.sigs/main dadf434 coinforensics: Add codesigned attestations by CoinForensics for v27.0rc1
<bitcoin-git> guix.sigs/main 344a3f9 fanquake: Merge pull request #1079 from coinforensics/main
dev7ba has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/b4a05751b6ff...02c7fd8df4d7
<bitcoin-git> bitcoin/master 547aacf Martin Zumsande: test: add -v1transport option and use it in test_runner
<bitcoin-git> bitcoin/master 3a25a57 Martin Zumsande: test: ignore --v2transport for older versions instead of asserting
<bitcoin-git> bitcoin/master ecc036c Martin Zumsande: ci: add --v2transport to an existing CI job
<bitcoin-git> [bitcoin] achow101 merged pull request #29483: test, ci: add --v1transport option, add --v2transport to a CI task (master...202402_run_v2_in_ci) https://github.com/bitcoin/bitcoin/pull/29483
<fjahr> sjors: can't remember that being discussed and sounds like this took quite long, how much time did the loadtxoutset take roughly for you?
<bitcoin-git> [guix.sigs] guggero opened pull request #1080: Add attestations by guggero for 26.1rc2 non-codesigned (main...guggero-26.1rc2-unsigned) https://github.com/bitcoin-core/guix.sigs/pull/1080
bitdex has quit [Quit: = ""]
<bitcoin-git> [guix.sigs] achow101 merged pull request #1080: Add attestations by guggero for 26.1rc2 non-codesigned (main...guggero-26.1rc2-unsigned) https://github.com/bitcoin-core/guix.sigs/pull/1080
<bitcoin-git> [guix.sigs] achow101 pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/344a3f98cba1...42d4874d254b
<bitcoin-git> guix.sigs/main 7ac5b9d Oliver Gugger: Add attestations by guggero for 26.1rc2 non-codesigned
<bitcoin-git> guix.sigs/main 42d4874 Ava Chow: Merge pull request #1080 from guggero/guggero-26.1rc2-unsigned
agrosant has quit [Ping timeout: 264 seconds]
Talkless has joined #bitcoin-core-dev
<bitcoin-git> [guix.sigs] theStack opened pull request #1081: Add theStack v26.1rc2 non-codesigned attestations (main...add_v26_1rc2_noncodesigned) https://github.com/bitcoin-core/guix.sigs/pull/1081
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/02c7fd8df4d7...6dda050865e2
<bitcoin-git> bitcoin/master b7489ec Lőrinc: Add benchmark for TryParseHex
<bitcoin-git> bitcoin/master a19235c Lőrinc: Preallocate result in `TryParseHex` to avoid resizing
<bitcoin-git> bitcoin/master 6dda050 Ava Chow: Merge bitcoin/bitcoin#29458: refactor: Preallocate result in TryParseHex t...
<bitcoin-git> [bitcoin] achow101 merged pull request #29458: refactor: Preallocate result in TryParseHex to avoid resizing (master...paplorinc/optimize-hex-parsing) https://github.com/bitcoin/bitcoin/pull/29458
<bitcoin-git> [guix.sigs] fanquake merged pull request #1081: Add theStack v26.1rc2 non-codesigned attestations (main...add_v26_1rc2_noncodesigned) https://github.com/bitcoin-core/guix.sigs/pull/1081
<bitcoin-git> [guix.sigs] fanquake pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/42d4874d254b...411abe37360b
<bitcoin-git> guix.sigs/main 38b806b Sebastian Falbesoner: Add theStack v26.1rc2 non-codesigned attestations
<bitcoin-git> guix.sigs/main 411abe3 fanquake: Merge pull request #1081 from theStack/add_v26_1rc2_noncodesigned
<bitcoin-git> [bitcoin] achow101 pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/6dda050865e2...a945f09fa6e0
<bitcoin-git> bitcoin/master 802e6e1 stratospher: [init] Add new command line arg for use only in functional tests
<bitcoin-git> bitcoin/master be25ac3 stratospher: [init] Remove -addrmantest command line arg
<bitcoin-git> bitcoin/master 69e091f stratospher: [init] Create deterministic addrman in tests using -test=addrman
<bitcoin-git> [bitcoin] achow101 merged pull request #29007: test: create deterministic addrman in the functional tests (master...deterministic-addrman) https://github.com/bitcoin/bitcoin/pull/29007
brunoerg has joined #bitcoin-core-dev
justache has quit [Quit: ZNC 1.8.2 - https://znc.in]
justache has joined #bitcoin-core-dev
noonien80831 has joined #bitcoin-core-dev
noonien8083 has quit [Ping timeout: 255 seconds]
<bitcoin-git> [bitcoin] paplorinc closed pull request #29608: refactor: Preallocate addresses in GetAddr based on nNodes (master...paplorinc/addrman-get-address-preallocate) https://github.com/bitcoin/bitcoin/pull/29608
freesprung5126 has quit [Ping timeout: 264 seconds]
brunoerg has quit [Remote host closed the connection]
<bitcoin-git> [guix.sigs] Emzy opened pull request #1082: Add Emzy Guix attestations for 26.1rc2 non-codesigned (main...main) https://github.com/bitcoin-core/guix.sigs/pull/1082
<bitcoin-git> [guix.sigs] Kvaciral opened pull request #1083: 26.1rc2 noncodesigned kvaciral (main...26.1rc2-nonco-attestations-kvaciral) https://github.com/bitcoin-core/guix.sigs/pull/1083
<Sjors[m]> fjahr: I think it was about 10 to 15 minutes, and the equivalent of syncing about 150K early blocks
<bitcoin-git> [guix.sigs] achow101 merged pull request #1083: 26.1rc2 noncodesigned kvaciral (main...26.1rc2-nonco-attestations-kvaciral) https://github.com/bitcoin-core/guix.sigs/pull/1083
<Sjors[m]> But I don't know if IBD slows down the loading process.
<bitcoin-git> [guix.sigs] achow101 pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/411abe37360b...c780b0dfad61
<bitcoin-git> guix.sigs/main 2c58e1f Dimitri: 26.1rc2 noncodesigned kvaciral
<bitcoin-git> guix.sigs/main c780b0d Ava Chow: Merge pull request #1083 from Kvaciral/26.1rc2-nonco-attestations-kvaciral
<bitcoin-git> [guix.sigs] achow101 merged pull request #1082: Add Emzy Guix attestations for 26.1rc2 non-codesigned (main...main) https://github.com/bitcoin-core/guix.sigs/pull/1082
<bitcoin-git> [guix.sigs] achow101 pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/c780b0dfad61...1d3bf09b5861
<bitcoin-git> guix.sigs/main 02181ef Stephan Oeste: Add Emzy Guix attestations for 26.1rc2 non-codesigned
<bitcoin-git> guix.sigs/main 1d3bf09 Ava Chow: Merge pull request #1082 from Emzy/main
<Sjors[m]> The guix signature merges are perhaps a bit too noisy?
freesprung5126 has joined #bitcoin-core-dev
<bitcoin-git> [guix.sigs] Sjors opened pull request #1084: Add sjors attestations for v27.0rc1 (main...27.0rc1-sjors) https://github.com/bitcoin-core/guix.sigs/pull/1084
<bitcoin-git> [guix.sigs] achow101 merged pull request #1084: Add sjors attestations for v27.0rc1 (main...27.0rc1-sjors) https://github.com/bitcoin-core/guix.sigs/pull/1084
<bitcoin-git> [guix.sigs] achow101 pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/1d3bf09b5861...9cdb305922b9
<bitcoin-git> guix.sigs/main 6704fbf Sjors Provoost: Add sjors attestations for v27.0rc1
<bitcoin-git> guix.sigs/main 9cdb305 Ava Chow: Merge pull request #1084 from Sjors/27.0rc1-sjors
adil1 has joined #bitcoin-core-dev
bugs_ has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
kevkevin has quit [Remote host closed the connection]
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Remote host closed the connection]
kevkevin has joined #bitcoin-core-dev
preimage has joined #bitcoin-core-dev
kevkevin has quit [Remote host closed the connection]
kevkevin has joined #bitcoin-core-dev
adil1 has quit [Quit: adil1]
brunoerg has quit [Remote host closed the connection]
kevkevin has quit [Remote host closed the connection]
kevkevin has joined #bitcoin-core-dev
jarthur has joined #bitcoin-core-dev
kevkevin has quit [Remote host closed the connection]
kevkevin has joined #bitcoin-core-dev
agrosant has joined #bitcoin-core-dev
<bitcoin-git> [guix.sigs] Sjors opened pull request #1085: Add sjors attestations for v26.1rc2 (main...26.1rc2-sjors) https://github.com/bitcoin-core/guix.sigs/pull/1085
jarthur_ has joined #bitcoin-core-dev
jarthur has quit [Ping timeout: 268 seconds]
brunoerg has joined #bitcoin-core-dev
Guest89 has joined #bitcoin-core-dev
Guest89 has quit [Client Quit]
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
jarthur_ is now known as jarthur
<bitcoin-git> [guix.sigs] achow101 merged pull request #1085: Add sjors attestations for v26.1rc2 (main...26.1rc2-sjors) https://github.com/bitcoin-core/guix.sigs/pull/1085
<bitcoin-git> [guix.sigs] achow101 pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/9cdb305922b9...aca58bf9b4b2
<bitcoin-git> guix.sigs/main 5b0f2a0 Sjors Provoost: Add sjors attestations for v26.1rc2
<bitcoin-git> guix.sigs/main aca58bf Ava Chow: Merge pull request #1085 from Sjors/26.1rc2-sjors
brunoerg has quit [Remote host closed the connection]
<bitcoin-git> [guix.sigs] theStack opened pull request #1086: Add theStack v27.0rc1 codesigned attestations (main...add_v27_0rc1_codesigned) https://github.com/bitcoin-core/guix.sigs/pull/1086
<bitcoin-git> [guix.sigs] achow101 merged pull request #1086: Add theStack v27.0rc1 codesigned attestations (main...add_v27_0rc1_codesigned) https://github.com/bitcoin-core/guix.sigs/pull/1086
<bitcoin-git> [guix.sigs] achow101 pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/aca58bf9b4b2...756f4617552e
<bitcoin-git> guix.sigs/main ca915e4 Sebastian Falbesoner: Add theStack v27.0rc1 codesigned attestations
<bitcoin-git> guix.sigs/main 756f461 Ava Chow: Merge pull request #1086 from theStack/add_v27_0rc1_codesigned
Talkless has quit [Quit: Konversation terminated!]
<bitcoin-git> [guix.sigs] laanwj opened pull request #1087: 26.1rc2 laanwj noncodesigned (main...26.1rc2-laanwj-noncodesigned) https://github.com/bitcoin-core/guix.sigs/pull/1087
<bitcoin-git> [bitcoin] stickies-v opened pull request #29623: Simplify network-adjusted time warning logic (master...2024-03/remove-timedata) https://github.com/bitcoin/bitcoin/pull/29623
brunoerg has joined #bitcoin-core-dev
<bitcoin-git> [guix.sigs] fanquake merged pull request #1087: 26.1rc2 laanwj noncodesigned (main...26.1rc2-laanwj-noncodesigned) https://github.com/bitcoin-core/guix.sigs/pull/1087
<bitcoin-git> [guix.sigs] fanquake pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/756f4617552e...a34b563aa5eb
<bitcoin-git> guix.sigs/main 193be3b laanwj: 26.1rc2 laanwj noncodesigned
<bitcoin-git> guix.sigs/main a34b563 fanquake: Merge pull request #1087 from bitcoin-core/26.1rc2-laanwj-noncodesigned
dev7ba has quit [Quit: Client closed]
arik__ has quit [Read error: Connection reset by peer]
arik__ has joined #bitcoin-core-dev
ajonas has quit [Read error: Connection reset by peer]
ajonas has joined #bitcoin-core-dev
lightlike has quit [Read error: Connection reset by peer]
lightlike has joined #bitcoin-core-dev
stickies-v has quit [Read error: Connection reset by peer]
stickies-v has joined #bitcoin-core-dev
Guest64 has joined #bitcoin-core-dev
Guest64 has quit [Client Quit]
he1 has joined #bitcoin-core-dev
he1 has quit [Excess Flood]
abubakarsadiq has quit [Quit: Connection closed for inactivity]
hel has quit [Ping timeout: 624 seconds]
<bitcoin-git> [bitcoin] Sjors opened pull request #29624: doc: update NeedsRedownload() comment (master...2024/03/no-rewind) https://github.com/bitcoin/bitcoin/pull/29624
<bitcoin-git> [bitcoin] sipa opened pull request #29625: Several randomness improvements (master...202403_rand_rework) https://github.com/bitcoin/bitcoin/pull/29625
kevkevin has quit [Remote host closed the connection]
cguida has joined #bitcoin-core-dev
bugs_ has quit [Quit: Leaving]
brunoerg_ has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 256 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg_ has quit [Ping timeout: 240 seconds]
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 260 seconds]
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 256 seconds]
preimage has quit [Quit: WeeChat 4.2.1]
<bitcoin-git> [bitcoin] nsvrn opened pull request #29626: Fixed limitdummyscriptdatasize arg initialization (master...limitdummyscriptdatasize) https://github.com/bitcoin/bitcoin/pull/29626
<bitcoin-git> [bitcoin] nsvrn closed pull request #29626: Fixed limitdummyscriptdatasize arg initialization (master...limitdummyscriptdatasize) https://github.com/bitcoin/bitcoin/pull/29626
brunoerg has quit [Remote host closed the connection]
hernanmarino has quit [Ping timeout: 256 seconds]
luke-jr has joined #bitcoin-core-dev
BrandonOdiwuor has quit [Quit: Client closed]
hernanmarino has joined #bitcoin-core-dev
agrosant has quit [Ping timeout: 264 seconds]
<bitcoin-git> [bitcoin] furszy closed pull request #27601: wallet: don't duplicate change output if already exist (master...2023_wallet_double_change_output) https://github.com/bitcoin/bitcoin/pull/27601
Guest80 has joined #bitcoin-core-dev
Guest80 has quit [Client Quit]
hel has joined #bitcoin-core-dev
binary01 has joined #bitcoin-core-dev
samsonite has joined #bitcoin-core-dev
samsonite has quit [Quit: Client closed]
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 264 seconds]