2020-07-28

< bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/a1da180b1b27...2979a7aff04b
< bitcoin-git> [bitcoin] fanquake merged pull request #19589: rpc: Avoid useless mempool query in gettxoutproof (master...2007-rpcMempool) https://github.com/bitcoin/bitcoin/pull/19589
< bitcoin-git> bitcoin/master fa5979d MarcoFalke: rpc: Avoid useless mempool query in gettxoutproof
< bitcoin-git> bitcoin/master a1da180 fanquake: Merge #19589: rpc: Avoid useless mempool query in gettxoutproof
< bitcoin-git> bitcoin/master fa1f7f2 MarcoFalke: rpc: Style fixups in gettxoutproof
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b62fbf9e1c19...a1da180b1b27
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19604: Pass mempool pointer to UnloadBlockIndex/GetCoinsCacheSizeState (master...2007-memPointer) https://github.com/bitcoin/bitcoin/pull/19604

2020-07-27

< bitcoin-git> [bitcoin] achow101 opened pull request #19602: wallet: Migrate legacy wallets to descriptor wallets (master...descriptor-wallet-migration) https://github.com/bitcoin/bitcoin/pull/19602
< bitcoin-git> [bitcoin] JeremyRubin opened pull request #19601: Refactoring CHashWriter & Get{Prevouts,Sequence,Outputs}Hash to SHA256 (Alternative to #18071) (master...refactoring-hashers-2) https://github.com/bitcoin/bitcoin/pull/19601
< ahmed_> @sipa thats why im confused, ive pulled CAddress code from @petertodd's bitcoin-python and the Version message code is tidied up version of the msg_version code in his repo
< bitcoin-git> [bitcoin] hebasto opened pull request #19600: doc: Fix log message for -reindex (master...200727-load-log) https://github.com/bitcoin/bitcoin/pull/19600
< sipa> bitcoin.stackexchange.com is probably a better place to ask
< bitcoin-git> [bitcoin] troygiorshev closed pull request #19580: test: Remove message_count (master...2020-07-remove-message_count) https://github.com/bitcoin/bitcoin/pull/19580
< bitcoin-git> [bitcoin] troygiorshev opened pull request #19599: Clean message_count and last_message (master...2020-07-clean-message_count) https://github.com/bitcoin/bitcoin/pull/19599
< bitcoin-git> [bitcoin] laanwj merged pull request #19593: refactor: Drop unused CBufferedFile::Seek() (master...200726-seek) https://github.com/bitcoin/bitcoin/pull/19593
< bitcoin-git> bitcoin/master b62fbf9 Wladimir J. van der Laan: Merge #19593: refactor: Drop unused CBufferedFile::Seek()
< bitcoin-git> bitcoin/master 7b3851e Hennadii Stepanov: refactor: Drop unused CBufferedFile::Seek()
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/31d2b4098a9e...b62fbf9e1c19
< bitcoin-git> [bitcoin] theStack opened pull request #19597: test: test decodepsbt fee calculation (count input value only once per UTXO) (master...20200726-test-check-deceodepsbt-fee-calculation) https://github.com/bitcoin/bitcoin/pull/19597
< vasild> "i don't even see that?" -- yes, not even "see bitcoin core source code", but I think that would be undesirable because the code may change
< vasild> I agree it is underspecified other than "see bitcoin core source code"
< sipa> bitcoin core's internal varint type isn't used in the p2p protocol anywhere
< vasild> sipa: I need varint in order to be able to create and parse addrv2 messages: https://github.com/bitcoin/bips/blob/master/bip-0155.mediawiki "time" and "services" use VARINT
< bitcoin-git> [bitcoin] sdaftuar opened pull request #19596: Deduplicate parent txid loop of requested transactions and missing parents of orphan transactions (master...2020-07-dedup-inputs) https://github.com/bitcoin/bitcoin/pull/19596
< bitcoin-git> [bitcoin] freenancial closed pull request #19480: build: Only use `@` prefix for `echo` command in Makefiles (master...remove_at_sign_makefile) https://github.com/bitcoin/bitcoin/pull/19480

2020-07-26

