2020-04-17

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18683: ci: Disable valgrind functionl tests on forked repos to avoid timeouts (master...2004-ciTravisNoTimeout) https://github.com/bitcoin/bitcoin/pull/18683
< bitcoin-git> [bitcoin] theStack opened pull request #18682: fuzz: http_request workaround for libevent < 2.1.1 (master...20200417-fuzz-http-req-workaround-for-older-libevent) https://github.com/bitcoin/bitcoin/pull/18682
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18467: rpc: Improve documentation and return value of settxfee (master...txfee0) https://github.com/bitcoin/bitcoin/pull/18467
< bitcoin-git> bitcoin/master c2e53ff MarcoFalke: Merge #18467: rpc: Improve documentation and return value of settxfee
< bitcoin-git> bitcoin/master 3867727 Fabian Jahr: rpc: settxfee respects -maxtxfee wallet setting
< bitcoin-git> bitcoin/master bda84a0 Fabian Jahr: rpc: Add documentation for deactivating settxfee
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c189bfd260ca...c2e53ff064df
< gribble> https://github.com/bitcoin/bitcoin/issues/8639 | Docs: Minimum required dependencies and current CVEs · Issue #8639 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj opened pull request #18681: donotmerge: build: Enable thread-local with glibc compat (master...2020_04_thread_local_compat) https://github.com/bitcoin/bitcoin/pull/18681
< gribble> https://github.com/bitcoin/bitcoin/issues/18471 | qa: Test shared validation interface by promag · Pull Request #18471 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] meshcollider merged pull request #17824: wallet: Prefer full destination groups in coin selection (master...i17603) https://github.com/bitcoin/bitcoin/pull/17824
< bitcoin-git> bitcoin/master c189bfd Samuel Dobson: Merge #17824: wallet: Prefer full destination groups in coin selection
< bitcoin-git> bitcoin/master 1abbdac Fabian Jahr: wallet: Prefer full destination groups in coin selection
< bitcoin-git> bitcoin/master a2324e4 Fabian Jahr: test: Improve naming and logging of avoid_reuse tests
< bitcoin-git> [bitcoin] meshcollider pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/4a71c469058b...c189bfd260ca
< gribble> https://github.com/bitcoin/bitcoin/issues/18466 | rpc: fix invalid parameter error codes for {sign,verify}message RPCs by theStack · Pull Request #18466 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18670: refactor: Remove unused methods CBloomFilter::reset()/clear() (master...20200416-refactor-remove-unused-bloom-filter-reset) https://github.com/bitcoin/bitcoin/pull/18670
< bitcoin-git> bitcoin/master 4a71c46 MarcoFalke: Merge #18670: refactor: Remove unused methods CBloomFilter::reset()/clear(...
< bitcoin-git> bitcoin/master 69ffddc Sebastian Falbesoner: refactor: Remove unused methods CBloomFilter::reset()/clear()
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0856c1570679...4a71c469058b
< icota> has anyone tried compiling libbitcoind.so since https://github.com/bitcoin/bitcoin/pull/5084 ?
< bitcoin-git> [bitcoin] meshcollider merged pull request #18262: bnb: exit selection when best_waste is 0 (master...bnb-waste-zero) https://github.com/bitcoin/bitcoin/pull/18262
< bitcoin-git> bitcoin/master 0856c15 Samuel Dobson: Merge #18262: bnb: exit selection when best_waste is 0
< bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/969ee8549496...0856c1570679
< bitcoin-git> bitcoin/master 9b5950d Andrew Chow: bnb: exit selection when best_waste is 0
< bitcoin-git> [bitcoin] fanquake closed pull request #18661: Compress PNG images with `zopflipng`. (master...master) https://github.com/bitcoin/bitcoin/pull/18661

2020-04-16

< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #18612: script: Remove undocumented and unused operator+ (master...2004-scriptNoAdd) https://github.com/bitcoin/bitcoin/pull/18612
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18612: script: Remove undocumented and unused operator+ (master...2004-scriptNoAdd) https://github.com/bitcoin/bitcoin/pull/18612
< wumpus> agree, though 'as part of the bitcoin core project' is in one place, more or less, it doesn't necessarily mean one repository
< phantomcircuit> sipa, ip<->asn lookup is definitely something that would be useful outside of bitcoin, i've tried myself to do it in the past but without an active bgp session it's basically impossible to get the map at all
< sipa> so the process is (bgp dumps) -> mapping (currently, using gleb's rust tool); mapping -> asmap file (currently using some python scripts, or the bitcoin-asmap tool i'm adding in 18573)
< jb55> if it was signed with the same key we're using for verifying bitcoin releases for instance
< sipa> it's a binary blob you can load into bitcoin core that affects how it selects outgoing peers and prioritizes incoming connections
< jb55> sipa: is there a writeup about the asmap stuff somewhere? what's problems its trying to solve, how and why I need to generate those files, etc. as one of the people who maintains the bitcoin package on nixos, would I need to generate that and package it for users, etc?
< bitcoin-git> [bitcoin] ryanofsky opened pull request #18677: Multiprocess build support (master...pr/ipc-build2) https://github.com/bitcoin/bitcoin/pull/18677
< luke-jr> it does sound potentially useful outside Bitcoin Core too
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18662: test: Replace gArgs with local argsman in bench (master...2004-toolsArgsman) https://github.com/bitcoin/bitcoin/pull/18662
< bitcoin-git> bitcoin/master fae00a7 MarcoFalke: bench: Remove unused argsman.ClearArgs
< bitcoin-git> bitcoin/master fa2bc41 MarcoFalke: tools: Add unused argsman to bench_bitcoin
< bitcoin-git> bitcoin/master fa46aeb MarcoFalke: scripted-diff: Replace gArgs with local argsman in bench
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/8f2497941ef1...969ee8549496
< sipa> my fuzz test right now generates random inputs to the encoder function used by bitcoin-asmap directly
< luke-jr> if bitcoin-asmap is available, we can use it for tests too, but still separate from the main repo
< sipa> luke-jr: i think the primary advantage is that it allows testing/fuzzing the encoder together with the exact code bitcoin core is using for lookups
< bitcoin-git> [bitcoin] laanwj merged pull request #18598: gitian: Add missing automake package to gitian-win-signer.yml (master...fix-gitian-win-signer) https://github.com/bitcoin/bitcoin/pull/18598
< bitcoin-git> bitcoin/master e44aeef Andrew Chow: gitian: Add missing automake package to gitian-win-signer.yml
< bitcoin-git> bitcoin/master 8f24979 Wladimir J. van der Laan: Merge #18598: gitian: Add missing automake package to gitian-win-signer.ym...
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/447f8676b2e9...8f2497941ef1
< wumpus> sipa: we've intentionally kept all kinds of developer tools in bitcoin-maintainer-tools repo instead, but if you think this is something a lot of users are going to need we could ship it with bitcoin core itself sure
< gribble> https://github.com/bitcoin/bitcoin/issues/18573 | [RFC] bitcoin-asmap utility by sipa · Pull Request #18573 · bitcoin/bitcoin · GitHub
< sipa> i have #18573 that adds a binary for constructing/decoding these map files, which is an approach i like, but perhaps it's better to keep this out of bitcoin core's scope for now, unsure
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18667: ci: Limit cache size regardless of NO_DEPENDS (master...200416-ci-cache) https://github.com/bitcoin/bitcoin/pull/18667
< bitcoin-git> bitcoin/master 447f867 MarcoFalke: Merge #18667: ci: Limit cache size regardless of NO_DEPENDS
< bitcoin-git> bitcoin/master 0c63187 Hennadii Stepanov: ci: Limit cache size regardless of NO_DEPENDS
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d8dfcea5d956...447f8676b2e9
< bitcoin-git> [bitcoin] hebasto opened pull request #18676: build: Check libevent minimum version in configure script (master...200416-libevent) https://github.com/bitcoin/bitcoin/pull/18676
< sipa> for the wallet<->node communication my big hope was that the protocol would be Bitcoin P2P, so that it can be substituted with whatever on either side... but it doesn't seem anyone's working on that
< gribble> https://github.com/bitcoin/bitcoin/issues/16367 | Multiprocess build support by ryanofsky · Pull Request #16367 · bitcoin/bitcoin · GitHub
< luke-jr> eg, bitcoin-qt gets what we have now; bitcoin-qt -process=foo gets just the foo part in MP mode
< gribble> https://github.com/bitcoin/bitcoin/issues/18588 | Revert "Merge #16367: Multiprocess build support" by MarcoFalke · Pull Request #18588 · bitcoin/bitcoin · GitHub
< wumpus> tryphe: if that's your concern, encrypt the entire wallet file or store it on an encrypted file system, it's not something bitcoin core's wallet encyrption solves
< gribble> https://github.com/bitcoin/bitcoin/issues/18608 | refactor: Remove CAddressBookData::destdata by ryanofsky · Pull Request #18608 · bitcoin/bitcoin · GitHub
< wumpus> tryphe: I think that's unrelated; wallet encryption in bitcoin core only protects private keys, nothing more. Labels and such are not part of that either and should definitely be kept.
< bitcoin-git> [bitcoin] jnewbery opened pull request #18675: tests: Don't initialize PrecomputedTransactionData in txvalidationcache tests (master...2020-04-precomputedtransactiondata-txvalidationcache) https://github.com/bitcoin/bitcoin/pull/18675
< gribble> https://github.com/bitcoin/bitcoin/issues/18192 | Bugfix: Wallet: Safely deal with change in the address book by luke-jr · Pull Request #18192 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18192 | Bugfix: Wallet: Safely deal with change in the address book by luke-jr · Pull Request #18192 · bitcoin/bitcoin · GitHub
< ryanofsky> My summary of the destdata issue is https://github.com/bitcoin/bitcoin/pull/18550#issuecomment-612672886
< gribble> https://github.com/bitcoin/bitcoin/issues/18550 | Store destdata for change in separate key for backward compatibility by luke-jr · Pull Request #18550 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18598 | gitian: Add missing automake package to gitian-win-signer.yml by achow101 · Pull Request #18598 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18608 | refactor: Remove CAddressBookData::destdata by ryanofsky · Pull Request #18608 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18572 | Wallet: Accept "changedata" db key as an alias to "destdata" by luke-jr · Pull Request #18572 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18550 | Store destdata for change in separate key for backward compatibility by luke-jr · Pull Request #18550 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18192 | Bugfix: Wallet: Safely deal with change in the address book by luke-jr · Pull Request #18192 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18512 | Improve asmap checks and add sanity check by sipa · Pull Request #18512 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18242 | Add BIP324 encrypted p2p transport de-/serializer (only used in tests) by jonasschnelli · Pull Request #18242 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/185512 | HTTP Error 404: Not Found
< 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 amiti fjahr
< MarcoFalke> I don't understand how Bitcoin Core compiles fine, but the fuzz tests don't
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18673: scripted-diff: Sort test includes (master...2004-testSortIncludes) https://github.com/bitcoin/bitcoin/pull/18673
< bitcoin-git> [bitcoin] theStack opened pull request #18672: test: add further BIP37 size limit checks to p2p_filter.py (master...20200416-test-add-further-bloom-filter-size-limit-checks) https://github.com/bitcoin/bitcoin/pull/18672
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17669: tests: have coins simulation test also use CCoinsViewDB (master...2019-12-coins-tests) https://github.com/bitcoin/bitcoin/pull/17669
< bitcoin-git> bitcoin/master bee88b8 James O'Beirne: tests: have coins simulation test also use CCoinsViewDB
< bitcoin-git> bitcoin/master d8dfcea MarcoFalke: Merge #17669: tests: have coins simulation test also use CCoinsViewDB
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f4c0ad4aefe0...d8dfcea5d956
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18671: wallet: Add BlockUntilSyncedToCurrentChain to dumpwallet (master...2004-walletDumpChain) https://github.com/bitcoin/bitcoin/pull/18671
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18660: test: Verify findCommonAncestor always initializes outputs (master...pr/commoninit) https://github.com/bitcoin/bitcoin/pull/18660
< bitcoin-git> bitcoin/master 9986608 Russell Yanofsky: test: Verify findCommonAncestor always initializes outputs
< bitcoin-git> bitcoin/master f4c0ad4 MarcoFalke: Merge #18660: test: Verify findCommonAncestor always initializes outputs
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/661e8df1b63b...f4c0ad4aefe0
< bitcoin-git> [bitcoin] theStack opened pull request #18670: refactor: Remove unused method CBloomFilter::reset() (master...20200416-refactor-remove-unused-bloom-filter-reset) https://github.com/bitcoin/bitcoin/pull/18670
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18669: log: Use Join() helper when listing log categories (master...2004-logJoin) https://github.com/bitcoin/bitcoin/pull/18669
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18653: test: add coverage for bitcoin-cli -rpcwait (master...rpcwait-test-coverage) https://github.com/bitcoin/bitcoin/pull/18653
< bitcoin-git> bitcoin/master bb13f46 Jon Atack: test: verify cli.getwalletinfo in wallet section
< bitcoin-git> bitcoin/master becc8b9 Jon Atack: test: verify bitcoin-cli -version with node stopped
< bitcoin-git> bitcoin/master 727b67e Jon Atack: test: add coverage for bitcoin-cli -rpcwait
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/79b0459648e3...661e8df1b63b
< bitcoin-git> [bitcoin] hebasto opened pull request #18667: ci: Limit cache size regardless of NO_DEPENDS (master...200416-ci-cache) https://github.com/bitcoin/bitcoin/pull/18667
< bitcoin-git> bitcoin/master 79b0459 MarcoFalke: Merge #18650: qt: Make bitcoin.ico non-executable
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18650: qt: Make bitcoin.ico non-executable (master...bitcoin.ico-executable-flag) https://github.com/bitcoin/bitcoin/pull/18650
< bitcoin-git> bitcoin/master a95af77 practicalswift: qt: Make bitcoin.ico non-executable
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e16718a8b3db...79b0459648e3
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18401: Refactor: Initialize PrecomputedTransactionData in CheckInputScripts (master...2020-03-precomputedtransactiondata) https://github.com/bitcoin/bitcoin/pull/18401
< bitcoin-git> bitcoin/master e16718a MarcoFalke: Merge #18401: Refactor: Initialize PrecomputedTransactionData in CheckInpu...
< bitcoin-git> bitcoin/master f63dec1 Pieter Wuille: [REFACTOR] Initialize PrecomputedTransactionData in CheckInputScripts
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/544709763e1f...e16718a8b3db
< bitcoin-git> [bitcoin] hebasto opened pull request #18665: Do not expose -logthreadnames when it does not work (master...200416-logthreads) https://github.com/bitcoin/bitcoin/pull/18665
< bitcoin-git> [bitcoin] jonatack opened pull request #18664: fuzz: fix unused variable compiler warning (master...fix-unused-variable-warning) https://github.com/bitcoin/bitcoin/pull/18664
< bitcoin-git> [bitcoin] meshcollider closed pull request #18572: Wallet: Accept "changedata" db key as an alias to "destdata" (master...changedata_forwardcompat) https://github.com/bitcoin/bitcoin/pull/18572
< bitcoin-git> [bitcoin] meshcollider closed pull request #18550: Store destdata for change in separate key for backward compatibility (master...changedata) https://github.com/bitcoin/bitcoin/pull/18550
< gribble> https://github.com/bitcoin/bitcoin/issues/17603 | partial spend avoidance makes partial spends and getbalances doesnt notice · Issue #17603 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17824 | wallet: Prefer full destination groups in coin selection by fjahr · Pull Request #17824 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18550 | Store destdata for change in separate key for backward compatibility by luke-jr · Pull Request #18550 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18572 | Wallet: Accept "changedata" db key as an alias to "destdata" by luke-jr · Pull Request #18572 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] saahilshangle opened pull request #18663: doc: Adding hyperlink to INSTALL.md in README.md (master...readme-build-instructions) https://github.com/bitcoin/bitcoin/pull/18663

