< kallewoof> jeremyrubin: nothing special. if your node is in prune mode that may be an issue (it was in the past, but maybe fixed these days)
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/be4171679b8e...3f3c4d2e2e7e
< bitcoin-git> bitcoin/master fa9f711 MarcoFalke: Fix crash when parsing command line with -noincludeconf=0
< bitcoin-git> bitcoin/master fad0867 MarcoFalke: Cleanup -includeconf error message
< bitcoin-git> bitcoin/master 3f3c4d2 fanquake: Merge bitcoin/bitcoin#22002: Fix crash when parsing command line with -noi...
< bitcoin-git> [bitcoin] fanquake merged pull request #22002: Fix crash when parsing command line with -noincludeconf=0 (master...2105-parseCommandlineCrash) https://github.com/bitcoin/bitcoin/pull/22002
< bitcoin-git> [bitcoin] dhruv opened pull request #22029: [fuzz] Add serialization to transport deserialization test (master...v1-transport-serializer-fuzzing) https://github.com/bitcoin/bitcoin/pull/22029
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/3f3c4d2e2e7e...778b92017993
< bitcoin-git> bitcoin/master dc7eb64 Sebastian Falbesoner: test: MiniWallet: add P2PK support
< bitcoin-git> bitcoin/master 4bea301 Sebastian Falbesoner: test: use P2PK-MiniWallet for feature_csv_activation.py
< bitcoin-git> bitcoin/master 778b920 MarcoFalke: Merge bitcoin/bitcoin#21945: test: add P2PK support to MiniWallet
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21945: test: add P2PK support to MiniWallet (master...202005-test-miniwallet-support-p2pk) https://github.com/bitcoin/bitcoin/pull/21945
< bitcoin-git> [bitcoin] MarcoFalke pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/778b92017993...599000903e09
< bitcoin-git> bitcoin/master 716de29 Kiminuo: Make `m_cached_blocks_path` mutable. Make `ArgsManager::GetBlocksDirPath()...
< bitcoin-git> bitcoin/master 0f53df4 Kiminuo: Add `ArgsManager.GetDataDirBase()` and `ArgsManager.GetDataDirNet()` as an...
< bitcoin-git> bitcoin/master 4d8189f Kiminuo: scripted-diff: Change `ArgsManager.GetDataDirPath()` to `ArgsManager.GetDa...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21850: Remove `GetDataDir(net_specific)` function (master...feature/2021-05-get-data-dir-step-2) https://github.com/bitcoin/bitcoin/pull/21850
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/599000903e09...ce4a852475fc
< bitcoin-git> bitcoin/master fafd121 MarcoFalke: refactor: Make CFeeRate constructor architecture-independent
< bitcoin-git> bitcoin/master ce4a852 MarcoFalke: Merge bitcoin/bitcoin#21848: refactor: Make CFeeRate constructor architect...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21848: refactor: Make CFeeRate constructor architecture-independent (master...2105-feerate) https://github.com/bitcoin/bitcoin/pull/21848
< fanquake> wumpus / sipa : can you block https://github.com/XiaoManNoCode
< wumpus> fanquake: done
< fanquake> wumpus: thanks
< jnewbery> aj: it looks like we just threw more CPUs at the problem in #21931
< gribble> https://github.com/bitcoin/bitcoin/issues/21931 | ci: Bump cirrus fuzz CPUs to avoid timeout by MarcoFalke · Pull Request #21931 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] hebasto closed pull request #19735: Fix -Wtautological-constant-out-of-range-compare warnings on 32-bit systems (master...200816-size) https://github.com/bitcoin/bitcoin/pull/19735
< jnewbery> wumpus fanquake: #21186 may be ready for merge. ACKs from laanwj, mzumsande and sipa on the current branch (and hebasto on a previous branch)
< gribble> https://github.com/bitcoin/bitcoin/issues/21186 | net/net processing: Move addr data into net_processing by jnewbery · Pull Request #21186 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] hebasto opened pull request #22041: build: Make --enable-suppress-external-warnings the default (master...210524-sew) https://github.com/bitcoin/bitcoin/pull/22041
< bitcoin-git> [bitcoin] instagibbs opened pull request #22042: Replace size/weight estimate tuple with struct for named fields (master...named_size_tuple) https://github.com/bitcoin/bitcoin/pull/22042
< bitcoin-git> [bitcoin] jonatack opened pull request #22043: rpc, test: addpeeraddress test coverage, code simplify/constness (master...addpeeraddress-improvements) https://github.com/bitcoin/bitcoin/pull/22043
< bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/ce4a852475fc...d3fa42c795b6
< bitcoin-git> bitcoin/master 86acc96 John Newbery: [net processing] Take NodeId instead of CNode* as originator for RelayAddr...
< bitcoin-git> bitcoin/master caba7ae John Newbery: [net processing] Make RelayAddress() a member function of PeerManagerImpl
< bitcoin-git> bitcoin/master 76568a3 John Newbery: [net processing] Move addr relay data and logic into net processing
< bitcoin-git> [bitcoin] fanquake merged pull request #21186: net/net processing: Move addr data into net_processing (master...2020-02-addr-in-peer) https://github.com/bitcoin/bitcoin/pull/21186
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d3fa42c795b6...296841794864
< bitcoin-git> bitcoin/master fe3d17d Anthony Towns: net: ignore block-relay-only peers when skipping DNS seed
< bitcoin-git> bitcoin/master 2968417 fanquake: Merge bitcoin/bitcoin#22013: net: ignore block-relay-only peers when skipp...
< bitcoin-git> [bitcoin] fanquake merged pull request #22013: net: ignore block-relay-only peers when skipping DNS seed (master...202105-ignoreblockrelayfordnsskip) https://github.com/bitcoin/bitcoin/pull/22013
< bitcoin-git> [bitcoin] laanwj pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/296841794864...b295395664bd
< bitcoin-git> bitcoin/master c090a3e Carl Dong: Makefile.am: use APP_DIST_DIR instead of hard-coding dist
< bitcoin-git> bitcoin/master 0a2176d Carl Dong: guix: Reindent existing manifest.scm
< bitcoin-git> bitcoin/master bac2690 Carl Dong: guix: Package codesigning tools
< bitcoin-git> [bitcoin] laanwj merged pull request #21239: guix: Add codesignature attachment support for osx+win (master...2021-01-guix-win-sign) https://github.com/bitcoin/bitcoin/pull/21239
< hebasto> ^ does it mean that v22.0 will be released as guix builds?
< wumpus> we're going to try, if anything goes wrong we can always do a latter rc as gitian build anyway
< hebasto> great!
< wumpus> i don't see an error message but "24m" doesn't sound like a timeout either
< jonatack> wumpus: idk but see things like "cc: fatal error", "clang: error: linker command failed due to signal (use -v to see invocation)" and "make[2]: *** [Makefile:5887: qt/bitcoin-qt] Error 254"
< wumpus> oh i see, the errors are outside of the window shown on github, thanks
< wumpus> "clang: error: unable to execute command: Killed" *jaws tune* OOM killer in action
< wumpus> doesn't seem worth making an issue about, restarted it
< jonatack> yess, cirrus makes you click for the goodies
< bitcoin-git> [bitcoin] amadeuszpawlik opened pull request #22044: High fee check for -blockmintxfee option (master...sanitize_21893) https://github.com/bitcoin/bitcoin/pull/22044
< hebasto> could you re-(n)ack https://github.com/bitcoin/bitcoin/pull/21788 (no hashes required)?
< hebasto> ^ wrong chat, sorry
< wumpus> trying to understand why HTTPRequestHandlers return a bool just to have it ignored in HTTPWorkItem::()
< bitcoin-git> [bitcoin] zefir-k opened pull request #22046: consensus: remove redundant checks in merkle root computation (master...master) https://github.com/bitcoin/bitcoin/pull/22046
< Nabo> 🚀 StarPup 🚀 Donation token for animals with liquidity 100% locked 🔒 www.starpupcoin.com
< Nabo> lP is locked and Contract ownership is renounced
< Nabo> ✅OFFICIAL CONTRACT ADDRESS: 0xf08688ed8d65796148a83e786644afd487466c90 ✅
< bitcoin-git> [bitcoin] fjahr opened pull request #22047: index, rpc: Coinstatsindex follow-ups (master...19521-followup) https://github.com/bitcoin/bitcoin/pull/22047
< bitcoin-git> [bitcoin] theStack opened pull request #22048: test: MiniWallet: introduce enum type for output mode (master...202105-test-improve_miniwallet) https://github.com/bitcoin/bitcoin/pull/22048
< bitcoin-git> [bitcoin] champo opened pull request #22049: rpc: allow specifying min chain depth for inputs in fund calls (master...psbt_coin_control) https://github.com/bitcoin/bitcoin/pull/22049
< bitcoin-git> [bitcoin] jonatack opened pull request #22050: p2p: remove tor v2 support (master...torv2-remove-support) https://github.com/bitcoin/bitcoin/pull/22050
< bitcoin-git> [bitcoin] sipa opened pull request #22051: Basic Taproot derivation support for descriptors (master...202105_taproot_derive) https://github.com/bitcoin/bitcoin/pull/22051