2019-10-25

< bitcoin-git> bitcoin/master 37855ec Wladimir J. van der Laan: Merge #17220: tests: Add unit testing for the CompressScript function
< bitcoin-git> [bitcoin] laanwj merged pull request #17220: tests: Add unit testing for the CompressScript function (master...add_compress_test_cases) https://github.com/bitcoin/bitcoin/pull/17220
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/366753e46e1f...90ed98ae9a2a
< bitcoin-git> bitcoin/master fa92813 MarcoFalke: consensus: Explain why fCheckDuplicateInputs can not be skipped and remove...
< bitcoin-git> bitcoin/master 90ed98a Wladimir J. van der Laan: Merge #17080: consensus: Explain why fCheckDuplicateInputs can not be skip...
< bitcoin-git> [bitcoin] laanwj merged pull request #17080: consensus: Explain why fCheckDuplicateInputs can not be skipped and remove it (master...1909-docCheckInputs) https://github.com/bitcoin/bitcoin/pull/17080
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fce7c7542234...366753e46e1f
< bitcoin-git> bitcoin/master 50037e9 Cory Fields: depends: fix boost mac cross build with clang 9+
< bitcoin-git> bitcoin/master 366753e Wladimir J. van der Laan: Merge #17231: depends: fix boost mac cross build with clang 9+
< bitcoin-git> [bitcoin] laanwj merged pull request #17231: depends: fix boost mac cross build with clang 9+ (master...fix-boost-clang9) https://github.com/bitcoin/bitcoin/pull/17231
< bitcoin-git> [bitcoin] laanwj closed pull request #15140: test: fix script_p2sh_tests OP_PUSHBACK2/4 missing (master...test_20190110) https://github.com/bitcoin/bitcoin/pull/15140
< bitcoin-git> [bitcoin] Sjors opened pull request #17246: wallet: avoid knapsack when there's no change (master...2019/10/less-knapsack) https://github.com/bitcoin/bitcoin/pull/17246

2019-10-24

< bitcoin-git> [bitcoin] elichai opened pull request #17245: Removing Boost from DecodeDumpTime (master...2019-10-DecodeDumpTime) https://github.com/bitcoin/bitcoin/pull/17245
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16851: Continue relaying transactions after they expire from mapRelay (master...201909-relayparents) https://github.com/bitcoin/bitcoin/pull/16851
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/773026044f9d...fce7c7542234
< bitcoin-git> bitcoin/master 168b781 Anthony Towns: Continue relaying transactions after they expire from mapRelay
< bitcoin-git> bitcoin/master fce7c75 MarcoFalke: Merge #16851: Continue relaying transactions after they expire from mapRel...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4af044716952...773026044f9d
< bitcoin-git> bitcoin/master 5b44a75 Sebastian Falbesoner: refactor: Remove unused CExt{Pub,}Key (de)serialization methods
< bitcoin-git> bitcoin/master 7730260 MarcoFalke: Merge #17212: refactor: Remove unused CExt{Pub,}Key (de)serialization meth...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17212: refactor: Remove unused CExt{Pub,}Key (de)serialization methods (master...20191021-refactor-remove_unused_cextkey_and_cextpubkey_serialization) https://github.com/bitcoin/bitcoin/pull/17212
< bitcoin-git> [bitcoin] amitiuttarwar opened pull request #17243: tools: add PoissonNextSend method that returns mockable time (master...1910-mockable-poisson) https://github.com/bitcoin/bitcoin/pull/17243
< bitcoin-git> [bitcoin] laanwj merged pull request #17240: ci: Disable functional tests on mac host (master...1910-ciNoFunMac) https://github.com/bitcoin/bitcoin/pull/17240
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d7134ead84e3...4af044716952
< bitcoin-git> bitcoin/master fa71006 MarcoFalke: ci: Disable functional tests on mac host
< bitcoin-git> bitcoin/master 4af0447 Wladimir J. van der Laan: Merge #17240: ci: Disable functional tests on mac host
< bitcoin-git> [bitcoin] jnewbery opened pull request #17242: validation: Remove unused cacheSigStore from CheckInputsFromMempooAndCache (master...2019-10-checkinputsfrommempool) https://github.com/bitcoin/bitcoin/pull/17242
< bitcoin-git> [bitcoin] jnewbery closed pull request #17241: [WIP] remove fCheckDuplicateInputs from CheckTransaction() (master...2019-10-fduplicateinputs) https://github.com/bitcoin/bitcoin/pull/17241
< bitcoin-git> [bitcoin] jnewbery opened pull request #17241: [WIP] remove fCheckDuplicateInputs from CheckTransaction() (master...2019-10-fduplicateinputs) https://github.com/bitcoin/bitcoin/pull/17241
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17240: ci: Disable functional tests on mac host (master...1910-ciNoFunMac) https://github.com/bitcoin/bitcoin/pull/17240
< bitcoin-git> [bitcoin] fanquake merged pull request #17239: doc: Changed miniupnp links to https (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17239
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d53828cb7968...d7134ead84e3
< bitcoin-git> bitcoin/master 6f68523 Marius Kjaerstad: doc: Changed miniupnp links to https
< bitcoin-git> bitcoin/master d7134ea fanquake: Merge #17239: doc: Changed miniupnp links to https
< bitcoin-git> [bitcoin] fanquake closed pull request #17054: [0.18.2] Backport of #15706 (0.18...check-qt-version-0.18) https://github.com/bitcoin/bitcoin/pull/17054
< bitcoin-git> [bitcoin] sandakersmann opened pull request #17239: doc: Changed miniupnp links to https (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17239
< bitcoin-git> [bitcoin] sandakersmann closed pull request #17166: doc: Changed miniupnp links to https (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17166
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/205cffaf383c...d53828cb7968
< bitcoin-git> bitcoin/master db4bd32 practicalswift: tests: Skip unnecessary fuzzer initialisation. Hold ECCVerifyHandle only w...
< bitcoin-git> bitcoin/master c2f964a practicalswift: tests: Remove Cygwin WinMain workaround
< bitcoin-git> bitcoin/master d53828c MarcoFalke: Merge #17235: tests: Skip unnecessary fuzzer initialisation. Hold ECCVerif...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17235: tests: Skip unnecessary fuzzer initialisation. Hold ECCVerifyHandle only when needed. (master...fuzz-initialize-when-needed) https://github.com/bitcoin/bitcoin/pull/17235
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b688b859dbb2...205cffaf383c
< bitcoin-git> bitcoin/master 0fc81a1 Joao Barbosa: gui: Fix payAmount tooltip in SendCoinsEntry
< bitcoin-git> bitcoin/master 205cffa Wladimir J. van der Laan: Merge #17226: gui: Fix payAmount tooltip in SendCoinsEntry
< bitcoin-git> [bitcoin] laanwj merged pull request #17226: gui: Fix payAmount tooltip in SendCoinsEntry (master...2019-10-payamount-tooltip) https://github.com/bitcoin/bitcoin/pull/17226
< bitcoin-git> [bitcoin] laanwj pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/8a191148db3f...b688b859dbb2
< bitcoin-git> bitcoin/master a1a07cf John Newbery: [validation] Fix peer punishment for bad blocks
< bitcoin-git> bitcoin/master 0053e16 John Newbery: [logging] Don't log REJECT code when transaction is rejected
< bitcoin-git> bitcoin/master e9d5a59 John Newbery: [validation] Remove REJECT code from CValidationState
< bitcoin-git> [bitcoin] laanwj merged pull request #17004: validation: Remove REJECT code from CValidationState (master...2019-09-no-reject-validation-state) https://github.com/bitcoin/bitcoin/pull/17004
< bitcoin-git> [bitcoin] promag opened pull request #17237: wallet: LearnRelatedScripts only if KeepDestination (master...2019-10-wallet-reservedestination) https://github.com/bitcoin/bitcoin/pull/17237
< bitcoin-git> [bitcoin] laanwj merged pull request #17154: wallet: Remove return value from CommitTransaction (master...2019-04-CommitTransaction) https://github.com/bitcoin/bitcoin/pull/17154
< bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/c5ac7af7793a...8a191148db3f
< bitcoin-git> bitcoin/master 8bba91b John Newbery: [wallet] Fix whitespace in CWallet::CommitTransaction()
< bitcoin-git> bitcoin/master b6f486a John Newbery: [wallet] Add doxygen comment to CWallet::CommitTransaction()
< bitcoin-git> bitcoin/master d1734f9 John Newbery: [wallet] Remove return value from CommitTransaction()
< bitcoin-git> [bitcoin] RandyMcMillan closed pull request #17214: build: update retry to current version (master...retry) https://github.com/bitcoin/bitcoin/pull/17214