2020-04-15

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18662: refactor: Replace gArgs with local argsman in all utility tools (master...2004-toolsArgsman) https://github.com/bitcoin/bitcoin/pull/18662
< bitcoin-git> [bitcoin] mikispag opened pull request #18661: Compress PNG images with `zopflipng`. (master...master) https://github.com/bitcoin/bitcoin/pull/18661
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18571: fuzz: Disable debug log file (master...2004-testLogExtraArgs) https://github.com/bitcoin/bitcoin/pull/18571
< bitcoin-git> bitcoin/master fa69f88 MarcoFalke: fuzz: Disable debug log file
< bitcoin-git> bitcoin/master fa0cbd4 MarcoFalke: test: Add optional extra_args to testing setup
< bitcoin-git> bitcoin/master fad4fa7 MarcoFalke: node: Add args alias for gArgs global
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/e84a5f000493...544709763e1f
< elichai2> and if I understand correctly Google will actually pay you if you integrate into oss-fuzz https://github.com/bitcoin-core/secp256k1/issues/739 "We want to stress that anyone who meets the eligibility criteria and integrates a project with OSS-Fuzz is eligible for a reward."
< BlueMatt> well by the time you've done that much work you might as well run it on our own hardware (without the aggressive public-disclosure timelines that may put bitcoin users at risk...)
< elichai2> I have my own PC dedicated for profiling benchmarking, trying different system wide changes to Bitcoin Core
< BlueMatt> a few bitcoin groups gave them some funds afaiu
< BlueMatt> (as a reminder: lots of cpu cores are available in a few locations for those doing bitcoin open source work)
< BlueMatt> elichai2: also note that oss-fuzz primarily just provides cpu hours, it doesn't do any actual implementation work for you, and getting access to a few hundred cores for bitcoin core fuzzing is rather easy :p
< bitcoin-git> [bitcoin] ryanofsky opened pull request #18660: test: Verify findCommonAncestor always initializes outputs (master...pr/commoninit) https://github.com/bitcoin/bitcoin/pull/18660
< bitcoin-git> [bitcoin] practicalswift closed pull request #18657: chain: Do not fill out parameters in findCommonAncestor(...) if ancestor is not found (master...out-parameters-in-findCommonAncestor) https://github.com/bitcoin/bitcoin/pull/18657
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18645: [doc] Update thread information in developer docs (master...2020-04-doc-threads) https://github.com/bitcoin/bitcoin/pull/18645
< bitcoin-git> bitcoin/master e84a5f0 MarcoFalke: Merge #18645: [doc] Update thread information in developer docs
< bitcoin-git> bitcoin/master 808ef36 John Newbery: [doc] Update thread information in developer docs
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6db8ef2431ac...e84a5f000493
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18640: appveyor: Remove clcache (master...2004-appveyorNoSlowCache) https://github.com/bitcoin/bitcoin/pull/18640
< bitcoin-git> bitcoin/master 6db8ef2 MarcoFalke: Merge #18640: appveyor: Remove clcache
< bitcoin-git> bitcoin/master fac0c8d MarcoFalke: appveyor: Remove clcache
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4bd6bc5cb4f3...6db8ef2431ac
< sipa> though if i remember correctly, at the time there also was no (meaningful) fuzzers for bitcoin core, so it was mostly a philosophical point
< bitcoin-git> [bitcoin] practicalswift opened pull request #18657: chain: Do not fill out parameters in findCommonAncestor(...) if ancestor is not found (master...out-parameters-in-findCommonAncestor) https://github.com/bitcoin/bitcoin/pull/18657
< bitcoin-git> [bitcoin] achow101 closed pull request #18627: rpc: gui: Don't change behavior based on private keys disabled, instead add new buttons/rpcs/menu items (master...split-watchonly) https://github.com/bitcoin/bitcoin/pull/18627
< bitcoin-git> [bitcoin] achow101 opened pull request #18656: gui: Add a `Make unsigned` button next to `Send` (master...make-unsigned-button) https://github.com/bitcoin/bitcoin/pull/18656
< bitcoin-git> [bitcoin] achow101 opened pull request #18655: gui: Add bumpFeePSBT action instead of changing normal bumpfee behavior (master...split-bumpfeeaction) https://github.com/bitcoin/bitcoin/pull/18655
< bitcoin-git> [bitcoin] achow101 opened pull request #18654: rpc: separate bumpfee' (master...psbtbumpfee) https://github.com/bitcoin/bitcoin/pull/18654
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18615: test: Avoid accessing free'd memory in validation_chainstatemanager_tests (master...2004-testNoAccessFreeMem) https://github.com/bitcoin/bitcoin/pull/18615
< bitcoin-git> bitcoin/master 4bd6bc5 MarcoFalke: Merge #18615: test: Avoid accessing free'd memory in validation_chainstate...
< bitcoin-git> bitcoin/master fa176e2 MarcoFalke: test: Avoid accessing free'd memory in validation_chainstatemanager_tests
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/20c0e2e0f04f...4bd6bc5cb4f3
< bitcoin-git> [bitcoin] theStack closed pull request #16922: net: filteradd message: update bloom filter empty/full flags after adding (master...20190919-net-update_empty_full_after_adding_filter) https://github.com/bitcoin/bitcoin/pull/16922
< bitcoin-git> [bitcoin] jonatack opened pull request #18653: test: add coverage for bitcoin-cli -rpcwait (master...rpcwait-test-coverage) https://github.com/bitcoin/bitcoin/pull/18653
< andrewtoth> theStack that specific inflation condition is asserted here https://github.com/bitcoin/bitcoin/pull/17860/files#diff-7a6cf1c54083f72e3110c6a049e26842R77
< jonatack> theStack: you'll see a crash like https://github.com/bitcoin/bitcoin/pull/18521#issuecomment-610826738
< gribble> https://github.com/bitcoin/bitcoin/issues/17860 | fuzz: BIP 42, BIP 30, CVE-2018-17144 by MarcoFalke · Pull Request #17860 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18401 | Refactor: Initialize PrecomputedTransactionData in CheckInputScripts by jnewbery · Pull Request #18401 · bitcoin/bitcoin · GitHub
< bitcoin-git> bitcoin/master 20c0e2e MarcoFalke: Merge #18628: test: Add various low-level p2p tests
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18628: test: Add various low-level p2p tests (master...2004-qaP2Pvar) https://github.com/bitcoin/bitcoin/pull/18628
< bitcoin-git> bitcoin/master fa4c29b MarcoFalke: test: Add various low-level p2p tests
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/18f11fb24b47...20c0e2e0f04f
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18646: gui: use PACKAGE_NAME in exception message (master...use_package_name_in_exception) https://github.com/bitcoin/bitcoin/pull/18646
< bitcoin-git> bitcoin/master 18f11fb MarcoFalke: Merge #18646: gui: use PACKAGE_NAME in exception message
< bitcoin-git> bitcoin/master 1b04302 fanquake: gui: use PACKAGE_NAME in exception message
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e831f18b1ed3...18f11fb24b47
< bitcoin-git> [bitcoin] practicalswift opened pull request #18650: qt: Make bitcoin.ico non-executable (master...bitcoin.ico-executable-flag) https://github.com/bitcoin/bitcoin/pull/18650
< bitcoin-git> [bitcoin] practicalswift opened pull request #18649: tests: Add std::locale::global to list of locale dependent functions in lint-locale-dependence.sh (master...locale-dependent-functions) https://github.com/bitcoin/bitcoin/pull/18649
< bitcoin-git> [bitcoin] brakmic opened pull request #18647: rpc: remove g_rpc_node (master...remove-global-node-ctx) https://github.com/bitcoin/bitcoin/pull/18647
< bitcoin-git> [bitcoin] fanquake opened pull request #18646: gui: use PACKAGE_NAME in exception message (master...use_package_name_in_exception) https://github.com/bitcoin/bitcoin/pull/18646
< bitcoin-git> [bitcoin] fanquake merged pull request #18619: gitian: add jonatack gpg key fingerprint (master...gitian-jonatack-gpg-key-fingerprint) https://github.com/bitcoin/bitcoin/pull/18619
< bitcoin-git> bitcoin/master 905e2e8 Jon Atack: gitian: add jonatack gpg key fingerprint
< bitcoin-git> bitcoin/master e831f18 fanquake: Merge #18619: gitian: add jonatack gpg key fingerprint
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5447d57bfff9...e831f18b1ed3
< bitcoin-git> bitcoin/master 5447d57 fanquake: Merge #18624: Added my fingerprint Stephan Oeste (Emzy)
< bitcoin-git> [bitcoin] fanquake merged pull request #18624: Added my fingerprint Stephan Oeste (Emzy) (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18624
< bitcoin-git> bitcoin/master c47adf8 Stephan Oeste: Added my fingerprint Stephan Oeste (Emzy)
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ae486b263c22...5447d57bfff9
< bitcoin-git> [bitcoin] fanquake closed pull request #18490: Bugfix: devtools/symbol-check: Check PE libraries case-insensitively (master...bugfix_symcheck_pe_case) https://github.com/bitcoin/bitcoin/pull/18490
< bitcoin-git> [bitcoin] fanquake merged pull request #17929: build: add linker optimisation flags to gitian & guix (Linux) (master...pass_optimizations_to_linker) https://github.com/bitcoin/bitcoin/pull/17929
< bitcoin-git> bitcoin/master ae486b2 fanquake: Merge #17929: build: add linker optimisation flags to gitian & guix (Linux...
< bitcoin-git> bitcoin/master f2b5b0a fanquake: build: add linker optimization flags to guix
< bitcoin-git> bitcoin/master b8b050a fanquake: build: add linker optimization flags to gitian descriptors
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/903be99ee654...ae486b263c22
< bitcoin-git> [bitcoin] fanquake merged pull request #18621: script: Disallow silent bool -> CScript conversion (master...2004-scriptNoBool) https://github.com/bitcoin/bitcoin/pull/18621
< bitcoin-git> bitcoin/master 903be99 fanquake: Merge #18621: script: Disallow silent bool -> CScript conversion
< bitcoin-git> bitcoin/master 88884ee MarcoFalke: script: Disallow silent bool -> CScript conversion
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4d793bcfe814...903be99ee654
< bitcoin-git> [bitcoin] jnewbery opened pull request #18645: [doc] Update thread information in developer docs (master...2020-04-doc-threads) https://github.com/bitcoin/bitcoin/pull/18645
< bitcoin-git> [bitcoin] dongcarl opened pull request #18644: net: Reduce `TransportDeserializer` interface to 2 methods (master...2020-04-transport-readmessages) https://github.com/bitcoin/bitcoin/pull/18644
< bitcoin-git> [bitcoin] fanquake merged pull request #18632: doc: Fix macos comments in release-notes (master...2004-docMacOs) https://github.com/bitcoin/bitcoin/pull/18632
< bitcoin-git> bitcoin/master 4d793bc fanquake: Merge #18632: doc: Fix macos comments in release-notes
< bitcoin-git> bitcoin/master fa6cb00 MarcoFalke: doc: Fix macos comments in release-notes
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/75fcfdaf8b4b...4d793bcfe814
< bitcoin-git> [bitcoin] naumenkogs opened pull request #18642: Use std::chrono for the time to rotate destination of addr messages + tests (master...2020_04_mock_addr_rotation_time) https://github.com/bitcoin/bitcoin/pull/18642
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18641: test: Create cached blocks not in the future (master...2004-qaNoCacheFuture) https://github.com/bitcoin/bitcoin/pull/18641
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18640: appveyor: Remove clcache (master...2004-appveyorNoSlowCache) https://github.com/bitcoin/bitcoin/pull/18640

