2021-10-22

<bitcoin-git> bitcoin/master faeb9a5 MarcoFalke: remove unused CTxMemPool::info(const uint256& txid)
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/a1d55ced099f...224e90d9fdf8
<bitcoin-git> bitcoin/master 224e90d MarcoFalke: Merge bitcoin/bitcoin#23336: refactor: Make GenTxid boolean constructor pr...
<bitcoin-git> [bitcoin] laanwj merged pull request #23139: rpc: fix "trusted" field in TransactionDescriptionString(), add coverage (master...fix-rpc-trusted-field-help) https://github.com/bitcoin/bitcoin/pull/23139
<bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/91c7d66c8b84...a1d55ced099f
<bitcoin-git> bitcoin/master d95913f Jon Atack: rpc: fix "trusted" description in TransactionDescriptionString
<bitcoin-git> bitcoin/master 296cfa3 Jon Atack: test: add listtransactions/listsinceblock "trusted" coverage
<bitcoin-git> bitcoin/master 66f6efc Jon Atack: rpc: improve TransactionDescriptionString() "generated" help
<bitcoin-git> [bitcoin] laanwj merged pull request #22789: external_signer: improve fingerprint matching logic (stop on first match) (master...202108-external_signer-improve_fingerprint_matching) https://github.com/bitcoin/bitcoin/pull/22789
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a685da55b5d4...91c7d66c8b84
<bitcoin-git> bitcoin/master d047ed7 Sebastian Falbesoner: external_signer: improve fingerprint matching logic (stop on first match)
<bitcoin-git> bitcoin/master 91c7d66 W. J. van der Laan: Merge bitcoin/bitcoin#22789: external_signer: improve fingerprint matching...
<bitcoin-git> [bitcoin] laanwj merged pull request #23181: refactor: remove references to deprecated values under std::allocator (master...btc-allocator) https://github.com/bitcoin/bitcoin/pull/23181
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/12eda278ac03...a685da55b5d4
<bitcoin-git> bitcoin/master ea4b61a Pasta: refactor: remove references to deprecated values under std::allocator
<bitcoin-git> bitcoin/master a685da5 W. J. van der Laan: Merge bitcoin/bitcoin#23181: refactor: remove references to deprecated val...
<bitcoin-git> [bitcoin] laanwj merged pull request #23288: tests: remove usage of LegacyScriptPubKeyMan from some wallet tests (master...rm-testWallet-tests) https://github.com/bitcoin/bitcoin/pull/23288
<bitcoin-git> [bitcoin] laanwj pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/5bb03fba049b...12eda278ac03
<bitcoin-git> bitcoin/master a5595b1 Andrew Chow: tests: Remove global vCoins and testWallet from coinselector_tests
<bitcoin-git> bitcoin/master 5e54aa9 Andrew Chow: bench: remove global testWallet from CoinSelection benchmark
<bitcoin-git> bitcoin/master 9bf0243 Andrew Chow: bench: Use DescriptorScriptPubKeyMan for wallet things
<bitcoin-git> [bitcoin] fanquake merged pull request #23333: wallet: fix segfault by avoiding invalid default-ctored `external_spk_managers` entry (master...202110-wallet-fix_getwalletinfo_segfault_after_importing_descriptor) https://github.com/bitcoin/bitcoin/pull/23333
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/58275db3717e...5bb03fba049b
<bitcoin-git> bitcoin/master 6911ab9 Sebastian Falbesoner: wallet: fix segfault by avoiding invalid default-ctored `external_spk_mana...
<bitcoin-git> bitcoin/master 5bb03fb fanquake: Merge bitcoin/bitcoin#23333: wallet: fix segfault by avoiding invalid defa...
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #18902: Bugfix: Only use git for build info if the repository is actually the right one (master...fix_gitdir_again) https://github.com/bitcoin/bitcoin/pull/18902
<bitcoin-git> [bitcoin] laanwj merged pull request #23140: Make CAddrman::Select_ select buckets, not positions, first (master...202109_addrmanbias) https://github.com/bitcoin/bitcoin/pull/23140
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/02feae54a53f...58275db3717e
<bitcoin-git> bitcoin/master 632aad9 Pieter Wuille: Make CAddrman::Select_ select buckets, not positions, first
<bitcoin-git> bitcoin/master 58275db W. J. van der Laan: Merge bitcoin/bitcoin#23140: Make CAddrman::Select_ select buckets, not po...
<bitcoin-git> [bitcoin] dougEfresh opened pull request #23337: tests: Add assert_less_than and assert_less_than_or_equal to test framework (master...23119-assert_less) https://github.com/bitcoin/bitcoin/pull/23337
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #21780: WIP - Add maxmempool RPC (master...MaxMempoolRPC) https://github.com/bitcoin/bitcoin/pull/21780
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #21618: WIP: Reduce MinRelayFee slower when Mempool utilised and faster when needed. (master...MinRelayFeeReductionChanges) https://github.com/bitcoin/bitcoin/pull/21618
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #21827: Display progress of LoadBlockDB() on splash screen (master...SplashLoadBlockProgress) https://github.com/bitcoin/bitcoin/pull/21827
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #21841: Send fewer feefilter messages (avoid the wobbling number issue) (master...SteadierFeefilter) https://github.com/bitcoin/bitcoin/pull/21841
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #21954: Some minor code changes to improve efficiency of processing TXs (master...TXcatches) https://github.com/bitcoin/bitcoin/pull/21954
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23002: Make descriptor wallets by default (master...default-desc-wallets) https://github.com/bitcoin/bitcoin/pull/23002
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/788909f3c79c...02feae54a53f
<bitcoin-git> bitcoin/master f19ad40 Andrew Chow: rpc, wallet: Descriptor wallets are no longer experimental
<bitcoin-git> bitcoin/master 9c1052a Andrew Chow: wallet: Default new wallets to descriptor wallets
<bitcoin-git> bitcoin/master 02feae5 MarcoFalke: Merge bitcoin/bitcoin#23002: Make descriptor wallets by default
<bitcoin-git> [bitcoin] fanquake merged pull request #23042: net: Avoid logging AlreadyHaveTx when disconnecting misbehaving peer (master...2109-netLogDisconnect) https://github.com/bitcoin/bitcoin/pull/23042
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c001da306b29...788909f3c79c
<bitcoin-git> bitcoin/master fa2662c MarcoFalke: net: Avoid logging AlreadyHaveTx when disconnecting misbehaving peer
<bitcoin-git> bitcoin/master 788909f fanquake: Merge bitcoin/bitcoin#23042: net: Avoid logging AlreadyHaveTx when disconn...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23336: refactor: Make GenTxid boolean constructor private (master...2110-delGenTxid) https://github.com/bitcoin/bitcoin/pull/23336
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23325: mempool: delete exists(uint256) function (master...2021-10-exists-txid) https://github.com/bitcoin/bitcoin/pull/23325
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/4833d1fdf39f...c001da306b29
<bitcoin-git> bitcoin/master d50fbd4 glozow: create explicit GenTxid::{Txid, Wtxid} ctors
<bitcoin-git> bitcoin/master 4307849 glozow: [mempool] delete exists(uint256) function
<bitcoin-git> bitcoin/master c001da3 MarcoFalke: Merge bitcoin/bitcoin#23325: mempool: delete exists(uint256) function
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23335: refactor: include a missing <limits> header in fs.cpp (master...include-missing-header) https://github.com/bitcoin/bitcoin/pull/23335
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9469ffcb17f0...4833d1fdf39f
<bitcoin-git> bitcoin/master 077a875 Joan Karadimov: refactor: include a missing <limits> header in fs.cpp
<bitcoin-git> bitcoin/master 4833d1f MarcoFalke: Merge bitcoin/bitcoin#23335: refactor: include a missing <limits> header i...
<gribble> https://github.com/bitcoin/bitcoin/issues/23140 | Make CAddrman::Select_ select buckets, not positions, first by sipa · Pull Request #23140 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/23042 | net: Avoid logging AlreadyHaveTx when disconnecting misbehaving peer by MarcoFalke · Pull Request #23042 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23323: doc: Add note on deleting past-EOL release branches (master...2110-docRelDel) https://github.com/bitcoin/bitcoin/pull/23323
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/81cdbecd75ae...9469ffcb17f0
<bitcoin-git> bitcoin/master fa38d98 MarcoFalke: doc: Add note on deleting past-EOL release branches
<bitcoin-git> bitcoin/master 9469ffc MarcoFalke: Merge bitcoin/bitcoin#23323: doc: Add note on deleting past-EOL release br...
<bitcoin-git> [bitcoin] fanquake merged pull request #23329: ci: Define cases when invalidate vcpkg binary cache (master...211020-vcpkg) https://github.com/bitcoin/bitcoin/pull/23329
<bitcoin-git> bitcoin/master b00646b Hennadii Stepanov: ci, refactor: Rename VCPKG_TAG variable and vcpkg_cache script
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/12ff8993bcc7...81cdbecd75ae
<bitcoin-git> bitcoin/master e8692cf Hennadii Stepanov: ci: Improve vcpkg binary cache settings
<bitcoin-git> bitcoin/master 81cdbec fanquake: Merge bitcoin/bitcoin#23329: ci: Define cases when invalidate vcpkg binary...

2021-10-21

<bitcoin-git> [bitcoin] joankaradimov opened pull request #23335: Include a missing header (master...include-missing-header) https://github.com/bitcoin/bitcoin/pull/23335
<ariard> sipa: afaik we don't have that much guidelines to propose potentially-impactful network policy change, though see that conv https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2021-September/019400.html on sequence lock upgrades defect where it was raised what it could looks like
<gribble> https://github.com/bitcoin/bitcoin/issues/20160 | Proposed Timeline for Legacy Wallet and BDB removal · Issue #20160 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/22674 | validation: mempool validation and submission for packages of 1 child + parents by glozow · Pull Request #22674 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23331: test: Replace log with assert_equal in wallet_abandonconflict (master...2110-testAssert) https://github.com/bitcoin/bitcoin/pull/23331
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/179ce098333b...12ff8993bcc7
<bitcoin-git> bitcoin/master fa6c62f MarcoFalke: test: Replace log with assert_equal in wallet_abandonconflict
<bitcoin-git> bitcoin/master 12ff899 MarcoFalke: Merge bitcoin/bitcoin#23331: test: Replace log with assert_equal in wallet...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23334: fuzz: Descriptor wallet (master...2110-fuzzWall) https://github.com/bitcoin/bitcoin/pull/23334
<gribble> https://github.com/bitcoin/bitcoin/issues/20160 | Proposed Timeline for Legacy Wallet and BDB removal · Issue #20160 · bitcoin/bitcoin · GitHub
<michaelfolkson> Ok I'm happy to pass this over to ariard but he previously posted this to the mailing list https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2021-June/019074.html
<gribble> https://github.com/bitcoin/bitcoin/issues/23306 | Make AddrMan support multiple ports per IP by sipa · Pull Request #23306 · bitcoin/bitcoin · GitHub
<jonasschnelli> I’ll remain the legal „president“ of the „Bitcoin Core Code Signing Association“ in Switzerland (the construct for getting code sign certificates, currently active for macOS but only a backup for the Delaware LLC that holds the win certificate)
<gribble> https://github.com/bitcoin/bitcoin/issues/23114 | Add minisketch subtree and integrate into build/test by fanquake · Pull Request #23114 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/22674 | validation: mempool validation and submission for packages of 1 child + parents by glozow · Pull Request #22674 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/23114 | Add minisketch subtree and integrate into build/test by fanquake · Pull Request #23114 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/23121 | [policy] check ancestor feerate in RBF, remove BIP125 Rule2 by glozow · Pull Request #23121 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/22674 | validation: mempool validation and submission for packages of 1 child + parents by glozow · Pull Request #22674 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/16807 | Let validateaddress locate error in Bech32 address by meshcollider · Pull Request #16807 · bitcoin/bitcoin · GitHub
<laanwj> https://github.com/bitcoin/bitcoin/projects/8 has 10 blockers, 1 chasing concept ACK
<laanwj> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard BlueMatt cfields Chris_Stewart_5 darosior digi_james dongcarl elichai2 emilengler fanquake fjahr gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jarolrod jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack jtimon kallewoof kanzure kvaciral laanwj lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos
<michaelfolkson> Don't think my proposed meeting topics have been picked up on https://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt
<bitcoin-git> [bitcoin] laanwj merged pull request #23293: doc: Add comment to COIN constant (master...master) https://github.com/bitcoin/bitcoin/pull/23293
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8a083bc5b57f...179ce098333b
<bitcoin-git> bitcoin/master 1946af2 Kennan Mell: Add comment to COIN constant.
<bitcoin-git> bitcoin/master 179ce09 W. J. van der Laan: Merge bitcoin/bitcoin#23293: doc: Add comment to COIN constant.
<bitcoin-git> [bitcoin] laanwj merged pull request #23218: p2p: Use mocktime for ping timeout (master...2110-mockPingTime) https://github.com/bitcoin/bitcoin/pull/23218
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f41aa81c996f...8a083bc5b57f
<bitcoin-git> bitcoin/master fadf118 MarcoFalke: p2p: Use mocktime for ping timeout
<bitcoin-git> bitcoin/master 8a083bc W. J. van der Laan: Merge bitcoin/bitcoin#23218: p2p: Use mocktime for ping timeout
<bitcoin-git> [bitcoin] laanwj merged pull request #23271: crypto: Fix K1/K2 use in the comments in ChaCha20-Poly1305 AEAD (master...fix-k1-k2) https://github.com/bitcoin/bitcoin/pull/23271
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ee1294f155a4...f41aa81c996f
<bitcoin-git> bitcoin/master be7f413 =: Fix K1/K2 use in the comments in ChaCha20-Poly1305 AEAD
<bitcoin-git> bitcoin/master f41aa81 W. J. van der Laan: Merge bitcoin/bitcoin#23271: crypto: Fix K1/K2 use in the comments in ChaC...
<bitcoin-git> [bitcoin] laanwj merged pull request #23324: Print peer counts for all reachable networks in -netinfo (master...netinfo-print-peer-counts-for-all-reachable-networks) https://github.com/bitcoin/bitcoin/pull/23324
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/88fc7950f8db...ee1294f155a4
<bitcoin-git> bitcoin/master 96f469f Jon Atack: netinfo: print peer counts for all reachable networks
<bitcoin-git> bitcoin/master ee1294f W. J. van der Laan: Merge bitcoin/bitcoin#23324: Print peer counts for all reachable networks ...
<bitcoin-git> [bitcoin] theStack opened pull request #23333: wallet: fix segfault by avoiding invalid default-ctored `external_spk_managers` entry (master...202110-wallet-fix_getwalletinfo_segfault_after_importing_descriptor) https://github.com/bitcoin/bitcoin/pull/23333
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23332: doc: Fix CWalletTx::Confirmation doc (master...2110-docWalletConfirm) https://github.com/bitcoin/bitcoin/pull/23332
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23331: test: Replace log with assert_equal in wallet_abandonconflict (master...2110-testAssert) https://github.com/bitcoin/bitcoin/pull/23331
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23267: test: bip125-replaceable in listsinceblock (master...2021-10-test-bip125-listsinceblock) https://github.com/bitcoin/bitcoin/pull/23267
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/548ad5ef7f60...88fc7950f8db
<bitcoin-git> bitcoin/master b7884dd brunoerg: test: bip125-replaceable in listsinceblock
<bitcoin-git> bitcoin/master 88fc795 MarcoFalke: Merge bitcoin/bitcoin#23267: test: bip125-replaceable in listsinceblock
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23281: test: check that bumpfee RPC fails for txs with descendants in mempool (master...202110-test-bumpfee_test_descendant_in_mempool) https://github.com/bitcoin/bitcoin/pull/23281
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9aa4ddb410b2...548ad5ef7f60
<bitcoin-git> bitcoin/master 4ac8c89 Sebastian Falbesoner: test: check that bumpfee RPC fails for txs with descendants in mempool
<bitcoin-git> bitcoin/master 548ad5e MarcoFalke: Merge bitcoin/bitcoin#23281: test: check that bumpfee RPC fails for txs wi...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23287: test: get and decode tx with a single `gettransaction` RPC call (master...202110-test-fetch_and_decode_tx_with_single_RPC_call) https://github.com/bitcoin/bitcoin/pull/23287
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3e3f53c77e73...9aa4ddb410b2
<bitcoin-git> bitcoin/master 9aa4ddb MarcoFalke: Merge bitcoin/bitcoin#23287: test: get and decode tx with a single `gettra...
<bitcoin-git> bitcoin/master 130ee48 Sebastian Falbesoner: test: get and decode tx with a single `gettransaction` RPC call
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23328: ci: Disable syscall sandbox in valgrind functional tests (master...2110-ciValSan) https://github.com/bitcoin/bitcoin/pull/23328
<bitcoin-git> bitcoin/master fa44406 MarcoFalke: ci: Disable syscall sandbox in valgrind functional tests
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c53e95f22cc2...3e3f53c77e73
<bitcoin-git> bitcoin/master 3e3f53c MarcoFalke: Merge bitcoin/bitcoin#23328: ci: Disable syscall sandbox in valgrind funct...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23315: [22.x] build: explicitly disable libsecp256k1 openssl based tests (22.x...22_x_disable_libsecp256k1_openssl_tests) https://github.com/bitcoin/bitcoin/pull/23315
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to 22.x: https://github.com/bitcoin/bitcoin/compare/12b315484d1a...56156a1f08b0
<bitcoin-git> bitcoin/22.x e959b46 fanquake: build: explicitly disable libsecp256k1 openssl based tests
<bitcoin-git> bitcoin/22.x 56156a1 MarcoFalke: Merge bitcoin/bitcoin#23315: [22.x] build: explicitly disable libsecp256k1...
<bitcoin-git> [bitcoin] fanquake merged pull request #23137: Move-only: bloom to src/common (master...2109-srcCommon) https://github.com/bitcoin/bitcoin/pull/23137
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/4229f71bf8c2...c53e95f22cc2
<bitcoin-git> bitcoin/master fac303c MarcoFalke: refactor: Remove unused MakeUCharSpan
<bitcoin-git> bitcoin/master fa2d611 MarcoFalke: style: Sort
<bitcoin-git> bitcoin/master fa1e5de MarcoFalke: scripted-diff: Move bloom to src/common
<gribble> https://github.com/bitcoin/bitcoin/issues/22936 | test: dont try and use os.killpg() on Windows by fanquake · Pull Request #22936 · bitcoin/bitcoin · GitHub
<jamesob> does anyone understand this test failure? I don't see why my PR would be causing it, but I also don't see the same failure on other PRs: https://github.com/bitcoin/bitcoin/pull/23289/checks?check_run_id=3955413522
<bitcoin-git> [bitcoin] fanquake merged pull request #23282: build: remove build stubs for external leveldb (master...no_external_leveldb) https://github.com/bitcoin/bitcoin/pull/23282
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/69986de383ff...4229f71bf8c2
<bitcoin-git> bitcoin/master 17ae260 Cory Fields: build: remove build stubs for external leveldb
<bitcoin-git> bitcoin/master 4229f71 fanquake: Merge bitcoin/bitcoin#23282: build: remove build stubs for external leveld...
<bitcoin-git> [bitcoin] fanquake merged pull request #22839: log: improve addrman logging (master...202108_log_addrman) https://github.com/bitcoin/bitcoin/pull/22839
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c8bae2be341c...69986de383ff
<bitcoin-git> bitcoin/master b65a25a Martin Zumsande: log: improve addrman logging
<bitcoin-git> bitcoin/master 69986de fanquake: Merge bitcoin/bitcoin#22839: log: improve addrman logging