< bitcoin-git> [bitcoin] hebasto opened pull request #19595: Fix .gitignore for src/test/fuzz directory (master...200727-fuzz) https://github.com/bitcoin/bitcoin/pull/19595
< bitcoin-git> [bitcoin] hebasto opened pull request #19594: refactor: Make mapBlocksUnknownParent local, and rename it (master...200726-lebf) https://github.com/bitcoin/bitcoin/pull/19594
< bitcoin-git> [bitcoin] hebasto opened pull request #19593: refactor: Drop unused CBufferedFile::Seek() (master...200726-seek) https://github.com/bitcoin/bitcoin/pull/19593
< bitcoin-git> [bitcoin] sipa closed pull request #19592: coin7 (master...patch-2) https://github.com/bitcoin/bitcoin/pull/19592
< bitcoin-git> [bitcoin] abdulkader0 opened pull request #19592: coin7 (master...patch-2) https://github.com/bitcoin/bitcoin/pull/19592
< bitcoin-git> [bitcoin] sipa closed pull request #19591: coin1 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/19591
< bitcoin-git> [bitcoin] abdulkader0 opened pull request #19591: coin1 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/19591
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19508: Work around memory-aliasing in descriptor ParsePubkey (master...2007-noAliasMemDesc) https://github.com/bitcoin/bitcoin/pull/19508
< bitcoin-git> bitcoin/master 31d2b40 MarcoFalke: Merge #19508: Work around memory-aliasing in descriptor ParsePubkey
< bitcoin-git> bitcoin/master fa2ae0a MarcoFalke: span: Add Span::empty() and use it in script/descriptor
< bitcoin-git> bitcoin/master fa8a992 MarcoFalke: Work around memory-aliasing in descriptor ParsePubkey
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/40a04814d130...31d2b4098a9e
< bitcoin-git> [bitcoin] jonatack opened pull request #19590: p2p, refactor: add `CInv` transaction message helpers; use in net processing (master...CInv-transaction-message-helpers) https://github.com/bitcoin/bitcoin/pull/19590
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19589: rpc: Avoid useless mempool query in gettxoutproof (master...2007-rpcMempool) https://github.com/bitcoin/bitcoin/pull/19589
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19475: ci: Speed up default time-out and Container CPU usage (master...patch-1) https://github.com/bitcoin/bitcoin/pull/19475
< bitcoin-git> [bitcoin] fanquake closed pull request #18189: Add error handling to all boost filesystem functions (master...master) https://github.com/bitcoin/bitcoin/pull/18189
< bitcoin-git> [bitcoin] fanquake closed pull request #17434: Move parsing from init.cpp to where values are needed (master...trimGlobals) https://github.com/bitcoin/bitcoin/pull/17434

2020-07-25

< bitcoin-git> [bitcoin] hebasto opened pull request #19588: test: Use uniform distribution for random intervals in functional tests (master...200725-uni-test) https://github.com/bitcoin/bitcoin/pull/19588
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #19471: util: Make default arg values more specific (master...200708-hint) https://github.com/bitcoin/bitcoin/pull/19471
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19471: util: Make default arg values more specific (master...200708-hint) https://github.com/bitcoin/bitcoin/pull/19471
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #18991: Cache responses to GETADDR to prevent topology leaks (master...2020-05-addr-response-caching) https://github.com/bitcoin/bitcoin/pull/18991
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18991: Cache responses to GETADDR to prevent topology leaks (master...2020-05-addr-response-caching) https://github.com/bitcoin/bitcoin/pull/18991

2020-07-24

< gribble> https://github.com/bitcoin/bitcoin/issues/17356 | RPC: Internal named params by luke-jr · Pull Request #17356 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] sanjaykdragon opened pull request #19586: REFACTOR: moved from percent format to proper format for consistency (master...master) https://github.com/bitcoin/bitcoin/pull/19586
< gribble> https://github.com/bitcoin/bitcoin/issues/1117 | Fix potential deadlock by sipa · Pull Request #1117 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19472 | [net processing] Reduce cs_main scope in MaybeDiscourageAndDisconnect() by jnewbery · Pull Request #19472 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] stylesuxx opened pull request #19585: rpc: RPCResult Type of MempoolEntryDescription should be OBJ. (master...19579) https://github.com/bitcoin/bitcoin/pull/19585
< bitcoin-git> [bitcoin] ecurrencyhodler opened pull request #19584: doc: Update obsolete links to online reference #19582 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/19584
< bitcoin-git> [bitcoin] jnewbery opened pull request #19583: Clean up Misbehaving() (master...2020-07-tidy-misbehavior) https://github.com/bitcoin/bitcoin/pull/19583
< bitcoin-git> bitcoin/master a49781e John Newbery: [net processing] Only call MaybeDiscourageAndDisconnect from SendMessages
< bitcoin-git> [bitcoin] laanwj merged pull request #19472: [net processing] Reduce cs_main scope in MaybeDiscourageAndDisconnect() (master...2020-07-tidyup-maybediscourage) https://github.com/bitcoin/bitcoin/pull/19472
< bitcoin-git> bitcoin/master 1a1c23f John Newbery: [net processing] Change cs_main TRY_LOCK to LOCK in SendMessages()
< bitcoin-git> bitcoin/master a1d5a42 John Newbery: [net processing] Fix bad indentation in SendMessages()
< bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/007e15dcd7f8...40a04814d130
< yanmaani> possible to subscribe to bitcoin-dev list without using the browser? captcha doesn't work on tor
< gribble> https://github.com/bitcoin/bitcoin/issues/19472 | [net processing] Reduce cs_main scope in MaybeDiscourageAndDisconnect() by jnewbery · Pull Request #19472 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] troygiorshev opened pull request #19580: Remove message_count (master...2020-07-remove-message_count) https://github.com/bitcoin/bitcoin/pull/19580
< wumpus> in principle bitcoin-cli could add in the names before sending it to the server and emulate the same interface
< bitcoin-git> [bitcoin] hebasto closed pull request #19567: p2p, refactor: Do not over-reserve vAddr capacity (master...200722-addr) https://github.com/bitcoin/bitcoin/pull/19567
< vasild> -I/home/travis/build/bitcoin/bitcoin/db4/include
< luke-jr> this error makes no sense and I can't reproduce it :/ https://travis-ci.org/github/bitcoin/bitcoin/jobs/711362669#L3131
< bitcoin-git> [bitcoin] fanquake merged pull request #19565: build: call AC_PATH_TOOL for dsymutil in macOS cross-compile (master...cant_find_dsymutil) https://github.com/bitcoin/bitcoin/pull/19565
< bitcoin-git> bitcoin/master 007e15d fanquake: Merge #19565: build: call AC_PATH_TOOL for dsymutil in macOS cross-compile...
< bitcoin-git> bitcoin/master ef3d4ce fanquake: build: call AC_PATH_TOOL for dsymutil in macOS cross-compile
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f4cfa6d01900...007e15dcd7f8

