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 quit [Ping timeout: 252 seconds]
mcey_ has quit [Quit: Leaving]
mcey has joined #bitcoin-core-dev
BrandonOdiwuor has quit [Ping timeout: 256 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 244 seconds]
S3RK has quit [Ping timeout: 252 seconds]
S3RK has joined #bitcoin-core-dev
mcey has quit [Ping timeout: 272 seconds]
mcey has joined #bitcoin-core-dev
puchka has quit [Quit: leaving]
kevkevin has quit [Remote host closed the connection]
jonatack has joined #bitcoin-core-dev
cmirror has quit [Remote host closed the connection]
cmirror has joined #bitcoin-core-dev
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 252 seconds]
Guest9 has joined #bitcoin-core-dev
Guest9 has quit [Client Quit]
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5d280130446d...02c76ad65216
<bitcoin-git> bitcoin/master c399c80 fanquake: cleanse: Use SecureZeroMemory for mingw-w64 (release) builds
<bitcoin-git> bitcoin/master 02c76ad merge-script: Merge bitcoin/bitcoin#26950: cleanse: switch to SecureZeroMemory for Windo...
<bitcoin-git> [bitcoin] fanquake merged pull request #26950: cleanse: switch to SecureZeroMemory for Windows cross-compile (master...check_for_SecureZeroMemory) https://github.com/bitcoin/bitcoin/pull/26950
TallTim has quit [Ping timeout: 260 seconds]
TallTim has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/02c76ad65216...1e8d689e0164
<bitcoin-git> bitcoin/master 7aa8994 TheCharlatan: refactor: Add FlatFileSeq member variables in BlockManager
<bitcoin-git> bitcoin/master 1e8d689 merge-script: Merge bitcoin/bitcoin#30517: refactor: Add FlatFileSeq member variables in...
<bitcoin-git> [bitcoin] fanquake merged pull request #30517: refactor: Add FlatFileSeq member variables in BlockManager (master...flatfileseqmember) https://github.com/bitcoin/bitcoin/pull/30517
vyHamii has quit [Remote host closed the connection]
Guyver2 has joined #bitcoin-core-dev
JTL has quit [Read error: Connection reset by peer]
abubakarsadiq has joined #bitcoin-core-dev
BrandonOdiwuor has joined #bitcoin-core-dev
<vasild> From the functional tests, one can set a mocktime on a given node but then that clock freezes. Is there a way to let it tick at some point?
<vasild> I need to fast-forward time by 20mins which works well with setmocktime() but then I need the clock to start ticking again. To achieve that I do setmocktime(0), restoring back to the system clock (which moves).
<vasild> An unwanted side effect of that it is that the clock goes backwards.
zzzzz has quit [Remote host closed the connection]
jespada has quit [Ping timeout: 244 seconds]
jespada_ has joined #bitcoin-core-dev
zzzzz_ has joined #bitcoin-core-dev
jespada_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jespada has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] glozow pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/1e8d689e0164...ec700f0a7648
<bitcoin-git> bitcoin/master 7774c31 Sebastian Falbesoner: test: refactor: return TaprootInfo from P2TR address creation routine
<bitcoin-git> bitcoin/master c9f7364 Sebastian Falbesoner: test: fix MiniWallet script-path spend (missing parity bit in leaf version)
<bitcoin-git> bitcoin/master 3162c91 Sebastian Falbesoner: test: fix MiniWallet internal key derivation for tagged instances
<bitcoin-git> [bitcoin] glozow merged pull request #30076: test: fix MiniWallet script-path spend (missing parity bit in leaf version) (master...202405-MiniWallet-fix_script_path_spend_missing_sign_bit) https://github.com/bitcoin/bitcoin/pull/30076
<bitcoin-git> [bitcoin] glozow pushed 13 commits to master: https://github.com/bitcoin/bitcoin/compare/ec700f0a7648...37bd70a22533
<bitcoin-git> bitcoin/master a6e07e7 Pieter Wuille: clusterlin: introduce cluster_linearize.h with Cluster and DepGraph types
<bitcoin-git> bitcoin/master 58f7e01 Pieter Wuille: tests: framework for testing DepGraph class
<bitcoin-git> bitcoin/master 4828079 Pieter Wuille: clusterlin: add AncestorCandidateFinder class
<bitcoin-git> [bitcoin] glozow merged pull request #30126: cluster mempool: cluster linearization algorithm (master...202405_clusterlin) https://github.com/bitcoin/bitcoin/pull/30126
<sdaftuar> \o/
adil1 has joined #bitcoin-core-dev
jespada has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<instagibbs> rockets
jespada has joined #bitcoin-core-dev
Guest35 has joined #bitcoin-core-dev
Guest35 has quit [Client Quit]
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/37bd70a22533...123888dcb8f8
<bitcoin-git> bitcoin/master fae0db0 TheCharlatan: fuzz: Deglobalize signature cache in sigcache test
<bitcoin-git> bitcoin/master 123888d Ryan Ofsky: Merge bitcoin/bitcoin#30447: fuzz: Deglobalize signature cache in sigcache...
<bitcoin-git> [bitcoin] ryanofsky merged pull request #30447: fuzz: Deglobalize signature cache in sigcache test (master...fuzzScriptCache) https://github.com/bitcoin/bitcoin/pull/30447
adil1 has quit [Quit: adil1]
jespada has quit [Read error: Connection reset by peer]
jespada_ has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] ryanofsky pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/123888dcb8f8...30cef53707fb
<bitcoin-git> bitcoin/master 6bbc2dd Anthony Towns: logging: Add thread safety annotations
<bitcoin-git> bitcoin/master 0b1960f Anthony Towns: logging: Add DisableLogging()
<bitcoin-git> bitcoin/master 6cf9b34 Anthony Towns: logging: Limit early logging buffer
<bitcoin-git> [bitcoin] ryanofsky merged pull request #30386: Early logging improvements (master...202407-early-log) https://github.com/bitcoin/bitcoin/pull/30386
bitdex has quit [Quit: = ""]
<bitcoin-git> [bitcoin] theuni closed pull request #29962: RFC: depends: add release type to CMake builds (master...depends-cmake-releaseopts) https://github.com/bitcoin/bitcoin/pull/29962
brunoerg has joined #bitcoin-core-dev
andrewtoth has joined #bitcoin-core-dev
brunoerg has quit [Remote host closed the connection]
Guyver2 has left #bitcoin-core-dev [Closing Window]
kevkevin has joined #bitcoin-core-dev
puchka has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] ryanofsky opened pull request #30529: Fix -norpcwhitelist, -norpcallowip, and similar corner case behavior (master...pr/listset) https://github.com/bitcoin/bitcoin/pull/30529
theStack has quit [Quit: zzz]
theStack has joined #bitcoin-core-dev
b10c[m] has quit [Ping timeout: 260 seconds]
b10c[m] has joined #bitcoin-core-dev
JTL has joined #bitcoin-core-dev
bugs_ has joined #bitcoin-core-dev
puchka has quit [Ping timeout: 265 seconds]
<bitcoin-git> [bitcoin] maflcko opened pull request #30531: test: Add missing --v1transport to feature_proxy.py (master...2407-nov2) https://github.com/bitcoin/bitcoin/pull/30531
mudsip has joined #bitcoin-core-dev
mudsip has quit [Client Quit]
mudsip has joined #bitcoin-core-dev
mudsip has quit [Client Quit]
<bitcoin-git> [bitcoin] stickies-v opened pull request #30532: refactor: remove deprecated TxidFromString() in favour of transaction_identifier::FromHex() (master...2024-07/rm-txidfromstring) https://github.com/bitcoin/bitcoin/pull/30532
preimage has joined #bitcoin-core-dev
hel has quit [Read error: Connection reset by peer]
hel has joined #bitcoin-core-dev
Talkless has joined #bitcoin-core-dev
cryptapus has quit [Quit: Konversation terminated!]
cryptapus has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] hebasto opened pull request #30533: test: Do not write Python bytecode to source directory (master...240726-rpcauth-ro) https://github.com/bitcoin/bitcoin/pull/30533
<bitcoin-git> [bitcoin] fanquake opened pull request #30534: guix: move bison from global scope, to Linux (master...no_bison_mac_win) https://github.com/bitcoin/bitcoin/pull/30534
abubakarsadiq has quit [Quit: Connection closed for inactivity]
kevkevin has quit [Remote host closed the connection]
<bitcoin-git> [bitcoin] paplorinc reopened pull request #30442: optimization: Precalculate SipHash constant XOR with k0 and k1 in SaltedOutpointHasher (master...paplorinc/siphash) https://github.com/bitcoin/bitcoin/pull/30442
cryptapus has quit [Read error: Connection reset by peer]
cryptapus has joined #bitcoin-core-dev
kevkevin has joined #bitcoin-core-dev
mcey_ has joined #bitcoin-core-dev
mcey has quit [Ping timeout: 248 seconds]
kevkevin has quit [Remote host closed the connection]
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Read error: Connection reset by peer]
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 272 seconds]
<bitcoin-git> [bitcoin] sipa opened pull request #30535: feefrac: add support for evaluating at given size (master...202407_feefrac_eval) https://github.com/bitcoin/bitcoin/pull/30535
kevkevin has joined #bitcoin-core-dev
BrandonOdiwuor has quit [Ping timeout: 256 seconds]
kevkevin has quit [Ping timeout: 248 seconds]
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 272 seconds]
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 260 seconds]
kevkevin has joined #bitcoin-core-dev
jespada_ has quit [Ping timeout: 252 seconds]
jespada has joined #bitcoin-core-dev
preimage has quit [Quit: WeeChat 4.3.5]
kevkevin has quit [Remote host closed the connection]
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 272 seconds]
bugs_ has quit [Quit: Leaving]
kevkevin has joined #bitcoin-core-dev
infernix has quit [Ping timeout: 272 seconds]
kevkevin has quit [Ping timeout: 248 seconds]
infernix has joined #bitcoin-core-dev
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 248 seconds]
kevkevin has joined #bitcoin-core-dev
bitdex has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 260 seconds]
Talkless has quit [Remote host closed the connection]
zzzzz_ has quit [Remote host closed the connection]
zzzzz has joined #bitcoin-core-dev
andrewtoth has quit [Ping timeout: 260 seconds]
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 252 seconds]
szkl has quit [Quit: Connection closed for inactivity]
kevkevin has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 248 seconds]