2020-03-10

< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5d92ac26ed89...cf4cb28efcf8
< bitcoin-git> [bitcoin] jonatack opened pull request #18310: doc: asmap release note (master...asmap-release-note) https://github.com/bitcoin/bitcoin/pull/18310
< 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 merged pull request #18264: build: Remove Boost Chrono (master...dump_boost_chrono) https://github.com/bitcoin/bitcoin/pull/18264
< bitcoin-git> bitcoin/master e21fa54 fanquake: test: remove Boost Chrono installation from CI
< bitcoin-git> bitcoin/master bd37f2b fanquake: build: remove Boost Chrono detection from build system
< bitcoin-git> bitcoin/master 1d0a87e fanquake: build: remove chrono package from depends Boost
< bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/1a97c9a483e5...5d92ac26ed89
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15443: qa: Add getdescriptorinfo functional test (master...2019-02-qa-feature-descriptor) https://github.com/bitcoin/bitcoin/pull/15443
< bitcoin-git> bitcoin/master 1a97c9a MarcoFalke: Merge #15443: qa: Add getdescriptorinfo functional test
< bitcoin-git> bitcoin/master cbf2d75 João Barbosa: qa: Add getdescriptorinfo functional test
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6fb4bbfb0e5f...1a97c9a483e5
< 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
< vasild> We use std::rename() (https://github.com/bitcoin/bitcoin/blob/master/src/util/system.cpp#L897) assuming that the destination will be overwritten if it exists. However, according to https://en.cppreference.com/w/cpp/io/c/rename "If new_filename exists, the behavior is implementation-defined."
< 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/master e7ddbd9 practicalswift: tests: Add fuzzing harness for CScriptNum operations
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18176: tests: Add fuzzing harness for CScript and CScriptNum operations (master...fuzzers-script_ops) https://github.com/bitcoin/bitcoin/pull/18176
< bitcoin-git> bitcoin/master 65a52a0 practicalswift: tests: Add fuzzing harness for CScript operations
< bitcoin-git> bitcoin/master eb7c50c practicalswift: tests: Add common Consume* fuzzing functions
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/ccb2c9e7891a...6fb4bbfb0e5f
< 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] DrahtBot reopened pull request #15443: qa: Add getdescriptorinfo functional test (master...2019-02-qa-feature-descriptor) https://github.com/bitcoin/bitcoin/pull/15443
< bitcoin-git> [bitcoin] DrahtBot closed pull request #15443: qa: Add getdescriptorinfo functional test (master...2019-02-qa-feature-descriptor) https://github.com/bitcoin/bitcoin/pull/15443
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #15448: bitcoin-cli: Eliminate "Error parsing JSON" errors (master...pr/unistr) https://github.com/bitcoin/bitcoin/pull/15448
< bitcoin-git> [bitcoin] DrahtBot closed pull request #15448: bitcoin-cli: Eliminate "Error parsing JSON" errors (master...pr/unistr) https://github.com/bitcoin/bitcoin/pull/15448
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #15451: [doc] clarify getdata limit after #14897 (master...patch-2) https://github.com/bitcoin/bitcoin/pull/15451
< bitcoin-git> [bitcoin] DrahtBot closed pull request #15451: [doc] clarify getdata limit after #14897 (master...patch-2) https://github.com/bitcoin/bitcoin/pull/15451
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #15494: rpc: Return whether the block was invalidated on invalidateblock (master...2019-02-invalidateblock) https://github.com/bitcoin/bitcoin/pull/15494
< bitcoin-git> [bitcoin] DrahtBot closed pull request #15494: rpc: Return whether the block was invalidated on invalidateblock (master...2019-02-invalidateblock) https://github.com/bitcoin/bitcoin/pull/15494
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #15545: [doc] explain why CheckBlock() is called before AcceptBlock (master...2019/03/clarify-checkblock) https://github.com/bitcoin/bitcoin/pull/15545
< bitcoin-git> [bitcoin] DrahtBot closed pull request #15545: [doc] explain why CheckBlock() is called before AcceptBlock (master...2019/03/clarify-checkblock) https://github.com/bitcoin/bitcoin/pull/15545
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #15710: wallet: Catch ios_base::failure specifically (master...walletdb-readthrow) https://github.com/bitcoin/bitcoin/pull/15710
< bitcoin-git> [bitcoin] DrahtBot closed pull request #15710: wallet: Catch ios_base::failure specifically (master...walletdb-readthrow) https://github.com/bitcoin/bitcoin/pull/15710
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18306: test: add logging to wallet_listsinceblock.py (master...listsinceblock-logging) https://github.com/bitcoin/bitcoin/pull/18306
< bitcoin-git> bitcoin/master ccb2c9e MarcoFalke: Merge #18306: test: add logging to wallet_listsinceblock.py
< bitcoin-git> bitcoin/master d484279 Jon Atack: test: add logging to wallet_listsinceblock.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dcf2ccbfde1f...ccb2c9e7891a
< 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] meshcollider pushed 10 commits to master: https://github.com/bitcoin/bitcoin/compare/ffdde475b068...dcf2ccbfde1f
< bitcoin-git> [bitcoin] laanwj merged 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/master ffdde47 Wladimir J. van der Laan: Merge #18303: doc: Add historical release notes for 0.19.1
< bitcoin-git> bitcoin/master 46a1ee7 Wladimir J. van der Laan: doc: Add historical release notes for 0.19.1
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5518eeec2727...ffdde475b068
< 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 opened pull request #18304: ci: Enable all functional tests in valgrind (master...2003-ciAllVal) https://github.com/bitcoin/bitcoin/pull/18304
< bitcoin-git> [bitcoin] MarcoFalke merged 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
< bitcoin-git> bitcoin/master 5518eee MarcoFalke: Merge #18047: tests: Add basic fuzzing harness for CNetAddr/CService/CSubN...
< bitcoin-git> bitcoin/master 6590395 practicalswift: tests: Remove FUZZERS_MISSING_CORPORA
< bitcoin-git> bitcoin/master 815c7a6 practicalswift: tests: Add basic fuzzing harness for CNetAddr/CService/CSubNet related fun...
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/be00ef2aca0e...5518eeec2727
< 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 merged pull request #18292: fuzz: Add assert(script == decompressed_script) (master...2003-fuzzScriptAssertEqual) https://github.com/bitcoin/bitcoin/pull/18292
< bitcoin-git> bitcoin/master be00ef2 MarcoFalke: Merge #18292: fuzz: Add assert(script == decompressed_script)
< bitcoin-git> bitcoin/master fab0e5b MarcoFalke: fuzz: Add assert(script == decompressed_script)
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/31b2ce70fb27...be00ef2aca0e
< 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/master 31b2ce7 MarcoFalke: Merge #18299: tests: Update FUZZERS_MISSING_CORPORA to enable regression f...
< bitcoin-git> bitcoin/master bf06641 practicalswift: tests: Reset FUZZERS_MISSING_CORPORA to enable regression fuzzing for more...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6ddf435493cb...31b2ce70fb27
< 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 #17820: build: bitcoin_qt.m4 fixes and improvements (master...20191228-remove-duplicated-qtstaticplugin) https://github.com/bitcoin/bitcoin/pull/17820
< 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] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5e12a61044b1...6ddf435493cb
< 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

