2020-01-21

< bitcoin-git> [bitcoin] instagibbs opened pull request #17974: net: Log to net category for exceptions in ProcessMessages (0.18...bp18_network_exceptions) https://github.com/bitcoin/bitcoin/pull/17974
< bitcoin-git> [bitcoin] practicalswift opened 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] Bushstar opened pull request #17971: Remove redundant conditional (master...remove-redundant-conditional) https://github.com/bitcoin/bitcoin/pull/17971

2020-01-20

< bitcoin-git> [bitcoin] laanwj merged pull request #17916: windows: Enable heap terminate-on-corruption (master...win_set_heap_terminate_on_corruption) https://github.com/bitcoin/bitcoin/pull/17916
< bitcoin-git> bitcoin/master 631df3e Wladimir J. van der Laan: Merge #17916: windows: Enable heap terminate-on-corruption
< bitcoin-git> bitcoin/master 3d5d7aa fanquake: windows: remove call to SetProcessDEPPolicy
< bitcoin-git> bitcoin/master f2645c2 fanquake: windows: Enable heap terminate-on-corruption
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/daae6403d8bd...631df3ee87ec
< bitcoin-git> [bitcoin] laanwj merged pull request #17777: tests: Add fuzzing harness for DecodeHexTx(...) (master...fuzzers-decode_tx) https://github.com/bitcoin/bitcoin/pull/17777
< bitcoin-git> bitcoin/master daae640 Wladimir J. van der Laan: Merge #17777: tests: Add fuzzing harness for DecodeHexTx(...)
< bitcoin-git> bitcoin/master 3f95fb0 practicalswift: build: Sort fuzzing harnesses to avoid future merge conflicts
< bitcoin-git> bitcoin/master bcad014 practicalswift: tests: Add fuzzing harness for DecodeHexTx(...)
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/5d2ff75e2070...daae6403d8bd
< bitcoin-git> [bitcoin] laanwj merged pull request #17945: doc: Fix doxygen errors (master...2020-01-wdocumentation) https://github.com/bitcoin/bitcoin/pull/17945
< bitcoin-git> bitcoin/master 5d2ff75 Wladimir J. van der Laan: Merge #17945: doc: Fix doxygen errors
< bitcoin-git> bitcoin/master 297e098 Ben Woosley: Fix doxygen errors
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7e841f3f9b6c...5d2ff75e2070
< bitcoin-git> [bitcoin] laanwj merged pull request #17823: scripts: Read suspicious hosts from a file instead of hardcoding (master...master) https://github.com/bitcoin/bitcoin/pull/17823
< bitcoin-git> bitcoin/master 7e841f3 Wladimir J. van der Laan: Merge #17823: scripts: Read suspicious hosts from a file instead of hardco...
< bitcoin-git> bitcoin/master e1c582c Sanjay K: contrib: makeseeds: Read suspicious hosts from a file instead of hardcoding
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a654626f076a...7e841f3f9b6c
< bitcoin-git> [bitcoin] laanwj merged pull request #17792: 0.19: Backports (0.19...2019-12-backports) https://github.com/bitcoin/bitcoin/pull/17792
< bitcoin-git> bitcoin/0.19 eafcea7 Joao Barbosa: gui: Fix duplicate wallet showing up
< bitcoin-git> bitcoin/0.19 179d55f Joao Barbosa: zmq: Fix due to invalid argument and multiple notifiers
< bitcoin-git> bitcoin/0.19 7e66d04 Russell Yanofsky: Drop signal CClientUIInterface::LoadWallet
< bitcoin-git> [bitcoin] laanwj pushed 10 commits to 0.19: https://github.com/bitcoin/bitcoin/compare/bb123c6527c0...98159132c3e7
< bitcoin-git> [bitcoin] hebasto opened pull request #17968: qt: Ensure that ModalOverlay is resized properly (master...20200120-fix-modaloverlay) https://github.com/bitcoin/bitcoin/pull/17968

2020-01-19

< bitcoin-git> [bitcoin] hebasto closed pull request #17500: refactor, qt: Nuke walletframe circular dependency (master...20191117-nuke-circular) https://github.com/bitcoin/bitcoin/pull/17500
< bitcoin-git> [bitcoin] hebasto reopened pull request #17966: qt, refactor: Optimize signal-slot connections logic (master...20200119-gui-walletframe) https://github.com/bitcoin/bitcoin/pull/17966
< bitcoin-git> [bitcoin] hebasto closed pull request #17966: qt, refactor: Optimize signal-slot connections logic (master...20200119-gui-walletframe) https://github.com/bitcoin/bitcoin/pull/17966
< bitcoin-git> [bitcoin] hebasto opened pull request #17966: qt, refactor: Optimize signal-slot connections logic (master...20200119-gui-walletframe) https://github.com/bitcoin/bitcoin/pull/17966
< bitcoin-git> [bitcoin] hebasto opened pull request #17965: qt: Revert changes of pr17943 (master...20200119-revert17943) https://github.com/bitcoin/bitcoin/pull/17965
< bitcoin-git> [bitcoin] kirankashyap opened pull request #17964: Improve contibutor doc formatting and readability (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17964

2020-01-18

< bitcoin-git> [bitcoin] theStack opened pull request #17959: test: check specific reject reasons in feature_csv_activation.py (master...20200118-test-check-reject-reasons-in-feature-csv-activation) https://github.com/bitcoin/bitcoin/pull/17959
< bitcoin-git> [bitcoin] brakmic opened pull request #17958: rpc: return general daemon information to client (master...rpc-implement-getgeneralinfo) https://github.com/bitcoin/bitcoin/pull/17958
< bitcoin-git> [bitcoin] sipa opened pull request #17957: Serialization improvements step 3 (vectors & compression.h) (master...202001_noncastserial_3) https://github.com/bitcoin/bitcoin/pull/17957
< bitcoin-git> [bitcoin] kristapsk opened pull request #17956: gui: Disable unavailable context menu items in transactions tab (master...tx-menu-disable) https://github.com/bitcoin/bitcoin/pull/17956
< bitcoin-git> [bitcoin] emilengler opened pull request #17955: gui: Paste button in Open URI dialog (master...2020-01-paste-bitcoin-uri-button) https://github.com/bitcoin/bitcoin/pull/17955
< bitcoin-git> [bitcoin] fanquake merged pull request #17896: Serialization improvements (step 2) (master...202001_noncastserial_2) https://github.com/bitcoin/bitcoin/pull/17896
< bitcoin-git> bitcoin/master 2f1b2f4 Pieter Wuille: Convert VARINT to the formatter/Using approach
< bitcoin-git> bitcoin/master 9b66083 Pieter Wuille: Convert chain to new serialization
< bitcoin-git> bitcoin/master ca62563 Pieter Wuille: Add a generic approach for (de)serialization of objects using code in othe...
< bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/0deba680646f...a654626f076a