2021-10-20

<bitcoin-git> [bitcoin] JeremyRubin opened pull request #23330: WIP: [RPC] allow fetching headers by pages (master...header-fetch) https://github.com/bitcoin/bitcoin/pull/23330
<shiza> #bitcoin-big-picture
<Kaizen_Kintsugi> Is there a place to discuss the big picture of bitcoin and it's implications for society?
<bitcoin-git> [bitcoin] hebasto opened pull request #23329: ci: Define cases when invalidate vcpkg binary cache (master...211020-vcpkg) https://github.com/bitcoin/bitcoin/pull/23329
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23328: ci: Disable syscall sandbox in valgrind functional tests (master...2110-ciValSan) https://github.com/bitcoin/bitcoin/pull/23328
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #23327: test: follow up for #23316 (master...for-loop-init_wallet) https://github.com/bitcoin/bitcoin/pull/23327
<bitcoin-git> [bitcoin] stratospher opened pull request #23327: test: follow up for #23316 (master...for-loop-init_wallet) https://github.com/bitcoin/bitcoin/pull/23327
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23299: util: Add missing gettimeofday to syscall sandbox (master...2110-timeSys) https://github.com/bitcoin/bitcoin/pull/23299
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1435161f6419...c8bae2be341c
<bitcoin-git> bitcoin/master faf13e2 MarcoFalke: Add missing gettimeofday to syscall sandbox
<bitcoin-git> bitcoin/master c8bae2b MarcoFalke: Merge bitcoin/bitcoin#23299: util: Add missing gettimeofday to syscall san...
<gribble> https://github.com/bitcoin/bitcoin/issues/23326 | MuSig2 support · Issue #23326 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] glozow opened pull request #23325: mempool: delete exists(uint256) function (master...2021-10-exists-txid) https://github.com/bitcoin/bitcoin/pull/23325
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23316: test: make the node param explicit in init_wallet() (master...init_wallet_node_param) https://github.com/bitcoin/bitcoin/pull/23316
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d807aceeabf4...1435161f6419
<bitcoin-git> bitcoin/master 1435161 MarcoFalke: Merge bitcoin/bitcoin#23316: test: make the node param explicit in init_wa...
<bitcoin-git> bitcoin/master 7b3c9e4 lsilva01: Make explicit the node param in init_wallet()
<bitcoin-git> [bitcoin] laanwj merged pull request #23314: build: explicitly disable libsecp256k1 openssl based tests (master...libsecp256k1_subtree_update) https://github.com/bitcoin/bitcoin/pull/23314
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c8e68b418fcb...d807aceeabf4
<bitcoin-git> bitcoin/master d752454 fanquake: build: explicitly disable libsecp256k1 openssl based tests
<bitcoin-git> bitcoin/master d807ace W. J. van der Laan: Merge bitcoin/bitcoin#23314: build: explicitly disable libsecp256k1 openss...
<bitcoin-git> [bitcoin] jonatack opened pull request #23324: Print peer counts for all reachable networks in -netinfo (master...netinfo-print-peer-counts-for-all-reachable-networks) https://github.com/bitcoin/bitcoin/pull/23324
<bitcoin-git> [bitcoin] laanwj merged pull request #13875: [doc] nChainTx needs to become a 64-bit earlier due to SegWit (master...2018/08/nChainTx) https://github.com/bitcoin/bitcoin/pull/13875
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f9ad4d51e3db...c8e68b418fcb
<bitcoin-git> bitcoin/master ef72e9b Sjors Provoost: doc: nChainTx needs to become a 64-bit earlier due to SegWit
<bitcoin-git> bitcoin/master c8e68b4 W. J. van der Laan: Merge bitcoin/bitcoin#13875: [doc] nChainTx needs to become a 64-bit earli...
<gribble> https://github.com/bitcoin/bitcoin/issues/13875 | [doc] nChainTx needs to become a 64-bit earlier due to SegWit by Sjors · Pull Request #13875 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23323: doc: Add note on deleting past-EOL release branches (master...2110-docRelDel) https://github.com/bitcoin/bitcoin/pull/23323
<bitcoin-git> [bitcoin] prakash1512 opened pull request #23322: [Fuzz] Poly1305 differential fuzzing against Floodyberry's implementation (master...diff-fuzzing-poly1305) https://github.com/bitcoin/bitcoin/pull/23322
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23317: build: fix python detection post #23182 (master...23182_fixup) https://github.com/bitcoin/bitcoin/pull/23317
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0ccf9b2e5594...f9ad4d51e3db
<bitcoin-git> bitcoin/master a78137e fanquake: build: fix python detection post #23182
<bitcoin-git> bitcoin/master f9ad4d5 MarcoFalke: Merge bitcoin/bitcoin#23317: build: fix python detection post #23182
<bitcoin-git> [bitcoin] kiminuo opened pull request #23320: rpc: Add RPC help for verbosity level 3 (master...feature/2021-10-20-verbosity-level-3-nits) https://github.com/bitcoin/bitcoin/pull/23320
<bitcoin-git> [bitcoin] dougEfresh opened pull request #23319: rpc: Return fee in getrawtransaction (master...23264-fee-getrawtransaction) https://github.com/bitcoin/bitcoin/pull/23319
<bitcoin-git> [bitcoin] fanquake merged pull request #23258: doc: Fix outdated comments referring to ::ChainActive() (master...202110_outdated_chainstate_comments) https://github.com/bitcoin/bitcoin/pull/23258
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a7f28af4372a...0ccf9b2e5594
<bitcoin-git> bitcoin/master a0efe52 Samuel Dobson: Fix outdated comments referring to ::ChainActive()
<bitcoin-git> bitcoin/master 0ccf9b2 fanquake: Merge bitcoin/bitcoin#23258: doc: Fix outdated comments referring to ::Cha...
<bitcoin-git> [bitcoin] fanquake opened pull request #23317: build: fix python detection post #23182 (master...23182_fixup) https://github.com/bitcoin/bitcoin/pull/23317
<bitcoin-git> [bitcoin] lsilva01 opened pull request #23316: Make the node param explicit in init_wallet() (master...init_wallet_node_param) https://github.com/bitcoin/bitcoin/pull/23316
<bitcoin-git> [bitcoin] fanquake closed pull request #22412: Bugfix: Workaround UniValue push_back(bool) limitation with push_back(UniValue(bool)) (master...bugfix_pushback_bool) https://github.com/bitcoin/bitcoin/pull/22412
<bitcoin-git> [bitcoin] fanquake merged pull request #22646: build: tighter Univalue integration, remove `--with-system-univalue` (master...tighter_univalue_integration) https://github.com/bitcoin/bitcoin/pull/22646
<bitcoin-git> bitcoin/master 9b49ed6 fanquake: Squashed 'src/univalue/' changes from 98fadc0909..a44caf65fe
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/16df28c3e361...a7f28af4372a
<bitcoin-git> bitcoin/master 3043193 fanquake: Update univalue subtree to latest upstream
<bitcoin-git> bitcoin/master 0f95247 Cory Fields: Integrate univalue into our buildsystem
<bitcoin-git> [bitcoin] fanquake merged pull request #23310: ci: Bump vcpkg release tag (master...211019-vcpkg) https://github.com/bitcoin/bitcoin/pull/23310
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/23a7d56df2dd...16df28c3e361
<bitcoin-git> bitcoin/master 13ae568 Hennadii Stepanov: ci: Bump vcpkg release tag
<bitcoin-git> bitcoin/master 16df28c fanquake: Merge bitcoin/bitcoin#23310: ci: Bump vcpkg release tag
<bitcoin-git> [bitcoin] fanquake opened pull request #23315: [22.x] build: explicitly disable libsecp256k1 openssl based tests (22.x...22_x_disable_libsecp256k1_openssl_tests) https://github.com/bitcoin/bitcoin/pull/23315
<bitcoin-git> [bitcoin] fanquake opened pull request #23314: upstream: libsecp256k1 subtree update (master...libsecp256k1_subtree_update) https://github.com/bitcoin/bitcoin/pull/23314