2019-10-23

< bitcoin-git> [bitcoin] practicalswift opened pull request #17235: tests: Skip unnecessary fuzzer initialisation. Hold ECCVerifyHandle only when needed. (master...fuzz-initialize-when-needed) https://github.com/bitcoin/bitcoin/pull/17235
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/deb2327b4359...c5ac7af7793a
< bitcoin-git> bitcoin/master 4896bac MapleLaker: Add testcase to simulate bitcoin schema in leveldb
< bitcoin-git> bitcoin/master c5ac7af MarcoFalke: Merge #17206: test: Add testcase to simulate bitcoin schema in leveldb
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17206: test: Add testcase to simulate bitcoin schema in leveldb (master...dbwrapper_basic_data) https://github.com/bitcoin/bitcoin/pull/17206
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17233: travis: Run unit and functional tests on native arm (master...1910-travisNativeArm) https://github.com/bitcoin/bitcoin/pull/17233
< bitcoin-git> [bitcoin] adamjonas opened pull request #17232: Sanity assert GetAncestor() != nullptr where appropriate (master...assert_get_ancestor) https://github.com/bitcoin/bitcoin/pull/17232
< bitcoin-git> [bitcoin] theuni opened pull request #17231: depends: fix boost mac cross build with clang 9+ (master...fix-boost-clang9) https://github.com/bitcoin/bitcoin/pull/17231
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8f14d2002b11...deb2327b4359
< bitcoin-git> bitcoin/master fdef8bb practicalswift: tests: Allow for using non-default fuzzing initialization
< bitcoin-git> bitcoin/master b5ffa9f practicalswift: tests: Add Parse(...) (descriptor) fuzzing harness
< bitcoin-git> bitcoin/master deb2327 MarcoFalke: Merge #17018: tests: Add descriptor Parse(...) fuzzing harness
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17018: tests: Add descriptor Parse(...) fuzzing harness (master...descriptor_parse) https://github.com/bitcoin/bitcoin/pull/17018
< bitcoin-git> [bitcoin] practicalswift opened pull request #17229: tests: Add fuzzing harnesses for various Base{32,58,64} and hex related functions (master...fuzzers-base_encode_decode) https://github.com/bitcoin/bitcoin/pull/17229
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17228: test: Add RegTestingSetup to setup_common (master...1910-RegTestingSetup) https://github.com/bitcoin/bitcoin/pull/17228
< bitcoin-git> [bitcoin] icota opened pull request #17227: Qt: Add Android packaging support (master...qt-android-package) https://github.com/bitcoin/bitcoin/pull/17227
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17183: refactor: test/bench: dedup Build{Crediting,Spending}Transaction() (master...20191018-refactor-deduplicate_build_transaction_functions) https://github.com/bitcoin/bitcoin/pull/17183
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a884b3285496...8f14d2002b11
< bitcoin-git> bitcoin/master a0fc076 Sebastian Falbesoner: refactor: test/bench: dedup Build{Crediting,Spending}Transaction()
< bitcoin-git> bitcoin/master 8f14d20 MarcoFalke: Merge #17183: refactor: test/bench: dedup Build{Crediting,Spending}Transac...
< bitcoin-git> [bitcoin] fanquake closed pull request #17210: qt: Make bech32 opt out (master...2019-10-bech32-opt-out) https://github.com/bitcoin/bitcoin/pull/17210
< bitcoin-git> [bitcoin] GChuf closed pull request #17048: gui: add shortcuts for Options and Command-line options (master...shortcuts) https://github.com/bitcoin/bitcoin/pull/17048
< bitcoin-git> [bitcoin] promag closed pull request #17182: 0.19: Revert 14193 to fix 17112 (0.19...2019-10-revert-14193-fix-17112) https://github.com/bitcoin/bitcoin/pull/17182
< bitcoin-git> [bitcoin] promag opened pull request #17226: gui: Fix payAmount tooltip in SendCoinsEntry (master...2019-10-payamount-tooltip) https://github.com/bitcoin/bitcoin/pull/17226
< bitcoin-git> [bitcoin] practicalswift opened pull request #17225: tests: Test serialisation as part of deserialisation fuzzing. Test round-trip equality where possible. (master...fuzzers-deserialize-with-roundtrip) https://github.com/bitcoin/bitcoin/pull/17225
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ceda6e8b7471...a884b3285496
< bitcoin-git> bitcoin/master cd68594 Andrew Chow: Only check the hash of transactions loaded from disk
< bitcoin-git> bitcoin/master a884b32 Wladimir J. van der Laan: Merge #16911: wallet: Only check the hash of transactions loaded from disk...
< bitcoin-git> [bitcoin] laanwj merged pull request #16911: wallet: Only check the hash of transactions loaded from disk (master...wallet-skip-checktx) https://github.com/bitcoin/bitcoin/pull/16911
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4258fd73778c...ceda6e8b7471
< bitcoin-git> bitcoin/master 088a730 JeremyCrookshank: static tooltip
< bitcoin-git> bitcoin/master ceda6e8 Wladimir J. van der Laan: Merge #17180: gui: Improved tooltip for send amount field
< bitcoin-git> [bitcoin] laanwj merged pull request #17180: gui: Improved tooltip for send amount field (master...sendamounttooltip) https://github.com/bitcoin/bitcoin/pull/17180
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9dd6bbba613d...4258fd73778c
< bitcoin-git> bitcoin/master 89339d1 Fabian Jahr: tests: Add test for loadblock option
< bitcoin-git> bitcoin/master 4258fd7 Wladimir J. van der Laan: Merge #17091: tests: Add test for loadblock option and linearize scripts
< bitcoin-git> [bitcoin] laanwj merged pull request #17091: tests: Add test for loadblock option and linearize scripts (master...loadblock_test) https://github.com/bitcoin/bitcoin/pull/17091
< bitcoin-git> [bitcoin] nekosei closed pull request #17223: Skip verification (master...add_log) https://github.com/bitcoin/bitcoin/pull/17223
< bitcoin-git> [bitcoin] nekosei opened pull request #17223: Skip verification (master...add_log) https://github.com/bitcoin/bitcoin/pull/17223

