2020-02-20

< bitcoin-git> [bitcoin] hebasto closed pull request #18077: net: Add NAT-PMP port forwarding support (master...20200130-natpmp) https://github.com/bitcoin/bitcoin/pull/18077
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18183: test: Set catch_system_errors=no on boost unit tests (master...2002-testNoCatchSystemErrors) https://github.com/bitcoin/bitcoin/pull/18183

2020-02-19

< bitcoin-git> [bitcoin] fanquake closed pull request #18154: Trivial(qt): Capitalization, spelling (master...qt-nitpicking) https://github.com/bitcoin/bitcoin/pull/18154
< bitcoin-git> bitcoin/master 5ea8144 practicalswift: tests: Add support for excluding fuzz targets using -x/--exclude
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18166: ci: Run fuzz testing test cases (bitcoin-core/qa-assets) under valgrind to catch memory errors (master...fuzz-test-cases-under-valgrind) https://github.com/bitcoin/bitcoin/pull/18166
< bitcoin-git> bitcoin/master a3b539a practicalswift: ci: Run fuzz testing test cases under valgrind
< bitcoin-git> bitcoin/master 555236f practicalswift: tests: Remove -detect_leaks=0 from test/fuzz/test_runner.py - no longer ne...
< bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/68e841e0af22...eddcbfb109e5
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18181: test: Remove incorrect assumptions in validation_flush_tests (master...2002-ciTestValNoArch) https://github.com/bitcoin/bitcoin/pull/18181
< bitcoin-git> [bitcoin] icota opened pull request #18179: Add Lightning Network support (master...2020-01-core-lightning) https://github.com/bitcoin/bitcoin/pull/18179
< bitcoin-git> [bitcoin] jonatack opened pull request #18178: test: update valgrind suppressions (master...add-valgrind-suppressions) https://github.com/bitcoin/bitcoin/pull/18178
< bitcoin-git> [bitcoin] Sjors closed pull request #16895: External signer multisig support (master...2019/09/hww-multisig) https://github.com/bitcoin/bitcoin/pull/16895
< bitcoin-git> bitcoin/master a304a36 Russell Yanofsky: Revert "Store p2sh scripts in AddAndGetDestinationForScript"
< bitcoin-git> [bitcoin] meshcollider merged pull request #18067: wallet: Improve LegacyScriptPubKeyMan::CanProvide script recognition (master...pr/provide) https://github.com/bitcoin/bitcoin/pull/18067
< bitcoin-git> bitcoin/master eb7d8a5 Sjors Provoost: [test] check for addmultisigaddress regression
< bitcoin-git> bitcoin/master 005f8a9 Russell Yanofsky: wallet: Improve LegacyScriptPubKeyMan::CanProvide script recognition
< bitcoin-git> [bitcoin] meshcollider pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/36f42e1bf43f...68e841e0af22

2020-02-18

< bitcoin-git> [bitcoin] martinus closed pull request #17060: Cache 26% more coins: Reduce CCoinsMap::value_type from 96 to 76 bytes (master...2019-09-more-compact-Coin) https://github.com/bitcoin/bitcoin/pull/17060
< bitcoin-git> [bitcoin] sdaftuar reopened pull request #18044: Use wtxid for transaction relay (master...2020-01-wtxid-inv) https://github.com/bitcoin/bitcoin/pull/18044
< bitcoin-git> [bitcoin] sdaftuar closed pull request #18044: Use wtxid for transaction relay (master...2020-01-wtxid-inv) https://github.com/bitcoin/bitcoin/pull/18044
< bitcoin-git> [bitcoin] practicalswift opened pull request #18176: tests: Add fuzzing harness for CScript operations (master...fuzzers-script_ops) https://github.com/bitcoin/bitcoin/pull/18176
< bitcoin-git> [bitcoin] luke-jr opened pull request #18175: [0.19] build: Allow export of environ symbols and work around rv64 toolchain issue (0.19...pr17569-0.18) https://github.com/bitcoin/bitcoin/pull/18175
< bitcoin-git> [bitcoin] amitiuttarwar opened pull request #18174: WIP test: make mockscheduler test more reliable (master...2020-02-fix-scheduler-test) https://github.com/bitcoin/bitcoin/pull/18174
< bitcoin-git> [bitcoin] theStack opened pull request #18173: refactor: test/bench: deduplicate SetupDummyInputs() (master...20200218-refactor-dedup-SetupDummyInputs) https://github.com/bitcoin/bitcoin/pull/18173
< bitcoin-git> [bitcoin] 0xB10C opened pull request #18172: test: Transaction expiry from mempool (master...2020-02-mempool-expiry-test) https://github.com/bitcoin/bitcoin/pull/18172
< bitcoin-git> [bitcoin] fanquake opened pull request #18171: build: add macOS signing entitlements to macdeploy (master...macos_signing_requirements) https://github.com/bitcoin/bitcoin/pull/18171
< bitcoin-git> [bitcoin] travinkeith opened pull request #18170: doc: Minor grammatical changes and flow improvements (master...patch-2) https://github.com/bitcoin/bitcoin/pull/18170
< bitcoin-git> [bitcoin] fanquake closed pull request #18169: Update CONTRIBUTING.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18169
< bitcoin-git> [bitcoin] travinkeith opened pull request #18169: Update CONTRIBUTING.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18169
< bitcoin-git> [bitcoin] toxeus opened pull request #18168: httpserver: use own HTTP status codes (master...500) https://github.com/bitcoin/bitcoin/pull/18168
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18037: Util: Allow scheduler to be mocked (master...2020-01-mock-scheduler) https://github.com/bitcoin/bitcoin/pull/18037
< bitcoin-git> bitcoin/master 930d837 Amiti Uttarwar: [test] add chainparams property to indicate chain allows time mocking
< bitcoin-git> bitcoin/master 1cd43e8 Amiti Uttarwar: [test] unit test for new MockForward scheduler method
< bitcoin-git> bitcoin/master a6f6359 Amiti Uttarwar: [util] allow scheduler to be mocked
< bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/179504ccb6f4...36f42e1bf43f