2021-10-19

<bitcoin-git> [bitcoin] achow101 opened pull request #23312: tests: reduce feature_segwit.py usage of the legacy wallet (master...refactor-feature-segwit) https://github.com/bitcoin/bitcoin/pull/23312
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/986003aff93c...23a7d56df2dd
<bitcoin-git> bitcoin/master 35e814c =: qt: never disable HD status icon
<bitcoin-git> bitcoin/master 23a7d56 Hennadii Stepanov: Merge bitcoin-core/gui#447: Never disable HD status icon
<bitcoin-git> [gui] hebasto merged pull request #447: Never disable HD status icon (master...enable-watch-only-icon) https://github.com/bitcoin-core/gui/pull/447
<bitcoin-git> [bitcoin] hebasto opened pull request #23311: wallet: Use PACKAGE_NAME to mention our software (master...211019-name) https://github.com/bitcoin/bitcoin/pull/23311
<bitcoin-git> [bitcoin] hebasto opened pull request #23310: ci: Bump vcpkg release tag (master...211019-vcpkg) https://github.com/bitcoin/bitcoin/pull/23310
<bitcoin-git> [bitcoin] JeremyRubin opened pull request #23309: [WIP] Add a basic python REST API Server Wrapper (master...rest-python) https://github.com/bitcoin/bitcoin/pull/23309
<bitcoin-git> [bitcoin] hebasto closed pull request #23217: [DO NOT MERGE] ci: Test required resources for native Windows task (master...211007-mem) https://github.com/bitcoin/bitcoin/pull/23217
<bitcoin-git> [bitcoin] mjdietzx opened pull request #23308: Update basic multisig test/docs to use multipath descriptor (master...multisig_multipath_descriptor_wallet) https://github.com/bitcoin/bitcoin/pull/23308
<bitcoin-git> [bitcoin] laanwj merged pull request #22918: rpc: Add level 3 verbosity to getblock RPC call (#21245 modified) (master...feature/2021-09-verbose-level-3-for-getblock) https://github.com/bitcoin/bitcoin/pull/22918
<bitcoin-git> [bitcoin] laanwj pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/2d2516196bd2...986003aff93c
<bitcoin-git> bitcoin/master 3cc9534 fyquah: rpc: Replace boolean argument for tx details with enum class.
<bitcoin-git> bitcoin/master 51dbc16 fyquah: rpc: Add level 3 verbosity to getblock RPC call.
<bitcoin-git> bitcoin/master 4330af6 fyquah: rpc: Add test for level 3 verbosity getblock rpc call.
<dougefish> I'm working on returning a fee in getrawtransaction: https://github.com/bitcoin/bitcoin/issues/23264. I got a draft solution but it is horribly inefficient . Two calls are made to ReadBlockFromDisk (one in GetTransaction and another within the RPC). Code: https://github.com/bitcoin/bitcoin/compare/master...dougEfresh:23264-fee-getrawtransaction-draft?expand=1 Thoughts on a better way?
<bitcoin-git> [bitcoin] fanquake merged pull request #23307: test: Remove unused node from mining_prioritisetransaction (master...2110-testN1) https://github.com/bitcoin/bitcoin/pull/23307
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/077e98c6c206...2d2516196bd2
<bitcoin-git> bitcoin/master 2d25161 fanquake: Merge bitcoin/bitcoin#23307: test: Remove unused node from mining_prioriti...
<bitcoin-git> bitcoin/master fa44b07 MarcoFalke: test: Remove unused node from mining_prioritisetransaction
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23307: test: Remove unused node from mining_prioritisetransaction (master...2110-testN1) https://github.com/bitcoin/bitcoin/pull/23307
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23303: test: Fix wallet_multisig_descriptor_psbt.py (master...211018-fixup) https://github.com/bitcoin/bitcoin/pull/23303
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4b24f6bbb51a...077e98c6c206
<bitcoin-git> bitcoin/master ffdd94d Hennadii Stepanov: test: Fix wallet_multisig_descriptor_psbt.py
<bitcoin-git> bitcoin/master 077e98c MarcoFalke: Merge bitcoin/bitcoin#23303: test: Fix wallet_multisig_descriptor_psbt.py
<bitcoin-git> [bitcoin] fanquake merged pull request #23302: tracing: drop GetHash().ToString() argument from the `validation:block_connected` tracepoint (master...2021-10-connect-block-drop-hash-toString) https://github.com/bitcoin/bitcoin/pull/23302
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/927c2c4f877e...4b24f6bbb51a
<bitcoin-git> bitcoin/master 53c9fa9 0xb10c: tracing: drop block_connected hash.toString() arg
<bitcoin-git> bitcoin/master 4b24f6b fanquake: Merge bitcoin/bitcoin#23302: tracing: drop GetHash().ToString() argument f...
<bitcoin-git> [bitcoin] fanquake merged pull request #22783: build: Cleanup depends build system (master...210823-pkg) https://github.com/bitcoin/bitcoin/pull/22783
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/ff65b696f3c6...927c2c4f877e
<bitcoin-git> bitcoin/master acb9400 Hennadii Stepanov: build: Drop non-existent share/pkgconfig directory
<bitcoin-git> bitcoin/master 4a37c26 Hennadii Stepanov: build: Remove unneeded share/doc directory from expat package
<bitcoin-git> bitcoin/master 9067c6c Hennadii Stepanov: build: Remove empty var/cache/fontconfig directory from fontconfig
<bitcoin-git> [bitcoin] sipa opened pull request #23306: Make AddrMan support multiple ports per IP (master...202110_addrmanmultiport) https://github.com/bitcoin/bitcoin/pull/23306