2020-07-23

< bitcoin-git> [bitcoin] promag opened pull request #19578: wallet: Avoid duplicate checks on signing failure (master...2020-07-signtransaction) https://github.com/bitcoin/bitcoin/pull/19578
< bitcoin-git> [bitcoin] luke-jr opened pull request #19573: [WIP] Replace unused BIP 9 logic with BIP 8 (master...bip8) https://github.com/bitcoin/bitcoin/pull/19573
< sipa> i feel the part of the discussion relevant to bitcoin core's release process is over
< wumpus> "that I"m trying to attack bitcoin" I mean
< sipa> if there is a strong desire to have taproot earlier in a bitcoin core release, i think we should prefer backporting to 0.20 over accelerating 0.21
< jeremyrubin> i tried and they told me that I'm trying to attack bitcoin :p
< gribble> https://github.com/bitcoin/bitcoin/issues/18947 | Release schedule for 0.21.0 · Issue #18947 · bitcoin/bitcoin · GitHub
< sipa> i wasn't expecting taproot in a 0.20 branch- but i also sympethize with the argument that consensus changes, when reviewed and agreed upon, shouldn't be too strongly affected by bitcoin core's release schedule
< gribble> https://github.com/bitcoin/bitcoin/issues/19472 | [net processing] Reduce cs_main scope in MaybeDiscourageAndDisconnect() by jnewbery · Pull Request #19472 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19398 | Move remaining application layer data to net processing · Issue #19398 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19478 | Remove CTxMempool::mapLinks data structure member by JeremyRubin · Pull Request #19478 · bitcoin/bitcoin · GitHub
< wumpus> https://github.com/bitcoin/bitcoin/projects/8 11 blockers, 1 bugfix, 3 chasing concept ACK
< gribble> https://github.com/bitcoin/bitcoin/issues/19335 | wallet: Cleanup and separate BerkeleyDatabase and BerkeleyBatch by achow101 · Pull Request #19335 · bitcoin/bitcoin · GitHub
< meshcollider> 3:58 AM <wumpus> rc1 binaries up https://bitcoincore.org/bin/bitcoin-core-0.20.1/test.rc1/
< wumpus> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb moneyball kvaciral ariard digi_james
< gribble> https://github.com/bitcoin/bitcoin/issues/19405 | rpc, cli: add network in/out connections to `getnetworkinfo` and `-getinfo` by jonatack · Pull Request #19405 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jonatack closed pull request #19397: test: resyncing to tip of blocks generated after invalidateblock (master...p2p-invalidateblock-tests) https://github.com/bitcoin/bitcoin/pull/19397
< bitcoin-git> [bitcoin] jonatack closed pull request #19455: rpc generate: print useful help and error message (master...rpc-generate-helpful-error_message) https://github.com/bitcoin/bitcoin/pull/19455
< bitcoin-git> [bitcoin] jonatack closed pull request #19405: rpc, cli: add network in/out connections to `getnetworkinfo` and `-getinfo` (master...in-and-out-connections) https://github.com/bitcoin/bitcoin/pull/19405
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15935: Add <datadir>/settings.json persistent settings storage (master...pr/rwset) https://github.com/bitcoin/bitcoin/pull/15935
< bitcoin-git> bitcoin/master f4cfa6d MarcoFalke: Merge #15935: Add <datadir>/settings.json persistent settings storage
< bitcoin-git> bitcoin/master 9c69cfe Russell Yanofsky: Add <datadir>/settings.json persistent settings storage.
< bitcoin-git> bitcoin/master eb682c5 Russell Yanofsky: util: Add ReadSettings and WriteSettings functions
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/6ee36a263c5a...f4cfa6d01900
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19473: net: Add -networkactive option (master...200709-setnet) https://github.com/bitcoin/bitcoin/pull/19473
< bitcoin-git> bitcoin/master 2aac093 Hennadii Stepanov: test: Add test coverage for -networkactive option
< bitcoin-git> bitcoin/master 62fe6aa Hennadii Stepanov: net: Add -networkactive option
< bitcoin-git> bitcoin/master 3c58129 Hennadii Stepanov: net: Log network activity status change unconditionally
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/9d4b3d86b694...6ee36a263c5a
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.20: https://github.com/bitcoin/bitcoin/compare/cac7a9809a3d...58feb9ecb647
< bitcoin-git> bitcoin/0.20 58feb9e Wladimir J. van der Laan: doc: Add changelog and authors to release notes for 0.20.1
< instagibbs> getting pretty consistent mempool_packages.py failures, which I don't think is my fault? https://travis-ci.org/github/bitcoin/bitcoin/jobs/711137623
< bitcoin-git> [bitcoin] instagibbs opened pull request #19572: ZMQ: Create "sequence" notifier, enabling client-side mempool tracking (master...zmq_sequence_all) https://github.com/bitcoin/bitcoin/pull/19572
< gribble> https://github.com/bitcoin/bitcoin/issues/19335 | wallet: Cleanup and separate BerkeleyDatabase and BerkeleyBatch by achow101 · Pull Request #19335 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] meshcollider merged pull request #19334: wallet: Introduce WalletDatabase abstract class (master...bdb-add-walletdb) https://github.com/bitcoin/bitcoin/pull/19334
< bitcoin-git> bitcoin/master 2179dbc Andrew Chow: walletdb: Add BerkeleyDatabase::Open dummy function
< bitcoin-git> bitcoin/master 71d28e7 Andrew Chow: walletdb: Introduce AddRef and RemoveRef functions
< bitcoin-git> bitcoin/master 27b2766 Andrew Chow: walletdb: Move BerkeleyDatabase::Flush(true) to Close()
< bitcoin-git> [bitcoin] meshcollider pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/ccef10261efc...9d4b3d86b694
< bitcoin-git> [bitcoin] sipa opened pull request #19569: Enable fetching of orphan parents from wtxid peers (master...202007_wtxid_followup) https://github.com/bitcoin/bitcoin/pull/19569