2020-02-17

< bitcoin-git> [bitcoin] TheQuantumPhysicist opened pull request #18167: Fix a violation of C++ standard rules where unions are used for type-punning (master...master) https://github.com/bitcoin/bitcoin/pull/18167
< bitcoin-git> [bitcoin] practicalswift opened pull request #18166: ci: Run fuzz testing test cases under valgrind (master...fuzz-test-cases-under-valgrind) https://github.com/bitcoin/bitcoin/pull/18166
< bitcoin-git> [bitcoin] laanwj merged pull request #17948: build: pass -fno-ident in Windows gitian descriptor (master...pass_fno_ident) https://github.com/bitcoin/bitcoin/pull/17948
< bitcoin-git> bitcoin/master 179504c Wladimir J. van der Laan: Merge #17948: build: pass -fno-ident in Windows gitian descriptor
< bitcoin-git> bitcoin/master 530d02a fanquake: build: pass -fno-ident in Windows gitian descriptor
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/051439813e2c...179504ccb6f4
< bitcoin-git> [bitcoin] laanwj merged pull request #13339: wallet: Replace %w by wallet name in -walletnotify script (master...2018-05-walletnotify) https://github.com/bitcoin/bitcoin/pull/13339
< bitcoin-git> bitcoin/master 0514398 Wladimir J. van der Laan: Merge #13339: wallet: Replace %w by wallet name in -walletnotify script
< bitcoin-git> bitcoin/master 4e9efac Joao Barbosa: test: Check wallet name in -walletnotify script
< bitcoin-git> bitcoin/master 9a5b5ee Joao Barbosa: wallet: Replace %w by wallet name in -walletnotify script
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/263f53e2d07a...051439813e2c
< bitcoin-git> [bitcoin] luke-jr opened pull request #18165: Consolidate service flag bit-to-name conversion to a shared serviceFlagToStr function (master...svcflags2str) https://github.com/bitcoin/bitcoin/pull/18165
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18098: scripted-diff: Add missing spaces in RPCResult, Normalize type names (master...1912-rpcDocFixes) https://github.com/bitcoin/bitcoin/pull/18098
< bitcoin-git> bitcoin/master 263f53e MarcoFalke: Merge #18098: scripted-diff: Add missing spaces in RPCResult, Normalize ty...
< bitcoin-git> bitcoin/master fad027f MarcoFalke: scripted-diff: Add missing spaces in RPCResult, Fix type names
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/94c0287aec9a...263f53e2d07a

2020-02-16

< bitcoin-git> [bitcoin] theStack opened pull request #18164: rpc: generalize address in decoderawtransaction RPCResult (master...20200216-rpc-remove-concrete-address-from-rpcresult) https://github.com/bitcoin/bitcoin/pull/18164
< bitcoin-git> [bitcoin] achow101 opened pull request #18163: descriptors: Use xpub at last hardened step if possible (master...desc-last-hardened) https://github.com/bitcoin/bitcoin/pull/18163
< bitcoin-git> [bitcoin] practicalswift opened pull request #18162: util: Avoid potential uninitialized read in FormatISO8601DateTime(int64_t n) by checking gmtime_s/gmtime_r return value (master...FormatISO8601DateTime-unitialized-read) https://github.com/bitcoin/bitcoin/pull/18162
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18159: tests: Add --valgrind option to test/fuzz/test_runner.py for running fuzzing test cases under valgrind (master...fuzzers-valgrind) https://github.com/bitcoin/bitcoin/pull/18159
< bitcoin-git> bitcoin/master 94c0287 MarcoFalke: Merge #18159: tests: Add --valgrind option to test/fuzz/test_runner.py for...
< bitcoin-git> bitcoin/master 1b068c5 practicalswift: tests: Add --valgrind option to test/fuzz/test_runner.py for running fuzzi...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/33861a836727...94c0287aec9a
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18145: build: add Wreturn-type to Werror flags, check on more Travis machines (master...2020/return-type) https://github.com/bitcoin/bitcoin/pull/18145
< bitcoin-git> bitcoin/master 33861a8 MarcoFalke: Merge #18145: build: add Wreturn-type to Werror flags, check on more Travi...
< bitcoin-git> bitcoin/master c98c26e Sjors Provoost: ci: use --enable-werror on more hosts
< bitcoin-git> bitcoin/master 6ba617d Sjors Provoost: build: add Wreturn-type to Werror flags
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2a2631fb0dc7...33861a836727
< bitcoin-git> [bitcoin] promag opened pull request #18160: gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged (master...2020-02-avoid-getbalance) https://github.com/bitcoin/bitcoin/pull/18160
< bitcoin-git> [bitcoin] practicalswift opened pull request #18159: tests: Add --valgrind option to test/fuzz/test_runner.py for running fuzzing test cases under valgrind (master...fuzzers-valgrind) https://github.com/bitcoin/bitcoin/pull/18159
< bitcoin-git> [bitcoin] jkcd opened pull request #18157: doc: fixing init.md documentation to not require rpcpassword (master...fix_16346_doc_init) https://github.com/bitcoin/bitcoin/pull/18157

2020-02-15