2020-04-14

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18631: appveyor: Disable functional tests for now (master...2004-qaAuthWin2) https://github.com/bitcoin/bitcoin/pull/18631
< bitcoin-git> bitcoin/master 75fcfda MarcoFalke: Merge #18631: appveyor: Disable functional tests for now
< bitcoin-git> bitcoin/master fa50d11 MarcoFalke: appveyor: Disable functional tests for now
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4702cadca945...75fcfdaf8b4b
< bitcoin-git> [bitcoin] hebasto opened pull request #18639: Prevent consecutive ::cs_main locks in FlushStateToDisk() (master...200414-locks) https://github.com/bitcoin/bitcoin/pull/18639
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18638: net: Make ping mockable, add tests (master...2004-netMockPing) https://github.com/bitcoin/bitcoin/pull/18638
< bitcoin-git> [bitcoin] jamesob opened pull request #18637: coins: allow cache resize after init (master...2020-04-au.cache-resize) https://github.com/bitcoin/bitcoin/pull/18637
< bitcoin-git> [bitcoin] hebasto opened pull request #18635: Revert "Annotate AssertLockHeld() with ASSERT_CAPABILITY() for thread safety analysis" (master...200414-threads) https://github.com/bitcoin/bitcoin/pull/18635
< bitcoin-git> [bitcoin] practicalswift opened pull request #18634: ci: Add fuzzbuzz integration configuration file (master...fuzzbuzz) https://github.com/bitcoin/bitcoin/pull/18634
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18633: test: Properly raise FailedToStartError when rpc shutdown before warmup finished (take 2) (master...2004-qaResetTake2) https://github.com/bitcoin/bitcoin/pull/18633
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18632: doc: Fix macos comments in release-notes (master...2004-docMacOs) https://github.com/bitcoin/bitcoin/pull/18632
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18631: appveyor: Disable functional tests for now (master...2004-qaAuthWin2) https://github.com/bitcoin/bitcoin/pull/18631
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18626: [WIP] test: Add "WinError 10048" to the retry exceptions (master...2004-qaAuthWin2) https://github.com/bitcoin/bitcoin/pull/18626
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17954: wallet: Remove calls to Chain::Lock methods (master...pr/unlock) https://github.com/bitcoin/bitcoin/pull/17954
< bitcoin-git> bitcoin/master ade5f87 Russell Yanofsky: wallet refactor: Avoid use of Chain::Lock in qt wallettests
< bitcoin-git> bitcoin/master f6da44c Russell Yanofsky: wallet: Avoid use of Chain::Lock in tryGetTxStatus and tryGetBalances
< bitcoin-git> bitcoin/master bf30cd4 Russell Yanofsky: refactor: Add interfaces::FoundBlock class to selectively return block dat...
< bitcoin-git> [bitcoin] MarcoFalke pushed 13 commits to master: https://github.com/bitcoin/bitcoin/compare/6110ae8326c7...4702cadca945
< gribble> https://github.com/bitcoin/bitcoin/issues/18578 | gui: Fix leak in CoinControlDialog::updateView by promag · Pull Request #18578 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake opened pull request #18629: scripts: add PE .reloc section check to security-check.py (master...never_strip_the_reloc_section) https://github.com/bitcoin/bitcoin/pull/18629
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18628: test: Add various low-level p2p tests (master...2004-qaP2Pvar) https://github.com/bitcoin/bitcoin/pull/18628

