2020-02-16

< 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
< bitcoin-git> bitcoin/master 38c2395 Pieter Wuille: Use ASNs for mapped IPv4 addresses correctly
< bitcoin-git> bitcoin/master 6f8c937 Pieter Wuille: Mark asmap const in statistics code
< bitcoin-git> bitcoin/master d58bcdc Pieter Wuille: Avoid asmap copies in initialization
< bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/bd5c4c69716e...adea5e1b54cf
< bitcoin-git> [bitcoin] dongcarl opened pull request #18072: Use `libc++` headers from macOS SDK instead of from clang (master...2020-01-macos-sdk-with-headers) https://github.com/bitcoin/bitcoin/pull/18072
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18069: test: replace 'regtest' leftovers by self.chain (master...20200205-test-replace-regtest-by-self_chain) https://github.com/bitcoin/bitcoin/pull/18069
< bitcoin-git> bitcoin/master bd5c4c6 MarcoFalke: Merge #18069: test: replace 'regtest' leftovers by self.chain
< bitcoin-git> bitcoin/master eca56f8 Sebastian Falbesoner: test: replace 'regtest' leftovers by self.chain
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/554d89fb295e...bd5c4c69716e
< bitcoin-git> [bitcoin] laanwj merged pull request #18029: tests: Add fuzzing harness for AS-mapping (asmap) (master...fuzzers-asmap) https://github.com/bitcoin/bitcoin/pull/18029
< bitcoin-git> bitcoin/master 554d89f Wladimir J. van der Laan: Merge #18029: tests: Add fuzzing harness for AS-mapping (asmap)
< bitcoin-git> bitcoin/master 4d2acea practicalswift: tests: Add fuzzer asmap to FUZZERS_MISSING_CORPORA (temporarily)
< bitcoin-git> bitcoin/master 8d07706 practicalswift: tests: Add fuzzing harness for AS-mapping (asmap)
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/a064e005fa6b...554d89fb295e
< bitcoin-git> [bitcoin] JeremyRubin opened pull request #18071: [WIP] Refactoring CHashWriter & moving some hashed fields around (master...refactoring-hashers) https://github.com/bitcoin/bitcoin/pull/18071
< bitcoin-git> [bitcoin] givanse opened pull request #18070: [doc] add note about `brew doctor` (master...documentation) https://github.com/bitcoin/bitcoin/pull/18070
< bitcoin-git> [bitcoin] theStack opened pull request #18069: test: replace 'regtest' leftovers by self.chain (master...20200205-test-replace-regtest-by-self_chain) https://github.com/bitcoin/bitcoin/pull/18069
< bitcoin-git> [bitcoin] fanquake merged pull request #18059: build: add missing attributes to Win installer (master...win_installer_attributes) https://github.com/bitcoin/bitcoin/pull/18059
< bitcoin-git> bitcoin/master a064e00 fanquake: Merge #18059: build: add missing attributes to Win installer
< bitcoin-git> bitcoin/master 6c22315 fanquake: build: add additional attributes to Win installer
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8625446b4d86...a064e005fa6b
< bitcoin-git> [bitcoin] fanquake merged pull request #17336: scripts: search for first block file for linearize-data with some block files pruned (master...linearize) https://github.com/bitcoin/bitcoin/pull/17336
< bitcoin-git> bitcoin/master 317fb96 Rjected: Add search for first blk file with pruned node
< bitcoin-git> bitcoin/master 8625446 fanquake: Merge #17336: scripts: search for first block file for linearize-data with...
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f32564f0a73c...8625446b4d86

2020-02-04

< bitcoin-git> [bitcoin] ryanofsky opened pull request #18067: wallet: Improve LegacyScriptPubKeyMan::CanProvide script recognition (master...pr/provide) https://github.com/bitcoin/bitcoin/pull/18067
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16681: Tests: Use self.chain instead of 'regtest' in all current tests (master...b19-testchains-tests) https://github.com/bitcoin/bitcoin/pull/16681
< bitcoin-git> bitcoin/master f32564f MarcoFalke: Merge #16681: Tests: Use self.chain instead of 'regtest' in all current te...
< bitcoin-git> bitcoin/master 1abcecc Jorge Timon: Tests: Use self.chain instead of 'regtest' in almost all current tests
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/02fafdd12cca...f32564f0a73c
< bitcoin-git> [bitcoin] jtimon closed pull request #17106: Chainparams: Decouple AllowSetMockTime from MineBlocksOnDemand (master...b20-chainparams-mocktime) https://github.com/bitcoin/bitcoin/pull/17106
< bitcoin-git> [bitcoin] jtimon closed pull request #16527: B: Get rid of Params().RequireStandard() (master...b19-chainparams-no-requirestd) https://github.com/bitcoin/bitcoin/pull/16527
< bitcoin-git> [bitcoin] fanquake merged pull request #18060: gui: Drop PeerTableModel dependency to ClientModel (master...2020-02-peertablemodel) https://github.com/bitcoin/bitcoin/pull/18060
< bitcoin-git> bitcoin/master 02fafdd fanquake: Merge #18060: gui: Drop PeerTableModel dependency to ClientModel
< bitcoin-git> bitcoin/master ff59bcd Joao Barbosa: gui: Drop PeerTableModel dependency to ClientModel
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/651e34388832...02fafdd12cca