2021-10-18

<bitcoin-git> [bitcoin] theStack opened pull request #23305: test: refactor: add `script_util` helper for creating bare multisig scripts (master...202110-test-add_helper_for_bare_multisig_scripts) https://github.com/bitcoin/bitcoin/pull/23305
<bitcoin-git> [bitcoin] achow101 opened pull request #23304: wallet: Derive inactive HD chains in addtional places (master...inactivehd-derive-keypath-string) https://github.com/bitcoin/bitcoin/pull/23304
<bitcoin-git> [bitcoin] hebasto opened pull request #23303: test: Fix wallet_multisig_descriptor_psbt.py (master...211018-fixup) https://github.com/bitcoin/bitcoin/pull/23303
<bitcoin-git> [bitcoin] laanwj merged pull request #22067: Test and document a basic M-of-N multisig using descriptor wallets and PSBTs (master...multisig_descriptor_wallet_psbt_signing_flow) https://github.com/bitcoin/bitcoin/pull/22067
<bitcoin-git> [bitcoin] laanwj pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/2e82af46e237...ff65b696f3c6
<bitcoin-git> bitcoin/master 17dd657 Michael Dietz: doc: M-of-N multisig using descriptor wallets and PSBTs, as well as a sign...
<bitcoin-git> bitcoin/master 1f20501 Michael Dietz: test: add functional test for multisig flow with descriptor wallets and PS...
<bitcoin-git> bitcoin/master e05cd05 Michael Dietz: doc: add another signing flow for multisig with descriptor wallets and PSB...
<bitcoin-git> [bitcoin] fanquake pushed tag v0.20.2: https://github.com/bitcoin/bitcoin/compare/v0.20.2
<bitcoin-git> [bitcoin] 0xB10C opened pull request #23302: tracing: drop GetHash().ToString() argument from the `validation:block_connected` tracepoint (master...2021-10-connect-block-drop-hash-toString) https://github.com/bitcoin/bitcoin/pull/23302
<bitcoin-git> [bitcoin] fanquake merged pull request #23301: [0.20] Finalise v0.20.2 (0.20...finalize_v0_20_2) https://github.com/bitcoin/bitcoin/pull/23301
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to 0.20: https://github.com/bitcoin/bitcoin/compare/fd78b7a788c5...29e129ab6bb0
<bitcoin-git> bitcoin/0.20 0e2c782 fanquake: release: bump RC to 0 (-final)
<bitcoin-git> bitcoin/0.20 29e129a fanquake: Merge bitcoin/bitcoin#23301: [0.20] Finalise v0.20.2
<bitcoin-git> [bitcoin] fanquake opened pull request #23301: [0.20] Finalise v0.20.2 (0.20...finalize_v0_20_2) https://github.com/bitcoin/bitcoin/pull/23301
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23300: test: Implicitly sync after generate*, unless opted out (master...2110-testSyncImp) https://github.com/bitcoin/bitcoin/pull/23300
<bitcoin-git> [bitcoin] laanwj deleted 0 commit to 0.17: https://github.com/bitcoin/bitcoin/compare/2f4f2d382bd7...000000000000
<bitcoin-git> [bitcoin] laanwj pushed tag v0.17-final: https://github.com/bitcoin/bitcoin/compare/v0.17-final
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23207: test: Delete generate* calls from TestNode (master...2110-testDelGen) https://github.com/bitcoin/bitcoin/pull/23207
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/ef596923a86e...2e82af46e237
<bitcoin-git> bitcoin/master faac1cd MarcoFalke: test: Use generate* from TestFramework, not TestNode
<bitcoin-git> bitcoin/master fac62e6 MarcoFalke: test: Delete generate* calls from TestNode
<bitcoin-git> bitcoin/master fac7f61 MarcoFalke: test: Use generate* node RPC, not wallet RPC
<bitcoin-git> [bitcoin] laanwj pushed tag v0.16-final: https://github.com/bitcoin/bitcoin/compare/v0.16-final
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23299: Add missing gettimeofday to syscall sandbox (master...2110-timeSys) https://github.com/bitcoin/bitcoin/pull/23299
<bitcoin-git> [bitcoin] fanquake merged pull request #23080: test: check abandoned tx in listsinceblock (master...2021-09-improv-test-listsinceblock) https://github.com/bitcoin/bitcoin/pull/23080
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3bf40d06a22e...ef596923a86e
<bitcoin-git> bitcoin/master ef59692 fanquake: Merge bitcoin/bitcoin#23080: test: check abandoned tx in listsinceblock
<bitcoin-git> bitcoin/master bda620a brunoerg: test: check abandoned tx in listsinceblock