2019-10-22

< bitcoin-git> [bitcoin] JeremyCrookshank closed pull request #17221: refactor: call getDisplayUnit() once instead of three times (master...sendcoincodereuse) https://github.com/bitcoin/bitcoin/pull/17221
< bitcoin-git> [bitcoin] JeremyCrookshank opened pull request #17221: refactor: call getDisplayUnit() once instead of three times (master...sendcoincodereuse) https://github.com/bitcoin/bitcoin/pull/17221
< bitcoin-git> [bitcoin] adamjonas opened pull request #17220: tests: Add unit testing for the CompressScript function (master...add_compress_test_cases) https://github.com/bitcoin/bitcoin/pull/17220
< bitcoin-git> [bitcoin] JeremyCrookshank reopened pull request #17180: gui: Improved tooltip for send amount field (master...sendamounttooltip) https://github.com/bitcoin/bitcoin/pull/17180
< bitcoin-git> [bitcoin] JeremyCrookshank closed pull request #17180: gui: Improved tooltip for send amount field (master...sendamounttooltip) https://github.com/bitcoin/bitcoin/pull/17180
< bitcoin-git> [bitcoin] Sjors opened pull request #17219: wallet: allow transaction without change if keypool is empty (master...2019/10/change-without-keypool) https://github.com/bitcoin/bitcoin/pull/17219
< bitcoin-git> [bitcoin] jkczyz opened pull request #17218: Replace the LogPrint function with a macro (master...2019-10-log-print) https://github.com/bitcoin/bitcoin/pull/17218
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4aaeb044971a...9dd6bbba613d
< bitcoin-git> bitcoin/master 0616138 practicalswift: tests: Remove no longer needed UBSan suppressions (issues fixed). Add docu...
< bitcoin-git> bitcoin/master 9dd6bbb MarcoFalke: Merge #17209: tests: Remove no longer needed UBSan suppressions (issues fi...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17209: tests: Remove no longer needed UBSan suppressions (issues fixed). Add documentation. (master...update-ubsan-suppressions) https://github.com/bitcoin/bitcoin/pull/17209
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a22b62481aae...4aaeb044971a
< bitcoin-git> bitcoin/master 8d22ab0 practicalswift: ci: Enable address sanitizer (ASan) stack-use-after-return checking
< bitcoin-git> bitcoin/master 4aaeb04 MarcoFalke: Merge #17205: ci: Enable address sanitizer (ASan) stack-use-after-return c...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17205: ci: Enable address sanitizer (ASan) stack-use-after-return checking (master...asan-detect_stack_use_after_return) https://github.com/bitcoin/bitcoin/pull/17205
< bitcoin-git> [bitcoin] RandyMcMillan closed pull request #17207: doc: spelling corrections in code comments (master...spelling) https://github.com/bitcoin/bitcoin/pull/17207
< bitcoin-git> [bitcoin] RandyMcMillan opened pull request #17214: build: update retry to current version (master...retry) https://github.com/bitcoin/bitcoin/pull/17214