< bitcoin-git> [bitcoin] practicalswift opened pull request #18155: tests: Add harness which fuzzes EvalScript and VerifyScript using a fuzzed signature checker (master...fuzzers-signature_checker) https://github.com/bitcoin/bitcoin/pull/18155
< bitcoin-git> [bitcoin] yahiheb opened pull request #18154: Trivial(qt): Capitalization, spelling (master...qt-nitpicking) https://github.com/bitcoin/bitcoin/pull/18154
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18108: Fix .gitignore policy in build_msvc directory (master...20200210-fix-msvc-gitignore) https://github.com/bitcoin/bitcoin/pull/18108
< bitcoin-git> bitcoin/master 2a2631f MarcoFalke: Merge #18108: Fix .gitignore policy in build_msvc directory
< bitcoin-git> bitcoin/master dcb7af0 Hennadii Stepanov: Ignore only auto-generated .vcxproj files
< bitcoin-git> bitcoin/master 79c811c Hennadii Stepanov: Specify ignored bitcoin-qt file precisely
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/470664f2b788...2a2631fb0dc7
< bitcoin-git> [bitcoin] luke-jr opened pull request #18153: doc/release-process: Restore and update PPA note (master...doc_ppa_202002) https://github.com/bitcoin/bitcoin/pull/18153
< bitcoin-git> [bitcoin] hebasto opened pull request #18152: qt: Use NotificationStatus enum for signals to GUI (master...20200215-pr18121-followup2) https://github.com/bitcoin/bitcoin/pull/18152
< bitcoin-git> [bitcoin] fanquake opened pull request #18151: build: replace libdmg and genisoimage with xorriso (master...xorriso_replaces_libdmg_genisoimage) https://github.com/bitcoin/bitcoin/pull/18151
< bitcoin-git> [bitcoin] sipa closed pull request #10785: Serialization improvements (master...20170707_noncastserial) https://github.com/bitcoin/bitcoin/pull/10785

2020-02-14

< bitcoin-git> [bitcoin] fanquake closed pull request #18148: Update README.md (master...JeremyRubin-patch-1) https://github.com/bitcoin/bitcoin/pull/18148
< bitcoin-git> [bitcoin] vasild opened pull request #18149: build: change --enable-werror to enable -Werror (master...werror) https://github.com/bitcoin/bitcoin/pull/18149
< bitcoin-git> [bitcoin] JeremyRubin opened pull request #18148: Update README.md (master...JeremyRubin-patch-1) https://github.com/bitcoin/bitcoin/pull/18148
< bitcoin-git> [bitcoin] sanjaykdragon closed pull request #18146: refactor / optimizations: feebumper (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18146
< bitcoin-git> [bitcoin] practicalswift opened pull request #18147: qt: Kill the locale dependency bug class by not allowing Qt to mess with LC_NUMERIC (master...kill-locale-dependency-bug-class) https://github.com/bitcoin/bitcoin/pull/18147
< bitcoin-git> [bitcoin] sanjaykdragon opened pull request #18146: refactor / optimizations: feebumper (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18146
< bitcoin-git> [bitcoin] Sjors opened pull request #18145: build: add Wreturn-type to Werror flags, check on more Travis machines (master...2020/return-type) https://github.com/bitcoin/bitcoin/pull/18145

2020-02-13

< bitcoin-git> [bitcoin] fanquake closed pull request #18143: Update chainparams.cpp (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18143
< bitcoin-git> [bitcoin] bitzec opened pull request #18143: Update chainparams.cpp (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18143
< bitcoin-git> [bitcoin] laanwj merged pull request #17746: refactor: rpc: Remove vector copy from listtransactions (master...2019-12-listtransactions) https://github.com/bitcoin/bitcoin/pull/17746
< bitcoin-git> bitcoin/master 25bc17f Joao Barbosa: refactor: rpc: Remove vector copy from listtransactions
< bitcoin-git> bitcoin/master 470664f Wladimir J. van der Laan: Merge #17746: refactor: rpc: Remove vector copy from listtransactions
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0c20809da85a...470664f2b788
< bitcoin-git> [bitcoin] laanwj merged pull request #18139: doc: Add missing author to 0.19.1 release notes (0.19...2002-docRelAuth) https://github.com/bitcoin/bitcoin/pull/18139
< bitcoin-git> bitcoin/0.19 a28ea31 Wladimir J. van der Laan: Merge #18139: doc: Add missing author to 0.19.1 release notes
< bitcoin-git> bitcoin/0.19 facbdc0 MarcoFalke: doc: Add missing author to 0.19.1 release notes
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to 0.19: https://github.com/bitcoin/bitcoin/compare/628103d67302...a28ea316ed47
< bitcoin-git> [bitcoin] Bushstar closed pull request #18138: build: remove redundant compiler warning suppression (master...redundant-no-error) https://github.com/bitcoin/bitcoin/pull/18138
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18139: doc: Add missing author to 0.19.1 release notes (0.19...2002-docRelAuth) https://github.com/bitcoin/bitcoin/pull/18139
< bitcoin-git> [bitcoin] Bushstar opened pull request #18138: build: remove redundant compiler error supression (master...redundant-no-error) https://github.com/bitcoin/bitcoin/pull/18138
< bitcoin-git> [bitcoin] jonasschnelli merged pull request #18121: gui: Throttle GUI update pace when -reindex (master...20200211-reindex-gui) https://github.com/bitcoin/bitcoin/pull/18121
< bitcoin-git> bitcoin/master 0c20809 Jonas Schnelli: Merge #18121: gui: Throttle GUI update pace when -reindex
< bitcoin-git> bitcoin/master c9fe612 Hennadii Stepanov: gui: Throttle GUI update pace when -reindex
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b6a16fa44ef2...0c20809da85a
< bitcoin-git> bitcoin/master b6a16fa Jonas Schnelli: Merge #18123: gui: Fix race in WalletModel::pollBalanceChanged
< bitcoin-git> [bitcoin] jonasschnelli merged pull request #18123: gui: Fix race in WalletModel::pollBalanceChanged (master...pr/pollbug) https://github.com/bitcoin/bitcoin/pull/18123
< bitcoin-git> bitcoin/master bf36a3c Russell Yanofsky: gui: Fix race in WalletModel::pollBalanceChanged
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2bdc476d4d23...b6a16fa44ef2
< bitcoin-git> [bitcoin] fanquake opened pull request #18135: build: add --no-insert-timestamp to Windows linker flags (master...no_insert_timestamp_ld) https://github.com/bitcoin/bitcoin/pull/18135
< bitcoin-git> [bitcoin] Empact opened pull request #18134: Replace std::to_string with locale-independent alternative (master...2020-02-to-string) https://github.com/bitcoin/bitcoin/pull/18134
< bitcoin-git> [bitcoin] luke-jr opened pull request #18133: Fix various edge case bugs in QValidatedLineEdit (master...bugfix_qvalidlineedit) https://github.com/bitcoin/bitcoin/pull/18133