2020-02-03

< bitcoin-git> [bitcoin] promag opened pull request #18064: gui: Drop WalletModel dependency to RecentRequestsTableModel (master...2020-02-recentrequeststablemodel) https://github.com/bitcoin/bitcoin/pull/18064
< bitcoin-git> [bitcoin] JeremyRubin opened pull request #18063: Improve UpdateForDescendants by using Epochs and Removing CacheMap (master...epoch-mempool-clean-split-2) https://github.com/bitcoin/bitcoin/pull/18063
< bitcoin-git> [bitcoin] promag opened pull request #18062: gui: Fix unintialized WalletView::progressDialog (master...2020-02-fix-unitialized-progressDialog) https://github.com/bitcoin/bitcoin/pull/18062
< bitcoin-git> [bitcoin] elichai opened pull request #18061: util: Reimplement DecodeBase32/64 with std::string to remove `strlen` (master...2020-02-remove-strlen) https://github.com/bitcoin/bitcoin/pull/18061
< bitcoin-git> [bitcoin] promag opened pull request #18060: gui: Drop PeerTableModel dependency to ClientModel (master...2020-02-peertablemodel) https://github.com/bitcoin/bitcoin/pull/18060
< bitcoin-git> [bitcoin] laanwj merged pull request #16974: Walk pindexBestHeader back to ChainActive().Tip() if it is invalid (master...2019-09-better-header-knowledge) https://github.com/bitcoin/bitcoin/pull/16974
< bitcoin-git> bitcoin/master 651e343 Wladimir J. van der Laan: Merge #16974: Walk pindexBestHeader back to ChainActive().Tip() if it is i...
< bitcoin-git> bitcoin/master 0a50019 Matt Corallo: Walk pindexBestHeader back to ChainActive().Tip() if it is invalid
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b2df21b32ca9...651e34388832
< bitcoin-git> [bitcoin] laanwj merged pull request #17925: Improve UpdateTransactionsFromBlock with Epochs (master...epoch-mempool-clean-split) https://github.com/bitcoin/bitcoin/pull/17925
< bitcoin-git> bitcoin/master b2df21b Wladimir J. van der Laan: Merge #17925: Improve UpdateTransactionsFromBlock with Epochs
< bitcoin-git> bitcoin/master bd5a026 Jeremy Rubin: Make UpdateTransactionsFromBlock use Epochs
< bitcoin-git> bitcoin/master 2ccb7cc Jeremy Rubin: Add Epoch Guards to CTXMemPoolEntry and CTxMemPool
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/365c83e6a839...b2df21b32ca9
< bitcoin-git> [bitcoin] fanquake closed pull request #16233: WIP: add basic semaphore2 CI (master...master) https://github.com/bitcoin/bitcoin/pull/16233
< bitcoin-git> [bitcoin] fanquake opened pull request #18059: build: add missing attributes to Win installer (master...win_installer_attributes) https://github.com/bitcoin/bitcoin/pull/18059
< bitcoin-git> [bitcoin] fanquake closed pull request #17958: rpc: query general daemon information via RPC (master...rpc-implement-getgeneralinfo) https://github.com/bitcoin/bitcoin/pull/17958
< bitcoin-git> [bitcoin] fanquake merged pull request #18054: net: reference instead of copy in BlockConnected range loop (master...block-connected-ref-instead-of-copy) https://github.com/bitcoin/bitcoin/pull/18054
< bitcoin-git> bitcoin/master 365c83e fanquake: Merge #18054: net: reference instead of copy in BlockConnected range loop
< bitcoin-git> bitcoin/master 9a299a5 Jon Atack: net: reference instead of copy in BlockConnected range loop
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6d0e532ae029...365c83e6a839

2020-02-02

< bitcoin-git> [bitcoin] emilengler opened pull request #18056: ci: Check for submodules (master...2020-02-submodule-linter-check) https://github.com/bitcoin/bitcoin/pull/18056
< bitcoin-git> [bitcoin] fanquake closed pull request #18055: please use, from @caseyjwach (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18055
< bitcoin-git> [bitcoin] cjwach1 opened pull request #18055: please use, from @caseyjwach (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18055
< bitcoin-git> [bitcoin] jonatack opened pull request #18054: net: reference instead of copy in BlockConnected range loop (master...block-connected-ref-instead-of-copy) https://github.com/bitcoin/bitcoin/pull/18054