2019-10-21

< bitcoin-git> [bitcoin] JeremyCrookshank reopened pull request #17180: gui: Improved tooltip for send amount field (master...sendamounttooltip) https://github.com/bitcoin/bitcoin/pull/17180
< bitcoin-git> [bitcoin] JeremyCrookshank closed pull request #17180: gui: Improved tooltip for send amount field (master...sendamounttooltip) https://github.com/bitcoin/bitcoin/pull/17180
< bitcoin-git> [bitcoin] luke-jr opened pull request #17213: gui: Add Windows taskbar progress (master...win_taskbar_progress) https://github.com/bitcoin/bitcoin/pull/17213
< bitcoin-git> [bitcoin] theStack opened pull request #17212: refactor: Remove unused CExt{Pub,}Key (de)serialization methods (master...20191021-refactor-remove_unused_cextkey_and_cextpubkey_serialization) https://github.com/bitcoin/bitcoin/pull/17212
< bitcoin-git> [bitcoin] achow101 opened pull request #17211: Allow fundrawtransaction and walletcreatefundedpsbt to take external inputs (master...fundtx-external-inputs) https://github.com/bitcoin/bitcoin/pull/17211
< bitcoin-git> [bitcoin] RandyMcMillan reopened pull request #17207: doc: spelling corrections in code comments (master...spelling) https://github.com/bitcoin/bitcoin/pull/17207
< bitcoin-git> [bitcoin] emilengler opened pull request #17210: qt: Make bech32 opt out (master...2019-10-bech32-opt-out) https://github.com/bitcoin/bitcoin/pull/17210
< bitcoin-git> [bitcoin] practicalswift opened pull request #17209: tests: Remove no longer needed UBSan suppressions (issues fixed). Add documentation. (master...update-ubsan-suppressions) https://github.com/bitcoin/bitcoin/pull/17209
< bitcoin-git> [bitcoin] RandyMcMillan closed pull request #17207: doc: spelling corrections in code comments (master...spelling) https://github.com/bitcoin/bitcoin/pull/17207
< bitcoin-git> [bitcoin] practicalswift opened pull request #17208: Make all tests pass UBSan without using any UBSan suppressions (master...ubsan-warnings) https://github.com/bitcoin/bitcoin/pull/17208
< bitcoin-git> [bitcoin] RandyMcMillan opened pull request #17207: doc: spelling corrections in code comments (master...spelling) https://github.com/bitcoin/bitcoin/pull/17207
< bitcoin-git> [bitcoin] adamjonas opened pull request #17206: test: Add testcase to simulate bitcoin schema in leveldb (master...dbwrapper_basic_data) https://github.com/bitcoin/bitcoin/pull/17206
< bitcoin-git> [bitcoin] practicalswift opened pull request #17205: ci: Enable address sanitizer (ASan) stack-use-after-return checking (master...asan-detect_stack_use_after_return) https://github.com/bitcoin/bitcoin/pull/17205
< bitcoin-git> [bitcoin] laanwj merged pull request #17070: wallet: Avoid showing GUI popups on RPC errors (master...1909-walletGuiPopupRpc) https://github.com/bitcoin/bitcoin/pull/17070
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a75cb122ed66...a22b62481aae
< bitcoin-git> bitcoin/master facec1c MarcoFalke: wallet: Avoid showing GUI popups on RPC errors
< bitcoin-git> bitcoin/master a22b624 Wladimir J. van der Laan: Merge #17070: wallet: Avoid showing GUI popups on RPC errors
< bitcoin-git> [bitcoin] laanwj closed pull request #17196: rpc: clarify total_amount in gettxoutsetinfo doc (master...gettxoutsetinfo-doc) https://github.com/bitcoin/bitcoin/pull/17196
< bitcoin-git> [bitcoin] sadrasabouri reopened pull request #17202: Travis CI bug in macOS environment #17178 solved (master...issue#17178) https://github.com/bitcoin/bitcoin/pull/17202
< bitcoin-git> [bitcoin] meshcollider closed pull request #13084: Do not turn OP_1NEGATE in scriptSig into 0x0181 in signing code (master...201804_keepnegone) https://github.com/bitcoin/bitcoin/pull/13084
< bitcoin-git> [bitcoin] meshcollider opened pull request #17204: Do not turn OP_1NEGATE in scriptSig into 0x0181 in signing code (sipa) (master...201910_1negate_rebase) https://github.com/bitcoin/bitcoin/pull/17204
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fc1040acc0d7...a75cb122ed66
< bitcoin-git> bitcoin/master 57e2ede JeremyCrookshank: Send amount shows minimum amount placeholder
< bitcoin-git> bitcoin/master a75cb12 Wladimir J. van der Laan: Merge #17195: gui: send amount placeholder value
< bitcoin-git> [bitcoin] laanwj merged pull request #17195: gui: send amount placeholder value (master...defaultsendamount) https://github.com/bitcoin/bitcoin/pull/17195
< bitcoin-git> [bitcoin] laanwj pushed 6 commits to 0.19: https://github.com/bitcoin/bitcoin/compare/3834d3d12196...5b68d1654f07
< bitcoin-git> bitcoin/0.19 ba46f39 Wladimir J. van der Laan: init: Change fallback locale to C.UTF-8
< bitcoin-git> bitcoin/0.19 dc0fe7a Wladimir J. van der Laan: util: Filter control characters out of log messages
< bitcoin-git> bitcoin/0.19 6a45766 MarcoFalke: doc: update bips.md with buried BIP9 deployments
< bitcoin-git> [bitcoin] laanwj merged pull request #17197: [0.19.0] Backports (0.19...0_19_0_rc1_backports) https://github.com/bitcoin/bitcoin/pull/17197
< bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/0d6b6b7c658b...fc1040acc0d7
< bitcoin-git> bitcoin/master 4444704 MarcoFalke: ci: Cleanup macOS runs
< bitcoin-git> bitcoin/master fadccb2 MarcoFalke: doc: Document that GNU tools are required for linters
< bitcoin-git> bitcoin/master fa677d1 MarcoFalke: ci: Remove redundant check for TRAVIS_OS_NAME
< bitcoin-git> [bitcoin] laanwj merged pull request #17176: ci: Cleanup macOS runs (master...1910-ciMac) https://github.com/bitcoin/bitcoin/pull/17176
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0d7e8d66c45c...0d6b6b7c658b
< bitcoin-git> bitcoin/master e892f96 fanquake: random: remove call to RAND_screen() (Windows only)
< bitcoin-git> bitcoin/master 0d6b6b7 Wladimir J. van der Laan: Merge #17191: random: remove call to RAND_screen() (Windows only)
< bitcoin-git> [bitcoin] laanwj merged pull request #17191: random: remove call to RAND_screen() (Windows only) (master...remove_openssl_rand_screen) https://github.com/bitcoin/bitcoin/pull/17191