2021-10-17

<luke-jr> speaking of which, someone was complaining about C++17 in #bitcoin earlier
<Davidbak> oh. hmm. maybe it should be revved up to C++17 (does Bitcoin Core accept/require c++17?) and constexpr'd all the way?
<gribble> https://github.com/bitcoin/bitcoin/issues/23050 | log: change an incorrect fee to fee rate, and vice-versa by jonatack · Pull Request #23050 · bitcoin/bitcoin · GitHub
<prayank> Organizing a dev meetup because that will help me and everyone involved achive their goals. Mine is to improve Bitcoin doesn't matter if it affects my own life.
<prayank> There is no "rage quit" thing in this, just that I don't want to become another r/bitcoin moon kid with some C++ knowledge. I have my own identity and thoughts.

2021-10-16

<prayank> He has been contributing to this repository which is used by 98% Bitcoin nodes for years. Still looking for proper funding. But always helped me and others with noob questions on IRC.
<bitcoin-git> [bitcoin] stratospher opened pull request #23294: refactor: remove redundant inclusion of header files in the fuzz tests (master...fuzz-remove-redundant-headers) https://github.com/bitcoin/bitcoin/pull/23294
<bitcoin-git> [bitcoin] kennanmell opened pull request #23293: consensus: Add comment to COIN constant. (master...master) https://github.com/bitcoin/bitcoin/pull/23293
<Guest81> The backup wallet of bitcoin purchased in 2009 is still there. If the transaction password is forgotten, can it be retrieved?
<Guest81> The backup wallet of bitcoin purchased in 2009 is still there. If the transaction password is forgotten, can it be retrieved?
<gribble> https://github.com/bitcoin/bitcoin/issues/23193 | DNS seed node lookup is ambiguous in some (rare) scenarios · Issue #23193 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake merged pull request #23268: p2p: Use absolute FQDN for DNS seed domains (master...dns-seed-fqdn) https://github.com/bitcoin/bitcoin/pull/23268
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/02ccf1086ea0...feedb9c84e72
<bitcoin-git> bitcoin/master ca2c313 Prayank: Use absolute FQDN for DNS seed domains
<bitcoin-git> bitcoin/master feedb9c fanquake: Merge bitcoin/bitcoin#23268: p2p: Use absolute FQDN for DNS seed domains