2020-01-17

< bitcoin-git> [bitcoin] ryanofsky opened pull request #17954: wallet: Remove calls to Chain::Lock methods in wallet (master...pr/unlock) https://github.com/bitcoin/bitcoin/pull/17954
< bitcoin-git> [bitcoin] elichai opened pull request #17953: refactor: Abstract boost::variant out (master...2020-01-variant) https://github.com/bitcoin/bitcoin/pull/17953
< bitcoin-git> [bitcoin] sdaftuar opened pull request #17951: Use rolling bloom filter of recent block txs for AlreadyHave() check (master...2020-01-improve-alreadyhave) https://github.com/bitcoin/bitcoin/pull/17951
< bitcoin-git> [bitcoin] emilengler opened pull request #17950: gui: Check the strength of an encryption password (master...2020-01-password-strength-checker) https://github.com/bitcoin/bitcoin/pull/17950
< bitcoin-git> [bitcoin] emilengler closed pull request #17949: doc: Remove double space in README_windows.txt (master...2020-01-remove-double-space-in-readme-win) https://github.com/bitcoin/bitcoin/pull/17949
< bitcoin-git> [bitcoin] emilengler opened pull request #17949: doc: Remove double space in README_windows.txt (master...2020-01-remove-double-space-in-readme-win) https://github.com/bitcoin/bitcoin/pull/17949
< bitcoin-git> [bitcoin] fanquake opened pull request #17948: build: pass -fno-ident to prevent compilers emitting ident directives (master...pass_fno_ident) https://github.com/bitcoin/bitcoin/pull/17948
< bitcoin-git> [bitcoin] fanquake merged pull request #17943: qt, refactor: Remove never used default parameter (master...20200116-message-parameter) https://github.com/bitcoin/bitcoin/pull/17943
< bitcoin-git> bitcoin/master 0deba68 fanquake: Merge #17943: qt, refactor: Remove never used default parameter
< bitcoin-git> bitcoin/master 1a53b0d Hennadii Stepanov: refactor: Simplify connection syntax
< bitcoin-git> bitcoin/master 7d0a8f4 Hennadii Stepanov: refactor: Remove never used default parameter
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c20fbb7be864...0deba680646f
< bitcoin-git> [bitcoin] fanquake closed pull request #17570: test: add unit test for non-standard txs w/ too large tx size (master...test_unit_IsStandardTx_tx-size) https://github.com/bitcoin/bitcoin/pull/17570
< bitcoin-git> [bitcoin] theStack opened pull request #17947: test: add unit test for non-standard txs with too large tx size (master...20200116-test-check-for-non-standard-txs-with-too-large-tx-size) https://github.com/bitcoin/bitcoin/pull/17947
< bitcoin-git> [bitcoin] fanquake merged pull request #17939: gui: Remove warning "unused variable 'wallet_model'" (master...2020/01/disable-wallet-unused-variable) https://github.com/bitcoin/bitcoin/pull/17939
< bitcoin-git> bitcoin/master c20fbb7 fanquake: Merge #17939: gui: Remove warning "unused variable 'wallet_model'"
< bitcoin-git> bitcoin/master c279a81 Joao Barbosa: gui: Remove warning "unused variable 'wallet_model'"
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2ddf041a8d5e...c20fbb7be864
< bitcoin-git> [bitcoin] fanquake merged pull request #17928: depends: Consistent use of package variable (master...patch-4) https://github.com/bitcoin/bitcoin/pull/17928
< bitcoin-git> bitcoin/master 2ddf041 fanquake: Merge #17928: depends: Consistent use of package variable
< bitcoin-git> bitcoin/master 22c5a98 Peter Bushnell: depends: Consistent use of package variable
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7fb94c0ed418...2ddf041a8d5e
< bitcoin-git> [bitcoin] luke-jr opened pull request #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" key (master...fix_gbt_buried) https://github.com/bitcoin/bitcoin/pull/17946
< bitcoin-git> [bitcoin] Empact opened pull request #17945: doc: Fix doxygen errors (master...2020-01-wdocumentation) https://github.com/bitcoin/bitcoin/pull/17945
< bitcoin-git> [bitcoin] meshcollider merged pull request #17889: wallet: Improve CWallet:MarkDestinationsDirty (master...2020-01-wallettx-iscacheempty) https://github.com/bitcoin/bitcoin/pull/17889
< bitcoin-git> bitcoin/master 7fb94c0 Samuel Dobson: Merge #17889: wallet: Improve CWallet:MarkDestinationsDirty
< bitcoin-git> bitcoin/master 2b16414 Joao Barbosa: wallet: Improve CWallet:MarkDestinationsDirty
< bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/95ca6aeec7b8...7fb94c0ed418