2019-10-20

< bitcoin-git> [bitcoin] fanquake merged pull request #17203: wallet: Remove unused GetLabelName (master...20191020-wallet-remove_unused_GetLabelName) https://github.com/bitcoin/bitcoin/pull/17203
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b8f041af2d2c...0d7e8d66c45c
< bitcoin-git> bitcoin/master 7ca68e1 Sebastian Falbesoner: wallet: Remove unused GetLabelName
< bitcoin-git> bitcoin/master 0d7e8d6 fanquake: Merge #17203: wallet: Remove unused GetLabelName
< bitcoin-git> [bitcoin] sadrasabouri closed pull request #17202: Travis CI bug in macOS environment #17178 solved (master...issue#17178) https://github.com/bitcoin/bitcoin/pull/17202
< bitcoin-git> [bitcoin] sadrasabouri reopened pull request #17202: Travis CI bug in macOS environment #17178 solved (master...issue#17178) https://github.com/bitcoin/bitcoin/pull/17202
< bitcoin-git> [bitcoin] theStack opened pull request #17203: wallet: Remove unused GetLabelName (master...20191020-wallet-remove_unused_GetLabelName) https://github.com/bitcoin/bitcoin/pull/17203
< bitcoin-git> [bitcoin] sadrasabouri closed pull request #17202: Issue#17178 (master...issue#17178) https://github.com/bitcoin/bitcoin/pull/17202
< bitcoin-git> [bitcoin] sadrasabouri opened pull request #17202: Issue#17178 (master...issue#17178) https://github.com/bitcoin/bitcoin/pull/17202
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b6e34afe9735...b8f041af2d2c
< bitcoin-git> bitcoin/master f09ba06 dannmat: doc: Added instructions for how to add an upsteam to forked repo
< bitcoin-git> bitcoin/master b8f041a fanquake: Merge #17157: doc: Added instructions for how to add an upsteam to forked ...
< bitcoin-git> [bitcoin] fanquake merged pull request #17157: doc: Added instructions for how to add an upsteam to forked repo (master...Oct-19-Contribution.mc) https://github.com/bitcoin/bitcoin/pull/17157
< bitcoin-git> [bitcoin] theStack opened pull request #17199: test: use default address type (bech32) for wallet_bumpfee tests (master...20191020-test-wallet-bumpfee_adapt_constants_after_default_address_change) https://github.com/bitcoin/bitcoin/pull/17199

2019-10-19

< bitcoin-git> [bitcoin] fanquake opened pull request #17197: [0.19.0] Backports (0.19...0_19_0_rc1_backports) https://github.com/bitcoin/bitcoin/pull/17197
< bitcoin-git> [bitcoin] JeremyCrookshank reopened pull request #17195: gui: a default send amount value (master...defaultsendamount) https://github.com/bitcoin/bitcoin/pull/17195
< bitcoin-git> [bitcoin] JeremyCrookshank closed pull request #17195: gui: a default send amount value (master...defaultsendamount) https://github.com/bitcoin/bitcoin/pull/17195
< bitcoin-git> [bitcoin] benthecarman opened pull request #17196: rpc: clarify total_amount in gettxoutsetinfo doc (master...gettxoutsetinfo-doc) https://github.com/bitcoin/bitcoin/pull/17196

2019-10-18