2020-02-12

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18127: fuzz: Add fuzzer for ConditionStack (master...2002-fuzzConditionStack) https://github.com/bitcoin/bitcoin/pull/18127
< bitcoin-git> [bitcoin] practicalswift closed pull request #17760: util: Don't depend on locale when trimming strings. Add tests. (master...trimming-without-borders) https://github.com/bitcoin/bitcoin/pull/17760
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #18131: add macOS notarization info to the release process doc (master...2020/02/notarize) https://github.com/bitcoin/bitcoin/pull/18131
< bitcoin-git> [bitcoin] Empact opened pull request #18130: Replace uses of boost::trim* with non-locale-dependent alternatives (master...2020-02-boost-trim) https://github.com/bitcoin/bitcoin/pull/18130
< bitcoin-git> [bitcoin] abitfan opened pull request #18129: Doc: Fix BSD docs regarding gmake (master...bsddocs) https://github.com/bitcoin/bitcoin/pull/18129
< bitcoin-git> [bitcoin] laanwj merged pull request #17708: prevector: avoid misaligned member accesses (master...201912-prevec-pack) https://github.com/bitcoin/bitcoin/pull/17708
< bitcoin-git> bitcoin/master 5f26855 Wladimir J. van der Laan: test: Remove ubsan alignment suppressions
< bitcoin-git> bitcoin/master 2bdc476 Wladimir J. van der Laan: Merge #17708: prevector: avoid misaligned member accesses
< bitcoin-git> bitcoin/master 9d933ef Anthony Towns: prevector: avoid misaligned member accesses
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d4fc9aeb8b6a...2bdc476d4d23
< bitcoin-git> [bitcoin] laanwj merged pull request #18125: doc: remove PPA note from release-process.md (master...dont_bug_the_bluematt) https://github.com/bitcoin/bitcoin/pull/18125
< bitcoin-git> bitcoin/master d4fc9ae Wladimir J. van der Laan: Merge #18125: doc: remove PPA note from release-process.md
< bitcoin-git> bitcoin/master 53234fd fanquake: doc: remove PPA note from release-process.md
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/caa2f3af2928...d4fc9aeb8b6a
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18127: fuzz: Add fuzzer for ConditionStack (master...2002-fuzzConditionStack) https://github.com/bitcoin/bitcoin/pull/18127
< bitcoin-git> [bitcoin] practicalswift opened 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] MarcoFalke merged pull request #12134: Build previous releases and run functional tests (master...previous-release) https://github.com/bitcoin/bitcoin/pull/12134
< bitcoin-git> bitcoin/master c7ca630 Sjors Provoost: [scripts] support release candidates of earlier releases
< bitcoin-git> bitcoin/master 8b1460d Sjors Provoost: [tests] check v0.17.1 and v0.18.1 backwards compatibility
< bitcoin-git> bitcoin/master ae379cf Sjors Provoost: [scripts] build earlier releases
< bitcoin-git> [bitcoin] MarcoFalke pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/73a396e0280a...caa2f3af2928
< bitcoin-git> [bitcoin] giulio92 closed pull request #17981: Docs: Improve release-process.md formatting (master...release-process-formatting) https://github.com/bitcoin/bitcoin/pull/17981
< bitcoin-git> [bitcoin] fanquake opened pull request #18125: doc: remove PPA note from release-process.md (master...dont_bug_the_bluematt) https://github.com/bitcoin/bitcoin/pull/18125
< bitcoin-git> bitcoin/master 73a396e fanquake: Merge #18004: build: don't embed a build-id when building libdmg-hfsplus
< bitcoin-git> bitcoin/master cb9e88e fanquake: build: don't embed a build-id when building libdmg-hfsplus
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/98264e2ccb17...73a396e0280a

2020-02-11

< bitcoin-git> [bitcoin] practicalswift opened pull request #18124: init: Clarify C and C++ locale assumptions. Add locale sanity check to verify assumptions at run-time. (master...LocaleSanityCheck) https://github.com/bitcoin/bitcoin/pull/18124
< bitcoin-git> [bitcoin] ryanofsky opened pull request #18123: gui: Fix race in WalletModel::pollBalanceChanged (master...pr/pollbug) https://github.com/bitcoin/bitcoin/pull/18123
< bitcoin-git> [bitcoin] theStack opened pull request #18122: rpc: update validateaddress RPCExamples to bech32 (master...20200211-rpc-update-validateaddress-rpcexamples-to-bech32) https://github.com/bitcoin/bitcoin/pull/18122
< bitcoin-git> [bitcoin] hebasto opened pull request #18121: gui: Throttle GUI update pace when -reindex (master...20200211-reindex-gui) https://github.com/bitcoin/bitcoin/pull/18121
< bitcoin-git> [bitcoin] JeremyRubin opened 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] hebasto opened 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] fanquake merged pull request #18104: build: Skip i686 build by default in guix and gitian (master...2002-i686NoBuildByDefault) https://github.com/bitcoin/bitcoin/pull/18104
< bitcoin-git> bitcoin/master 98264e2 fanquake: Merge #18104: build: Skip i686 build by default in guix and gitian
< bitcoin-git> bitcoin/master fae9084 MarcoFalke: build: Skip i686 build by default in guix and gitian
< bitcoin-git> bitcoin/master fa55a25 MarcoFalke: depends: Remove reference to win32
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/35b7a8e539fa...98264e2ccb17
< bitcoin-git> [bitcoin] hebasto opened pull request #18116: depends: Use clang for Ubuntu 16.04 (master...20200211-clang-ubuntu) https://github.com/bitcoin/bitcoin/pull/18116
< bitcoin-git> [bitcoin] fanquake merged pull request #18087: Get rid of VARINT default argument (master...202002_novarintvarmacro) https://github.com/bitcoin/bitcoin/pull/18087
< bitcoin-git> bitcoin/master 35b7a8e fanquake: Merge #18087: Get rid of VARINT default argument
< bitcoin-git> bitcoin/master 0e0fa27 Pieter Wuille: Get rid of VARINT default argument
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/646f0ada0205...35b7a8e539fa
< bitcoin-git> [bitcoin] achow101 opened 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] jnewbery opened pull request #18113: [coins] Don't allow a coin to spent and FRESH. Improve commenting. (master...2020-01-prune-pruned) https://github.com/bitcoin/bitcoin/pull/18113
< bitcoin-git> [bitcoin] za-kk reopened pull request #17355: gui: grey out used address in address book (master...oct-19-17174) https://github.com/bitcoin/bitcoin/pull/17355