2020-07-22

< gribble> https://github.com/bitcoin/bitcoin/issues/19184 | Overhaul transaction request logic by sipa · Pull Request #19184 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #18044: Use wtxid for transaction relay (master...2020-01-wtxid-inv) https://github.com/bitcoin/bitcoin/pull/18044
< bitcoin-git> bitcoin/master 2b4b90a Suhas Daftuar: Add a wtxid-index to the mempool
< bitcoin-git> bitcoin/master c7eb6b4 Amiti Uttarwar: Add wtxid to mempool unbroadcast tracking
< bitcoin-git> bitcoin/master 60f0acd Suhas Daftuar: Just pass a hash to AddInventoryKnown
< bitcoin-git> [bitcoin] laanwj pushed 19 commits to master: https://github.com/bitcoin/bitcoin/compare/1397afc5ec03...ccef10261efc
< bitcoin-git> [bitcoin] laanwj merged pull request #19526: log: Avoid treating remote misbehvior as local system error (master...2007-logErrorVal) https://github.com/bitcoin/bitcoin/pull/19526
< bitcoin-git> bitcoin/master fa56eda MarcoFalke: log: Avoid treating remote misbehvior as local system error
< bitcoin-git> bitcoin/master 1397afc Wladimir J. van der Laan: Merge #19526: log: Avoid treating remote misbehvior as local system error
< bitcoin-git> bitcoin/master fa49289 MarcoFalke: refactor: Switch ValidationState mode to C++11 enum class
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/93decbc7a486...1397afc5ec03
< bitcoin-git> [bitcoin] laanwj merged pull request #19370: Static asserts for consistency of fee defaults (master...fee-asserts) https://github.com/bitcoin/bitcoin/pull/19370
< bitcoin-git> bitcoin/master 93decbc Wladimir J. van der Laan: Merge #19370: Static asserts for consistency of fee defaults
< bitcoin-git> bitcoin/master 1554b54 Daniel Kraft: Static asserts for consistency of fee defaults.
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c7b4968552c7...93decbc7a486
< bitcoin-git> [bitcoin] fjahr opened pull request #19568: Wallet should not override signing errors (master...err_override) https://github.com/bitcoin/bitcoin/pull/19568
< bitcoin-git> [bitcoin] hebasto opened pull request #19567: p2p, refactor: Do not over-reserve vAddr capacity (master...200722-addr) https://github.com/bitcoin/bitcoin/pull/19567
< bitcoin-git> [bitcoin] laanwj merged pull request #19553: build: pass -fcommon when building genisoimage (master...retain_fno_common_genisoimage) https://github.com/bitcoin/bitcoin/pull/19553
< bitcoin-git> bitcoin/master c7b4968 Wladimir J. van der Laan: Merge #19553: build: pass -fcommon when building genisoimage
< bitcoin-git> bitcoin/master 2a701a1 fanquake: build: pass -fcommon when building genisoimage
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2031aa92a32d...c7b4968552c7
< bitcoin-git> [bitcoin] fanquake opened pull request #19565: build: call AC_PATH_TOOL for dsymutil in macOS cross-compile (master...cant_find_dsymutil) https://github.com/bitcoin/bitcoin/pull/19565
< bitcoin-git> [bitcoin] fanquake merged pull request #19562: test: Fix fuzzer compilation on macOS (master...fix-fuzzer-macos) https://github.com/bitcoin/bitcoin/pull/19562
< bitcoin-git> bitcoin/master 2031aa9 fanquake: Merge #19562: test: Fix fuzzer compilation on macOS
< bitcoin-git> bitcoin/master c8992e8 freenancial: test: Fix fuzzer compilation on macOS
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/597d2f905eca...2031aa92a32d
< bitcoin-git> [bitcoin] fanquake merged pull request #19548: fuzz: add missing overrides to signature_checker (master...signature-checker-missing-overrides) https://github.com/bitcoin/bitcoin/pull/19548
< bitcoin-git> bitcoin/master 597d2f9 fanquake: Merge #19548: fuzz: add missing overrides to signature_checker
< bitcoin-git> bitcoin/master c0f09c2 Jon Atack: fuzz: add missing overrides to signature_checker
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c7007babb7c2...597d2f905eca
< bitcoin-git> [bitcoin] theStack opened pull request #19564: test: p2p_feefilter improvements (logging, refactoring, speedup) (master...20200722-test-p2p_feefilter_improvements) https://github.com/bitcoin/bitcoin/pull/19564
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18907: walletdb: Don't remove database transaction logs and instead error (master...dont-retry-bdbenv) https://github.com/bitcoin/bitcoin/pull/18907
< bitcoin-git> bitcoin/master c7007ba MarcoFalke: Merge #18907: walletdb: Don't remove database transaction logs and instead...
< bitcoin-git> bitcoin/master d0ea9ba Andrew Chow: walletdb: Don't remove database transaction logs and instead error
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2c0c3f8e8ca6...c7007babb7c2