2020-01-16

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17691: doc: Add missed copyright headers (master...20191207-copyright-headers) https://github.com/bitcoin/bitcoin/pull/17691
< bitcoin-git> bitcoin/master 6fde9d5 Hennadii Stepanov: script: Update EXLUDE list in copyright_header.py
< bitcoin-git> bitcoin/master 1998152 Hennadii Stepanov: script: Add empty line after C++ copyright
< bitcoin-git> bitcoin/master 071f2fc Hennadii Stepanov: script: Add ability to insert copyright to *.sh
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/2aaeca50b22d...95ca6aeec7b8
< bitcoin-git> [bitcoin] dongcarl opened pull request #17944: netaddress: Simplify reachability logic (master...2020-01-simplify-reachability) https://github.com/bitcoin/bitcoin/pull/17944
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17900: ci: Combine 32-bit build with CentOS 7 build (master...20200108-ci-add-32-bit-centos-build) https://github.com/bitcoin/bitcoin/pull/17900
< bitcoin-git> bitcoin/master 2aaeca5 MarcoFalke: Merge #17900: ci: Combine 32-bit build with CentOS 7 build
< bitcoin-git> bitcoin/master ef63f5f Sebastian Falbesoner: ci: Combine 32-bit build with CentOS 7 build
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ec9b964cc998...2aaeca50b22d
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17541: test: add functional test for non-standard bare multisig txs (master...20191120-test-for-bare-multisig-in-mempool_accept) https://github.com/bitcoin/bitcoin/pull/17541
< bitcoin-git> bitcoin/master ec9b964 MarcoFalke: Merge #17541: test: add functional test for non-standard bare multisig txs...
< bitcoin-git> bitcoin/master 1be0b1f Sebastian Falbesoner: test: add functional test for non-standard bare multisig txs
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/218274de7d1f...ec9b964cc998
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17819: doc: developer notes guideline on RPCExamples addresses (master...rpc-examples-use-invalid-addresses) https://github.com/bitcoin/bitcoin/pull/17819
< bitcoin-git> bitcoin/master 218274d MarcoFalke: Merge #17819: doc: developer notes guideline on RPCExamples addresses
< bitcoin-git> bitcoin/master 42ec499 Jon Atack: doc: developer notes guideline on RPCExamples addresses
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f018d0c9cd7f...218274de7d1f
< bitcoin-git> [bitcoin] hebasto opened pull request #17943: qt, refactor: Remove never used default parameter (master...20200116-message-parameter) https://github.com/bitcoin/bitcoin/pull/17943
< bitcoin-git> [bitcoin] laanwj merged pull request #17924: Bug: IsUsedDestination shouldn't use key id as script id for ScriptHash (master...reuse_regression) https://github.com/bitcoin/bitcoin/pull/17924
< bitcoin-git> bitcoin/master f018d0c Wladimir J. van der Laan: Merge #17924: Bug: IsUsedDestination shouldn't use key id as script id for...
< bitcoin-git> bitcoin/master 4b8f1e9 Gregory Sanders: IsUsedDestination shouldn't use key id as script id for ScriptHash
< bitcoin-git> bitcoin/master 6dd59d2 Gregory Sanders: Don't allow implementers to think ScriptHash(Witness*()) results in nestin...
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/a9c789ed964d...f018d0c9cd7f
< bitcoin-git> [bitcoin] fjahr opened pull request #17942: doc: Improve fuzzing docs for macOS users (master...fuzzing_docs) https://github.com/bitcoin/bitcoin/pull/17942
< bitcoin-git> [bitcoin] Sjors opened pull request #17941: depends: update to Boost 1.72 (master...2020/01/boost-bump) https://github.com/bitcoin/bitcoin/pull/17941
< bitcoin-git> [bitcoin] luke-jr opened pull request #17940: doc: Rebasing, when and when not to do it (master...devnotes_rebasing) https://github.com/bitcoin/bitcoin/pull/17940
< bitcoin-git> [bitcoin] fanquake merged pull request #17935: gui: hide HD & encryption icons when no wallet loaded (master...hdwallet-icon-handling) https://github.com/bitcoin/bitcoin/pull/17935
< bitcoin-git> bitcoin/master a9c789e fanquake: Merge #17935: gui: hide HD & encryption icons when no wallet loaded
< bitcoin-git> bitcoin/master 486f510 Harris: gui: hide HD & encryption icons when no wallet loaded
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4e8b564df0d4...a9c789ed964d
< bitcoin-git> [bitcoin] Sjors opened pull request #17939: gui: Remove warning "unused variable 'wallet_model'" (master...2020/01/disable-wallet-unused-variable) https://github.com/bitcoin/bitcoin/pull/17939
< bitcoin-git> [bitcoin] fanquake merged pull request #17931: test: Fix p2p_invalid_messages failing in Python 3.8 because of warning (master...2020-01-coroutine) https://github.com/bitcoin/bitcoin/pull/17931
< bitcoin-git> bitcoin/master 4e8b564 fanquake: Merge #17931: test: Fix p2p_invalid_messages failing in Python 3.8 because...
< bitcoin-git> bitcoin/master f117fb0 Elichai Turkel: Replace coroutine with async def in p2p_invalid_messages.py
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ac61ec9da679...4e8b564df0d4
< bitcoin-git> [bitcoin] Empact opened pull request #17938: Disallow automatic conversion between disparate hash types (master...hash-conversion) https://github.com/bitcoin/bitcoin/pull/17938

2020-01-15