< bitcoin-git> [bitcoin] JeremyCrookshank opened pull request #17195: gui: a default send amount value (master...defaultsendamount) https://github.com/bitcoin/bitcoin/pull/17195
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fd3b4e422d68...b6e34afe9735
< bitcoin-git> bitcoin/master b5f0be3 Hennadii Stepanov: util: Filter out macOS process serial number
< bitcoin-git> bitcoin/master b6e34af fanquake: Merge #17184: util: Filter out macOS process serial number
< bitcoin-git> [bitcoin] fanquake merged pull request #17184: util: Filter out macOS process serial number (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17184
< bitcoin-git> [bitcoin] fanquake merged pull request #16949: build: only pass --disable-dependency-tracking to packages that understand it (master...no_disable_dependency_tracking) https://github.com/bitcoin/bitcoin/pull/16949
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ddc3cf26ff12...fd3b4e422d68
< bitcoin-git> bitcoin/master bcff8e2 fanquake: build: only pass --disable-dependency-tracking to packages that understand...
< bitcoin-git> bitcoin/master 1ba49bc fanquake: build: pass --enable-option-checking to applicable packages
< bitcoin-git> bitcoin/master fd3b4e4 fanquake: Merge #16949: build: only pass --disable-dependency-tracking to packages t...
< bitcoin-git> [bitcoin] naumenkogs opened pull request #17194: p2p: Avoid forwarding ADDR messages to SPV nodes (master...addr_relay_optimization) https://github.com/bitcoin/bitcoin/pull/17194
< bitcoin-git> [bitcoin] naumenkogs closed pull request #17163: p2p: Avoid relaying ADDR messages to SPV clients (master...addr_relay_optimization) https://github.com/bitcoin/bitcoin/pull/17163
< bitcoin-git> [bitcoin] JITHIKASAGAR123 closed pull request #17193: Data directory upgradation (master...master) https://github.com/bitcoin/bitcoin/pull/17193
< bitcoin-git> [bitcoin] fanquake closed pull request #17193: Data directory upgradation (master...master) https://github.com/bitcoin/bitcoin/pull/17193
< bitcoin-git> [bitcoin] fanquake reopened pull request #17193: Data directory upgradation (master...master) https://github.com/bitcoin/bitcoin/pull/17193
< bitcoin-git> [bitcoin] JITHIKASAGAR123 opened pull request #17193: Data directory upgradation (master...master) https://github.com/bitcoin/bitcoin/pull/17193
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17192: util: Add CHECK_NONFATAL and use it in src/rpc (master...1910-utilCHECK_NONFATAL) https://github.com/bitcoin/bitcoin/pull/17192
< bitcoin-git> [bitcoin] fanquake opened pull request #17191: random: remove call to RAND_screen() (Windows only) (master...remove_openssl_rand_screen) https://github.com/bitcoin/bitcoin/pull/17191
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0ff7cd7d0c07...ddc3cf26ff12
< bitcoin-git> bitcoin/master cc3b528 fanquake: gui: remove OpenSSL PRNG seeding (Windows, Qt only)
< bitcoin-git> bitcoin/master ddc3cf2 fanquake: Merge #17151: gui: remove OpenSSL PRNG seeding (Windows, Qt only)
< bitcoin-git> [bitcoin] fanquake merged pull request #17151: gui: remove OpenSSL PRNG seeding (Windows, Qt only) (master...windows_qt_openssl_seeding) https://github.com/bitcoin/bitcoin/pull/17151
< bitcoin-git> [bitcoin] fanquake closed pull request #17189: gui: Improved German translations of Bitcoin Core (master...master) https://github.com/bitcoin/bitcoin/pull/17189
< bitcoin-git> [bitcoin] ViktorBohu opened pull request #17189: gui: Improved German translations of Bitcoin Core (master...master) https://github.com/bitcoin/bitcoin/pull/17189
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16889: Add some general std::vector utility functions (master...210909_vectorutil) https://github.com/bitcoin/bitcoin/pull/16889
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f2a094884d98...0ff7cd7d0c07
< bitcoin-git> bitcoin/master e65e61c Pieter Wuille: Add some general std::vector utility functions
< bitcoin-git> bitcoin/master 7d8d3e6 Pieter Wuille: Add tests for util/vector.h's Cat and Vector
< bitcoin-git> bitcoin/master 0ff7cd7 MarcoFalke: Merge #16889: Add some general std::vector utility functions
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #17183: refactor: test/bench: dedup Build{Crediting,Spending}Transaction() (master...20191018-refactor-deduplicate_build_transaction_functions) https://github.com/bitcoin/bitcoin/pull/17183
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #17183: refactor: test/bench: dedup Build{Crediting,Spending}Transaction() (master...20191018-refactor-deduplicate_build_transaction_functions) https://github.com/bitcoin/bitcoin/pull/17183
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b9b58f8f687e...f2a094884d98
< bitcoin-git> bitcoin/master 7005d6a Danny-Scott: gui: Add placeholder text to the sign message field
< bitcoin-git> bitcoin/master f2a0948 fanquake: Merge #17186: gui: Add placeholder text to the sign message field
< bitcoin-git> [bitcoin] fanquake merged pull request #17186: gui: Add placeholder text to the sign message field (master...oct-2019-sign-message) https://github.com/bitcoin/bitcoin/pull/17186
< bitcoin-git> [bitcoin] meshcollider reopened pull request #12677: RPC: Add ancestor{count,size,fees} to listunspent output (master...listunspent_ancestorinfo) https://github.com/bitcoin/bitcoin/pull/12677
< bitcoin-git> [bitcoin] Danny-Scott opened pull request #17186: gui: Add placeholder text to the sign message field (master...oct-2019-sign-message) https://github.com/bitcoin/bitcoin/pull/17186
< bitcoin-git> [bitcoin] jonasschnelli merged pull request #15084: gui: don't disable the sync overlay when wallet is disabled (master...sync_overlay_without_wallet) https://github.com/bitcoin/bitcoin/pull/15084
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4daadce36cfe...b9b58f8f687e
< bitcoin-git> bitcoin/master b3b6b6f Ben Carman: gui: don't disable the sync overlay when wallet is disabled
< bitcoin-git> bitcoin/master b9b58f8 Jonas Schnelli: Merge #15084: gui: don't disable the sync overlay when wallet is disabled
< bitcoin-git> [bitcoin] hebasto opened pull request #17184: util: Filter out macOS process serial number (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17184
< bitcoin-git> [bitcoin] theStack opened pull request #17183: refactor: test/bench: dedup Build{Crediting,Spending}Transaction() (master...20191018-refactor-deduplicate_build_transaction_functions) https://github.com/bitcoin/bitcoin/pull/17183

2019-10-17