2020-02-10

< bitcoin-git> [bitcoin] za-kk closed pull request #17355: gui: grey out used address in address book (master...oct-19-17174) https://github.com/bitcoin/bitcoin/pull/17355
< bitcoin-git> [bitcoin] sipa opened pull request #18112: Serialization improvements step 5 (blockencodings) (master...202002_noncastserial_5) https://github.com/bitcoin/bitcoin/pull/18112
< bitcoin-git> [bitcoin] laanwj merged pull request #18051: build: Fix behavior when ALLOW_HOST_PACKAGES unset (master...20200201-fix-allowhostpackages) https://github.com/bitcoin/bitcoin/pull/18051
< bitcoin-git> bitcoin/master 0e519fe Hennadii Stepanov: build: Fix behavior when ALLOW_HOST_PACKAGES unset
< bitcoin-git> bitcoin/master 646f0ad Wladimir J. van der Laan: Merge #18051: build: Fix behavior when ALLOW_HOST_PACKAGES unset
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ceb3d45f7d86...646f0ada0205
< bitcoin-git> [bitcoin] practicalswift opened 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] laanwj merged 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/master ceb3d45 Wladimir J. van der Laan: Merge #17947: test: add unit test for non-standard txs with too large tx s...
< bitcoin-git> bitcoin/master 4537ba5 Sebastian Falbesoner: test: add unit test for non-standard txs with too large tx size
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4c2578706c70...ceb3d45f7d86
< bitcoin-git> [bitcoin] hebasto opened pull request #18108: Fix .gitignore policy in build_msvc directory (master...20200210-fix-msvc-gitignore) https://github.com/bitcoin/bitcoin/pull/18108
< bitcoin-git> [bitcoin] laanwj merged pull request #18021: Serialization improvements step 4 (undo.h) (master...202001_noncastserial_4) https://github.com/bitcoin/bitcoin/pull/18021
< bitcoin-git> bitcoin/master 3cd8ab9 Pieter Wuille: Make std::vector and prevector reuse the VectorFormatter logic
< bitcoin-git> bitcoin/master abf8624 Pieter Wuille: Add custom vector-element formatter
< bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/b063cb690f57...4c2578706c70
< bitcoin-git> bitcoin/master 37d800b Pieter Wuille: Add a constant for the maximum vector allocation (5 Mbyte)
< bitcoin-git> [bitcoin] laanwj pushed tag v0.19.1rc2: https://github.com/bitcoin/bitcoin/compare/v0.19.1rc2
< bitcoin-git> bitcoin/0.19 628103d Wladimir J. van der Laan: build: Bump version to 0.19.1rc2
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.19: https://github.com/bitcoin/bitcoin/compare/c3caf2d84c68...628103d67302
< bitcoin-git> bitcoin/0.19 c3caf2d Wladimir J. van der Laan: doc: UNIX manual pages update for rc2
< bitcoin-git> bitcoin/0.19 e5322d6 Wladimir J. van der Laan: qt: Pre-rc2 translations update
< bitcoin-git> bitcoin/0.19 9bd082e Wladimir J. van der Laan: doc: Update release notes for rc2
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to 0.19: https://github.com/bitcoin/bitcoin/compare/ba0b7e1296ff...c3caf2d84c68
< bitcoin-git> [bitcoin] laanwj merged pull request #18081: test: set a name for CI Docker containers (master...name_ci_docker_containers) https://github.com/bitcoin/bitcoin/pull/18081
< bitcoin-git> bitcoin/master b063cb6 Wladimir J. van der Laan: Merge #18081: test: set a name for CI Docker containers
< bitcoin-git> bitcoin/master 9e111db fanquake: test: set a name for CI Docker containers
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ab7915f804b7...b063cb690f57
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18107: build: Add cov_fuzz target (master...2002-buildCovFuzz) https://github.com/bitcoin/bitcoin/pull/18107
< bitcoin-git> [bitcoin] Sjors closed pull request #15590: Descriptor: add GetAddressType() and IsSegWit() (master...2019/03/descriptor-address-type) https://github.com/bitcoin/bitcoin/pull/15590
< bitcoin-git> [bitcoin] hebasto closed pull request #16722: build: Disable warnings for leveldb subtree by default (master...20190825-leveldb-warnings) https://github.com/bitcoin/bitcoin/pull/16722
< bitcoin-git> [bitcoin] laanwj merged pull request #18079: [0.19] psbt: check that various indexes and amounts are within bounds (0.19...psbt_fix_pr17156-0.19.1) https://github.com/bitcoin/bitcoin/pull/18079
< bitcoin-git> bitcoin/0.19 ba0b7e1 Wladimir J. van der Laan: Merge #18079: [0.19] psbt: check that various indexes and amounts are with...
< bitcoin-git> bitcoin/0.19 f5fb7fc Andrew Chow: psbt: check output index is within bounds before accessing
< bitcoin-git> bitcoin/0.19 1cf77a2 Andrew Chow: Don't calculate tx fees for PSBTs with invalid money values
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to 0.19: https://github.com/bitcoin/bitcoin/compare/4755037d4571...ba0b7e1296ff
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18106: test: Disable s390 build on travis (master...2020_02_disable_travis_s390) https://github.com/bitcoin/bitcoin/pull/18106
< bitcoin-git> bitcoin/master ab7915f MarcoFalke: Merge #18106: test: Disable s390 build on travis
< bitcoin-git> bitcoin/master b0a0129 Wladimir J. van der Laan: test: Disable s390 build on travis
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/657c5e5f1cd9...ab7915f804b7
< bitcoin-git> [bitcoin] laanwj merged pull request #18083: [0.19] wallet: Reset reused transactions cache (0.19...bugfix_reused_tx_cache-0.19.1) https://github.com/bitcoin/bitcoin/pull/18083
< bitcoin-git> bitcoin/0.19 4755037 Wladimir J. van der Laan: Merge #18083: [0.19] wallet: Reset reused transactions cache
< bitcoin-git> bitcoin/0.19 f11872c Fabian Jahr: wallet: Reset reused transactions cache
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to 0.19: https://github.com/bitcoin/bitcoin/compare/f55442aa81c7...4755037d4571
< bitcoin-git> [bitcoin] fanquake merged pull request #18099: Update univalue subtree (master...2002-univalueBump) https://github.com/bitcoin/bitcoin/pull/18099
< bitcoin-git> bitcoin/master 657c5e5 fanquake: Merge #18099: Update univalue subtree
< bitcoin-git> bitcoin/master fad9ea8 MarcoFalke: Update univalue subtree
< bitcoin-git> bitcoin/master 97aa574 MarcoFalke: Squashed 'src/univalue/' changes from 5a58a46671..98261b1e7b
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/9e77726fb737...657c5e5f1cd9
< bitcoin-git> [bitcoin] laanwj opened pull request #18106: test: Disable s390 build on travis (master...2020_02_disable_travis_s390) https://github.com/bitcoin/bitcoin/pull/18106
< bitcoin-git> [bitcoin] laanwj merged pull request #18101: qt: Fix deprecated QCharRef usage (master...20200209-deprecated-qcharref) https://github.com/bitcoin/bitcoin/pull/18101
< bitcoin-git> bitcoin/master ac57859 Hennadii Stepanov: qt: Fix deprecated QCharRef usage
< bitcoin-git> bitcoin/master 9e77726 Wladimir J. van der Laan: Merge #18101: qt: Fix deprecated QCharRef usage
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/407d7c831aab...9e77726fb737
< bitcoin-git> [bitcoin] laanwj merged pull request #18091: Qt: pass clientmodel changes from walletframe to walletviews (master...2020/02/missing_clientmodel) https://github.com/bitcoin/bitcoin/pull/18091
< bitcoin-git> bitcoin/master 407d7c8 Wladimir J. van der Laan: Merge #18091: Qt: pass clientmodel changes from walletframe to walletviews...
< bitcoin-git> bitcoin/master 2af3e16 Jonas Schnelli: Qt: pass clientmodel changes from walletframe to walletviews
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0193fd766bde...407d7c831aab
< bitcoin-git> [bitcoin] laanwj merged pull request #18082: logging: enable thread_local usage on macOS (master...macos_thread_local) https://github.com/bitcoin/bitcoin/pull/18082
< bitcoin-git> bitcoin/master d768949 fanquake: logging: enable thread_local usage on macOS
< bitcoin-git> bitcoin/master 0193fd7 Wladimir J. van der Laan: Merge #18082: logging: enable thread_local usage on macOS
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/22d11187ee3c...0193fd766bde
< bitcoin-git> [bitcoin] laanwj merged pull request #18100: 0.19: Update univalue subtree (0.19...2002-univalueBump19) https://github.com/bitcoin/bitcoin/pull/18100
< bitcoin-git> bitcoin/0.19 fa4d00b MarcoFalke: Update univalue subtree
< bitcoin-git> bitcoin/0.19 f55442a Wladimir J. van der Laan: Merge #18100: 0.19: Update univalue subtree
< bitcoin-git> bitcoin/0.19 5e17280 MarcoFalke: Squashed 'src/univalue/' changes from 7890db99d6..98261b1e7b
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to 0.19: https://github.com/bitcoin/bitcoin/compare/7d53995ff2b4...f55442aa81c7
< bitcoin-git> [bitcoin] laanwj merged pull request #17398: build: Update leveldb to 1.22+ (master...2019_11_leveldb_upstream) https://github.com/bitcoin/bitcoin/pull/17398
< bitcoin-git> bitcoin/master 2e18193 Wladimir J. van der Laan: Squashed 'src/crc32c/' content from commit 224988680f7673cd7c769963d4035cb...
< bitcoin-git> bitcoin/master 20a6bab Wladimir J. van der Laan: Update to leveldb upstream using subtree merge
< bitcoin-git> bitcoin/master 6648082 Wladimir J. van der Laan: Squashed 'src/leveldb/' changes from f545dfabff4c2e9836efed094dba99a34fbc6...
< bitcoin-git> [bitcoin] laanwj pushed 14 commits to master: https://github.com/bitcoin/bitcoin/compare/75fb37ce6828...22d11187ee3c