< bitcoin-git> [bitcoin] promag opened pull request #17937: gui: Remove WalletView and BitcoinGUI circular dependency (master...2020-01-remove-walletview-bitcoingui) https://github.com/bitcoin/bitcoin/pull/17937
< bitcoin-git> [bitcoin] fanquake closed pull request #17932: replace deprecated method of recursive_directory_iterator with the st... (master...master) https://github.com/bitcoin/bitcoin/pull/17932
< bitcoin-git> [bitcoin] brakmic opened pull request #17935: gui: hide HD icon when no wallet loaded (master...hdwallet-icon-handling) https://github.com/bitcoin/bitcoin/pull/17935
< bitcoin-git> [bitcoin] hebasto opened pull request #17934: doc: Use CONFIG_SITE variable instead of --prefix option (master...20200115-prefix-depends) https://github.com/bitcoin/bitcoin/pull/17934
< bitcoin-git> [bitcoin] dongcarl opened pull request #17933: guix: Pin Guix using `guix time-machine` (master...2020-01-guix-time-machine) https://github.com/bitcoin/bitcoin/pull/17933
< bitcoin-git> [bitcoin] btc-coder opened pull request #17932: replace deprecated method of recursive_directory_iterator with the st... (master...master) https://github.com/bitcoin/bitcoin/pull/17932
< bitcoin-git> [bitcoin] elichai opened pull request #17931: test: Fix p2p_invalid_messages failing in Python 3.8 because of warning (master...2020-01-coroutine) https://github.com/bitcoin/bitcoin/pull/17931
< bitcoin-git> [bitcoin] promag closed pull request #17930: rpc: Don't lock cs_main in getblock if verbosity=0 (master...2020-01-getblock-avoid-lock) https://github.com/bitcoin/bitcoin/pull/17930
< bitcoin-git> [bitcoin] promag opened pull request #17930: rpc: Don't lock cs_main in getblock if verbosity=0 (master...2020-01-getblock-avoid-lock) https://github.com/bitcoin/bitcoin/pull/17930
< bitcoin-git> [bitcoin] fanquake opened pull request #17929: build: pass optimization flags to the linker (master...pass_optimizations_to_linker) https://github.com/bitcoin/bitcoin/pull/17929
< bitcoin-git> [bitcoin] kallewoof closed pull request #17838: test: test the >10 UTXO case for output groups (master...191231-test-avoidreuse-many-utxos) https://github.com/bitcoin/bitcoin/pull/17838
< bitcoin-git> [bitcoin] Bushstar opened pull request #17928: depends: Consistent use of package variable (master...patch-4) https://github.com/bitcoin/bitcoin/pull/17928
< bitcoin-git> [bitcoin] meshcollider merged pull request #17843: wallet: Reset reused transactions cache (master...getbalances) https://github.com/bitcoin/bitcoin/pull/17843
< bitcoin-git> bitcoin/master ac61ec9 Samuel Dobson: Merge #17843: wallet: Reset reused transactions cache
< bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/002f9e9b4041...ac61ec9da679
< bitcoin-git> bitcoin/master 6fc554f Fabian Jahr: wallet: Reset reused transactions cache
< bitcoin-git> [bitcoin] fanquake merged pull request #17923: refactor: Use PACKAGE_NAME in GUI modal overlay and bitcoin-wallet (master...fix_pkgname_202001) https://github.com/bitcoin/bitcoin/pull/17923
< bitcoin-git> bitcoin/master 002f9e9 fanquake: Merge #17923: refactor: Use PACKAGE_NAME in GUI modal overlay and bitcoin-...
< bitcoin-git> bitcoin/master 5855cc5 Luke Dashjr: bitcoin-wallet: Use PACKAGE_NAME in usage help
< bitcoin-git> bitcoin/master 7f5db16 Luke Dashjr: GUI: Use PACKAGE_NAME in modal overlay
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/af05bd9e1e36...002f9e9b4041
< bitcoin-git> [bitcoin] fanquake merged pull request #17891: scripted-diff: Replace CCriticalSection with RecursiveMutex (master...2001-c2-CC) https://github.com/bitcoin/bitcoin/pull/17891
< bitcoin-git> bitcoin/master af05bd9 fanquake: Merge #17891: scripted-diff: Replace CCriticalSection with RecursiveMutex
< bitcoin-git> bitcoin/master e09c701 MarcoFalke: scripted-diff: Bump copyright of files changed in 2020
< bitcoin-git> bitcoin/master 6cbe620 MarcoFalke: scripted-diff: Replace CCriticalSection with RecursiveMutex
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ceb789cf3a90...af05bd9e1e36
< bitcoin-git> [bitcoin] JeremyRubin closed pull request #17268: Epoch Mempool (master...mempool-experiments-2) https://github.com/bitcoin/bitcoin/pull/17268

2020-01-14

< bitcoin-git> [bitcoin] practicalswift opened 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] JeremyRubin opened pull request #17925: Improve UpdateTransactionsFromBlock with Epochs (master...epoch-mempool-clean-split) https://github.com/bitcoin/bitcoin/pull/17925
< bitcoin-git> [bitcoin] instagibbs opened pull request #17924: IsUsedDestination shouldn't use key id as script id for ScriptHash (master...reuse_regression) https://github.com/bitcoin/bitcoin/pull/17924
< bitcoin-git> [bitcoin] luke-jr opened pull request #17923: Use PACKAGE_NAME in GUI modal overlay and bitcoin-wallet (master...fix_pkgname_202001) https://github.com/bitcoin/bitcoin/pull/17923
< bitcoin-git> [bitcoin] emilengler closed pull request #17901: Add feature to get specific help (master...2020-01-get-specific-help) https://github.com/bitcoin/bitcoin/pull/17901
< bitcoin-git> [bitcoin] fanquake merged pull request #17873: doc: Add to Doxygen documentation guidelines (master...doxygen-developer-notes-improvements) https://github.com/bitcoin/bitcoin/pull/17873
< bitcoin-git> bitcoin/master ceb789c fanquake: Merge #17873: doc: Add to Doxygen documentation guidelines
< bitcoin-git> bitcoin/master c902c4c Jon Layton: doc: Add to Doxygen documentation guidelines
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a4a93a0badb3...ceb789cf3a90
< bitcoin-git> [bitcoin] fanquake merged pull request #17906: gui: Set CConnman byte counters earlier to avoid uninitialized reads (master...pr/ipc-count) https://github.com/bitcoin/bitcoin/pull/17906
< bitcoin-git> bitcoin/master 8313fa8 Russell Yanofsky: gui: Set CConnman byte counters earlier to avoid uninitialized reads
< bitcoin-git> bitcoin/master a4a93a0 fanquake: Merge #17906: gui: Set CConnman byte counters earlier to avoid uninitializ...
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2ed74a43a05a...a4a93a0badb3

2020-01-13

