< bitcoin-git>
[bitcoin] dongcarl opened pull request #18072: Use `libc++` headers from macOS SDK instead of from clang (master...2020-01-macos-sdk-with-headers) https://github.com/bitcoin/bitcoin/pull/18072
< bitcoin-git>
[bitcoin] fanquake merged pull request #17336: scripts: search for first block file for linearize-data with some block files pruned (master...linearize) https://github.com/bitcoin/bitcoin/pull/17336
< bitcoin-git>
bitcoin/master 317fb96 Rjected: Add search for first blk file with pruned node
< bitcoin-git>
bitcoin/master 8625446 fanquake: Merge #17336: scripts: search for first block file for linearize-data with...
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #16681: Tests: Use self.chain instead of 'regtest' in all current tests (master...b19-testchains-tests) https://github.com/bitcoin/bitcoin/pull/16681
< bitcoin-git>
bitcoin/master f32564f MarcoFalke: Merge #16681: Tests: Use self.chain instead of 'regtest' in all current te...
< bitcoin-git>
bitcoin/master 1abcecc Jorge Timon: Tests: Use self.chain instead of 'regtest' in almost all current tests
< bitcoin-git>
[bitcoin] promag opened pull request #18064: gui: Drop WalletModel dependency to RecentRequestsTableModel (master...2020-02-recentrequeststablemodel) https://github.com/bitcoin/bitcoin/pull/18064
< bitcoin-git>
[bitcoin] JeremyRubin opened pull request #18063: Improve UpdateForDescendants by using Epochs and Removing CacheMap (master...epoch-mempool-clean-split-2) https://github.com/bitcoin/bitcoin/pull/18063
< bitcoin-git>
[bitcoin] elichai opened pull request #18061: util: Reimplement DecodeBase32/64 with std::string to remove `strlen` (master...2020-02-remove-strlen) https://github.com/bitcoin/bitcoin/pull/18061
< bitcoin-git>
[bitcoin] promag opened pull request #18060: gui: Drop PeerTableModel dependency to ClientModel (master...2020-02-peertablemodel) https://github.com/bitcoin/bitcoin/pull/18060
< bitcoin-git>
[bitcoin] laanwj merged pull request #16974: Walk pindexBestHeader back to ChainActive().Tip() if it is invalid (master...2019-09-better-header-knowledge) https://github.com/bitcoin/bitcoin/pull/16974
< bitcoin-git>
bitcoin/master 651e343 Wladimir J. van der Laan: Merge #16974: Walk pindexBestHeader back to ChainActive().Tip() if it is i...
< bitcoin-git>
bitcoin/master 0a50019 Matt Corallo: Walk pindexBestHeader back to ChainActive().Tip() if it is invalid
< bitcoin-git>
[bitcoin] jonatack opened pull request #18054: net: reference instead of copy in BlockConnected range loop (master...block-connected-ref-instead-of-copy) https://github.com/bitcoin/bitcoin/pull/18054
< bitcoin-git>
[bitcoin] hebasto closed pull request #18045: build: Do not use QtDBus for macOS builds (master...20200131-macos-qdbus) https://github.com/bitcoin/bitcoin/pull/18045
< bitcoin-git>
[bitcoin] hebasto opened pull request #18051: [WIP] build: Fix behavior when ALLOW_HOST_PACKAGES unset (master...20200201-fix-allowhostpackages) https://github.com/bitcoin/bitcoin/pull/18051
< bitcoin-git>
[bitcoin] practicalswift opened pull request #18047: tests: Add basic fuzzing harness for CNetAddr/CService/CSubNet related functions (netaddress.h) (master...fuzzers-netaddress) https://github.com/bitcoin/bitcoin/pull/18047
2020-01-31
< bitcoin-git>
[bitcoin] jonasschnelli closed pull request #18042: Don't check for DBUS notification on macOS (master...2020/01/mac_dbus) https://github.com/bitcoin/bitcoin/pull/18042
< bitcoin-git>
[bitcoin] hebasto opened pull request #18045: build: Do not use QtDBus for macOS builds (master...20200131-macos-qdbus) https://github.com/bitcoin/bitcoin/pull/18045
< bitcoin-git>
[bitcoin] achow101 opened pull request #18032: Output a descriptor in createmultisig and addmultisigaddress (master...createms-descriptor) https://github.com/bitcoin/bitcoin/pull/18032
< bitcoin-git>
[bitcoin] jonatack closed pull request #17535: test: add block height test to listsinceblock.py (master...rpc-wallet-blockheight-followups) https://github.com/bitcoin/bitcoin/pull/17535
< bitcoin-git>
[bitcoin] Sjors opened pull request #18030: doc: Coin::IsSpent() can also mean never existed (master...2020/01/doc_is_spent) https://github.com/bitcoin/bitcoin/pull/18030
< bitcoin-git>
[bitcoin] practicalswift opened pull request #18029: tests: Add fuzzing harness for AS-mapping (asmap) (master...fuzzers-asmap) https://github.com/bitcoin/bitcoin/pull/18029
< bitcoin-git>
[bitcoin] laanwj merged pull request #17984: test: Add p2p test for forcerelay permission (master...2001-qaTxForceRelay) https://github.com/bitcoin/bitcoin/pull/17984
< bitcoin-git>
bitcoin/master aaaae4d MarcoFalke: test: Add p2p test for forcerelay permission
< bitcoin-git>
bitcoin/master fa6b57b MarcoFalke: test: Fix whitespace in p2p_permissions.py
< bitcoin-git>
bitcoin/master faf4081 MarcoFalke: test: Make msg_tx a witness tx
< bitcoin-git>
[bitcoin] ajtowns opened pull request #18026: psbt_wallet_tests: use unique_ptr for GetSigningProvider (master...202001-getsigningprovider-fix) https://github.com/bitcoin/bitcoin/pull/18026
< bitcoin-git>
[bitcoin] meshcollider merged pull request #17261: Make ScriptPubKeyMan an actual interface and the wallet to have multiple (master...wallet-box-pr-2) https://github.com/bitcoin/bitcoin/pull/17261
< bitcoin-git>
bitcoin/master fadc08a Andrew Chow: Locking: Lock cs_KeyStore instead of cs_wallet in legacy keyman
< bitcoin-git>
bitcoin/master eb81fc3 Andrew Chow: Refactor: Allow LegacyScriptPubKeyMan to be null
< bitcoin-git>
[bitcoin] laanwj merged pull request #16702: p2p: supplying and using asmap to improve IP bucketing in addrman (master...asn_buckets) https://github.com/bitcoin/bitcoin/pull/16702
< bitcoin-git>
bitcoin/master ec45646 Gleb Naumenko: Integrate ASN bucketing in Addrman and add tests
< bitcoin-git>
bitcoin/master e4658aa Gleb Naumenko: Return mapped AS in RPC call getpeerinfo
< bitcoin-git>
bitcoin/master 8feb4e4 Gleb Naumenko: Add asmap utility which queries a mapping
< bitcoin-git>
[bitcoin] fanquake merged pull request #18008: test: only declare a main() when fuzzing with AFL (master...macos_libfuzzer_weak_main) https://github.com/bitcoin/bitcoin/pull/18008
< bitcoin-git>
bitcoin/master c434282 fanquake: Merge #18008: test: only declare a main() when fuzzing with AFL
< bitcoin-git>
bitcoin/master b35567f fanquake: test: only declare a main() when fuzzing with AFL
< bitcoin-git>
[bitcoin] fanquake merged pull request #17156: psbt: check that various indexes and amounts are within bounds (master...psbt-fuzz-fix) https://github.com/bitcoin/bitcoin/pull/17156
< bitcoin-git>
bitcoin/master 1326092 fanquake: Merge #17156: psbt: check that various indexes and amounts are within boun...
< bitcoin-git>
bitcoin/master deaa6dd Andrew Chow: psbt: check output index is within bounds before accessing
< bitcoin-git>
bitcoin/master f1ef7f0 Andrew Chow: Don't calculate tx fees for PSBTs with invalid money values
< bitcoin-git>
[bitcoin] Bushstar opened pull request #18012: GBT segwit rule in RPC error msg missing single quotes (master...patch-5) https://github.com/bitcoin/bitcoin/pull/18012
< bitcoin-git>
[bitcoin] fanquake merged pull request #18010: test: rename test suite name "tx_validationcache_tests" to match filename (master...20200127-test-adapt-test-suite-names-to-file-names) https://github.com/bitcoin/bitcoin/pull/18010
< bitcoin-git>
bitcoin/master 2755b2b fanquake: Merge #18010: test: rename test suite name "tx_validationcache_tests" to m...
< bitcoin-git>
bitcoin/master b3c4d9b Sebastian Falbesoner: test: rename test suite name "tx_validationcache_tests" to match filename
< bitcoin-git>
[bitcoin] martinus opened pull request #18011: Replace current benchmarking framework with nanobench (master...2019-10-nanobench) https://github.com/bitcoin/bitcoin/pull/18011
< bitcoin-git>
[bitcoin] theStack opened pull request #18010: test: rename test suite name "tx_validationcache_tests" to match filename (master...20200127-test-adapt-test-suite-names-to-file-names) https://github.com/bitcoin/bitcoin/pull/18010
< bitcoin-git>
[bitcoin] jonasschnelli merged pull request #17453: gui: Fix intro dialog labels when the prune button is toggled (master...20191112-fix-intro-prune) https://github.com/bitcoin/bitcoin/pull/17453
< bitcoin-git>
bitcoin/master e4caa82 Hennadii Stepanov: refactor: Replace static variable with data member
< bitcoin-git>
bitcoin/master 2bede28 Hennadii Stepanov: util: Add PruneGBtoMiB() function
< bitcoin-git>
bitcoin/master e35e4b2 Hennadii Stepanov: util: Add PruneMiBtoGB() function
< bitcoin-git>
[bitcoin] jonasschnelli merged pull request #18007: Bugfix: GUI: Hide the HD/encrypt icons earlier so they get re-shown if another wallet is open (master...bugfix_for_pr17935) https://github.com/bitcoin/bitcoin/pull/18007
< bitcoin-git>
bitcoin/master ef8e2ce Jonas Schnelli: Merge #18007: Bugfix: GUI: Hide the HD/encrypt icons earlier so they get r...
< bitcoin-git>
bitcoin/master 4c524f0 Luke Dashjr: Bugfix: GUI: Hide the HD/encrypt icons earlier so they get re-shown if ano...
< bitcoin-git>
[bitcoin] luke-jr opened pull request #18007: Bugfix: GUI: Hide the HD/encrypt icons earlier so they get re-shown if another wallet is open (master...bugfix_for_pr17935) https://github.com/bitcoin/bitcoin/pull/18007
< bitcoin-git>
[bitcoin] kallewoof closed pull request #17892: bug-fix: delay flushing undo files until after they are finalized (master...200108-reflush-undo) https://github.com/bitcoin/bitcoin/pull/17892
< bitcoin-git>
[bitcoin] Sjors closed pull request #16539: wallet: lower -txmaxfee default from 0.1 to 0.01 BTC (master...2019/08/lower_txmaxfee) https://github.com/bitcoin/bitcoin/pull/16539
< bitcoin-git>
[bitcoin] fanquake opened pull request #18004: build: don't embed a build-id when building libdmg-hfsplus (master...libdmg_no_build_id) https://github.com/bitcoin/bitcoin/pull/18004
< bitcoin-git>
[bitcoin] fanquake opened pull request #18003: build: remove --large-address-aware linker flag (master...configure_large_address_aware) https://github.com/bitcoin/bitcoin/pull/18003
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #18001: Updated appveyor job to checkout a specific vcpkg commit ID (master...vcpkg-specific-version) https://github.com/bitcoin/bitcoin/pull/18001
< bitcoin-git>
bitcoin/master b4f832e MarcoFalke: Merge #18001: Updated appveyor job to checkout a specific vcpkg commit ID
< bitcoin-git>
bitcoin/master 2bcc705 Aaron Clauson: Updated appveyor job to checkout a specific vcpkg commit ID.
< bitcoin-git>
[bitcoin] sipa opened pull request #18002: Abstract out script execution out of VerifyWitnessProgram() (master...202001_execute_witness) https://github.com/bitcoin/bitcoin/pull/18002
< bitcoin-git>
[bitcoin] sipsorcery closed pull request #17995: Load vcpkg port files from a separate repository. (master...vcpkg-ports-separate) https://github.com/bitcoin/bitcoin/pull/17995
< bitcoin-git>
[bitcoin] sipsorcery opened pull request #18001: Updated appveyor job to checkout a specific vcpkg commit ID (master...vcpkg-specific-version) https://github.com/bitcoin/bitcoin/pull/18001
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #17770: test: bump test timeouts so that functional tests run in valgrind (master...bump) https://github.com/bitcoin/bitcoin/pull/17770
< bitcoin-git>
bitcoin/master c26b05c MarcoFalke: Merge #17770: test: bump test timeouts so that functional tests run in val...
< bitcoin-git>
bitcoin/master 2d23082 Micky Yun Chan: bump test timeouts so that functional tests run in valgrind
< bitcoin-git>
[bitcoin] fanquake closed pull request #16696: validation: static_assert to ensure width in unit class (master...fix-uintbase) https://github.com/bitcoin/bitcoin/pull/16696
< bitcoin-git>
[bitcoin] emilengler opened pull request #17998: gui: Shortcut to close modaloverlay (master...2020-01-escape-modaloverlay) https://github.com/bitcoin/bitcoin/pull/17998
< bitcoin-git>
[bitcoin] practicalswift opened pull request #17996: tests: Add fuzzing harness for functions with floating-point parameters (master...fuzzers-float) https://github.com/bitcoin/bitcoin/pull/17996
< bitcoin-git>
[bitcoin] sipsorcery opened pull request #17995: Load vcpkg port files from a separate repository. (master...vcpkg-ports-separate) https://github.com/bitcoin/bitcoin/pull/17995