2020-02-09

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18104: build: Skip i686 build by default in guix and gitian (master...2002-i686NoBuildByDefault) https://github.com/bitcoin/bitcoin/pull/18104
< bitcoin-git> [bitcoin] yancyribbens opened pull request #18102: doc: update unit test documentation to be more descriptive about how to mo... (master...update-unit-test-readme) https://github.com/bitcoin/bitcoin/pull/18102
< bitcoin-git> [bitcoin] hebasto opened pull request #18101: qt: Fix deprecated QCharRef usage (master...20200209-deprecated-qcharref) https://github.com/bitcoin/bitcoin/pull/18101
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18100: 0.19: Update univalue subtree (0.19...2002-univalueBump19) https://github.com/bitcoin/bitcoin/pull/18100
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18099: Update univalue subtree (master...2002-univalueBump) https://github.com/bitcoin/bitcoin/pull/18099
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18098: scripted-diff: Add missing spaces in RPCResult, Normalize type names (master...1912-rpcDocFixes) https://github.com/bitcoin/bitcoin/pull/18098
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18032: rpc: Output a descriptor in createmultisig and addmultisigaddress (master...createms-descriptor) https://github.com/bitcoin/bitcoin/pull/18032
< bitcoin-git> bitcoin/master 75fb37c MarcoFalke: Merge #18032: rpc: Output a descriptor in createmultisig and addmultisigad...
< bitcoin-git> bitcoin/master 19a354b Andrew Chow: Output a descriptor in createmultisig and addmultisigaddress
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/23fab1a3dfe6...75fb37ce6828