< bitcoin-git> [bitcoin] theStack opened pull request #17921: test: test OP_CSV empty stack fail in feature_csv_activation.py (master...20200113-test-check-for-empty-stack-op_csv) https://github.com/bitcoin/bitcoin/pull/17921
< bitcoin-git> [bitcoin] dongcarl opened pull request #17920: guix: Build support for macOS (master...2020-01-guix-macos) https://github.com/bitcoin/bitcoin/pull/17920
< bitcoin-git> [bitcoin] dongcarl opened pull request #17919: depends: Allow building with system clang (master...2020-01-depends-macos-allow-system-clang) https://github.com/bitcoin/bitcoin/pull/17919
< bitcoin-git> [bitcoin] emilengler opened pull request #17918: qt: Hide non PKHash-Addresses in signing address book (master...2020-01-hide-non-pkhash-addresses) https://github.com/bitcoin/bitcoin/pull/17918
< bitcoin-git> [bitcoin] practicalswift opened 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] practicalswift closed pull request #17904: [wip] build: Switch from C++11 to C++17 (master...c++17) https://github.com/bitcoin/bitcoin/pull/17904
< bitcoin-git> [bitcoin] laanwj merged pull request #16945: refactor: introduce CChainState::GetCoinsCacheSizeState (master...2019-09-au-shouldflush) https://github.com/bitcoin/bitcoin/pull/16945
< bitcoin-git> bitcoin/master 2ed74a4 Wladimir J. van der Laan: Merge #16945: refactor: introduce CChainState::GetCoinsCacheSizeState
< bitcoin-git> bitcoin/master 02b9511 James O'Beirne: tests: add tests for GetCoinsCacheSizeState
< bitcoin-git> bitcoin/master b17e91d James O'Beirne: refactoring: introduce CChainState::GetCoinsCacheSizeState
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f2f9fdf5794e...2ed74a43a05a
< bitcoin-git> [bitcoin] laanwj merged pull request #17910: build: remove double LIBBITCOIN_SERVER linking (master...remove_double_server) https://github.com/bitcoin/bitcoin/pull/17910
< bitcoin-git> bitcoin/master f2f9fdf Wladimir J. van der Laan: Merge #17910: build: remove double LIBBITCOIN_SERVER linking
< bitcoin-git> bitcoin/master 831e122 fanquake: build: remove double LIBBITCOIN_SERVER linking
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e258ce792a48...f2f9fdf5794e
< bitcoin-git> [bitcoin] fanquake opened pull request #17916: windows: Enable heap terminate-on-corruption (master...win_set_heap_terminate_on_corruption) https://github.com/bitcoin/bitcoin/pull/17916

2020-01-12

< bitcoin-git> [bitcoin] fanquake closed pull request #17913: merge with master (master...master) https://github.com/bitcoin/bitcoin/pull/17913
< bitcoin-git> [bitcoin] ryan-lingle opened pull request #17913: merge with master (master...master) https://github.com/bitcoin/bitcoin/pull/17913
< bitcoin-git> [bitcoin] fanquake merged pull request #17881: [0.18] scripts: fix check-symbols & check-security argument passing (0.18...018_backport_17857) https://github.com/bitcoin/bitcoin/pull/17881
< bitcoin-git> bitcoin/0.18 a05d14d fanquake: Merge #17881: [0.18] scripts: fix check-symbols & check-security argument ...
< bitcoin-git> bitcoin/0.18 9a0ebb7 fanquake: scripts: fix check-symbols & check-security argument passing
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to 0.18: https://github.com/bitcoin/bitcoin/compare/29d70264fb3a...a05d14d4a00e
< bitcoin-git> [bitcoin] fanquake opened pull request #17910: build: remove double LIBBITCOIN_SERVER linking (master...remove_double_server) https://github.com/bitcoin/bitcoin/pull/17910

2020-01-11

< bitcoin-git> [bitcoin] hebasto opened pull request #17908: qa, qt: Remove QFont warnings with QT_QPA_PLATFORM=minimal (master...20200111-qttest-minimal-warn) https://github.com/bitcoin/bitcoin/pull/17908
< bitcoin-git> [bitcoin] fanquake merged pull request #17907: doc: Fix improper Doxygen inline comments (master...settings-documentation) https://github.com/bitcoin/bitcoin/pull/17907
< bitcoin-git> bitcoin/master 498cdbb Ben Woosley: Fix improper Doxygen inline comments
< bitcoin-git> bitcoin/master e258ce7 fanquake: Merge #17907: doc: Fix improper Doxygen inline comments
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f8c69677a1a8...e258ce792a48
< bitcoin-git> [bitcoin] Empact opened pull request #17907: Fix improper Doxygen inline comments (master...settings-documentation) https://github.com/bitcoin/bitcoin/pull/17907

2020-01-10

< bitcoin-git> [bitcoin] fanquake merged pull request #17893: qa: Fix double-negative arg test (master...20200107-fix-doublenegative-test) https://github.com/bitcoin/bitcoin/pull/17893
< bitcoin-git> bitcoin/master f8c6967 fanquake: Merge #17893: qa: Fix double-negative arg test
< bitcoin-git> bitcoin/master 8b2f471 Hennadii Stepanov: qa: Fix double-negative arg test
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/62b189b91d4f...f8c69677a1a8
< bitcoin-git> [bitcoin] fanquake merged pull request #17899: msvc: Ignore msvc linker warning and update to msvc build instructions. (master...mavc_linkerwarns) https://github.com/bitcoin/bitcoin/pull/17899
< bitcoin-git> bitcoin/master 62b189b fanquake: Merge #17899: msvc: Ignore msvc linker warning and update to msvc build in...
< bitcoin-git> bitcoin/master 0874a10 Aaron Clauson: Ignore msvc linker warning and update to msvc build instructions.
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e7f84503571c...62b189b91d4f
< bitcoin-git> [bitcoin] ryanofsky opened pull request #17906: gui: Set CConnman byte counters earlier to avoid uninitialized reads (master...pr/ipc-count) https://github.com/bitcoin/bitcoin/pull/17906
< bitcoin-git> [bitcoin] ryanofsky opened pull request #17905: gui: Avoid redundant tx status updates (master...pr/ipc-txup) https://github.com/bitcoin/bitcoin/pull/17905
< bitcoin-git> [bitcoin] practicalswift opened pull request #17904: [wip] build: Switch from C++11 to C++17 (master...c++17) https://github.com/bitcoin/bitcoin/pull/17904
< bitcoin-git> [bitcoin] LarryRuane reopened pull request #16365: Log RPC parameters (arguments) if -debug=rpcparams (master...log-rpc-args) https://github.com/bitcoin/bitcoin/pull/16365
< bitcoin-git> [bitcoin] meshcollider closed pull request #17902: fixed typo in comment, iff -> if (master...blarney-typo) https://github.com/bitcoin/bitcoin/pull/17902
< bitcoin-git> [bitcoin] LarryRuane closed pull request #16365: Log RPC parameters (arguments) if -debug=rpcparams (master...log-rpc-args) https://github.com/bitcoin/bitcoin/pull/16365