2020-07-21

< bitcoin-git> [bitcoin] freenancial opened pull request #19562: test: Fix fuzzer compilation on macOS (master...fix-fuzzer-macos) https://github.com/bitcoin/bitcoin/pull/19562
< mutatrum> I found this repo, but it's stale https://github.com/rollmeister/bitcoin-armv8
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19217: p2p: disambiguate block-relay-only variable names from blocksonly variables (master...2020/06/08/rename-max-block-relay-connection-name) https://github.com/bitcoin/bitcoin/pull/19217
< bitcoin-git> bitcoin/master 2c0c3f8 MarcoFalke: Merge #19217: p2p: disambiguate block-relay-only variable names from block...
< bitcoin-git> bitcoin/master ec4c6a1 glowang: scripted-diff: replace MAX_BLOCKS_ONLY_CONNECTIONS with MAX_BLOCK_RELAY_ON...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/edfeaf6836f1...2c0c3f8e8ca6
< bitcoin-git> bitcoin/master edfeaf6 MarcoFalke: Merge #19552: test: fix intermittent failure in p2p_ibd_txrelay
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19552: test: fix intermittent failure in p2p_ibd_txrelay (master...fix-intermittent-p2p_ibd_txrelay-failure) https://github.com/bitcoin/bitcoin/pull/19552
< bitcoin-git> bitcoin/master 12410b1 Jon Atack: test: fix intermittent p2p_ibd_txrelay race, add test_framework.py#wait_un...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/910a8d9c6fb4...edfeaf6836f1
< bitcoin-git> [bitcoin] troygiorshev reopened pull request #19107: p2p: Move all header verification into the network layer, extend logging (master...p2p-refactor-header) https://github.com/bitcoin/bitcoin/pull/19107
< bitcoin-git> [bitcoin] troygiorshev closed pull request #19107: p2p: Move all header verification into the network layer, extend logging (master...p2p-refactor-header) https://github.com/bitcoin/bitcoin/pull/19107
< bitcoin-git> [bitcoin] fanquake merged pull request #19560: contrib: Clean up previous_releases.py (master...2007-prevRelTidy) https://github.com/bitcoin/bitcoin/pull/19560
< bitcoin-git> bitcoin/master 910a8d9 fanquake: Merge #19560: contrib: Clean up previous_releases.py
< bitcoin-git> bitcoin/master facdf53 MarcoFalke: contrib: Clean up previous_releases.py
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/65a54d684fcf...910a8d9c6fb4
< bitcoin-git> [bitcoin] S3RK opened pull request #19561: refactor: Pass ArgsManager into functions that register args (master...args_manager) https://github.com/bitcoin/bitcoin/pull/19561
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18984: Remove unnecessary input blockfile SetPos (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18984
< bitcoin-git> bitcoin/master 65a54d6 MarcoFalke: Merge #18984: Remove unnecessary input blockfile SetPos
< bitcoin-git> bitcoin/master 5fa067a Tom Harding: Remove unnecessary blockfile SetPos
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ea595d39f7e7...65a54d684fcf
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19560: contrib: Clean up previous_releases.py (master...2007-prevRelTidy) https://github.com/bitcoin/bitcoin/pull/19560
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19205: script: previous_release.sh rewritten in python (master...previous-release-py) https://github.com/bitcoin/bitcoin/pull/19205
< bitcoin-git> bitcoin/master ea595d3 MarcoFalke: Merge #19205: script: previous_release.sh rewritten in python
< bitcoin-git> bitcoin/master 9c34aff Brian Liotti: Remove previous_release.sh
< bitcoin-git> bitcoin/master e1e5960 Brian Liotti: script: Add previous_release.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b763ae02a660...ea595d39f7e7
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16878: Fix non-deterministic coverage of test DoS_mapOrphans (master...make_denialofservice_tests_deterministic) https://github.com/bitcoin/bitcoin/pull/16878
< bitcoin-git> bitcoin/master b763ae0 MarcoFalke: Merge #16878: Fix non-deterministic coverage of test DoS_mapOrphans
< bitcoin-git> bitcoin/master 4455949 David Reikher: Make test DoS_mapOrphans deterministic
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/caf1766daf2f...b763ae02a660
< bitcoin-git> [bitcoin] fanquake merged pull request #19547: doc: Update macOS cross compilation dependencies for Focal (master...200718-mac-dep) https://github.com/bitcoin/bitcoin/pull/19547
< bitcoin-git> bitcoin/master caf1766 fanquake: Merge #19547: doc: Update macOS cross compilation dependencies for Focal
< bitcoin-git> bitcoin/master 6be3eeb Hennadii Stepanov: doc: Update macOS cross compilation dependencies for Focal
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f5000ae66c40...caf1766daf2f
< bitcoin-git> [bitcoin] fanquake merged pull request #19555: rpc: deduplicate WriteHDKeypath() used in decodepsbt (master...20200719-rpc-dedup-writehdkeypath) https://github.com/bitcoin/bitcoin/pull/19555
< bitcoin-git> bitcoin/master f5000ae fanquake: Merge #19555: rpc: deduplicate WriteHDKeypath() used in decodepsbt
< bitcoin-git> bitcoin/master 55057ff Sebastian Falbesoner: rpc: deduplicate WriteHDKeypath() used in decodepsbt
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/476436b2dec2...f5000ae66c40

2020-07-20

< sipa> well bitcoin core isn't going to contact a trusted third party
< bitcoin-git> [bitcoin] laanwj closed pull request #19542: Revert "refactor: replace CConnman pointers by references in net_processing.cpp" (master...2020_07_revert_19174) https://github.com/bitcoin/bitcoin/pull/19542
< gribble> https://github.com/bitcoin/bitcoin/issues/768 | Update seednodes, pick long-uptime nodes with version >= 0.4.0 by nanotube · Pull Request #768 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19559 | build: cannot compile on OpenBSD since libsecp256k1 subtree update · Issue #19559 · bitcoin/bitcoin · GitHub
< elichai2> fanquake: about bitcoin#19559 and secp #768, will I be able to reproduce this in a OpenBSD 6.7 VM with clang 8.0.1 installed and that's it?
< bitcoin-git> [bitcoin] fanquake opened pull request #19558: build: split pthread flags out of ldflags and dont use when building libconsensus (master...split_out_pthread_flags) https://github.com/bitcoin/bitcoin/pull/19558

2020-07-19

< bitcoin-git> [bitcoin] dboures reopened pull request #19134: test: Replace global wait_until with BitcoinTestFramework.wait_until and mininode.wait_until (master...master) https://github.com/bitcoin/bitcoin/pull/19134
< bitcoin-git> [bitcoin] dboures closed pull request #19134: test: Replace global wait_until with BitcoinTestFramework.wait_until and mininode.wait_until (master...master) https://github.com/bitcoin/bitcoin/pull/19134
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19556: Remove mempool global (master...Mf1808-txpoolGlobal) https://github.com/bitcoin/bitcoin/pull/19556
< bitcoin-git> [bitcoin] theStack opened pull request #19555: rpc: deduplicate WriteHDKeypath() used in decodepsbt (master...20200719-rpc-dedup-writehdkeypath) https://github.com/bitcoin/bitcoin/pull/19555
< bitcoin-git> [bitcoin] fanquake merged pull request #19551: fuzz: fix unused variable compiler warning in addrdb (master...fix-unused-variable-in-addrdb-fuzzer) https://github.com/bitcoin/bitcoin/pull/19551
< bitcoin-git> bitcoin/master 476436b fanquake: Merge #19551: fuzz: fix unused variable compiler warning in addrdb
< bitcoin-git> bitcoin/master 1cdc2a6 Jon Atack: fuzz: fix unused variable addrdb compiler warning
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/090d87716074...476436b2dec2
< bitcoin-git> [bitcoin] fanquake opened pull request #19553: build: pass -fcommon when building genisoimage (master...retain_fno_common_genisoimage) https://github.com/bitcoin/bitcoin/pull/19553
< bitcoin-git> [bitcoin] jonatack opened pull request #19552: test: fix intermittent failure in p2p_ibd_txrelay (master...fix-intermittent-p2p_ibd_txrelay-failure) https://github.com/bitcoin/bitcoin/pull/19552
< bitcoin-git> [bitcoin] jonatack opened pull request #19551: fuzz: fix unused variable compiler warning in addrdb (master...fix-unused-variable-in-addrdb-fuzzer) https://github.com/bitcoin/bitcoin/pull/19551
< jonatack> a "davidinvest1" is spamming the bitcoin core github repo
< gribble> https://github.com/bitcoin/bitcoin/issues/19068 | build: Use a zip instead of dmg for macOS releases by fanquake · Pull Request #19068 · bitcoin/bitcoin · GitHub

2020-07-18

< bitcoin-git> [bitcoin] fjahr opened pull request #19550: rpc: Add listindices RPC (master...index_rpc) https://github.com/bitcoin/bitcoin/pull/19550
< bitcoin-git> [bitcoin] jonatack opened pull request #19548: fuzz: add missing overrides to signature_checker (master...signature-checker-missing-overrides) https://github.com/bitcoin/bitcoin/pull/19548
< gribble> https://github.com/bitcoin/bitcoin/issues/19068 | build: Use a zip instead of dmg for macOS releases by fanquake · Pull Request #19068 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19068 | build: Use a zip instead of dmg for macOS releases by fanquake · Pull Request #19068 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] hebasto opened pull request #19547: doc: Update macOS cross compilation dependencies for Focal (master...200718-mac-dep) https://github.com/bitcoin/bitcoin/pull/19547
< hebasto> just re-built 0.20.0 (point zero) with *clear* cache and got aae0b7e3a457a808335113f70448559d9d3b5414fa640e40f0ff7a31b390e2fa bitcoin-0.20.0-osx-unsigned.tar.gz
< hebasto> aae0b7e3a457a808335113f70448559d9d3b5414fa640e40f0ff7a31b390e2fa bitcoin-0.20.0-osx-unsigned.tar.gz
< wumpus> after a complete rebuild I also get 5c1f306192674c607bf44dad4a864e99fcfbef262934d19f93ea5af710595096 bitcoin-0.20.1rc1-osx-unsigned.tar.gz
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19143: tests: Add fuzzing harnesses for CAutoFile, CBufferedFile, LoadExternalBlockFile and other FILE* consumers (master...fuzzers-FILE) https://github.com/bitcoin/bitcoin/pull/19143
< bitcoin-git> bitcoin/master e507c07 practicalswift: tests: Add serialization/deserialization fuzzing helpers WriteToStream(…)/...
< bitcoin-git> bitcoin/master 9dbcd68 practicalswift: tests: Add FuzzedFileProvider which provides a FILE* interface to FuzzedDa...
< bitcoin-git> bitcoin/master e48094a practicalswift: tests: Add FuzzedAutoFileProvider which provides a CAutoFile interface to ...
< bitcoin-git> [bitcoin] MarcoFalke pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/fd59670642f5...090d87716074

2020-07-17

< bitcoin-git> [bitcoin] fjahr opened pull request #19544: refactor: Add GetBool to rpc/util (master...rpc_bool) https://github.com/bitcoin/bitcoin/pull/19544
< gribble> https://github.com/bitcoin/bitcoin/issues/16910 | wallet: reduce loading time by using unordered maps by achow101 · Pull Request #16910 · bitcoin/bitcoin · GitHub
< provoostenator> meshcollider: the merged stuff can go: https://github.com/bitcoin/bitcoin/projects/15
< gribble> https://github.com/bitcoin/bitcoin/issues/15382 | util: add RunCommandParseJSON by Sjors · Pull Request #15382 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19335 | wallet: Cleanup and separate BerkeleyDatabase and BerkeleyBatch by achow101 · Pull Request #19335 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19102 | wallet: Introduce and use DummyDatabase instead of dummy BerkeleyDatabase by achow101 · Pull Request #19102 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16378 | The ultimate send RPC by Sjors · Pull Request #16378 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19077 | wallet: Add sqlite as an alternative wallet database and use it for new descriptor wallets by achow101 · Pull Request #19077 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19334 | wallet: Introduce WalletDatabase abstract class by achow101 · Pull Request #19334 · bitcoin/bitcoin · GitHub
< meshcollider> #bitcoin-core-dev Wallet Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb moneyball ariard digi_james amiti fjahr
< achow101> + 5c1f306192674c607bf44dad4a864e99fcfbef262934d19f93ea5af710595096 bitcoin-0.20.1rc1-osx-unsigned.tar.gz
< achow101> - 6e0b29839f86c60bdb4e557ef85339075738d61c6feda333a9c23056f8c4bc32 bitcoin-0.20.1rc1-osx-unsigned.tar.gz
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19538: ci: Add tsan suppression for race in DatabaseBatch (master...200716-tsan-db) https://github.com/bitcoin/bitcoin/pull/19538
< bitcoin-git> bitcoin/master 0cdf2a7 Russell Yanofsky: ci: add tsan debug symbols option
< bitcoin-git> bitcoin/master fd59670 MarcoFalke: Merge #19538: ci: Add tsan suppression for race in DatabaseBatch
< bitcoin-git> bitcoin/master 9a2f126 Hennadii Stepanov: ci: Add tsan suppression for race in DatabaseBatch
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c04485850e72...fd59670642f5
< bitcoin-git> [bitcoin] laanwj pushed tag v0.20.1rc1: https://github.com/bitcoin/bitcoin/compare/v0.20.1rc1
< bitcoin-git> bitcoin/0.20 cac7a98 Wladimir J. van der Laan: qt: Translation update for 0.20.1rc1
< bitcoin-git> bitcoin/0.20 5e21c55 Wladimir J. van der Laan: doc: Regenerate man pages for 0.20.1rc1
< bitcoin-git> bitcoin/0.20 cd34ff5 Wladimir J. van der Laan: build: Bump version to 0.20.1rc1
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to 0.20: https://github.com/bitcoin/bitcoin/compare/8b4093749312...cac7a9809a3d
< bitcoin-git> bitcoin/0.20 8b40937 Hennadii Stepanov: qt: Fix QFileDialog for static builds
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.20: https://github.com/bitcoin/bitcoin/compare/f61398a978ba...8b4093749312
< gribble> https://github.com/bitcoin/bitcoin/issues/8973 | Incoming tor connections should use alternative port · Issue #8973 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] hebasto closed pull request #19465: Use LevelDB paranoid_checks option unconditionally (master...200708-ldb) https://github.com/bitcoin/bitcoin/pull/19465
< bitcoin-git> [bitcoin] laanwj opened pull request #19542: Revert "refactor: replace CConnman pointers by references in net_processing.cpp" (master...2020_07_revert_19174) https://github.com/bitcoin/bitcoin/pull/19542
< bitcoin-git> [bitcoin] fanquake merged pull request #19536: qt, build: Fix QFileDialog for static builds (master...200716-fqd) https://github.com/bitcoin/bitcoin/pull/19536
< bitcoin-git> bitcoin/master 6457361 Hennadii Stepanov: qt: Fix QFileDialog for static builds
< bitcoin-git> bitcoin/master c044858 fanquake: Merge #19536: qt, build: Fix QFileDialog for static builds
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/19aaf7945e89...c04485850e72
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19423: test: add functional test for txrelay during and after IBD (master...ibd-txrelay-test) https://github.com/bitcoin/bitcoin/pull/19423
< bitcoin-git> bitcoin/master 19aaf79 MarcoFalke: Merge #19423: test: add functional test for txrelay during and after IBD
< bitcoin-git> bitcoin/master cb31ee0 gzhao408: [test] feefilter during and after IBD
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c57dc566b060...19aaf7945e89

2020-07-16

< bitcoin-git> [bitcoin] fanquake closed pull request #19537: qt: Typo fix in bitcoin_pl.ts (master...patch-1) https://github.com/bitcoin/bitcoin/pull/19537
< bitcoin-git> [bitcoin] fanquake closed pull request #19539: creathor (master...master) https://github.com/bitcoin/bitcoin/pull/19539
< bitcoin-git> [bitcoin] bram00767 opened pull request #19539: creathor (master...master) https://github.com/bitcoin/bitcoin/pull/19539
< bitcoin-git> [bitcoin] ryanofsky closed pull request #19535: Add base_blob and BaseHash data() methods (master...pr/ipc-blob) https://github.com/bitcoin/bitcoin/pull/19535
< bitcoin-git> [bitcoin] hebasto opened pull request #19538: ci: Add tsan suppression for race in DatabaseBatch (master...200716-tsan-db) https://github.com/bitcoin/bitcoin/pull/19538
< bitcoin-git> [bitcoin] laanwj merged pull request #16525: Dump transaction version as an unsigned integer in RPC/TxToUniv (master...2019-07-unsigned-tx-ver) https://github.com/bitcoin/bitcoin/pull/16525
< bitcoin-git> bitcoin/master c57dc56 Wladimir J. van der Laan: Merge #16525: Dump transaction version as an unsigned integer in RPC/TxToU...
< bitcoin-git> bitcoin/master e80259f Matt Corallo: Additionally treat Tx.nVersion as unsigned in joinpsbts
< bitcoin-git> bitcoin/master 970de70 Matt Corallo: Dump transaction version as an unsigned integer in RPC/TxToUniv
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1148f3d63094...c57dc566b060
< gribble> https://github.com/bitcoin/bitcoin/issues/18044 | Use wtxid for transaction relay by sdaftuar · Pull Request #18044 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16525 | Dump transaction version as an unsigned integer in RPC/TxToUniv by TheBlueMatt · Pull Request #16525 · bitcoin/bitcoin · GitHub
< wumpus> bitcoin-builds even has its own IRC channel, but no planned time afaik?
< gribble> https://github.com/bitcoin/bitcoin/issues/19536 | qt, build: Fix QFileDialog for static builds by hebasto · Pull Request #19536 · bitcoin/bitcoin · GitHub
< hebasto> could a one line fix of https://github.com/bitcoin-core/gui/issues/32 bug could be included in 0.20.1 ?
< gribble> https://github.com/bitcoin/bitcoin/issues/19524 | [0.20] Backport #19517 - Increment input value sum only once per UTXO in decodepsbt by fanquake · Pull Request #19524 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18818 | Fix release tarball generated by gitian by luke-jr · Pull Request #18818 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11082 | Add new bitcoin_rw.conf file that is used for settings modified by this software itself by luke-jr · Pull Request #11082 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18710 | Add local thread pool to CCheckQueue by hebasto · Pull Request #18710 · bitcoin/bitcoin · GitHub
< wumpus> https://github.com/bitcoin/bitcoin/projects/8 11 blockers, 1 bugfix, 3 chasing concept ACK
< gribble> https://github.com/bitcoin/bitcoin/issues/19334 | wallet: Introduce WalletDatabase abstract class by achow101 · Pull Request #19334 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] dymex0 opened pull request #19537: qt: Typo fix in bitcoin_pl.ts (master...patch-1) https://github.com/bitcoin/bitcoin/pull/19537
< bitcoin-git> [bitcoin] laanwj merged pull request #19524: [0.20] Backport #19517 - Increment input value sum only once per UTXO in decodepsbt (0.20...0_20_19517) https://github.com/bitcoin/bitcoin/pull/19524
< bitcoin-git> bitcoin/0.20 f61398a Wladimir J. van der Laan: Merge #19524: [0.20] Backport #19517 - Increment input value sum only once...
< bitcoin-git> bitcoin/0.20 bad9cf8 Andrew Chow: Increment input value sum only once per UTXO in decodepsbt
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to 0.20: https://github.com/bitcoin/bitcoin/compare/2f6c7c0f6f47...f61398a978ba
< bitcoin-git> [bitcoin] hebasto opened pull request #19536: qt, build: Fix QFileDialog for static builds (master...200716-fqd) https://github.com/bitcoin/bitcoin/pull/19536
< bitcoin-git> [bitcoin] fanquake merged pull request #17919: depends: Allow building with system clang (master...2020-01-depends-macos-allow-system-clang) https://github.com/bitcoin/bitcoin/pull/17919
< bitcoin-git> bitcoin/master 156b604 Cory Fields: depends: force a new host id string if FORCE_USE_SYSTEM_CLANG is in use
< bitcoin-git> bitcoin/master c9c572a Carl Dong: depends: Allow building with system clang
< bitcoin-git> bitcoin/master e6e5c8d Carl Dong: depends: Decouple toolchain + binutils
< bitcoin-git> [bitcoin] fanquake pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/0f6900e780af...1148f3d63094
< gribble> https://github.com/bitcoin/bitcoin/issues/19524 | [0.20] Backport #19517 - Increment input value sum only once per UTXO in decodepsbt by fanquake · Pull Request #19524 · bitcoin/bitcoin · GitHub