2020-02-08

< bitcoin-git> [bitcoin] hebasto reopened pull request #17428: p2p: Try to preserve outbound block-relay-only connections during restart (master...20191109-anchors) https://github.com/bitcoin/bitcoin/pull/17428
< bitcoin-git> [bitcoin] backpacker69 closed pull request #18097: Nobrokentransactions (master...nobrokentransactions) https://github.com/bitcoin/bitcoin/pull/18097
< bitcoin-git> [bitcoin] backpacker69 opened pull request #18097: Nobrokentransactions (master...nobrokentransactions) https://github.com/bitcoin/bitcoin/pull/18097
< bitcoin-git> [bitcoin] hebasto closed pull request #17428: p2p: Try to preserve outbound block-relay-only connections during restart (master...20191109-anchors) https://github.com/bitcoin/bitcoin/pull/17428
< MarcoFalke> git remote add origin git@github.com:JeremyRubin/bitcoin.git # To add your own origin
< MarcoFalke> git remote add bitcoin_core_upstream https://github.com/bitcoin/bitcoin.git

2020-02-07

< bitcoin-git> [bitcoin] nothingmuch opened pull request #18096: doc: IsFinalTx comment about nSequence & OP_CLTV (master...nLockTime-comment) https://github.com/bitcoin/bitcoin/pull/18096
< bitcoin-git> [bitcoin] uhliksk opened pull request #18095: Fix crashes and infinite loop in ListWalletDir() (master...master) https://github.com/bitcoin/bitcoin/pull/18095
< bitcoin-git> [bitcoin] sipa closed pull request #18093: Controlling und die Scheidung ist eine Empfangsbestatigung fur die PO... (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18093
< bitcoin-git> [bitcoin] thorie7912 opened pull request #18094: Split blocks into multiple dirs (master...split_blocks_into_multiple_dirs) https://github.com/bitcoin/bitcoin/pull/18094
< bitcoin-git> [bitcoin] moniquejank opened pull request #18093: Controlling und die Scheidung ist eine Empfangsbestatigung fur die PO... (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18093
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #18091: Qt: pass clientmodel changes from walletframe to walletviews (master...2020/02/missing_clientmodel) https://github.com/bitcoin/bitcoin/pull/18091
< bitcoin-git> [bitcoin] thorie7912 closed pull request #18089: Merge pull request #1 from bitcoin/master (master...master) https://github.com/bitcoin/bitcoin/pull/18089
< bitcoin-git> [bitcoin] thorie7912 opened pull request #18089: Merge pull request #1 from bitcoin/master (master...master) https://github.com/bitcoin/bitcoin/pull/18089
< bitcoin-git> [bitcoin] fanquake opened pull request #18088: build: ensure we aren't using GNU extensions (master...no_gnu_extensions) https://github.com/bitcoin/bitcoin/pull/18088
< bitcoin-git> [bitcoin] sipa opened pull request #18087: Get rid of VARINT default argument (master...202002_novarintvarmacro) https://github.com/bitcoin/bitcoin/pull/18087
< bitcoin-git> [bitcoin] sipa opened pull request #18086: Accurately account for mempool index memory (master...201910_accounting_allocator) https://github.com/bitcoin/bitcoin/pull/18086

2020-02-06

< bitcoin-git> [bitcoin] fanquake merged pull request #18084: 0.19: gui: Fix unintialized WalletView::progressDialog (0.19...2020-02-backport-18062) https://github.com/bitcoin/bitcoin/pull/18084
< bitcoin-git> bitcoin/0.19 7d53995 fanquake: Merge #18084: 0.19: gui: Fix unintialized WalletView::progressDialog
< bitcoin-git> bitcoin/0.19 b4e5363 Joao Barbosa: gui: Fix unintialized WalletView::progressDialog
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to 0.19: https://github.com/bitcoin/bitcoin/compare/755b0734bb50...7d53995ff2b4
< bitcoin-git> [bitcoin] laanwj closed pull request #18053: Silence "redundant move in return statement" warning on GCC9 (master...gcc9-silence-redundant-move) https://github.com/bitcoin/bitcoin/pull/18053
< bitcoin-git> [bitcoin] laanwj reopened pull request #16995: Fix gcc 9 warnings (master...2019_09_resolve_gcc_warnings) https://github.com/bitcoin/bitcoin/pull/16995
< bitcoin-git> [bitcoin] laanwj closed pull request #17807: net: Remove unnecessary portability typedef (master...akh_socket_arg_type) https://github.com/bitcoin/bitcoin/pull/17807
< bitcoin-git> [bitcoin] promag opened pull request #18084: 0.19: gui: Fix unintialized WalletView::progressDialog (0.19...2020-02-backport-18062) https://github.com/bitcoin/bitcoin/pull/18084
< bitcoin-git> [bitcoin] fanquake merged pull request #18062: gui: Fix unintialized WalletView::progressDialog (master...2020-02-fix-unitialized-progressDialog) https://github.com/bitcoin/bitcoin/pull/18062
< bitcoin-git> bitcoin/master 23fab1a fanquake: Merge #18062: gui: Fix unintialized WalletView::progressDialog
< bitcoin-git> bitcoin/master acf8abc Joao Barbosa: gui: Fix unintialized WalletView::progressDialog
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4d211c8da112...23fab1a3dfe6
< bitcoin-git> [bitcoin] fanquake merged pull request #18003: build: remove --large-address-aware linker flag (master...configure_large_address_aware) https://github.com/bitcoin/bitcoin/pull/18003
< bitcoin-git> bitcoin/master 4d211c8 fanquake: Merge #18003: build: remove --large-address-aware linker flag
< bitcoin-git> bitcoin/master acd644b fanquake: build: remove --large-address-aware linker flag
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8a56f79d4912...4d211c8da112
< bitcoin-git> [bitcoin] luke-jr opened pull request #18083: [0.19] wallet: Reset reused transactions cache (0.19...bugfix_reused_tx_cache-0.19.1) https://github.com/bitcoin/bitcoin/pull/18083
< bitcoin-git> [bitcoin] fanquake opened pull request #18082: logging: enable thread_local usage on macOS (master...macos_thread_local) https://github.com/bitcoin/bitcoin/pull/18082
< bitcoin-git> [bitcoin] fanquake opened pull request #18081: test: set a name for CI Docker containers (master...name_ci_docker_containers) https://github.com/bitcoin/bitcoin/pull/18081