< MrSquanchee> As i can see on the issues page that there aren't much good first issues available. I want to ask whether there is any mechanism in bitcoin dev community to assign specific issues to someone or it's chaos !!!
< 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] charlesrocket closed pull request #18294: Trivial fixes for osx/macos docs (master...osx-macos-changes) https://github.com/bitcoin/bitcoin/pull/18294
< bitcoin-git> [bitcoin] charlesrocket opened pull request #18294: Trivial fixes for osx/macos docs (master...osx-macos-changes) https://github.com/bitcoin/bitcoin/pull/18294
< 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

2020-03-07

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18292: fuzz: Add assert(script == decompressed_script) (master...2003-fuzzScriptAssertEqual) https://github.com/bitcoin/bitcoin/pull/18292
< 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] MarcoFalke merged pull request #17926: tests: Add key_io fuzzing harness. Fuzz additional functions in existing fuzzing harnesses. (master...fuzzers-key_io-etc) https://github.com/bitcoin/bitcoin/pull/17926
< bitcoin-git> bitcoin/master 1d324ce practicalswift: tests: Fuzz additional functions in the integer fuzzing harness
< bitcoin-git> bitcoin/master c7ea12d practicalswift: tests: Add key_io fuzzing harness
< bitcoin-git> bitcoin/master 4fe4de6 practicalswift: tests: Fuzz additional functions in the hex fuzzing harness
< bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/3d28c886f077...5e12a61044b1
< 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
< kallewoof> fanquake: regarding your SCHED_BATCH question, I did some benchmarks: https://github.com/bitcoin/bitcoin/pull/16981#issuecomment-596034040
< 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] fanquake merged pull request #18286: test: Add locale fuzzer to FUZZERS_MISSING_CORPORA (master...unbreak-travis-sorry) https://github.com/bitcoin/bitcoin/pull/18286
< bitcoin-git> bitcoin/master 3d28c88 fanquake: Merge #18286: build: Add locale fuzzer to FUZZERS_MISSING_CORPORA (and unb...
< bitcoin-git> bitcoin/master 0d0bc3b practicalswift: build: Add locale fuzzer to FUZZERS_MISSING_CORPORA
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4d80274b9963...3d28c886f077