2020-01-09

< bitcoin-git> [bitcoin] bblarney opened pull request #17902: fixed typo in comment, iff -> if (master...blarney-typo) https://github.com/bitcoin/bitcoin/pull/17902
< bitcoin-git> bitcoin/master 6edebac Jeffrey Czyz: Refactor FormatStateMessage for clarity
< bitcoin-git> [bitcoin] laanwj merged pull request #16688: log: Add validation interface logging (master...2019-08-validation-logging) https://github.com/bitcoin/bitcoin/pull/16688
< bitcoin-git> bitcoin/master 428ac70 Jeffrey Czyz: Add VALIDATION to BCLog::LogFlags
< bitcoin-git> bitcoin/master 72f3227 Jeffrey Czyz: Format CValidationState properly in all cases
< bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/6196e9300181...e7f84503571c
< bitcoin-git> [bitcoin] emilengler opened pull request #17901: Add feature to get specific help (master...2020-01-get-specific-help) https://github.com/bitcoin/bitcoin/pull/17901
< bitcoin-git> [bitcoin] theStack opened pull request #17900: ci: Combine 32-bit build with CentOS 7 build (master...20200108-ci-add-32-bit-centos-build) https://github.com/bitcoin/bitcoin/pull/17900
< bitcoin-git> [bitcoin] hebasto reopened pull request #14810: qt: Enable tabbing through labels (master...20181124-tab-through-labels) https://github.com/bitcoin/bitcoin/pull/14810
< bitcoin-git> [bitcoin] hebasto closed pull request #17898: [WIP] qt: Make Information tab accessible via keyboard (master...20200108-accessibility-info) https://github.com/bitcoin/bitcoin/pull/17898
< bitcoin-git> [bitcoin] sipsorcery opened pull request #17899: msvc: Ignore msvc linker warning and update to msvc build instructions. (master...mavc_linkerwarns) https://github.com/bitcoin/bitcoin/pull/17899

2020-01-08