< bitcoin-git> [bitcoin] promag opened pull request #17182: 0.19: Revert 14193 to fix 17112 (0.19...2019-10-revert-14193-fix-17112) https://github.com/bitcoin/bitcoin/pull/17182
< bitcoin-git> [bitcoin] ch4ot1c closed pull request #16797: scripts: Add convenience script for committing scripted-diffs from a file (master...scripts/commit-script) https://github.com/bitcoin/bitcoin/pull/16797
< bitcoin-git> [bitcoin] fanquake merged pull request #17162: chain: Remove CBlockIndex::SetNull helper (master...1910-docChainLocks) https://github.com/bitcoin/bitcoin/pull/17162
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/88eff969c201...4daadce36cfe
< bitcoin-git> bitcoin/master fa04673 MarcoFalke: chain: Set all CBlockIndex members to null, remove SetNull helper
< bitcoin-git> bitcoin/master 4daadce fanquake: Merge #17162: chain: Remove CBlockIndex::SetNull helper
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17177: doc: Describe log files + consistent paths in test READMEs (master...pr15830) https://github.com/bitcoin/bitcoin/pull/17177
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ec3ed5a44878...88eff969c201
< bitcoin-git> bitcoin/master 9576614 Martin Erlandsson: doc: Describe log files + consistent paths in test READMEs
< bitcoin-git> bitcoin/master 88eff96 MarcoFalke: Merge #17177: doc: Describe log files + consistent paths in test READMEs
< bitcoin-git> [bitcoin] JeremyCrookshank opened pull request #17180: gui: Improved wording/explanation of Bitcoin sends amount box (master...sendamounttooltip) https://github.com/bitcoin/bitcoin/pull/17180
< bitcoin-git> [bitcoin] fanquake closed pull request #17172: doc: Update list of valid PR areas (master...doc/pr-areas) https://github.com/bitcoin/bitcoin/pull/17172
< bitcoin-git> [bitcoin] fjahr opened pull request #17177: doc: Describe log files + consistent paths in test READMEs (master...pr15830) https://github.com/bitcoin/bitcoin/pull/17177
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17176: ci: Cleanup macOS runs (master...1910-ciMac) https://github.com/bitcoin/bitcoin/pull/17176
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16597: Travis: run full test suite on native macOS (master...2019/08/travis-macos) https://github.com/bitcoin/bitcoin/pull/16597
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/048e456fc408...ec3ed5a44878
< bitcoin-git> bitcoin/master 1f6c650 Sjors Provoost: travis: run tests on macOS native
< bitcoin-git> bitcoin/master ec3ed5a MarcoFalke: Merge #16597: Travis: run full test suite on native macOS
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fcf1ebde3db9...048e456fc408
< bitcoin-git> bitcoin/master 85016e5 Andrew Toth: [rpc] Fix broken bitcoin-cli examples
< bitcoin-git> bitcoin/master 048e456 Wladimir J. van der Laan: Merge #17119: doc: Fix broken bitcoin-cli examples
< bitcoin-git> [bitcoin] laanwj merged pull request #17119: doc: Fix broken bitcoin-cli examples (master...example-fixes) https://github.com/bitcoin/bitcoin/pull/17119
< bitcoin-git> [bitcoin] ch4ot1c opened pull request #17172: doc: Update list of valid PR areas (master...doc/pr-areas) https://github.com/bitcoin/bitcoin/pull/17172
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17169: doc: correct function name in ReportHardwareRand() (master...random_doc_inithardwarerand) https://github.com/bitcoin/bitcoin/pull/17169
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4f42284fc0c5...fcf1ebde3db9
< bitcoin-git> bitcoin/master 5013171 fanquake: doc: correct function name in ReportHardwareRand()
< bitcoin-git> bitcoin/master fcf1ebd MarcoFalke: Merge #17169: doc: correct function name in ReportHardwareRand()
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17140: test: Fix bug in blockfilter_index_tests. (master...fix-index-test) https://github.com/bitcoin/bitcoin/pull/17140
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/46d6930f8c7b...4f42284fc0c5
< bitcoin-git> bitcoin/master f59bbb6 Jim Posen: test: Fix bug in blockfilter_index_tests.
< bitcoin-git> bitcoin/master 4f42284 MarcoFalke: Merge #17140: test: Fix bug in blockfilter_index_tests.
< bitcoin-git> [bitcoin] fanquake opened pull request #17169: doc: correct function name in ReportHardwareRand() (master...random_doc_inithardwarerand) https://github.com/bitcoin/bitcoin/pull/17169

2019-10-16

