< bitcoin-git>
bitcoin/master d5dc66e Jon Atack: doc: fix/improve analyzepsbt in doc/psbt.md
< bitcoin-git>
bitcoin/master 411e5f1 Wladimir J. van der Laan: Merge #16047: doc: analyzepsbt description in doc/psbt.md
< bitcoin-git>
[bitcoin] jonasschnelli merged pull request #16113: gui: move coin control "OK" to the right hand side of the dialog (master...ok_right_have_side) https://github.com/bitcoin/bitcoin/pull/16113
< bitcoin-git>
[bitcoin] Empact closed pull request #13226: Optimize SelectCoinsBnB by tracking the selection by index rather than by position (master...select-bnb-by-index) https://github.com/bitcoin/bitcoin/pull/13226
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #16114: contrib: add curl as a required program in gitian-build.py (master...gitian-build-missing-curl) https://github.com/bitcoin/bitcoin/pull/16114
< bitcoin-git>
bitcoin/master 97dce72 fanquake: contrib: add curl as a required program in gitian-build.py
< bitcoin-git>
bitcoin/master e78c331 MarcoFalke: Merge #16114: contrib: add curl as a required program in gitian-build.py
< bitcoin-git>
[bitcoin] fanquake opened pull request #16114: contrib: add curl as a required program in gitian-build.py (master...gitian-build-missing-curl) https://github.com/bitcoin/bitcoin/pull/16114
< bitcoin-git>
[bitcoin] fanquake opened pull request #16113: gui: move coin control "OK" to the right hand side of the dialog (master...ok_right_have_side) https://github.com/bitcoin/bitcoin/pull/16113
< bitcoin-git>
[bitcoin] MarcoFalke reopened pull request #13157: test: Handle timestamps without microseconds in combine_logs (master...2018_05_logcombine_timestamps) https://github.com/bitcoin/bitcoin/pull/13157
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #13157: test: Handle timestamps without microseconds in combine_logs (master...2018_05_logcombine_timestamps) https://github.com/bitcoin/bitcoin/pull/13157
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #16084: scripted-diff: Complete the move from CCriticalSection to identical RecursiveMutex (both are AnnotatedMixin<std::recursive_mutex>) (master...recursive-mutex) https://github.com/bitcoin/bitcoin/pull/16084
< bitcoin-git>
[bitcoin] icota opened pull request #16110: Scripts and tools: Add Android NDK support to depends (master...add-android-to-depends) https://github.com/bitcoin/bitcoin/pull/16110
< bitcoin-git>
bitcoin/master ae7faf2 Kristaps Kaupe: Exceptions should be caught by reference, not by value.
< bitcoin-git>
bitcoin/master 76e2cde MarcoFalke: Merge #16095: Catch by reference not value in wallettool
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #16095: Catch by reference not value in wallettool (master...catch-by-ref-wallettool) https://github.com/bitcoin/bitcoin/pull/16095
2019-05-26
< bitcoin-git>
[bitcoin] hebasto opened pull request #16097: Prevent meaningless negating of arguments (master...20190526-fix-negated-args) https://github.com/bitcoin/bitcoin/pull/16097
< bitcoin-git>
[bitcoin] kristapsk opened pull request #16095: Catch by reference not value in wallettool (master...catch-by-ref-wallettool) https://github.com/bitcoin/bitcoin/pull/16095
< bitcoin-git>
[bitcoin] practicalswift opened pull request #16092: Don't use global (external) symbols for symbols that are used in only one translation unit (master...reduce-global-namespacing) https://github.com/bitcoin/bitcoin/pull/16092
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #15622: Remove global symbols: Avoid using the global namespace if possible (master...globals-1) https://github.com/bitcoin/bitcoin/pull/15622
< bitcoin-git>
[bitcoin] fanquake opened pull request #16086: contrib: use newer config.guess & config.sub in install_db4.sh (master...db4_install_new_config_guess_sub) https://github.com/bitcoin/bitcoin/pull/16086
< bitcoin-git>
[bitcoin] practicalswift opened pull request #16084: scripted-diff: Complete the move from CCriticalSection to identical RecursiveMutex (both are AnnotatedMixin<std::recursive_mutex>) (master...recursive-mutex) https://github.com/bitcoin/bitcoin/pull/16084
< bitcoin-git>
bitcoin/master d2dbc7d João Barbosa: bench: Add benchmark for CRollingBloomFilter::reset
< bitcoin-git>
bitcoin/master df9e15f João Barbosa: refactor: Improve CRollingBloomFilter::reset by using std::fill
< bitcoin-git>
bitcoin/master fdc951a Wladimir J. van der Laan: Merge #16073: refactor: Improve CRollingBloomFilter::reset by using std::f...
< bitcoin-git>
[bitcoin] laanwj merged pull request #16073: refactor: Improve CRollingBloomFilter::reset by using std::fill (master...2019-05-rollingbloomfilter-reset) https://github.com/bitcoin/bitcoin/pull/16073
< bitcoin-git>
[bitcoin] torkelrogstad opened pull request #16076: Docs: Add note on precedence of options in bitcoin.conf (master...patch-1) https://github.com/bitcoin/bitcoin/pull/16076
< bitcoin-git>
bitcoin/master d8bc47f Ulrich Kempken: depends: switch to secure download of all dependencies
< bitcoin-git>
bitcoin/master 953f757 MarcoFalke: Merge #16049: depends: switch to secure download of all dependencies
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #16071: RPC: Hint for importmulti in help output of importpubkey and importaddress (master...hint-importmulti) https://github.com/bitcoin/bitcoin/pull/16071
< bitcoin-git>
bitcoin/master df0e97c Kristaps Kaupe: RPC: Hint for importmulti in help output of importpubkey and importaddress
< bitcoin-git>
bitcoin/master ecbbb5c MarcoFalke: Merge #16071: RPC: Hint for importmulti in help output of importpubkey and...
2019-05-21
< bitcoin-git>
[bitcoin] promag opened pull request #16073: refactor: Improve CRollingBloomFilter::reset by using std::fill (master...2019-05-rollingbloomfilter-reset) https://github.com/bitcoin/bitcoin/pull/16073
< bitcoin-git>
[bitcoin] kristapsk opened pull request #16071: RPC: Hint for importmulti in help output of importpubkey and importaddress (master...hint-importmulti) https://github.com/bitcoin/bitcoin/pull/16071
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #16069: test: Split large tests into smaller compile units (master...1905-testCompFast) https://github.com/bitcoin/bitcoin/pull/16069
< bitcoin-git>
[bitcoin] promag opened pull request #16066: mempool: Update estimator if verification progress > 90% (master...2019-05-ibd-avoid-mempool-estimator) https://github.com/bitcoin/bitcoin/pull/16066
< bitcoin-git>
[bitcoin] promag opened pull request #16065: refactor: Reuse block hash in AddToBlockIndex (master...2019-05-reuse-block-hash) https://github.com/bitcoin/bitcoin/pull/16065
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #13555: Tests: parameterize adjustment period in versionbits_computeblockversion (master...parameterize_adj_period_in_versionbits_computeblockversion_unit_test) https://github.com/bitcoin/bitcoin/pull/13555
< bitcoin-git>
bitcoin/master 2c448d6 Jordan Baczuk: parameterize hard coded numbers referring to miner conf window
< bitcoin-git>
bitcoin/master 3001cc6 MarcoFalke: Merge #13555: Tests: parameterize adjustment period in versionbits_compute...
< bitcoin-git>
[bitcoin] promag opened pull request #16063: rpc: Mention getwalletinfo where a rescan is triggered (master...2019-05-rescan-info) https://github.com/bitcoin/bitcoin/pull/16063
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #15812: Do not generate coverage report on test failures (master...fix-issue-15648-test-coverage-report) https://github.com/bitcoin/bitcoin/pull/15812
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #16051: depends: add patch to common dependencies (master...depends-needs-patch) https://github.com/bitcoin/bitcoin/pull/16051
< bitcoin-git>
[bitcoin] fanquake opened pull request #16051: depends: add patch to common dependencies (master...depends-needs-patch) https://github.com/bitcoin/bitcoin/pull/16051
2019-05-19
< bitcoin-git>
[bitcoin] Kemu opened pull request #16049: depends:Enable SSL download of Berkeley DB source (master...Berkeley_DB_SSL_source) https://github.com/bitcoin/bitcoin/pull/16049
< bitcoin-git>
[bitcoin] promag opened pull request #16050: rpc: Control if rescan updates existing transactions on importmulti (master...2019-05-importmulti-update) https://github.com/bitcoin/bitcoin/pull/16050
< bitcoin-git>
bitcoin/master c3ef63a MeshCollider: Show loaded wallets as disabled in open menu instead of nothing
< bitcoin-git>
bitcoin/master 387eb5b Jonas Schnelli: Merge #15957: Show "No wallets available" in open menu instead of nothing
< bitcoin-git>
[bitcoin] jonasschnelli merged pull request #15957: Show "No wallets available" in open menu instead of nothing (master...201905_openwallet_empty) https://github.com/bitcoin/bitcoin/pull/15957
< bitcoin-git>
bitcoin/master faede74 MarcoFalke: doc: Explain how to pass in non-fundamental types into functions
< bitcoin-git>
bitcoin/master 277abed MarcoFalke: Merge #15922: doc: Explain how to pass in non-fundamental types into funct...
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #15922: doc: Explain how to pass in non-fundamental types into functions (master...1904-docPassFun) https://github.com/bitcoin/bitcoin/pull/15922
< bitcoin-git>
[bitcoin] dongcarl closed pull request #16029: netbase: Remove "tor" as a network specification (master...2019-05-remove-net-tor) https://github.com/bitcoin/bitcoin/pull/16029
< bitcoin-git>
[bitcoin] promag opened pull request #16037: rpc: Fail importwallet only if a required block is pruned (master...2019-05-importwallet-pruned) https://github.com/bitcoin/bitcoin/pull/16037
< bitcoin-git>
[bitcoin] laanwj merged pull request #15970: Utils and libraries: fix static_assert for macro HAVE_THREAD_LOCAL (master...master) https://github.com/bitcoin/bitcoin/pull/15970
< bitcoin-git>
bitcoin/master 662d117 Andrew Chow: Add option to create an encrypted wallet
< bitcoin-git>
bitcoin/master 1c719f7 Wladimir J. van der Laan: Merge #15006: Add option to create an encrypted wallet
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #15870: wallet: Only fail rescan when blocks have actually been pruned (master...1904-walletRescanPruned) https://github.com/bitcoin/bitcoin/pull/15870
< bitcoin-git>
[bitcoin] practicalswift opened pull request #16034: Add assertion to make sure the LockAnnotation guarantees we give are truthful (ifdef DEBUG_LOCKORDER) (master...make-sure-LockAnnotation-promises-are-truthful) https://github.com/bitcoin/bitcoin/pull/16034
< bitcoin-git>
bitcoin/master faf38bc MarcoFalke: build with -fstack-reuse=none
< bitcoin-git>
bitcoin/master 2b56c9a MarcoFalke: Merge #15983: build with -fstack-reuse=none
< bitcoin-git>
[bitcoin] practicalswift opened pull request #16033: Hold cs_main when reading chainActive via getTipLocator(). Remove assumeLocked(). (master...assumeLocked) https://github.com/bitcoin/bitcoin/pull/16033
< bitcoin-git>
bitcoin/master fad0ce5 MarcoFalke: tests: Fail if RPC has been added without tests
< bitcoin-git>
bitcoin/master 9d266db MarcoFalke: Merge #15943: tests: Fail if RPC has been added without tests
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #15943: tests: Fail if RPC has been added without tests (master...1905-testFailNoRpcCov) https://github.com/bitcoin/bitcoin/pull/15943
< bitcoin-git>
[bitcoin] dongcarl closed pull request #15586: chainparams: Explicitly use uint16 for nDefaultPort (master...2019-03-uint16-port) https://github.com/bitcoin/bitcoin/pull/15586
< bitcoin-git>
[bitcoin] dongcarl opened pull request #16029: netbase: Remove "tor" as a network specification (master...2019-05-remove-net-tor) https://github.com/bitcoin/bitcoin/pull/16029
< bitcoin-git>
[bitcoin] achow101 opened pull request #16026: Ensure that uncompressed public keys in a multisig always returns a legacy address (master...dont-sw-ms-uncomp) https://github.com/bitcoin/bitcoin/pull/16026
2019-05-14
< bitcoin-git>
[bitcoin] ccapo opened pull request #16024: [rpc] deriveaddresses: Correction of descriptor checksum in RPC example (master...2019-05-14-deriveaddresses-example-checksum) https://github.com/bitcoin/bitcoin/pull/16024