2020-02-05

< bitcoin-git> [bitcoin] luke-jr opened pull request #18079: [0.19] psbt: check that various indexes and amounts are within bounds (0.19...psbt_fix_pr17156-0.19.1) https://github.com/bitcoin/bitcoin/pull/18079
< bitcoin-git> [bitcoin] luke-jr closed pull request #18078: [0.19] psbt: check that various indexes and amounts are within bounds (master...psbt_fix_pr17156-0.19.1) https://github.com/bitcoin/bitcoin/pull/18078
< bitcoin-git> [bitcoin] luke-jr opened pull request #18078: [0.19] psbt: check that various indexes and amounts are within bounds (master...psbt_fix_pr17156-0.19.1) https://github.com/bitcoin/bitcoin/pull/18078
< bitcoin-git> [bitcoin] tarrenj closed pull request #18076: doc: Resolves a spelling mistake (master...master) https://github.com/bitcoin/bitcoin/pull/18076
< bitcoin-git> [bitcoin] hebasto opened pull request #18077: [WIP] net: Add NAT-PMP port forwarding support (master...20200130-natpmp) https://github.com/bitcoin/bitcoin/pull/18077
< bitcoin-git> [bitcoin] tarrenj opened pull request #18076: doc: Resolves a spelling mistake (master...master) https://github.com/bitcoin/bitcoin/pull/18076
< bitcoin-git> [bitcoin] laanwj merged pull request #17482: util: Disallow network-qualified command line options (master...pr/wdqual) https://github.com/bitcoin/bitcoin/pull/17482
< bitcoin-git> bitcoin/master 8a56f79 Wladimir J. van der Laan: Merge #17482: util: Disallow network-qualified command line options
< bitcoin-git> bitcoin/master 900d8f6 Russell Yanofsky: util: Disallow network-qualified command line options
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/712b7d9b479d...8a56f79d4912
< bitcoin-git> [bitcoin] laanwj merged pull request #17804: doc: Misc RPC help fixes (master...1912-rpcDocFixes) https://github.com/bitcoin/bitcoin/pull/17804
< bitcoin-git> bitcoin/master fa9dec7 MarcoFalke: doc: Fix syntax error (trailing square bracket) in finalizepsbt
< bitcoin-git> bitcoin/master faff5a6 MarcoFalke: doc: Fix syntax error (trailing square bracket) in walletprocesspsbt
< bitcoin-git> bitcoin/master fa05459 MarcoFalke: doc: Add missing "optional" to "long" estimaterawfee RPC help
< bitcoin-git> [bitcoin] laanwj pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/b30a1f3e39aa...712b7d9b479d
< bitcoin-git> [bitcoin] laanwj merged pull request #18052: Remove false positive GCC warning (master...20200201-false-positive-warning) https://github.com/bitcoin/bitcoin/pull/18052
< bitcoin-git> bitcoin/master b30a1f3 Wladimir J. van der Laan: Merge #18052: Remove false positive GCC warning
< bitcoin-git> bitcoin/master e9434ee Hennadii Stepanov: Remove false positive GCC warning
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c8ce2632ebff...b30a1f3e39aa
< bitcoin-git> [bitcoin] laanwj merged pull request #16392: build: macOS toolchain update (master...macos-toolchain-update) https://github.com/bitcoin/bitcoin/pull/16392
< bitcoin-git> bitcoin/master 7e21044 fanquake: build: use macOS 10.14 SDK
< bitcoin-git> bitcoin/master ca5055a fanquake: depends: native_cctools 921, ld64 409.12, libtapi 1000.10.8
< bitcoin-git> bitcoin/master 1de8c06 fanquake: depends: clang 6.0.1
< bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/01668839de36...c8ce2632ebff
< bitcoin-git> [bitcoin] laanwj merged pull request #17660: build: remove deprecated key from macOS Info.plist (master...remove_deprecated_cfbundle_usage) https://github.com/bitcoin/bitcoin/pull/17660
< bitcoin-git> bitcoin/master 0166883 Wladimir J. van der Laan: Merge #17660: build: remove deprecated key from macOS Info.plist
< bitcoin-git> bitcoin/master c0bc453 fanquake: build: remove deprecated key from macOS Info.plist
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/adea5e1b54cf...01668839de36
< bitcoin-git> [bitcoin] laanwj merged pull request #18023: Fix some asmap issues (master...202001_asmap_nits) https://github.com/bitcoin/bitcoin/pull/18023