< bitcoin-git> [bitcoin] fanquake closed pull request #17168: build: use full version string in setup (master...master) https://github.com/bitcoin/bitcoin/pull/17168
< bitcoin-git> [bitcoin] PrinceKK300188 opened pull request #17168: build: use full version string in setup (master...master) https://github.com/bitcoin/bitcoin/pull/17168
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c34b88620dc8...46d6930f8c7b
< bitcoin-git> bitcoin/master 084e17c practicalswift: Remove unused includes
< bitcoin-git> bitcoin/master 46d6930 MarcoFalke: Merge #16659: refactoring: Remove unused includes
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16659: refactoring: Remove unused includes (master...unused-includes) https://github.com/bitcoin/bitcoin/pull/16659
< bitcoin-git> [bitcoin] luke-jr opened pull request #17167: Allow whitelisting outgoing connections (master...whitelist_outgoing) https://github.com/bitcoin/bitcoin/pull/17167
< bitcoin-git> [bitcoin] sandakersmann opened pull request #17166: Changed http:// to https:// on one link in build-unix.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17166
< bitcoin-git> [bitcoin] fanquake opened pull request #17165: [WIP] Remove BIP70 support (master...remove_bip70) https://github.com/bitcoin/bitcoin/pull/17165
< bitcoin-git> [bitcoin] naumenkogs opened pull request #17164: p2p: Avoid allocating memory for addrKnown where we don't need it (master...addr_relay_optimization_4) https://github.com/bitcoin/bitcoin/pull/17164
< bitcoin-git> [bitcoin] naumenkogs opened pull request #17163: p2p: Address relay optimization (master...addr_relay_optimization) https://github.com/bitcoin/bitcoin/pull/17163
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17162: chain: Remove CBlockIndex::SetNull helper, add RaiseValidity lock annotation (master...1910-docChainLocks) https://github.com/bitcoin/bitcoin/pull/17162
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5a3dd9359455...c34b88620dc8
< bitcoin-git> bitcoin/master d7820a1 Wladimir J. van der Laan: util: Filter control characters out of log messages
< bitcoin-git> bitcoin/master c34b886 Wladimir J. van der Laan: Merge #17095: util: Filter control characters out of log messages
< bitcoin-git> [bitcoin] laanwj merged pull request #17095: util: Filter control characters out of log messages (master...2019_10_log_control_chars) https://github.com/bitcoin/bitcoin/pull/17095
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1f6638630ef8...5a3dd9359455
< bitcoin-git> bitcoin/master b3b26e1 Fabian Jahr: rpc: fix -rpcclienttimeout 0 option
< bitcoin-git> bitcoin/master 5a3dd93 Wladimir J. van der Laan: Merge #17131: rpc: fix -rpcclienttimeout 0 option
< bitcoin-git> [bitcoin] laanwj merged pull request #17131: rpc: fix -rpcclienttimeout 0 option (master...rpcclienttimeout) https://github.com/bitcoin/bitcoin/pull/17131
< bitcoin-git> [bitcoin] laanwj merged pull request #17158: tests: Fix fs_tests for unknown locales (0.19...cdk/0.19-fix_fs_tests) https://github.com/bitcoin/bitcoin/pull/17158
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to 0.19: https://github.com/bitcoin/bitcoin/compare/3a7b2a15e3dd...3834d3d12196
< bitcoin-git> bitcoin/0.19 bd9d40d Daki Carnhof: tests: Fix fs_tests for unknown locales
< bitcoin-git> bitcoin/0.19 3834d3d Wladimir J. van der Laan: Merge #17158: tests: Fix fs_tests for unknown locales
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4cfb6738e81b...1f6638630ef8
< bitcoin-git> bitcoin/master 58d67f1 practicalswift: tests: Add fuzzing harness for descriptor Span-parsing helpers
< bitcoin-git> bitcoin/master 1f66386 MarcoFalke: Merge #17113: tests: Add fuzzing harness for descriptor Span-parsing helpe...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17113: tests: Add fuzzing harness for descriptor Span-parsing helpers (master...fuzzers-spanparsing) https://github.com/bitcoin/bitcoin/pull/17113
< bitcoin-git> [bitcoin] theStack opened pull request #17160: net: subnet lookup: use single-result LookupHost() (master...20191016-net-simplify_function_lookupsubnet) https://github.com/bitcoin/bitcoin/pull/17160
< bitcoin-git> [bitcoin] carnhofdaki opened pull request #17159: doc: Add a note about backporting (master...cdk/doc-backports) https://github.com/bitcoin/bitcoin/pull/17159
< bitcoin-git> [bitcoin] carnhofdaki opened pull request #17158: tests: Fix fs_tests for unknown locales (0.19...cdk/0.19-fix_fs_tests) https://github.com/bitcoin/bitcoin/pull/17158
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/eb292af309aa...4cfb6738e81b
< bitcoin-git> bitcoin/master a0daea4 Sjors Provoost: [build] depends macOS: point --sysroot to SDK
< bitcoin-git> bitcoin/master 4cfb673 Wladimir J. van der Laan: Merge #17118: build: depends macOS: point --sysroot to SDK
< bitcoin-git> [bitcoin] laanwj merged pull request #17118: build: depends macOS: point --sysroot to SDK (master...2019/10/macos-sysroot) https://github.com/bitcoin/bitcoin/pull/17118

2019-10-15

< bitcoin-git> [bitcoin] dannmat opened pull request #17157: doc: Added instructions for how to add an upsteam to forked repo (master...Oct-19-Contribution.mc) https://github.com/bitcoin/bitcoin/pull/17157
< bitcoin-git> [bitcoin] achow101 opened pull request #17156: psbt: check that various indexes and amounts are within bounds (master...psbt-fuzz-fix) https://github.com/bitcoin/bitcoin/pull/17156
< bitcoin-git> [bitcoin] dannmat closed pull request #17152: doc: Added instructions in CONTRIBUTE.MD for adding an upstream to forked repo (master...master) https://github.com/bitcoin/bitcoin/pull/17152
< bitcoin-git> [bitcoin] fanquake merged pull request #17105: gui: Make RPCConsole::TabTypes an enum class (master...2019-10-fix-warning) https://github.com/bitcoin/bitcoin/pull/17105
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a3af5b5c13f7...eb292af309aa
< bitcoin-git> bitcoin/master 8019b6b Joao Barbosa: gui: Make RPCConsole::TabTypes an enum class
< bitcoin-git> bitcoin/master eb292af fanquake: Merge #17105: gui: Make RPCConsole::TabTypes an enum class
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e180be49d7d8...a3af5b5c13f7
< bitcoin-git> bitcoin/master eea462d John Newbery: [wallet] Remove package limit config access from wallet
< bitcoin-git> bitcoin/master b96ed03 John Newbery: [wallet] Remove pruning check for -rescan option
< bitcoin-git> bitcoin/master a3af5b5 MarcoFalke: Merge #17138: Remove wallet access to some node arguments
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17138: Remove wallet access to some node arguments (master...2019-10-remove-wallet-access-to-node-args) https://github.com/bitcoin/bitcoin/pull/17138
< bitcoin-git> [bitcoin] jnewbery opened pull request #17154: [wallet] Actually return success in CommitTransaction (master...2019-04-CommitTransaction) https://github.com/bitcoin/bitcoin/pull/17154
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/137b7a2af1aa...e180be49d7d8
< bitcoin-git> bitcoin/master 9be6666 Adam Jonas: typo and unneccessary parentheses
< bitcoin-git> bitcoin/master 66b2984 Adam Jonas: change wallet pointers to references in feebumper
< bitcoin-git> bitcoin/master e180be4 MarcoFalke: Merge #17098: refactor: Feebumper EstimateFeeRate follow-up
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17098: refactor: Feebumper EstimateFeeRate follow-up (master...16727-follow-up) https://github.com/bitcoin/bitcoin/pull/17098
< bitcoin-git> [bitcoin] dannmat opened pull request #17152: doc: Added instructions in CONTRIBUTE.MD for adding an upstream to forked repo (master...master) https://github.com/bitcoin/bitcoin/pull/17152