2020-03-06

< bitcoin-git> [bitcoin] practicalswift opened pull request #18286: build: Add locale fuzzer to FUZZERS_MISSING_CORPORA (and unbreak Travis! :)) (master...unbreak-travis-sorry) https://github.com/bitcoin/bitcoin/pull/18286
< bitcoin-git> bitcoin/master 037fa77 Karl-Johan Alm: wallet: make KeypoolCountExternalKeys() const
< bitcoin-git> [bitcoin] fanquake merged pull request #18241: wallet/refactor: refer to CWallet immutably when possible (master...2002-const-fixes) https://github.com/bitcoin/bitcoin/pull/18241
< bitcoin-git> bitcoin/master ddc9355 Karl-Johan Alm: wallet: make CanGenerateKeys() const
< bitcoin-git> bitcoin/master dc2d065 Karl-Johan Alm: make BlockUntilSyncedToCurrentChain() const
< bitcoin-git> [bitcoin] fanquake pushed 13 commits to master: https://github.com/bitcoin/bitcoin/compare/3516a31eaa77...4d80274b9963
< gribble> https://github.com/bitcoin/bitcoin/issues/18126 | tests: Add fuzzing harness testing the locale independence of the strencodings.h functions by practicalswift · Pull Request #18126 · bitcoin/bitcoin · GitHub
< fanquake> So looks like a couple of travis jobs (fuzzing) are going to continually fail until someone adds "locale" seeds to https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus ?
< 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] luke-jr closed pull request #18271: scheduler: Workaround negative nsecs bug in boost's wait_until (master...wrkarnd_boost_wait_until) https://github.com/bitcoin/bitcoin/pull/18271
< jeremyrubin> bitcoin 2020 is postponed to Q3
< bitcoin-git> bitcoin/master d0ebd93 Anthony Towns: scheduler: switch from boost to std
< bitcoin-git> [bitcoin] laanwj merged pull request #18234: refactor: Replace boost::mutex,condition_var,chrono with std equivalents in scheduler (master...202002-scheduler-deboost) https://github.com/bitcoin/bitcoin/pull/18234
< bitcoin-git> bitcoin/master b9c4260 Anthony Towns: sync.h: add REVERSE_LOCK
< bitcoin-git> bitcoin/master 306f71b Anthony Towns: scheduler: don't rely on boost interrupt on shutdown
< bitcoin-git> [bitcoin] laanwj pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/45cdcd47d99e...3516a31eaa77
< bitcoin-git> [bitcoin] JeremyRubin closed 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] JeremyRubin closed pull request #18120: Change UpdateForDescendants to use Epochs (master...epoch-mempool-clean-split-updatefordescendants-pt1) https://github.com/bitcoin/bitcoin/pull/18120
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18126: tests: Add fuzzing harness testing the locale independence of the strencodings.h functions (master...fuzzers-locale) https://github.com/bitcoin/bitcoin/pull/18126
< bitcoin-git> bitcoin/master 45cdcd4 MarcoFalke: Merge #18126: tests: Add fuzzing harness testing the locale independence o...
< bitcoin-git> bitcoin/master 259e290 practicalswift: tests: Add fuzzing harness for locale independence testing
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/97aadf98d0b8...45cdcd47d99e
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18283: doc: Explain rebase policy in CONTRIBUTING.md (master...2003-docRebase) https://github.com/bitcoin/bitcoin/pull/18283
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18282: util: Use std::chrono for time getters (master...2003-timeChrono) https://github.com/bitcoin/bitcoin/pull/18282
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18282: util: Use std::chrono for time getters (master...2003-timeChrono) https://github.com/bitcoin/bitcoin/pull/18282
< bitcoin-git> [bitcoin] promag opened pull request #18280: fix: Disconnect validation interface on the queue dispacher (master...2020-03-sync-unregistervalidationinterface) https://github.com/bitcoin/bitcoin/pull/18280
< bitcoin-git> [bitcoin] bvbfan opened pull request #18279: Ensure wallet and chain tip are in sync (master...master) https://github.com/bitcoin/bitcoin/pull/18279
< bitcoin-git> [bitcoin] ryanofsky opened pull request #18278: interfaces: Describe and follow some code conventions (master...pr/ipc-conv) https://github.com/bitcoin/bitcoin/pull/18278
< 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/7518 | Add multiple options to fundrawtransaction by promag · Pull Request #7518 · bitcoin/bitcoin · GitHub
< provoostenator> Ah well, looks like you wrote the original behavior :-) https://github.com/bitcoin/bitcoin/commit/f2d0944eb372838e05c666ce9b3df119d7da5594
< bitcoin-git> [bitcoin] konez2k closed pull request #18277: Ban spamnode (master...ban-spamnode) https://github.com/bitcoin/bitcoin/pull/18277
< bitcoin-git> [bitcoin] konez2k opened pull request #18277: Ban spamnode (master...ban-spamnode) https://github.com/bitcoin/bitcoin/pull/18277
< gribble> https://github.com/bitcoin/bitcoin/issues/18244 | rpc: have lockUnspents also lock manually selected coins by Sjors · Pull Request #18244 · bitcoin/bitcoin · GitHub
< aqua42> you should head over to #bitcoin though (unless you want to improve the rpc :P), this is for bitcoin-core development
< Stealthy> does bitcoin-qt?
< kallewoof> Stealthy: zmq works reasonably well, but i hear you. I wouldn't be surprised if there was a nodejs lib out there that does what you want, but most of us here are focused on bitcoin core, as the name of the channel implies.
< bitcoin-git> [bitcoin] kallewoof reopened pull request #16411: BIP-325: Signet support (master...signet) https://github.com/bitcoin/bitcoin/pull/16411
< bitcoin-git> [bitcoin] kallewoof closed pull request #16411: BIP-325: Signet support (master...signet) https://github.com/bitcoin/bitcoin/pull/16411
< provoostenator> kallewoof: open Travis on a different pull request and check for a notification that your account was flagged for "mining bitcoin"
< bitcoin-git> [bitcoin] fanquake merged pull request #16117: util: Replace boost sleep with std sleep (master...1905-noBoostUtilTime) https://github.com/bitcoin/bitcoin/pull/16117
< bitcoin-git> bitcoin/master fae86c3 MarcoFalke: util: Remove unused MilliSleep
< bitcoin-git> bitcoin/master fa9af06 MarcoFalke: scripted-diff: Replace MilliSleep with UninterruptibleSleep
< bitcoin-git> bitcoin/master fa4620b MarcoFalke: util: Add UnintrruptibleSleep
< bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/3f826598a42d...97aadf98d0b8
< 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
< gribble> https://github.com/bitcoin/bitcoin/issues/17809 | rpc: Auto-format RPCResult by MarcoFalke · Pull Request #17809 · bitcoin/bitcoin · GitHub
< luke-jr> bitcoin-cli -getinfo
< gribble> https://github.com/bitcoin/bitcoin/issues/16411 | BIP-325: Signet support by kallewoof · Pull Request #16411 · bitcoin/bitcoin · GitHub
< kallewoof> Anyone got any hints or ideas on why appveyor is complaining here? https://ci.appveyor.com/project/DrahtBot/bitcoin/builds/31265297 (it's from #16411)