2020-04-13

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18451: test: shift coverage from getunconfirmedbalance to getbalances (master...remove-deprecated-rpc-getunconfirmedbalance) https://github.com/bitcoin/bitcoin/pull/18451
< bitcoin-git> bitcoin/master 0306d78 Jon Atack: Use getbalances in wallet_address_types tests
< bitcoin-git> bitcoin/master 7eacdc5 Jon Atack: Shift coverage from getunconfirmedbalance to getbalances in wallet_abandon...
< bitcoin-git> bitcoin/master 3e6f737 Jon Atack: Improve getbalances coverage in wallet_balance tests
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/6ef45bc96884...6110ae8326c7
< bitcoin-git> [bitcoin] achow101 opened pull request #18627: rpc: gui: Don't change behavior based on private keys disabled, instead add new buttons/rpcs/menu items (master...split-watchonly) https://github.com/bitcoin/bitcoin/pull/18627
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18626: [WIP] test: Add "WinError 10048" to the retry exceptions (master...2004-qaAuthWin2) https://github.com/bitcoin/bitcoin/pull/18626
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18581: ci: Print ccache stats, add pip cache, and cleanups (master...20200409-ci-plus) https://github.com/bitcoin/bitcoin/pull/18581
< bitcoin-git> bitcoin/master 73f8303 Hennadii Stepanov: ci: Add pip cache
< bitcoin-git> bitcoin/master 6d48066 Hennadii Stepanov: ci: Print ccache statistics summary
< bitcoin-git> bitcoin/master a6eea71 Hennadii Stepanov: ci: Drop unused WINEDEBUG variable
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/130b64415f54...6ef45bc96884
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18493: rpc: Remove deprecated "size" from mempool txs (master...remove_deprecated_rpc_tx_size) https://github.com/bitcoin/bitcoin/pull/18493
< bitcoin-git> bitcoin/master 0753efd Vasil Dimov: rpc: Remove deprecated "size" from mempool txs
< bitcoin-git> bitcoin/master 130b644 MarcoFalke: Merge #18493: rpc: Remove deprecated "size" from mempool txs
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e28e5353c430...130b64415f54
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18545: test: refactor rpc_signrawtransaction and add logging (master...refactor-rpc_signrawtransaction) https://github.com/bitcoin/bitcoin/pull/18545
< bitcoin-git> bitcoin/master e28e535 MarcoFalke: Merge #18545: test: refactor rpc_signrawtransaction and add logging
< bitcoin-git> bitcoin/master 9cdddae Jon Atack: test: add rpc_signrawtransaction logging
< bitcoin-git> bitcoin/master 4d6cde3 Jon Atack: test: refactor rpc_signrawtransaction witness script tests
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d9fd7b5a675d...e28e5353c430
< bitcoin-git> [bitcoin] Emzy opened pull request #18624: Added my fingerprint Stephan Oeste (Emzy) (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18624
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18596: test: Try once more when RPC connection fails on Windows (master...2004-testWin) https://github.com/bitcoin/bitcoin/pull/18596
< bitcoin-git> bitcoin/master faa6557 MarcoFalke: test: Document why connection is re-constructed on windows
< bitcoin-git> bitcoin/master fae760f MarcoFalke: cirrus: Bump freebsd to 12.1
< bitcoin-git> bitcoin/master fa9f4f6 MarcoFalke: test: Remove python 3.4 workaround
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/d5783985eb00...d9fd7b5a675d
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18621: script: Disallow silent bool -> CScript conversion (master...2004-scriptNoBool) https://github.com/bitcoin/bitcoin/pull/18621
< bitcoin-git> [bitcoin] jonatack opened pull request #18619: gitian: add jonatack gpg key fingerprint (master...gitian-jonatack-gpg-key-fingerprint) https://github.com/bitcoin/bitcoin/pull/18619
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18502: doc: Update docs for getbalance (default minconf should be 0) (master...doc-getbalance) https://github.com/bitcoin/bitcoin/pull/18502
< bitcoin-git> bitcoin/master d578398 MarcoFalke: Merge #18502: doc: Update docs for getbalance (default minconf should be 0...
< bitcoin-git> bitcoin/master c0af173 U-Zyn Chua: doc: default minconf for getbalance should be 0
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4d26312c1725...d5783985eb00
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18597: test: Extend wallet_dump test to cover comments (master...2004-qaWalletDump) https://github.com/bitcoin/bitcoin/pull/18597
< bitcoin-git> bitcoin/master 4d26312 MarcoFalke: Merge #18597: test: Extend wallet_dump test to cover comments
< bitcoin-git> bitcoin/master 555567a MarcoFalke: test: Extend wallet_dump test to cover comments
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c49971f3c9b1...4d26312c1725
< bitcoin-git> [bitcoin] promag closed pull request #18064: gui: Drop WalletModel dependency to RecentRequestsTableModel (master...2020-02-recentrequeststablemodel) https://github.com/bitcoin/bitcoin/pull/18064
< bitcoin-git> [bitcoin] promag opened pull request #18618: gui: Drop RecentRequestsTableModel dependency to WalletModel (master...2020-04-review-18608) https://github.com/bitcoin/bitcoin/pull/18618
< bitcoin-git> [bitcoin] brakmic opened pull request #18617: test: add factor option to adjust test timeouts (master...test-timeouts-with-factor) https://github.com/bitcoin/bitcoin/pull/18617
< bitcoin-git> [bitcoin] hebasto opened pull request #18616: refactor: Cleanup clientversion.cpp (master...20200413-version) https://github.com/bitcoin/bitcoin/pull/18616
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18615: test: Avoid accessing free'd memory in validation_chainstatemanager_tests (master...2004-testNoAccessFreeMem) https://github.com/bitcoin/bitcoin/pull/18615

