< bitcoin-git>
[bitcoin] laanwj merged pull request #18285: test: Check that wait_until returns if time point is in the past (master...2002-debugBoost) https://github.com/bitcoin/bitcoin/pull/18285
< bitcoin-git>
bitcoin/master d20d5dc Wladimir J. van der Laan: Merge #18285: test: Check that wait_until returns if time point is in the ...
< bitcoin-git>
bitcoin/master fab7d14 MarcoFalke: test: Check that wait_until returns if time point is in the past
< bitcoin-git>
[bitcoin] MarcoFalke reopened pull request #18300: fuzz: Add option to merge input dir to test runner (master...Mf1902-fuzzMerge) https://github.com/bitcoin/bitcoin/pull/18300
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #18300: fuzz: Add option to merge input dir to test runner (master...Mf1902-fuzzMerge) https://github.com/bitcoin/bitcoin/pull/18300
< bitcoin-git>
[bitcoin] promag closed pull request #15341: rpc: Support specifying change address in bumpfee (master...2019-01-bumpfee-changeaddress) https://github.com/bitcoin/bitcoin/pull/15341
< bitcoin-git>
[bitcoin] jonatack opened pull request #18312: wallet: remove deprecated totalFee argument from fee bumping (master...rpc-bumpfee-remove-deprecated-totalFee) https://github.com/bitcoin/bitcoin/pull/18312
< bitcoin-git>
[bitcoin] dannmat closed pull request #18291: Changed the date format on Block Syncing overlay (master...mar-20-date-format-string) https://github.com/bitcoin/bitcoin/pull/18291
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #18305: test: Explain why test logging should be used (master...2003-docWhyTestLog) https://github.com/bitcoin/bitcoin/pull/18305
< bitcoin-git>
bitcoin/master cf4cb28 MarcoFalke: Merge #18305: test: Explain why test logging should be used
< bitcoin-git>
bitcoin/master ffff9dc MarcoFalke: test: Explain why test logging should be used
< bitcoin-git>
[bitcoin] n-thumann opened pull request #18309: zmq: Add support to listen on multiple interfaces (master...zmq-listen-multiple-interfaces) https://github.com/bitcoin/bitcoin/pull/18309
< bitcoin-git>
[bitcoin] practicalswift opened pull request #18308: depends: Make it possible to build Boost dependency using a toolset other than gcc (./b2 toolset=gcc) (master...b2-toolset-clang) https://github.com/bitcoin/bitcoin/pull/18308
< bitcoin-git>
[bitcoin] fanquake closed pull request #13972: Remove 16 bits from versionbits signalling system (BIP320) (master...reservedbits2) https://github.com/bitcoin/bitcoin/pull/13972
< bitcoin-git>
[bitcoin] practicalswift closed pull request #17894: tests: Avoid accumulating allocated memory in a global state if LogPrintf is called when fuzzing (master...fuzzers-deserialize-enable-logging) https://github.com/bitcoin/bitcoin/pull/17894
< bitcoin-git>
[bitcoin] practicalswift closed pull request #17208: Make all tests pass UBSan without using any UBSan suppressions (master...ubsan-warnings) https://github.com/bitcoin/bitcoin/pull/17208
< bitcoin-git>
[bitcoin] practicalswift closed pull request #17639: tests: Add "make check-valgrind" to run the unit tests under Valgrind (master...make-check-valgrind) https://github.com/bitcoin/bitcoin/pull/17639
< bitcoin-git>
[bitcoin] practicalswift closed pull request #16136: Add an optional extra level of checking: ASSUME(...) - an opt-in side-effect safe assert(...) (master...check) https://github.com/bitcoin/bitcoin/pull/16136
< bitcoin-git>
[bitcoin] kallewoof closed pull request #12911: wallet: Show fee in results for signrawtransaction* for segwit inputs (master...sign-show-fees) https://github.com/bitcoin/bitcoin/pull/12911
2020-03-09
< bitcoin-git>
[bitcoin] DrahtBot reopened pull request #13608: WIP: bitcoin-tx: Require that input amount is provided for witness transactions (master...bitcoin-tx-sign-amount) https://github.com/bitcoin/bitcoin/pull/13608
< bitcoin-git>
[bitcoin] DrahtBot closed pull request #13608: WIP: bitcoin-tx: Require that input amount is provided for witness transactions (master...bitcoin-tx-sign-amount) https://github.com/bitcoin/bitcoin/pull/13608
< bitcoin-git>
[bitcoin] DrahtBot reopened pull request #13789: crypto/sha256: Use pragmas to enforce necessary intrinsics for GCC and Clang (master...bugfix_asm_pragmas) https://github.com/bitcoin/bitcoin/pull/13789
< bitcoin-git>
[bitcoin] DrahtBot closed pull request #13789: crypto/sha256: Use pragmas to enforce necessary intrinsics for GCC and Clang (master...bugfix_asm_pragmas) https://github.com/bitcoin/bitcoin/pull/13789
< bitcoin-git>
[bitcoin] DrahtBot reopened pull request #13818: More intuitive GUI settings behavior when -proxy is set (master...2018/07/gui-proxy) https://github.com/bitcoin/bitcoin/pull/13818
< bitcoin-git>
[bitcoin] DrahtBot closed pull request #13818: More intuitive GUI settings behavior when -proxy is set (master...2018/07/gui-proxy) https://github.com/bitcoin/bitcoin/pull/13818
< bitcoin-git>
[bitcoin] DrahtBot reopened pull request #13972: Remove 16 bits from versionbits signalling system (BIP320) (master...reservedbits2) https://github.com/bitcoin/bitcoin/pull/13972
< bitcoin-git>
[bitcoin] DrahtBot closed pull request #13972: Remove 16 bits from versionbits signalling system (BIP320) (master...reservedbits2) https://github.com/bitcoin/bitcoin/pull/13972
< bitcoin-git>
[bitcoin] DrahtBot reopened pull request #13990: Allow fee estimation to work with lower fees (master...201808-fee-buckets) https://github.com/bitcoin/bitcoin/pull/13990
< bitcoin-git>
[bitcoin] DrahtBot closed pull request #13990: Allow fee estimation to work with lower fees (master...201808-fee-buckets) https://github.com/bitcoin/bitcoin/pull/13990
< bitcoin-git>
[bitcoin] DrahtBot reopened pull request #14425: Net: Do not re-enable Onion network when it was disabled via onlynet (master...do-not-reenable-Tor-when-disabled-via-onlynet) https://github.com/bitcoin/bitcoin/pull/14425
< bitcoin-git>
[bitcoin] DrahtBot closed pull request #14425: Net: Do not re-enable Onion network when it was disabled via onlynet (master...do-not-reenable-Tor-when-disabled-via-onlynet) https://github.com/bitcoin/bitcoin/pull/14425
< bitcoin-git>
[bitcoin] DrahtBot reopened pull request #14604: tests: Add test and refactor feature_block.py (master...feature-block-test) https://github.com/bitcoin/bitcoin/pull/14604
< bitcoin-git>
[bitcoin] DrahtBot closed pull request #14604: tests: Add test and refactor feature_block.py (master...feature-block-test) https://github.com/bitcoin/bitcoin/pull/14604
< bitcoin-git>
[bitcoin] DrahtBot reopened pull request #15341: rpc: Support specifying change address in bumpfee (master...2019-01-bumpfee-changeaddress) https://github.com/bitcoin/bitcoin/pull/15341
< bitcoin-git>
[bitcoin] DrahtBot closed pull request #15341: rpc: Support specifying change address in bumpfee (master...2019-01-bumpfee-changeaddress) https://github.com/bitcoin/bitcoin/pull/15341
< bitcoin-git>
[bitcoin] DrahtBot reopened pull request #15423: torcontrol: Query Tor for correct -onion configuration (master...tor_socks_port) https://github.com/bitcoin/bitcoin/pull/15423
< bitcoin-git>
[bitcoin] DrahtBot closed pull request #15423: torcontrol: Query Tor for correct -onion configuration (master...tor_socks_port) https://github.com/bitcoin/bitcoin/pull/15423
< bitcoin-git>
[bitcoin] hebasto opened pull request #18307: build: Require pkg-config for all of the hosts (master...20200309-pkgconfig) https://github.com/bitcoin/bitcoin/pull/18307
< bitcoin-git>
[bitcoin] meshcollider merged pull request #18115: wallet: Pass in transactions and messages for signing instead of exporting the private keys (master...sign-in-spkman) https://github.com/bitcoin/bitcoin/pull/18115
< bitcoin-git>
bitcoin/master f37de92 Andrew Chow: Implement CWallet::SignTransaction using ScriptPubKeyMan::SignTransaction
< bitcoin-git>
bitcoin/master d999dd5 Andrew Chow: Add SignTransaction function to ScriptPubKeyMan and LegacyScriptPubKeyMan
< bitcoin-git>
bitcoin/master 2c52b59 Andrew Chow: Refactor rawtransaction's SignTransaction into generic SignTransaction fun...
< bitcoin-git>
[bitcoin] jonatack opened pull request #18306: test: add logging to wallet_listsinceblock.py (master...listsinceblock-logging) https://github.com/bitcoin/bitcoin/pull/18306
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #18305: test: Explain why test logging should be used (master...2003-docWhyTestLog) https://github.com/bitcoin/bitcoin/pull/18305
< bitcoin-git>
[bitcoin] MarcoFalke reopened pull request #18300: fuzz: Add option to merge input dir to test runner (master...Mf1902-fuzzMerge) https://github.com/bitcoin/bitcoin/pull/18300
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #18300: fuzz: Add option to merge input dir to test runner (master...Mf1902-fuzzMerge) https://github.com/bitcoin/bitcoin/pull/18300
< bitcoin-git>
[bitcoin] laanwj opened pull request #18303: doc: Add historical release notes for 0.19.1 (master...2020_03_relnot_0.19.1) https://github.com/bitcoin/bitcoin/pull/18303
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #18300: fuzz: Add option to merge input dir to test runner (master...Mf1902-fuzzMerge) https://github.com/bitcoin/bitcoin/pull/18300
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #18299: tests: Update FUZZERS_MISSING_CORPORA to enable regression fuzzing for all harnesses in master (master...FUZZERS_MISSING_CORPORA) https://github.com/bitcoin/bitcoin/pull/18299
< bitcoin-git>
[bitcoin] practicalswift opened pull request #18299: tests: Update FUZZERS_MISSING_CORPORA to enable regression fuzzing for all harnesses in master (master...FUZZERS_MISSING_CORPORA) https://github.com/bitcoin/bitcoin/pull/18299
< bitcoin-git>
[bitcoin] hebasto closed pull request #18117: build: Fix Qt link issue for macOS target with DEBUG=1 (master...20200211-macos-debug) https://github.com/bitcoin/bitcoin/pull/18117
< bitcoin-git>
[bitcoin] hebasto opened pull request #18298: build: Fix Qt processing of configure script for depends with DEBUG=1 (master...20200309-depends-debug) https://github.com/bitcoin/bitcoin/pull/18298
< bitcoin-git>
[bitcoin] fanquake merged pull request #18274: rpc/wallet: initialize nFeeRequired to avoid using garbage value on failure (master...2003-reset-nfeeret) https://github.com/bitcoin/bitcoin/pull/18274
< bitcoin-git>
bitcoin/master 6ddf435 fanquake: Merge #18274: rpc/wallet: initialize nFeeRequired to avoid using garbage v...
< bitcoin-git>
bitcoin/master a652ba6 Karl-Johan Alm: rpc/wallet: initialize nFeeRequired to avoid using garbage value on failure
< bitcoin-git>
[bitcoin] hebasto opened pull request #18297: build: Use pkg-config in BITCOIN_QT_CONFIGURE for all hosts including Windows (master...20200308-pkgconfig-mingw) https://github.com/bitcoin/bitcoin/pull/18297
2020-03-08
< bitcoin-git>
[bitcoin] practicalswift closed pull request #18293: tests: Remove exclusion of the feature_block test in the Travis ThreadSanitizer (TSan) job (master...tsan-fix) https://github.com/bitcoin/bitcoin/pull/18293
< bitcoin-git>
[bitcoin] fanquake opened pull request #18295: build: teach ld64 to actually insert MH_BINDATLOAD (master...does_noone_care_about_MH_BINDATLOAD_anymore) https://github.com/bitcoin/bitcoin/pull/18295
< bitcoin-git>
[bitcoin] fanquake closed pull request #16381: Set minimum required Boost to 1.53.0 (master...20190713-bump-minimum-boost) https://github.com/bitcoin/bitcoin/pull/16381
< bitcoin-git>
[bitcoin] practicalswift opened pull request #18293: tests: Remove exclusion of the feature_block test in the Travis ThreadSanitizer (TSan) job (master...tsan-fix) https://github.com/bitcoin/bitcoin/pull/18293
< bitcoin-git>
[bitcoin] dannmat opened pull request #18291: Changed the date format on Block Syncing overlay (master...mar-20-date-format-string) https://github.com/bitcoin/bitcoin/pull/18291
< bitcoin-git>
[bitcoin] hebasto opened pull request #18290: build: Set minimum Automake version to 1.13 (master...20200307-automake-version) https://github.com/bitcoin/bitcoin/pull/18290
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #18289: refactor: Make scheduler methods type safe (master...2003-schedTypeChrono) https://github.com/bitcoin/bitcoin/pull/18289
< bitcoin-git>
[bitcoin] practicalswift opened pull request #18288: build: Add MemorySanitizer (MSan) in Travis to detect use of uninitialized memory (master...msan-in-travis) https://github.com/bitcoin/bitcoin/pull/18288
< bitcoin-git>
[bitcoin] luke-jr opened pull request #18287: depends: Patch libevent build to fix IPv6 -rpcbind on Windows (master...fix_libevent_win_ipv6) https://github.com/bitcoin/bitcoin/pull/18287
< bitcoin-git>
[bitcoin] practicalswift closed pull request #17828: net: Use log categories when logging events that P2P peers can trigger arbitrarily (master...log-categories) https://github.com/bitcoin/bitcoin/pull/17828
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #18285: test: Check that wait_until returns if time point is in the past (master...2002-debugBoost) https://github.com/bitcoin/bitcoin/pull/18285
< bitcoin-git>
[bitcoin] luke-jr opened pull request #18284: [0.19] scheduler: Workaround negative nsecs bug in boost's wait_until (0.19...wrkarnd_boost_wait_until) https://github.com/bitcoin/bitcoin/pull/18284
< bitcoin-git>
[bitcoin] fanquake closed pull request #18276: doc: rpcdoc remove redundant type from description#18258 (master...issue#18258) https://github.com/bitcoin/bitcoin/pull/18276
< bitcoin-git>
[bitcoin] yashpatel20 opened pull request #18276: doc: rpcdoc remove redundant type from description#18258 (master...issue#18258) https://github.com/bitcoin/bitcoin/pull/18276
< bitcoin-git>
[bitcoin] kallewoof opened pull request #18275: wallet: error if an explicit fee rate was given but the needed fee rate differed (master...2003-wallet-error-on-feechange) https://github.com/bitcoin/bitcoin/pull/18275
< bitcoin-git>
[bitcoin] kallewoof opened pull request #18274: wallet: set nFeeRet to 0 to avoid garbage value upon error (master...2003-reset-nfeeret) https://github.com/bitcoin/bitcoin/pull/18274
< bitcoin-git>
[bitcoin] practicalswift opened pull request #18270: util: Fail to parse space-only strings in ParseMoney(...) (instead of parsing as zero) (master...parsemoney-followup) https://github.com/bitcoin/bitcoin/pull/18270
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #17996: tests: Add fuzzing harness for serialization/deserialization of floating-points and integrals (master...fuzzers-float) https://github.com/bitcoin/bitcoin/pull/17996
< bitcoin-git>
bitcoin/master 8f6fb0a practicalswift: tests: Add serialization/deserialization fuzzing for integral types
< bitcoin-git>
bitcoin/master 3c82b92 practicalswift: tests: Add fuzzing harness for functions taking floating-point types as in...
< bitcoin-git>
bitcoin/master c2bd588 practicalswift: Add missing includes