< bitcoin-git> [bitcoin] hebasto opened pull request #17898: WIP, qt: Make Information tab accessible via keyboard (master...20200108-accessibility-info) https://github.com/bitcoin/bitcoin/pull/17898
< bitcoin-git> [bitcoin] jimpo opened pull request #17897: init: Stop indexes on shutdown after ChainStateFlushed callback. (master...index-commit) https://github.com/bitcoin/bitcoin/pull/17897
< bitcoin-git> [bitcoin] sipa opened pull request #17896: Serialization improvements (step 2) (master...202001_noncastserial_2) https://github.com/bitcoin/bitcoin/pull/17896
< bitcoin-git> [bitcoin] ryanofsky reopened pull request #17792: 0.19: Backports (0.19...2019-12-backports) https://github.com/bitcoin/bitcoin/pull/17792
< bitcoin-git> [bitcoin] laanwj merged pull request #16963: wallet: Fix unique_ptr usage in boost::signals2 (master...2019-09-fix-loadwallet-signal-uniqueptr) https://github.com/bitcoin/bitcoin/pull/16963
< bitcoin-git> bitcoin/master 6196e93 Wladimir J. van der Laan: Merge #16963: wallet: Fix unique_ptr usage in boost::signals2
< bitcoin-git> bitcoin/master 6d6a7a8 Joao Barbosa: gui: Fix duplicate wallet showing up
< bitcoin-git> bitcoin/master 81ea66c Russell Yanofsky: Drop signal CClientUIInterface::LoadWallet
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/295211e66829...6196e9300181
< bitcoin-git> [bitcoin] laanwj merged pull request #17445: zmq: Fix due to invalid argument and multiple notifiers (master...2019-11-fix-17185) https://github.com/bitcoin/bitcoin/pull/17445
< bitcoin-git> bitcoin/master 295211e Wladimir J. van der Laan: Merge #17445: zmq: Fix due to invalid argument and multiple notifiers
< bitcoin-git> bitcoin/master 3e730bf Joao Barbosa: zmq: Fix due to invalid argument and multiple notifiers
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7f3675b3ce2a...295211e66829
< bitcoin-git> [bitcoin] practicalswift opened pull request #17895: build: Enable Clang's -Wconditional-uninitialized to warn on potential uninitialized reads (master...continue-killing-of-uninitialized-reads) https://github.com/bitcoin/bitcoin/pull/17895
< bitcoin-git> [bitcoin] laanwj merged pull request #17858: [0.19] Backports (0.19...0_19_1_backports) https://github.com/bitcoin/bitcoin/pull/17858
< bitcoin-git> bitcoin/0.19 bda2f5b Harris: cli: fix Fatal LevelDB error when specifying -blockfilterindex=basic twice...
< bitcoin-git> bitcoin/0.19 d14ab7c fanquake: gui: disable File->CreateWallet during startup
< bitcoin-git> bitcoin/0.19 b9f1bc0 Jan Beich: wallet: unbreak with boost 1.72
< bitcoin-git> [bitcoin] laanwj pushed 13 commits to 0.19: https://github.com/bitcoin/bitcoin/compare/fd4ec7c72047...bb123c6527c0
< bitcoin-git> [bitcoin] fanquake merged pull request #17696: qt: Force set nPruneSize in QSettings after the intro dialog (master...20191208-prune-settings-override) https://github.com/bitcoin/bitcoin/pull/17696
< bitcoin-git> bitcoin/master b0bfbe5 Hennadii Stepanov: refactor: Drop `bool force' parameter
< bitcoin-git> bitcoin/master 68c9bbe Hennadii Stepanov: qt: Force set nPruneSize in QSettings after intro
< bitcoin-git> bitcoin/master a82bd8f Hennadii Stepanov: util: Replace magics with DEFAULT_PRUNE_TARGET_GB
< bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/40a495a38a26...7f3675b3ce2a
< bitcoin-git> [bitcoin] laanwj merged pull request #16975: test: Show debug log on unit test failure (master...1909-testPrintLogOnFail) https://github.com/bitcoin/bitcoin/pull/16975
< bitcoin-git> bitcoin/master 40a495a Wladimir J. van der Laan: Merge #16975: test: Show debug log on unit test failure
< bitcoin-git> bitcoin/master fa37e0a MarcoFalke: test: Show debug log on unit test failure
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b065df803ce2...40a495a38a26
< bitcoin-git> [bitcoin] laanwj merged pull request #17880: build: add -Wdate-time to Werror flags (master...add_Werror_date_time) https://github.com/bitcoin/bitcoin/pull/17880
< bitcoin-git> bitcoin/master b065df8 Wladimir J. van der Laan: Merge #17880: build: add -Wdate-time to Werror flags
< bitcoin-git> bitcoin/master b0a2540 fanquake: build: add Wdate-time to Werror flags
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/07efb3fe2ba4...b065df803ce2
< bitcoin-git> [bitcoin] laanwj merged pull request #17826: qt: Log Qt related info (master...20191229-host-info) https://github.com/bitcoin/bitcoin/pull/17826
< bitcoin-git> bitcoin/master 07efb3f Wladimir J. van der Laan: Merge #17826: qt: Log Qt related info
< bitcoin-git> bitcoin/master a004673 Hennadii Stepanov: qt: Add LogQtInfo() function
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6dd982aa9eeb...07efb3fe2ba4
< bitcoin-git> [bitcoin] laanwj merged pull request #17886: Restore English translation option (master...fix-en-translate) https://github.com/bitcoin/bitcoin/pull/17886
< bitcoin-git> bitcoin/master 6dd982a Wladimir J. van der Laan: Merge #17886: Restore English translation option
< bitcoin-git> bitcoin/master 63bf06a Andrew Chow: Restore English translation option
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fcef6dbc15ef...6dd982aa9eeb
< bitcoin-git> bitcoin/0.19 fd4ec7c Wladimir J. van der Laan: qt: Periodic translations update for 0.19 branch
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.19: https://github.com/bitcoin/bitcoin/compare/febf04841fd9...fd4ec7c72047
< bitcoin-git> [bitcoin] Sjors closed pull request #17879: gui: uncheck encrypt by default when creating wallet (master...2020/01/ui-create-wallet) https://github.com/bitcoin/bitcoin/pull/17879

2020-01-07

< bitcoin-git> [bitcoin] fanquake merged pull request #17452: test: update fuzz directory in .gitignore (master...update-fuzz-gitignore) https://github.com/bitcoin/bitcoin/pull/17452
< bitcoin-git> bitcoin/master fcef6db fanquake: Merge #17452: test: update fuzz directory in .gitignore
< bitcoin-git> bitcoin/master 77ef48d Jon Atack: gitignore: ignore fuzz binaries, remove test_bitcoin_fuzzy
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cab3859a356d...fcef6dbc15ef
< bitcoin-git> [bitcoin] meshcollider merged pull request #17677: Activate watchonly wallet behavior for LegacySPKM only (master...legacy_spkm_watchonly) https://github.com/bitcoin/bitcoin/pull/17677
< bitcoin-git> bitcoin/master cab3859 Samuel Dobson: Merge #17677: Activate watchonly wallet behavior for LegacySPKM only
< bitcoin-git> bitcoin/master e1e1442 Gregory Sanders: Activate no-privkey -> ISMINE_WATCH_ONLY behavior for LegacySPKM only
< bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7ea3b85ecf7b...cab3859a356d
< bitcoin-git> [bitcoin] meshcollider merged pull request #17578: rpc: simplify getaddressinfo labels, deprecate previous behavior (master...deprecate-getaddress-info-labels-purpose) https://github.com/bitcoin/bitcoin/pull/17578
< bitcoin-git> bitcoin/master 8bb405b Jon Atack: test: getaddressinfo labels purpose deprecation test
< bitcoin-git> bitcoin/master 60aba1f Jon Atack: rpc: simplify getaddressinfo labels, deprecate previous behavior
< bitcoin-git> bitcoin/master 7851f14 Jon Atack: rpc: incorporate review feedback from PR 17283
< bitcoin-git> [bitcoin] meshcollider pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/45f151913ef5...7ea3b85ecf7b
< bitcoin-git> [bitcoin] meshcollider merged pull request #16373: bumpfee: Return PSBT when wallet has privkeys disabled (master...bump_psbt) https://github.com/bitcoin/bitcoin/pull/16373
< bitcoin-git> bitcoin/master 091a876 Gregory Sanders: Test watchonly wallet bumpfee with PSBT return
< bitcoin-git> bitcoin/master e9b4f94 Gregory Sanders: bumpfee: Return PSBT when wallet has privkeys disabled
< bitcoin-git> bitcoin/master 75a5e47 Gregory Sanders: Change bumpfee to use watch-only funds for legacy watchonly wallets
< bitcoin-git> [bitcoin] meshcollider pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/bcb4cdcca321...45f151913ef5
< bitcoin-git> [bitcoin] meshcollider merged pull request #17621: IsUsedDestination should count any known single-key address (master...actually_no_reuse) https://github.com/bitcoin/bitcoin/pull/17621
< bitcoin-git> bitcoin/master bcb4cdc Samuel Dobson: Merge #17621: IsUsedDestination should count any known single-key address
< bitcoin-git> bitcoin/master 0950245 Gregory Sanders: IsUsedDestination should count any known single-key address
< bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e8e79958a7b2...bcb4cdcca321
< bitcoin-git> [bitcoin] IPGlider closed pull request #17884: utils: Use fallback for macOS in AllocateFileRange (master...workaround_apfs_allocation_problem) https://github.com/bitcoin/bitcoin/pull/17884
< bitcoin-git> [bitcoin] kallewoof opened pull request #17892: bug-fix: re-flush undo files after they have been re-opened (master...200108-reflush-undo) https://github.com/bitcoin/bitcoin/pull/17892
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17891: scripted-diff: Replace CCriticalSection with RecursiveMutex (master...2001-c2-CC) https://github.com/bitcoin/bitcoin/pull/17891
< bitcoin-git> [bitcoin] promag opened pull request #17889: wallet: Improve CWallet:MarkDestinationsDirty (master...2020-01-wallettx-iscacheempty) https://github.com/bitcoin/bitcoin/pull/17889
< bitcoin-git> [bitcoin] fanquake closed pull request #17888: Merge (master...master) https://github.com/bitcoin/bitcoin/pull/17888
< bitcoin-git> [bitcoin] xyephy opened pull request #17888: Merge (master...master) https://github.com/bitcoin/bitcoin/pull/17888
< bitcoin-git> [bitcoin] kallewoof opened pull request #17887: bug-fix macos: give free bytes to F_PREALLOCATE (master...macos-f_preallocate_fix) https://github.com/bitcoin/bitcoin/pull/17887
< bitcoin-git> [bitcoin] achow101 opened pull request #17886: Restore English translation option (master...fix-en-translate) https://github.com/bitcoin/bitcoin/pull/17886

2020-01-06

< bitcoin-git> [bitcoin] IPGlider opened pull request #17884: utils: Use fallback for macOS in AllocateFileRange (master...workaround_apfs_allocation_problem) https://github.com/bitcoin/bitcoin/pull/17884
< bitcoin-git> [bitcoin] fanquake closed pull request #17882: Create ccpp.yml (master...master) https://github.com/bitcoin/bitcoin/pull/17882
< bitcoin-git> [bitcoin] Binh0103 opened pull request #17882: Create ccpp.yml (master...master) https://github.com/bitcoin/bitcoin/pull/17882
< bitcoin-git> [bitcoin] jonatack reopened pull request #17812: config, test: asmap functional tests and feature refinements (master...feature-asmap) https://github.com/bitcoin/bitcoin/pull/17812
< bitcoin-git> [bitcoin] jonatack closed pull request #17812: config, test: asmap functional tests and feature refinements (master...feature-asmap) https://github.com/bitcoin/bitcoin/pull/17812
< bitcoin-git> [bitcoin] fanquake opened pull request #17881: [0.18] scripts: fix check-symbols & check-security argument passing (0.18...018_backport_17857) https://github.com/bitcoin/bitcoin/pull/17881
< bitcoin-git> [bitcoin] fanquake merged pull request #17857: scripts: fix symbol-check & security-check argument passing (master...security_check_args) https://github.com/bitcoin/bitcoin/pull/17857
< bitcoin-git> bitcoin/master e8e7995 fanquake: Merge #17857: scripts: fix symbol-check & security-check argument passing
< bitcoin-git> bitcoin/master 71af793 fanquake: scripts: fix check-symbols & check-security argument passing
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b949ac9697a6...e8e79958a7b2
< bitcoin-git> [bitcoin] fanquake opened pull request #17880: build: add -Wdate-time to Werror flags (master...add_Werror_date_time) https://github.com/bitcoin/bitcoin/pull/17880
< bitcoin-git> [bitcoin] Sjors opened pull request #17879: gui: uncheck encrypt by default when creating wallet (master...2020/01/ui-create-wallet) https://github.com/bitcoin/bitcoin/pull/17879
< bitcoin-git> [bitcoin] promag opened pull request #17878: wip: zmq: Support -zmqpubwallettx (master...2019-01-zmqpubwallettx) https://github.com/bitcoin/bitcoin/pull/17878

2020-01-05

< bitcoin-git> [bitcoin] hebasto opened pull request #17877: qt, refactor: Make enums in BitcoinUnits class scoped (master...20200105-scoped-enums) https://github.com/bitcoin/bitcoin/pull/17877
< bitcoin-git> [bitcoin] andrewtoth closed pull request #17790: mining: Fix getmininginfo currentblockweight inaccuracy (master...getmininginfo-weight) https://github.com/bitcoin/bitcoin/pull/17790
< bitcoin-git> [bitcoin] fanquake closed pull request #17110: appveyor: Add -l test_suite to .appveyor.yaml (master...master) https://github.com/bitcoin/bitcoin/pull/17110
< bitcoin-git> [bitcoin] fanquake opened pull request #17874: build: make linker checks more robust (master...make_linker_checks_more_robust) https://github.com/bitcoin/bitcoin/pull/17874
< bitcoin-git> [bitcoin] jonatack opened pull request #17873: doc: Add to Doxygen documentation guidelines (master...doxygen-developer-notes-improvements) https://github.com/bitcoin/bitcoin/pull/17873
< bitcoin-git> [bitcoin] fanquake closed pull request #17808: util: Replace itostr/i64tostr with c++11 to_string (master...akh_to_string) https://github.com/bitcoin/bitcoin/pull/17808
< bitcoin-git> [bitcoin] fanquake closed pull request #17533: build: undo Werror=unused-variable (master...2019/11/no-unused-variable-error) https://github.com/bitcoin/bitcoin/pull/17533
< bitcoin-git> [bitcoin] fanquake closed pull request #15505: p2p: Request NOTFOUND transactions immediately from other outbound peers, when possible (master...2019-02-notfound-requests) https://github.com/bitcoin/bitcoin/pull/15505
< bitcoin-git> [bitcoin] fanquake merged pull request #17393: doc: Added regtest config for linearize script (master...patch-2) https://github.com/bitcoin/bitcoin/pull/17393
< bitcoin-git> bitcoin/master b949ac9 fanquake: Merge #17393: doc: Added regtest config for linearize script
< bitcoin-git> bitcoin/master 582e66b Gr0kchain: doc: Added regtest config for linearize script
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/da279fe0eef9...b949ac9697a6