2020-03-05

< bitcoin-git> [bitcoin] fanquake closed pull request #18273: Create Shmugi (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18273
< bitcoin-git> [bitcoin] Shmug5525 opened pull request #18273: Create Shmugi (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18273
< bitcoin-git> [bitcoin] fanquake closed pull request #18272: Create Shmugi (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18272
< bitcoin-git> [bitcoin] Shmug5525 opened pull request #18272: Create Shmugi (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18272
< bitcoin-git> [bitcoin] luke-jr opened pull request #18271: scheduler: Workaround negative nsecs bug in boost's wait_until (master...wrkarnd_boost_wait_until) https://github.com/bitcoin/bitcoin/pull/18271
< gribble> https://github.com/bitcoin/bitcoin/issues/18264 | [WIP] build: Remove Boost Chrono by fanquake · Pull Request #18264 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16117 | util: Replace boost sleep with std sleep by MarcoFalke · Pull Request #16117 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake reopened pull request #16381: Set minimum required Boost to 1.53.0 (master...20190713-bump-minimum-boost) https://github.com/bitcoin/bitcoin/pull/16381
< gribble> https://github.com/bitcoin/bitcoin/issues/16381 | Set minimum required Boost to 1.53.0 by hebasto · Pull Request #16381 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17972: tests: Add fuzzing harness for CKey and key related functions (master...fuzzers-key) https://github.com/bitcoin/bitcoin/pull/17972
< bitcoin-git> bitcoin/master 3f82659 MarcoFalke: Merge #17972: tests: Add fuzzing harness for CKey and key related function...
< bitcoin-git> bitcoin/master f4691b6 practicalswift: tests: Add fuzzing harness for CKey related functions
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a2b5aae9f347...3f826598a42d
< MarcoFalke> How far should this be backported? All currently supported versions of Bitcoin Core are affected.
< gribble> https://github.com/bitcoin/bitcoin/issues/18234 | refactor: Replace boost::mutex,condition_var,chrono with std equivalents in scheduler by ajtowns · Pull Request #18234 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16027 | client 0.18.0 crashes when computer wakes up from hibernation · Issue #16027 · bitcoin/bitcoin · GitHub
< 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
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/d7134b306a17...a2b5aae9f347
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17917: tests: Add amount compression/decompression fuzzing to existing fuzzing harness (master...amount-compression-roundtrip) https://github.com/bitcoin/bitcoin/pull/17917
< bitcoin-git> bitcoin/master d7134b3 MarcoFalke: Merge #17917: tests: Add amount compression/decompression fuzzing to exist...
< bitcoin-git> bitcoin/master 7e9c711 practicalswift: compressor: Make the domain of CompressAmount(...) explicit
< bitcoin-git> bitcoin/master 4a7fd7a practicalswift: tests: Add amount compression/decompression fuzzing to existing fuzzing ha...
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/891464950b07...d7134b306a17
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18109: tests: Avoid hitting some known minor tinyformat issues when fuzzing strprintf(...) (master...fuzzers-strprintf-errata) https://github.com/bitcoin/bitcoin/pull/18109
< bitcoin-git> bitcoin/master 8914649 MarcoFalke: Merge #18109: tests: Avoid hitting some known minor tinyformat issues when...
< bitcoin-git> bitcoin/master 470e2ac practicalswift: tests: Avoid hitting some known minor tinyformat issues when fuzzing strpr...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/727857d12d04...891464950b07
< BlueMatt> luke-jr: bitcoin core, as a project, maintains packaging scripts for fetching official release binaries and suggests users run those. if you disagree and want to start suggesting users run packages linked against os libs that have a long history of only half-working, its probably something that needs to be discussed as a project, not the two of us.
< BlueMatt> luke-jr: if someone wants to replace the ppa with something that checks gitian signatures and downloads official binaries, as I've been saying needs to happen ~forever, then maybe its worth maintinaing again. but no one has ever shown a desire to do that, and the ppa has had many issues due to ubuntu insanity. its definitely a bad idea to use those build scripts for bitcoin nodes.
< luke-jr> BlueMatt: there's been some interest in keeping the PPA using the bitcoin/bitcoin URI; can you add me to the org?
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #17376: Add Parallel P2P Client in Rust (master...2019-10-rusty-p2p) https://github.com/bitcoin/bitcoin/pull/17376
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #16834: Fetch Headers over DNS (master...2019-09-rusty-dns-headers) https://github.com/bitcoin/bitcoin/pull/16834
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #16762: Rust-based Backup over-REST block downloader (master...2019-08-rusty-block-download) https://github.com/bitcoin/bitcoin/pull/16762
< gribble> https://github.com/bitcoin/bitcoin/issues/16224 | gui: Bilingual GUI error messages by hebasto · Pull Request #16224 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] luke-jr closed pull request #15987: Wallet, GUI: Warn when sending to already-used Bitcoin addresses (master...wallet_no_reuse) https://github.com/bitcoin/bitcoin/pull/15987
< 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/15987 | Wallet, GUI: Warn when sending to already-used Bitcoin addresses by luke-jr · Pull Request #15987 · bitcoin/bitcoin · GitHub
< moneyball> For the purpose of this discussion, let's say it is a very high probability that Bitcoin 2020 conference may be postponed.
< moneyball> Coinbase, Stripe, Microsoft, Twitter all strongly encouraging working from home. Lastly, there is a high probability Bitcoin 2020 will be postponed.
< gribble> https://github.com/bitcoin/bitcoin/issues/15600 | lockedpool: When possible, use madvise to avoid including sensitive information in core dumps by luke-jr · Pull Request #15600 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15987 | Wallet, GUI: Warn when sending to already-used Bitcoin addresses by luke-jr · Pull Request #15987 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18267 | BIP-325: Signet [consensus] by kallewoof · Pull Request #18267 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16411 | BIP-325: Signet support by kallewoof · Pull Request #16411 · bitcoin/bitcoin · GitHub
< wumpus> no, I don't think any of the features in https://github.com/bitcoin/bitcoin/projects/8 's blockers will be ready for 0.20
< gribble> https://github.com/bitcoin/bitcoin/issues/17636 | qt: Add -guisettingsdir option by emilengler · Pull Request #17636 · bitcoin/bitcoin · GitHub
< wumpus> there's a few PRs tagged for 0.20, but this list likely needs cleaning up: https://github.com/bitcoin/bitcoin/pulls?q=is%3Aopen+is%3Apr+milestone%3A0.20.0
< wumpus> the 0.20.0 feature freeze is in roughly a week, see https://github.com/bitcoin/bitcoin/issues/17432, I think it makes sense to focus review on the feature PRs that have a chance to still make it in
< wumpus> one proposed meeting topic in http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt : Coredev SF (moneyball)
< 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
< bitcoin-git> [bitcoin] laanwj merged pull request #18112: Serialization improvements step 5 (blockencodings) (master...202002_noncastserial_5) https://github.com/bitcoin/bitcoin/pull/18112
< bitcoin-git> bitcoin/master 1063339 Russell Yanofsky: Add DifferenceFormatter
< bitcoin-git> bitcoin/master 3ca574c Pieter Wuille: Convert CCompactSize to proper formatter
< bitcoin-git> bitcoin/master 56dd9f0 Russell Yanofsky: Make VectorFormatter support stateful formatters
< bitcoin-git> [bitcoin] laanwj pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/aaf09469fb2c...727857d12d04
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18260: refactor: Fix implicit value conversion in formatPingTime (master...2020-03-ping-time) https://github.com/bitcoin/bitcoin/pull/18260
< bitcoin-git> bitcoin/master 7a810b1 Ben Woosley: refactor: Convert ping wait time from double to int64_t
< bitcoin-git> bitcoin/master e6fc63e Ben Woosley: refactor: Convert min ping time from double to int64_t
< bitcoin-git> bitcoin/master b054c46 Ben Woosley: refactor: Convert ping time from double to int64_t
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/96488e678479...aaf09469fb2c
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18263: rpc: change setmocktime check to use IsMockableChain (master...rpc-setmocktime-check) https://github.com/bitcoin/bitcoin/pull/18263
< bitcoin-git> bitcoin/master 96488e6 MarcoFalke: Merge #18263: rpc: change setmocktime check to use IsMockableChain
< bitcoin-git> bitcoin/master 2455aa5 Gloria Zhao: [rpc] changed MineBlocksOnDemand to IsMockableChain
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a2a77ba34f71...96488e678479
< bitcoin-git> [bitcoin] laanwj merged pull request #18056: ci: Check for submodules (master...2020-02-submodule-linter-check) https://github.com/bitcoin/bitcoin/pull/18056
< bitcoin-git> bitcoin/master a2a77ba Wladimir J. van der Laan: Merge #18056: ci: Check for submodules
< bitcoin-git> bitcoin/master 2a95c7c Emil Engler: ci: Check for submodules
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d0601e67f151...a2a77ba34f71
< bitcoin-git> [bitcoin] dangershony closed pull request #18223: Add new filter type v0 for segwit only Scripts to blockfilterindex (master...nutrino-p2wpkh-filters) https://github.com/bitcoin/bitcoin/pull/18223
< bitcoin-git> [bitcoin] fanquake merged pull request #17812: config, net, test: asmap feature refinements and functional tests (master...feature-asmap) https://github.com/bitcoin/bitcoin/pull/17812
< bitcoin-git> bitcoin/master 81c38a2 Jon Atack: config: enable passing -asmap an absolute file path
< bitcoin-git> bitcoin/master fbe9b02 Jon Atack: config: use default value in -asmap config
< bitcoin-git> bitcoin/master 08b9926 Jon Atack: test: add feature_asmap functional tests
< bitcoin-git> [bitcoin] fanquake pushed 10 commits to master: https://github.com/bitcoin/bitcoin/compare/cbc32d67dc0c...d0601e67f151
< bitcoin-git> [bitcoin] docallag opened pull request #18268: rpcdoc: Remove redundant type from description #18258 (master...#18258_rpc_doc_type_cleanup) https://github.com/bitcoin/bitcoin/pull/18268
< gribble> https://github.com/bitcoin/bitcoin/issues/14895 | Package relay design questions · Issue #14895 · bitcoin/bitcoin · GitHub
< mantoshelis> It's good idea but unfortunately we don't have enough time resources to implement this. As a result, we choose to perform tests on official Bitcoin testnet. :(
< provoostenator> mantoshelis: testnet is pretty terrible in general. It might be worth looking into adding Signet support to BitcoinJ. Should be pretty easy: https://en.bitcoin.it/wiki/Signet
< bitcoin-git> [bitcoin] kallewoof opened pull request #18267: BIP-325: Signet [consensus] (master...2003-signet-consensus) https://github.com/bitcoin/bitcoin/pull/18267
< kallewoof> I made a PR to the signet BIP, describing the genesis block and message start: https://github.com/bitcoin/bips/pull/900
< bitcoin-git> [bitcoin] kallewoof opened pull request #18265: build: add data.h dependency to raw files (master...2003-makefile-bench-data) https://github.com/bitcoin/bitcoin/pull/18265
< gribble> https://github.com/bitcoin/bitcoin/issues/1 | JSON-RPC support for mobile devices ("ultra-lightweight" clients) · Issue #1 · bitcoin/bitcoin · GitHub
< kallewoof> If anyone has topics they wanna talk about, we could gather those and bring them up after the next PR review, assuming people are up for doing more. I'm not actually sure how #bitcoin-core-dev maintains meeting topic proposals tho.
< bitcoin-git> bitcoin/master 2492dc0 fanquake: Merge #18259: doc: Merge release notes for 0.20.0 release
< bitcoin-git> [bitcoin] fanquake merged pull request #18259: doc: Merge release notes for 0.20.0 release (master...2003-docMergeRel) https://github.com/bitcoin/bitcoin/pull/18259
< bitcoin-git> bitcoin/master fa8b602 MarcoFalke: doc: Merge release notes for 0.20.0 release
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a71c34742c24...2492dc0068f8
< bitcoin-git> [bitcoin] fanquake opened pull request #18264: [WIP] build: Remove Boost Chrono (master...dump_boost_chrono) https://github.com/bitcoin/bitcoin/pull/18264
< bitcoin-git> [bitcoin] fanquake closed pull request #18252: gui: fix compiler warning in formatPingTime() (master...implicit-change-formatPingTime) https://github.com/bitcoin/bitcoin/pull/18252
< bitcoin-git> [bitcoin] fanquake closed pull request #17795: gui: Shortcut to close RPC Console (master...2019-12-gui-close-rpcconsole-shortcut) https://github.com/bitcoin/bitcoin/pull/17795

2020-03-04

< bitcoin-git> [bitcoin] gzhao408 opened pull request #18263: rpc change setmocktime check to use IsMockableChain (master...rpc-setmocktime-check) https://github.com/bitcoin/bitcoin/pull/18263
< bitcoin-git> [bitcoin] achow101 opened 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] luke-jr reopened pull request #15600: lockedpool: When possible, use madvise to avoid including sensitive information in core dumps or forked process memory spaces (master...lockedpool_dontdump) https://github.com/bitcoin/bitcoin/pull/15600
< bitcoin-git> [bitcoin] naumenkogs opened pull request #18261: Erlay: bandwidth-efficient transaction relay protocol (master...erlay) https://github.com/bitcoin/bitcoin/pull/18261
< jonasschnelli> 0.19.1 detached sigs are up: https://github.com/bitcoin-core/bitcoin-detached-sigs/commits/0.19
< bitcoin-git> [bitcoin] Empact opened pull request #18260: refactor: Fix implicit value conversion in formatPingTime (master...2020-03-ping-time) https://github.com/bitcoin/bitcoin/pull/18260
< gribble> https://github.com/bitcoin/bitcoin/issues/18234 | refactor: Replace boost::mutex,condition_var,chrono with std equivalents in scheduler by ajtowns · Pull Request #18234 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] rex4539 closed pull request #17839: build: depends macOS: hide linker visibility warnings (master...hide-warnings) https://github.com/bitcoin/bitcoin/pull/17839
< MarcoFalke> And if the exception is handled in the scheduler, it seems overkill to modify Bitcoin Core code for purly (unit) testing needs
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18232: WIP test: Check that wait_until returns if time point is in the past (master...2002-debugBoost) https://github.com/bitcoin/bitcoin/pull/18232
< MarcoFalke> Well, it might if you change your time zone or system time. But I think Bitcoin Core does not support that anyway?!
< gribble> https://github.com/bitcoin/bitcoin/issues/18232 | test: Check that wait_until returns if time point is in the past by MarcoFalke · Pull Request #18232 · bitcoin/bitcoin · GitHub
< instagibbs> sipa, https://github.com/bitcoin/bitcoin/pull/18204#discussion_r387761668 mind just giving an straw function of inputs to "key expressions numbers"?
< gribble> https://github.com/bitcoin/bitcoin/issues/17812 | config, net, test: asmap feature refinements and functional tests by jonatack · Pull Request #17812 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18218: [0.19] Further 0.19 backports (0.19...futher-0-19-backports) https://github.com/bitcoin/bitcoin/pull/18218
< bitcoin-git> bitcoin/0.19 05f5dd9 MarcoFalke: Merge #18218: [0.19] Further 0.19 backports
< bitcoin-git> bitcoin/0.19 48fef5e Russell Yanofsky: gui: Fix race in WalletModel::pollBalanceChanged
< bitcoin-git> bitcoin/0.19 1964561 fanquake: build: don't embed a build-id when building libdmg-hfsplus
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to 0.19: https://github.com/bitcoin/bitcoin/compare/58ba7c314d55...05f5dd96c71e