2020-04-12

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18555: wallet: Abort when assumption fails in debug mode (master...2004-walletAssumeAbortDebug) https://github.com/bitcoin/bitcoin/pull/18555
< bitcoin-git> bitcoin/master c49971f MarcoFalke: Merge #18584: test: Check that the version message does not leak the local...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18584: test: Check that the version message does not leak the local address (master...2003-qaAddrRelay) https://github.com/bitcoin/bitcoin/pull/18584
< bitcoin-git> bitcoin/master fa404f1 MarcoFalke: test: Check that the version message does not leak the local address of th...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a2b282c9d058...c49971f3c9b1
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18609: test: Remove REJECT message code (master...20200412-test-reject) https://github.com/bitcoin/bitcoin/pull/18609
< bitcoin-git> bitcoin/master b1b0cfe Hennadii Stepanov: test: Remove REJECT message code
< bitcoin-git> bitcoin/master a2b282c MarcoFalke: Merge #18609: test: Remove REJECT message code
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/59d62492900f...a2b282c9d058
< bitcoin-git> bitcoin/master 59d6249 MarcoFalke: Merge #18593: test: complete impl. of msg_merkleblock and wait_for_merkleb...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18593: test: complete impl. of msg_merkleblock and wait_for_merkleblock (master...20200410-test-complete-merkleblock-message-and-wait-function) https://github.com/bitcoin/bitcoin/pull/18593
< bitcoin-git> bitcoin/master 8543828 Sebastian Falbesoner: refactor: test: improve wait_for{header,merkleblock} interface
< bitcoin-git> bitcoin/master 1356a45 Sebastian Falbesoner: test: complete impl. of msg_merkleblock and wait_for_merkleblock
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/76143bf714ab...59d62492900f
< bitcoin-git> [bitcoin] JeremyRubin opened pull request #18613: WIP: Make CScript addition concatenative (master...fix-testing-cscript) https://github.com/bitcoin/bitcoin/pull/18613
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18612: script: Remove undocumented and unused operator+ (master...2004-scriptNoAdd) https://github.com/bitcoin/bitcoin/pull/18612
< bitcoin-git> [bitcoin] brakmic opened pull request #18611: cli: show default values in config args log (master...compare-params) https://github.com/bitcoin/bitcoin/pull/18611
< bitcoin-git> [bitcoin] theStack opened pull request #18610: scripted-diff: test: replace command with msgtype (naming) (master...20200410-scripted-diff-test-rename-command-to-msgtype) https://github.com/bitcoin/bitcoin/pull/18610
< bitcoin-git> [bitcoin] hebasto opened pull request #18609: test: Remove REJECT message code (master...20200412-test-reject) https://github.com/bitcoin/bitcoin/pull/18609
< bitcoin-git> [bitcoin] ryanofsky opened pull request #18608: refactor: Remove CAddressBookData::destdata (master...pr/nodest) https://github.com/bitcoin/bitcoin/pull/18608
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18607: rpc: Fix named arguments in documentation (master...2004-rpcDoc) https://github.com/bitcoin/bitcoin/pull/18607
< bitcoin-git> [bitcoin] pierreN opened pull request #18606: test: check that bitcoin-cli autocomplete is in sync (master...feature-auto-cli) https://github.com/bitcoin/bitcoin/pull/18606
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18495: rpc: Remove deprecated migration code (master...remove_deprecated_migration_code) https://github.com/bitcoin/bitcoin/pull/18495
< bitcoin-git> bitcoin/master 76143bf MarcoFalke: Merge #18495: rpc: Remove deprecated migration code
< bitcoin-git> bitcoin/master 2599d13 Vasil Dimov: rpc: Remove deprecated migration code
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ed3b8eada803...76143bf714ab
< bitcoin-git> [bitcoin] fanquake opened pull request #18605: [WIP] build: Link time garbage collection (master...link_time_garbage_collection) https://github.com/bitcoin/bitcoin/pull/18605
< bitcoin-git> [bitcoin] rebroad opened pull request #18604: Display command line usage to console without requiring X Windows (master...UsageToConsoleIfNotWin32) https://github.com/bitcoin/bitcoin/pull/18604
< jonasschnelli> achow101: I passed a -upgrade to gbuild and even get a different shasum for bitcoin-0.20.0rc1-osx-unsigned.tar.gz
< bitcoin-git> [bitcoin] fanquake closed pull request #17272: [POLICY] Make multiple OP_RETURNS in a single TX standard (master...allow-multi-op_return) https://github.com/bitcoin/bitcoin/pull/17272
< bitcoin-git> [bitcoin] fanquake closed pull request #15268: doc: suggest using timeoutstopsec in systemd file during IBD (master...systemd-tweaks) https://github.com/bitcoin/bitcoin/pull/15268
< bitcoin-git> bitcoin/master df953a4 Carl Dong: guix: Appease shellcheck.
< bitcoin-git> [bitcoin] fanquake merged pull request #17595: guix: Enable building for `x86_64-w64-mingw32` target (master...2019-09-guix-staging-win-mingw-6.0.0) https://github.com/bitcoin/bitcoin/pull/17595