2021-10-15

<bitcoin-git> [bitcoin] jamesob opened pull request #23289: test: add stress tests for initialization (master...2021-10-stress-test-init) https://github.com/bitcoin/bitcoin/pull/23289
<Davidbak> i know nothing more than what it says in the docs at https://github.com/bitcoin/bitcoin/blob/master/doc/developer-notes.md#sanitizers which suggests they're normally off.
<yanmaani> I mean I suppose there must be something wrong, if it's not a known issue and bitcoin builds normally for everyone else.
<yanmaani> from a fresh install, I can't build bitcoin core. I get the error:
<yanmaani> Is there a way to totally clean out the bitcoin repository, more than doing make clean? mk clean still leaves some stuff, like ./configure
<bitcoin-git> [bitcoin] achow101 opened pull request #23288: tests: remove usage of LegacyScriptPubKeyMan from some wallet tests (master...rm-testWallet-tests) https://github.com/bitcoin/bitcoin/pull/23288
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23220: ci: Reduce Windows memory for faster scheduling (master...211007-mem1) https://github.com/bitcoin/bitcoin/pull/23220
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e504e9a8ed50...02ccf1086ea0
<bitcoin-git> bitcoin/master 02ccf10 MarcoFalke: Merge bitcoin/bitcoin#23220: ci: Reduce Windows memory for faster scheduli...
<bitcoin-git> bitcoin/master 146831f MarcoFalke: ci: Reduce Windows memory for faster scheduling
<andytoshi> OTOH this originates in https://github.com/bitcoin/bitcoin/pull/8149/commits/2b1f6f9ccf36f1e0a2c9d99154e1642f796d7c2b where it looks like sipa was deliberately converting sigop counts from unsigned int to int64_ts
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23286: ci, refactor: Disable binaries for Android task explicitly (master...211015-android) https://github.com/bitcoin/bitcoin/pull/23286
<bitcoin-git> bitcoin/master 67bb6b5 Hennadii Stepanov: ci, refactor: Disable binaries for Android task explicitly
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4dbba3bac70f...e504e9a8ed50
<bitcoin-git> bitcoin/master e504e9a MarcoFalke: Merge bitcoin/bitcoin#23286: ci, refactor: Disable binaries for Android ta...
<andytoshi> in this line https://github.com/bitcoin/bitcoin/blob/master/src/consensus/tx_verify.cpp#L164 we are add-assigning a size_t to an int64_t, which ubsan flags as an integer sign change
<gribble> https://github.com/bitcoin/bitcoin/issues/23268 | p2p: Use absolute FQDN for DNS seed domains by prayank23 · Pull Request #23268 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] theStack opened pull request #23287: test: get and decode tx with a single `gettransaction` RPC call (master...202110-test-fetch_and_decode_tx_with_single_RPC_call) https://github.com/bitcoin/bitcoin/pull/23287
<bitcoin-git> [bitcoin] hebasto opened pull request #23286: ci, refactor: Disable binaries for Android task explicitly (master...211015-android) https://github.com/bitcoin/bitcoin/pull/23286
<bitcoin-git> [bitcoin] laanwj merged pull request #22863: policy: document dust threshold for Taproot outputs (master...dust_threshold_doc) https://github.com/bitcoin/bitcoin/pull/22863
<bitcoin-git> bitcoin/master 4dbba3b W. J. van der Laan: Merge bitcoin/bitcoin#22863: policy: document dust threshold for Taproot o...
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ce19f4fd37c8...4dbba3bac70f
<bitcoin-git> bitcoin/master d873db7 Antoine Poinsot: policy: document we intentionally don't lower the dust threshold for Tapro...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23284: doc: update release notes for 22539 (master...22539_releasenotes_update) https://github.com/bitcoin/bitcoin/pull/23284