2020-02-28

< bitcoin-git> bitcoin/master 7644567 Dan Gershony: Add missing step in win deployment instructions
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1615043935ef...fe63d79eabf1

2020-02-27

< bitcoin-git> [bitcoin] Empact opened pull request #18216: test, build: Enable -Werror=sign-compare (master...2020-02-sign-compare) https://github.com/bitcoin/bitcoin/pull/18216
< bitcoin-git> [bitcoin] instagibbs opened pull request #18214: Give slightly more understandable advice when needing -fallbackfee (master...fallback_msg) https://github.com/bitcoin/bitcoin/pull/18214
< jonasschnelli> luke-jr: you could register at apple (99$/year) or we could see if we want to sign it with the Bitcoin Core Code Sign Association key.
< luke-jr> + imposed by Apple, which the Bitcoin Knots project does not implement.
< luke-jr> + to open the Bitcoin Knots .dmg. This is due to new signing requirements
< Kiminuo> I'll push it to bitcoin repo when I'm sufficiently happy about it
< Kiminuo> Hello, anyone willing to take a look at https://github.com/kiminuo/bitcoin/commit/150e950461fdb929e45aee50126766c8a159a2c2 for (pre)review?
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18213: test: Fix race in p2p_segwit (master...2002-qaFixRaceSegwit) https://github.com/bitcoin/bitcoin/pull/18213
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17461: test: check custom descendant limit in mempool_packages.py (master...20191112-test-check_custom_descendant_limit_in_mempool-packages) https://github.com/bitcoin/bitcoin/pull/17461
< bitcoin-git> bitcoin/master 1615043 MarcoFalke: Merge #17461: test: check custom descendant limit in mempool_packages.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/324a6dfeafcb...1615043935ef
< bitcoin-git> bitcoin/master b902bd6 Sebastian Falbesoner: test: check custom descendant limit in mempool_packages.py
< bitcoin-git> bitcoin/master 324a6df MarcoFalke: Merge #17771: tests: Add fuzzing harness for V1TransportDeserializer (P2P ...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17771: tests: Add fuzzing harness for V1TransportDeserializer (P2P transport) (master...fuzzers-p2p_transport_deserializer) https://github.com/bitcoin/bitcoin/pull/17771
< bitcoin-git> bitcoin/master 2f63ffd practicalswift: tests: Add fuzzing harness for V1TransportDeserializer (P2P transport)
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4502ed7cd1b3...324a6dfeafcb
< gribble> https://github.com/bitcoin/bitcoin/issues/18187 | Add macOS notarization (including stapling) by jonasschnelli · Pull Request #18187 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17809 | rpc: Auto-format RPCResult by MarcoFalke · Pull Request #17809 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18027 | "PSBT Operations" dialog by gwillen · Pull Request #18027 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17509 | gui: save and load PSBT by Sjors · Pull Request #17509 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18115 | wallet: Pass in transactions and messages for signing instead of exporting the private keys by achow101 · Pull Request #18115 · bitcoin/bitcoin · GitHub
< wumpus> 7 blockers, 1 bugfix, 6 chasing concept ACK in https://github.com/bitcoin/bitcoin/projects/8
< wumpus> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb moneyball kvaciral ariard digi_james amiti fjahr
< bitcoin-git> [bitcoin] dangershony opened pull request #18212: Add missing step in win deployment instructions. (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18212
< gribble> https://github.com/bitcoin/bitcoin/issues/18210 | test: type hints in Python tests by kiminuo · Pull Request #18210 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake closed pull request #18174: WIP test: make mockscheduler test more reliable (master...2020-02-fix-scheduler-test) https://github.com/bitcoin/bitcoin/pull/18174
< bitcoin-git> [bitcoin] fanquake merged pull request #18211: test: Disable mockforward scheduler unit test for now (master...2002-testSchedulerWorkaround) https://github.com/bitcoin/bitcoin/pull/18211
< bitcoin-git> [bitcoin] fanquake closed pull request #18174: WIP test: make mockscheduler test more reliable (master...2020-02-fix-scheduler-test) https://github.com/bitcoin/bitcoin/pull/18174
< bitcoin-git> bitcoin/master 4502ed7 fanquake: Merge #18211: test: Disable mockforward scheduler unit test for now
< bitcoin-git> bitcoin/master fab2527 MarcoFalke: test: Disable mockforward scheduler unit test for now
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e5d47ed8fd37...4502ed7cd1b3

2020-02-26

< bitcoin-git> [bitcoin] luke-jr closed pull request #10729: Wrap EvalScript in a ScriptExecution class (master...scriptex) https://github.com/bitcoin/bitcoin/pull/10729
< bitcoin-git> [bitcoin] laanwj merged pull request #18167: Fix a violation of C++ standard rules where unions are used for type-punning (master...master) https://github.com/bitcoin/bitcoin/pull/18167
< bitcoin-git> bitcoin/master e5d47ed Wladimir J. van der Laan: Merge #18167: Fix a violation of C++ standard rules where unions are used ...
< bitcoin-git> bitcoin/master 0653939 Samer Afach: Add static_asserts to ser_X_to_Y() methods
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/89a97a71f2ee...e5d47ed8fd37
< bitcoin-git> bitcoin/master be94096 Samer Afach: Fix a violation of C++ standard rules that unions cannot be switched.
< bitcoin-git> [bitcoin] laanwj merged pull request #17985: net: Remove forcerelay of rejected txs (master...2001-p2pNoDeadCode) https://github.com/bitcoin/bitcoin/pull/17985
< bitcoin-git> bitcoin/master 89a97a7 Wladimir J. van der Laan: Merge #17985: net: Remove forcerelay of rejected txs
< bitcoin-git> bitcoin/master facb715 MarcoFalke: net: Remove forcerelay of rejected txs
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c3b471592346...89a97a71f2ee
< bitcoin-git> [bitcoin] achow101 closed pull request #18163: descriptors: Use xpub at last hardened step if possible (master...desc-last-hardened) https://github.com/bitcoin/bitcoin/pull/18163
< harding> stevenroose: I've only used the BitcoinCore.org. Back when I worked on Bitcoin.org, I hand crafted those docs. After years of those docs bitrotting, they wrote their own tool, but I've never used it.
< harding> Bitcoin.org currently uses: https://github.com/cornelius/rpc-docs-helper
< harding> stevenroose: this is the tool used for the RPC docs on BitcoinCore.org: https://github.com/bitcoin-core/bitcoincore.org/tree/master/contrib/doc-gen
< stevenroose> Are the ones on bitcoin.org hand-crafted?
< bitcoin-git> [bitcoin] jonatack closed pull request #18178: script: de-dupe and update valgrind suppressions (master...add-valgrind-suppressions) https://github.com/bitcoin/bitcoin/pull/18178
< bitcoin-git> [bitcoin] promag closed pull request #16145: gui: Prevent idle sleep in macos while in IBD (master...2019-06-prevent-idle-sleep-ibd) https://github.com/bitcoin/bitcoin/pull/16145
< bitcoin-git> [bitcoin] luke-jr closed pull request #17213: gui: Add Windows taskbar progress (master...win_taskbar_progress) https://github.com/bitcoin/bitcoin/pull/17213
< gribble> https://github.com/bitcoin/bitcoin/issues/18160 | gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged by promag · Pull Request #18160 · bitcoin/bitcoin · GitHub

2020-02-25

< gribble> https://github.com/bitcoin/bitcoin/issues/18204 | descriptors: improve descriptor cache and cache xpubs by achow101 · Pull Request #18204 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18211: test: Work around scheduler_tests intermittent failures (take 2) (master...2002-testSchedulerWorkaround) https://github.com/bitcoin/bitcoin/pull/18211
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18206: tests: Add fuzzing harness for bloom filter classes (CBloomFilter + CRollingBloomFilter) (master...fuzzers-bloom_filter) https://github.com/bitcoin/bitcoin/pull/18206
< bitcoin-git> bitcoin/master c3b4715 MarcoFalke: Merge #18206: tests: Add fuzzing harness for bloom filter classes (CBloomF...
< bitcoin-git> bitcoin/master eabbbe4 practicalswift: tests: Add fuzzing harness for rolling bloom filter class CRollingBloomFil...
< bitcoin-git> bitcoin/master 2a6a6ea practicalswift: tests: Add fuzzing harness for bloom filter class CBloomFilter
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/31c0006a6cd5...c3b471592346
< bitcoin-git> [bitcoin] kiminuo opened pull request #18210: Type hints in Python tests (master...feature/type-hint-minimum) https://github.com/bitcoin/bitcoin/pull/18210
< gleb> Yeah, at this point I'd also prefer to stick with 256-bit ids, for the reason suhas points out. I also bet someone smart would decide to waste their time to write a paper about attacking bitcoin with this thing :)
< bitcoin-git> [bitcoin] yusufsahinhamza closed pull request #18197: rpc: update some RPCExamples to bech32 (master...rpc-examples) https://github.com/bitcoin/bitcoin/pull/18197
< bitcoin-git> [bitcoin] yusufsahinhamza reopened pull request #18197: rpc: update some RPCExamples to bech32 (master...rpc-examples) https://github.com/bitcoin/bitcoin/pull/18197
< bitcoin-git> [bitcoin] yusufsahinhamza closed pull request #18197: rpc: update some RPCExamples to bech32 (master...rpc-examples) https://github.com/bitcoin/bitcoin/pull/18197
< bitcoin-git> [bitcoin] yusufsahinhamza opened pull request #18208: rpc: Fix RPCExamples (master...fix-rpc-examples) https://github.com/bitcoin/bitcoin/pull/18208
< gribble> https://github.com/bitcoin/bitcoin/issues/17264 | rpc: set default bip32derivs to true for psbt methods by Sjors · Pull Request #17264 · bitcoin/bitcoin · GitHub
< vasild> I tried to rebase achow101/sign-in-spkman on top of bitcoin/master and got a conflict not related to 17577, but due to #17264 which modified src/wallet/psbtwallet.h (git show 29a21c906 -- src/wallet/psbtwallet.h) and 18115 deleted the file. To resolve, I replayed the change on wallet.h: git rebase bitcoin/master ; git rm src/wallet/psbtwallet.h ; sed -i '' 's/bip32derivs = false/bip32derivs =
< gribble> https://github.com/bitcoin/bitcoin/issues/17577 | refactor: deduplicate the message sign/verify code by vasild · Pull Request #17577 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18115 | wallet: Pass in transactions and messages for signing instead of exporting the private keys by achow101 · Pull Request #18115 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17577 | refactor: deduplicate the message sign/verify code by vasild · Pull Request #17577 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18115 | wallet: Pass in transactions and messages for signing instead of exporting the private keys by achow101 · Pull Request #18115 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] sipsorcery closed pull request #18207: WIP: Touch appveyor vcpkg file to force refresh (master...appveyor-force-refresh) https://github.com/bitcoin/bitcoin/pull/18207
< gribble> https://github.com/bitcoin/bitcoin/issues/17577 | refactor: deduplicate the message sign/verify code by vasild · Pull Request #17577 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] sipsorcery opened pull request #18207: WIP: Touch appveyor vcpkg file to force refresh (master...appveyor-force-refresh) https://github.com/bitcoin/bitcoin/pull/18207
< bitcoin-git> [bitcoin] meshcollider merged pull request #17264: rpc: set default bip32derivs to true for psbt methods (master...2019/10/bip32_derivs) https://github.com/bitcoin/bitcoin/pull/17264
< bitcoin-git> bitcoin/master 31c0006 Samuel Dobson: Merge #17264: rpc: set default bip32derivs to true for psbt methods
< bitcoin-git> bitcoin/master 5bad792 Sjors Provoost: [test] PSBT RPC: check that bip32_derivs are present by default
< bitcoin-git> [bitcoin] meshcollider pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/03f98b15ad4f...31c0006a6cd5
< bitcoin-git> bitcoin/master 29a21c9 Sjors Provoost: [rpc] set default bip32derivs to true for psbt methods
< bitcoin-git> [bitcoin] meshcollider merged pull request #17577: refactor: deduplicate the message sign/verify code (master...message-dedup) https://github.com/bitcoin/bitcoin/pull/17577
< bitcoin-git> bitcoin/master e193a84 Jeffrey Czyz: Refactor message hashing into a utility function
< bitcoin-git> bitcoin/master f8f0d98 Vasil Dimov: Deduplicate the message signing code
< bitcoin-git> bitcoin/master 2ce3447 Vasil Dimov: Deduplicate the message verifying code
< bitcoin-git> [bitcoin] meshcollider pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/a674e89d2771...03f98b15ad4f
< bitcoin-git> [bitcoin] practicalswift opened pull request #18206: tests: Add fuzzing harness for bloom filter classes (CBloomFilter + CRollingBloomFilter) (master...fuzzers-bloom_filter) https://github.com/bitcoin/bitcoin/pull/18206
< bitcoin-git> [bitcoin] fanquake closed pull request #18116: depends: Use clang for Ubuntu 16.04 (master...20200211-clang-ubuntu) https://github.com/bitcoin/bitcoin/pull/18116
< gribble> https://github.com/bitcoin/bitcoin/issues/13947 | Dandelion transaction relay (BIP 156) by MarcoFalke · Pull Request #13947 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17443 | Drop checkFinalTx and use Median Time Past to check finality of wallet transactions by ariard · Pull Request #17443 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake closed pull request #17815: rpc: Make __cookie__ user immune to rpcwhitelist (master...2019-12-rpc-cookie-user-independence) https://github.com/bitcoin/bitcoin/pull/17815
< bitcoin-git> [bitcoin] fanquake closed pull request #13989: add avx512 instrinsic (master...1-avx512) https://github.com/bitcoin/bitcoin/pull/13989
< bitcoin-git> [bitcoin] fanquake closed pull request #16486: [consensus] skip bip30 checks when assumevalid is set for the block (master...2019-07-29-fassumevalid-bip34) https://github.com/bitcoin/bitcoin/pull/16486
< bitcoin-git> [bitcoin] fanquake closed pull request #15873: Rpc removemempoolentry (master...rpc-removemempoolentry) https://github.com/bitcoin/bitcoin/pull/15873
< bitcoin-git> [bitcoin] fanquake closed pull request #16523: Add removemempoolentry RPC to evict transactions from the mempool (master...removemempoolentry) https://github.com/bitcoin/bitcoin/pull/16523
< bitcoin-git> [bitcoin] fanquake merged pull request #18162: util: Avoid potential uninitialized read in FormatISO8601DateTime(int64_t) by checking gmtime_s/gmtime_r return value (master...FormatISO8601DateTime-unitialized-read) https://github.com/bitcoin/bitcoin/pull/18162
< bitcoin-git> bitcoin/master a674e89 fanquake: Merge #18162: util: Avoid potential uninitialized read in FormatISO8601Dat...
< bitcoin-git> bitcoin/master 12a2f37 practicalswift: util: Avoid potential uninitialized read in FormatISO8601DateTime(int64_t ...
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/225aa5d6d519...a674e89d2771
< bitcoin-git> [bitcoin] achow101 opened pull request #18204: descriptors: improve descriptor cache and cache xpubs (master...desc-xpub-cache) https://github.com/bitcoin/bitcoin/pull/18204

2020-02-24

< bitcoin-git> [bitcoin] Sjors reopened pull request #16378: [WIP] The ultimate send RPC (master...2019/07/send) https://github.com/bitcoin/bitcoin/pull/16378
< bitcoin-git> [bitcoin] Sjors opened pull request #18202: refactor: consolidate sendmany and sendtoaddress code (master...2020/02/refactor_sendmany_sendtoaddress) https://github.com/bitcoin/bitcoin/pull/18202
< bitcoin-git> [bitcoin] Sjors closed pull request #18201: rpc: sendmany and sendtoaddress return PSBT for wallets without private keys (master...2020/02/sendmany_sendtoaddress) https://github.com/bitcoin/bitcoin/pull/18201
< gribble> https://github.com/bitcoin/bitcoin/issues/16378 | [WIP] The ultimate send RPC by Sjors · Pull Request #16378 · bitcoin/bitcoin · GitHub
< provoostenator> It's _also_ for bitcoin-cli users
< luke-jr> remember RPC isn't for bitcoin-cli users; it's for scripts, apps, and such
< gribble> https://github.com/bitcoin/bitcoin/issues/18201 | rpc: sendmany and sendtoaddress return PSBT for wallets without private keys by Sjors · Pull Request #18201 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18192 | Bugfix: Wallet: Safely deal with change in the address book by luke-jr · Pull Request #18192 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] Sjors opened pull request #18201: rpc: sendmany and sendtoaddress return PSBT for wallets without private keys (master...2020/02/sendmany_sendtoaddress) https://github.com/bitcoin/bitcoin/pull/18201
< bitcoin-git> bitcoin/master 225aa5d MarcoFalke: Merge #18193: scripted-diff: Wallet: Rename incorrectly named *UsedDestina...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18193: scripted-diff: Wallet: Rename incorrectly named *UsedDestination (master...rename_useddest) https://github.com/bitcoin/bitcoin/pull/18193
< bitcoin-git> bitcoin/master bca8665 Luke Dashjr: scripted-diff: Wallet: Rename incorrectly named *UsedDestination
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ab9de435880c...225aa5d6d519
< bitcoin-git> [bitcoin] fanquake closed pull request #18200: Sebible v0.18.1 prow (master...sebible-v0.18.1-prow) https://github.com/bitcoin/bitcoin/pull/18200
< bitcoin-git> [bitcoin] zengyiheng opened pull request #18200: Sebible v0.18.1 prow (master...sebible-v0.18.1-prow) https://github.com/bitcoin/bitcoin/pull/18200
< bitcoin-git> [bitcoin] practicalswift closed pull request #18199: build: Enable AddressSanitizer as part of --enable-debug (master...enable-debug-asan) https://github.com/bitcoin/bitcoin/pull/18199
< gribble> https://github.com/bitcoin/bitcoin/issues/18064 | gui: Drop WalletModel dependency to RecentRequestsTableModel by promag · Pull Request #18064 · bitcoin/bitcoin · GitHub

2020-02-23

< bitcoin-git> [bitcoin] practicalswift opened pull request #18199: build: Enable AddressSanitizer as part of --enable-debug (master...enable-debug-asan) https://github.com/bitcoin/bitcoin/pull/18199
< bitcoin-git> [bitcoin] practicalswift reopened pull request #17208: Make all tests pass UBSan without using any UBSan suppressions (master...ubsan-warnings) https://github.com/bitcoin/bitcoin/pull/17208

2020-02-22

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18181: test: Remove incorrect assumptions in validation_flush_tests (master...2002-ciTestValNoArch) https://github.com/bitcoin/bitcoin/pull/18181
< bitcoin-git> bitcoin/master ab9de43 MarcoFalke: Merge #18181: test: Remove incorrect assumptions in validation_flush_tests...
< bitcoin-git> bitcoin/master faca8ef MarcoFalke: test: Remove incorrect assumptions in validation_flush_tests
< bitcoin-git> bitcoin/master fa31eeb MarcoFalke: test: Tabs to spaces in all tests
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/36e507227ed6...ab9de435880c
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #18195: test: Add cost_of_change parameter assertions to bnb_search_test (master...add-coinselection-cost-of-change-test-cases) https://github.com/bitcoin/bitcoin/pull/18195
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18195: test: Add cost_of_change parameter assertions to bnb_search_test (master...add-coinselection-cost-of-change-test-cases) https://github.com/bitcoin/bitcoin/pull/18195
< bitcoin-git> [bitcoin] yusufsahinhamza opened pull request #18197: rpc: update some RPCExamples to bech32 (master...rpc-examples) https://github.com/bitcoin/bitcoin/pull/18197
< bitcoin-git> [bitcoin] HonyZahy closed pull request #18196: dumpBlock (master...master) https://github.com/bitcoin/bitcoin/pull/18196
< bitcoin-git> [bitcoin] HonyZahy opened pull request #18196: dumpBlock (master...master) https://github.com/bitcoin/bitcoin/pull/18196
< bitcoin-git> [bitcoin] yancyribbens opened pull request #18195: test: Add cost_of_change parameter assertions to bnb_search_test (master...add-coinselection-cost-of-change-test-cases) https://github.com/bitcoin/bitcoin/pull/18195
< bitcoin-git> [bitcoin] luke-jr opened pull request #18194: GUI: Remove broken ability to edit the address field in the sending address book (master...bugfix_gui_edit_sendaddr) https://github.com/bitcoin/bitcoin/pull/18194
< bitcoin-git> [bitcoin] luke-jr opened pull request #18193: scripted-diff: Wallet: Rename incorrectly named *UsedDestination (master...rename_useddest) https://github.com/bitcoin/bitcoin/pull/18193
< bitcoin-git> [bitcoin] luke-jr opened pull request #18192: Bugfix: Wallet: Safely deal with change in the address book (master...bugfix_addressbook_change) https://github.com/bitcoin/bitcoin/pull/18192
< bitcoin-git> [bitcoin] JeremyRubin opened pull request #18191: Epoch mempool cache regression plus remove excluded set. (master...epoch-mempool-cache-regression-plus-remove-excluded) https://github.com/bitcoin/bitcoin/pull/18191

2020-02-21

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18183: test: Set catch_system_errors=no on boost unit tests (master...2002-testNoCatchSystemErrors) https://github.com/bitcoin/bitcoin/pull/18183
< bitcoin-git> bitcoin/master 36e5072 MarcoFalke: Merge #18183: test: Set catch_system_errors=no on boost unit tests
< bitcoin-git> bitcoin/master fac52da MarcoFalke: test: Set catch_system_errors=no on boost unit tests
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9dd7bd47be2f...36e507227ed6
< luke-jr> jonasschnelli: re https://github.com/bitcoin/bitcoin/issues/15774#issuecomment-589794604 the right-click trick no longer works⁇
< bitcoin-git> [bitcoin] luke-jr closed pull request #18175: [0.19] build: Allow export of environ symbols and work around rv64 toolchain issue (0.19...pr17569-0.18) https://github.com/bitcoin/bitcoin/pull/18175
< bitcoin-git> [bitcoin] meshcollider merged pull request #18034: Get the OutputType for a descriptor (master...desc-getoutputtype) https://github.com/bitcoin/bitcoin/pull/18034
< bitcoin-git> bitcoin/master 9dd7bd4 Samuel Dobson: Merge #18034: Get the OutputType for a descriptor
< bitcoin-git> bitcoin/master 7e80f64 Andrew Chow: Get the OutputType for a descriptor
< bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e9fc8f6e7f57...9dd7bd47be2f
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18172: test: Transaction expiry from mempool (master...2020-02-mempool-expiry-test) https://github.com/bitcoin/bitcoin/pull/18172
< bitcoin-git> bitcoin/master e9fc8f6 MarcoFalke: Merge #18172: test: Transaction expiry from mempool
< bitcoin-git> bitcoin/master d6d2602 0xb10c: add: test that transactions expire from mempool
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/eb3c6b091234...e9fc8f6e7f57
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #16117: util: Replace boost:: with std:: in utiltime (master...1905-noBoostUtilTime) https://github.com/bitcoin/bitcoin/pull/16117
< gribble> https://github.com/bitcoin/bitcoin/issues/18034 | Get the OutputType for a descriptor by achow101 · Pull Request #18034 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] practicalswift opened pull request #18190: tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEncode/GolombRiceDecode) (master...fuzzers-golomb-rice) https://github.com/bitcoin/bitcoin/pull/18190
< gribble> https://github.com/bitcoin/bitcoin/issues/16528 | Native Descriptor Wallets using DescriptorScriptPubKeyMan by achow101 · Pull Request #16528 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17577 | refactor: deduplicate the message sign/verify code by vasild · Pull Request #17577 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] uhliksk opened pull request #18189: Add error handling to all boost filesystem functions (master...master) https://github.com/bitcoin/bitcoin/pull/18189
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #18131: add macOS notarization info to the release process doc (master...2020/02/notarize) https://github.com/bitcoin/bitcoin/pull/18131
< gribble> https://github.com/bitcoin/bitcoin/issues/16307 | scheduler: crash after releasing wallet · Issue #16307 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16411 | BIP-325: Signet support by kallewoof · Pull Request #16411 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake closed pull request #18171: build: add macOS signing entitlements to macdeploy (master...macos_signing_requirements) https://github.com/bitcoin/bitcoin/pull/18171

2020-02-20

< gribble> https://github.com/bitcoin/bitcoin/issues/18077 | net: Add NAT-PMP port forwarding support by hebasto · Pull Request #18077 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18027 | "PSBT Operations" dialog by gwillen · Pull Request #18027 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17509 | gui: save and load PSBT by Sjors · Pull Request #17509 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17509 | gui: save and load PSBT by Sjors · Pull Request #17509 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/1750 | Some JSON values dont work in the GUI console · Issue #1750 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] instagibbs reopened pull request #15283: log: Fix UB with bench on genesis block (master...ub_genesis_bench) https://github.com/bitcoin/bitcoin/pull/15283
< bitcoin-git> [bitcoin] practicalswift closed pull request #17208: Make all tests pass UBSan without using any UBSan suppressions (master...ubsan-warnings) https://github.com/bitcoin/bitcoin/pull/17208
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18188: test: Bump process time in scheduler_tests to avoid race (master...2002-testBumpSched) https://github.com/bitcoin/bitcoin/pull/18188
< bitcoin-git> [bitcoin] Empact closed pull request #13949: Introduce MempoolObserver interface to break "policy/fees -> txmempool -> policy/fees" circular dependency (master...mempool-observer) https://github.com/bitcoin/bitcoin/pull/13949
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18188: test: Bump process time in scheduler_tests to avoid race (master...2002-testBumpSched) https://github.com/bitcoin/bitcoin/pull/18188
< wumpus> 0.19.1 changelog looks ok, no "Notable changes", but that happens more often for minor releases as it's bugfixes not features: https://github.com/bitcoin/bitcoin/blob/0.19/doc/release-notes.md
< gribble> https://github.com/bitcoin/bitcoin/issues/17208 | Make all tests pass UBSan without using any UBSan suppressions by practicalswift · Pull Request #17208 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17208 | Make all tests pass UBSan without using any UBSan suppressions by practicalswift · Pull Request #17208 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #18187: Add --options runtime (runtime hardening) to macOS codesign (master...2020/02/macos_runtime_hardening) https://github.com/bitcoin/bitcoin/pull/18187
< bitcoin-git> [bitcoin] Mentors4EDU closed pull request #18186: Stage and add commits behind (master...master) https://github.com/bitcoin/bitcoin/pull/18186
< bitcoin-git> [bitcoin] Mentors4EDU opened pull request #18186: Stage and add commits behind (master...master) https://github.com/bitcoin/bitcoin/pull/18186
< gribble> https://github.com/bitcoin/bitcoin/issues/18115 | wallet: Pass in transactions and messages for signing instead of exporting the private keys by achow101 · Pull Request #18115 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17577 | refactor: deduplicate the message sign/verify code by vasild · Pull Request #17577 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] icota closed pull request #18179: Add Lightning Network support (master...2020-01-core-lightning) https://github.com/bitcoin/bitcoin/pull/18179
< gribble> https://github.com/bitcoin/bitcoin/issues/17509 | gui: save and load PSBT by Sjors · Pull Request #17509 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17812 | config, net, test: asmap functional tests and feature refinements by jonatack · Pull Request #17812 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18034 | Get the OutputType for a descriptor by achow101 · Pull Request #18034 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18014 | lib: Optimizing siphash implementation by elichai · Pull Request #18014 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17432 | Release schedule for 0.20.0 · Issue #17432 · bitcoin/bitcoin · GitHub
< kanzure> no new entries in proposedmeetingtopics.txt http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt
< wumpus> no proposed topics in http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt (as I understand it)
< wumpus> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb moneyball kvaciral ariard digi_james amiti fjahr
< sipa> dongcarl: the problem is that bitcoin nodes don't have, and shouldn't have, any observable identity
< dongcarl> right... but in jonas' breaking bitcoin talk... he mentions resistance against handshake MITM by comparing session IDs...
< gribble> https://github.com/bitcoin/bitcoin/issues/17264 | rpc: set default bip32derivs to true for psbt methods by Sjors · Pull Request #17264 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake merged pull request #18070: doc: add note about `brew doctor` (master...documentation) https://github.com/bitcoin/bitcoin/pull/18070
< bitcoin-git> bitcoin/master eb3c6b0 fanquake: Merge #18070: doc: add note about `brew doctor`
< bitcoin-git> bitcoin/master 63ce882 Gastón I. Silva: doc: link to homebrew's troubleshooting page
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/56fc2dfcc3e6...eb3c6b091234
< bitcoin-git> [bitcoin] fanquake merged 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/master 7f1475c Sebastian Falbesoner: rpc: update validateaddress RPCExamples to bech32
< bitcoin-git> bitcoin/master 56fc2df fanquake: Merge #18122: rpc: update validateaddress RPCExamples to bech32
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/eddcbfb109e5...56fc2dfcc3e6
< darosior> Found the reason.. https://github.com/bitcoin/bitcoin/pull/8634
< darosior> Hi, https://github.com/bitcoin/bitcoin/blob/eddcbfb109e592fdf39ea2c38c4d7ba183de3e34/src/script/interpreter.cpp#L938-L941 means that the script execution will stop on a failing CHECKSIG (and not CHECKSIGVERIFY), right ? If so what is the reason behind this (non-mandatory) rule ?
< bitcoin-git> [bitcoin] hebasto reopened pull request #18077: net: Add NAT-PMP port forwarding support (master...20200130-natpmp) https://github.com/bitcoin/bitcoin/pull/18077
< bitcoin-git> [bitcoin] hebasto closed pull request #18077: net: Add NAT-PMP port forwarding support (master...20200130-natpmp) https://github.com/bitcoin/bitcoin/pull/18077
< hadjiszs> hello everyone, I was wondering whether that one https://github.com/bitcoin/bitcoin/pull/13947 means implicitly Dandelion++ rather than Dandelion
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18183: test: Set catch_system_errors=no on boost unit tests (master...2002-testNoCatchSystemErrors) https://github.com/bitcoin/bitcoin/pull/18183

2020-02-19

< bitcoin-git> [bitcoin] fanquake closed pull request #18154: Trivial(qt): Capitalization, spelling (master...qt-nitpicking) https://github.com/bitcoin/bitcoin/pull/18154
< gribble> https://github.com/bitcoin/bitcoin/issues/18174 | WIP test: make mockscheduler test more reliable by amitiuttarwar · Pull Request #18174 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18037 | Util: Allow scheduler to be mocked by amitiuttarwar · Pull Request #18037 · bitcoin/bitcoin · GitHub
< bitcoin-git> bitcoin/master 5ea8144 practicalswift: tests: Add support for excluding fuzz targets using -x/--exclude
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18166: ci: Run fuzz testing test cases (bitcoin-core/qa-assets) under valgrind to catch memory errors (master...fuzz-test-cases-under-valgrind) https://github.com/bitcoin/bitcoin/pull/18166
< bitcoin-git> bitcoin/master a3b539a practicalswift: ci: Run fuzz testing test cases under valgrind
< bitcoin-git> bitcoin/master 555236f practicalswift: tests: Remove -detect_leaks=0 from test/fuzz/test_runner.py - no longer ne...
< bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/68e841e0af22...eddcbfb109e5
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18181: test: Remove incorrect assumptions in validation_flush_tests (master...2002-ciTestValNoArch) https://github.com/bitcoin/bitcoin/pull/18181
< bitcoin-git> [bitcoin] icota opened pull request #18179: Add Lightning Network support (master...2020-01-core-lightning) https://github.com/bitcoin/bitcoin/pull/18179
< gribble> https://github.com/bitcoin/bitcoin/issues/18162 | util: Avoid potential uninitialized read in FormatISO8601DateTime(int64_t) by checking gmtime_s/gmtime_r return value by practicalswift . Pull Request #18162 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] jonatack opened pull request #18178: test: update valgrind suppressions (master...add-valgrind-suppressions) https://github.com/bitcoin/bitcoin/pull/18178
< bitcoin-git> [bitcoin] Sjors closed pull request #16895: External signer multisig support (master...2019/09/hww-multisig) https://github.com/bitcoin/bitcoin/pull/16895
< gribble> https://github.com/bitcoin/bitcoin/issues/17878 | wip: zmq: Support -zmqpubwallettx by promag . Pull Request #17878 . bitcoin/bitcoin . GitHub
< aj> fjahr: https://github.com/ajtowns/bitcoin/commits/202002-fjahr-wtf maybe try -filter='VerifyNestedIfScript.*' on the 1st and 3rd commits on that?
< gribble> https://github.com/bitcoin/bitcoin/issues/16902 | O(1) OP_IF/NOTIF/ELSE/ENDIF script implementation by sipa . Pull Request #16902 . bitcoin/bitcoin . GitHub
< bitcoin-git> bitcoin/master a304a36 Russell Yanofsky: Revert "Store p2sh scripts in AddAndGetDestinationForScript"
< bitcoin-git> [bitcoin] meshcollider merged pull request #18067: wallet: Improve LegacyScriptPubKeyMan::CanProvide script recognition (master...pr/provide) https://github.com/bitcoin/bitcoin/pull/18067
< bitcoin-git> bitcoin/master eb7d8a5 Sjors Provoost: [test] check for addmultisigaddress regression
< bitcoin-git> bitcoin/master 005f8a9 Russell Yanofsky: wallet: Improve LegacyScriptPubKeyMan::CanProvide script recognition
< bitcoin-git> [bitcoin] meshcollider pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/36f42e1bf43f...68e841e0af22

2020-02-18

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

2020-02-17

< bitcoin-git> [bitcoin] TheQuantumPhysicist opened pull request #18167: Fix a violation of C++ standard rules where unions are used for type-punning (master...master) https://github.com/bitcoin/bitcoin/pull/18167
< dongcarl> Does anyone know how to setup gribble for another channel? I'm thinking #bitcoin-builds
< gribble> https://github.com/bitcoin/bitcoin/issues/17569 | build: Allow export of environ symbols and work around rv64 toolchain issue by laanwj . Pull Request #17569 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] practicalswift opened pull request #18166: ci: Run fuzz testing test cases under valgrind (master...fuzz-test-cases-under-valgrind) https://github.com/bitcoin/bitcoin/pull/18166
< dongcarl> Another question: When testing out lower-power SBCs, what's a good metric for "runs Bitcoin Core well"? Is "being able to keep up with tip" good enough?
< dongcarl> If I want to buy hardware to be my dedicated Bitcoin Core node... Should ECC RAM be a main concern? Or is it outweighed by other concerns
< dongcarl> What's the current thinking on running Bitcoin Core on non-ECC devices? Are there enough safe guards in place so that at least casual users can use non-ECC devices?
< gribble> https://github.com/bitcoin/bitcoin/issues/17966 | qt, refactor: Optimize signal-slot connections logic by hebasto . Pull Request #17966 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17569 | build: Allow export of environ symbols and work around rv64 toolchain issue by laanwj . Pull Request #17569 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #17948: build: pass -fno-ident in Windows gitian descriptor (master...pass_fno_ident) https://github.com/bitcoin/bitcoin/pull/17948
< bitcoin-git> bitcoin/master 179504c Wladimir J. van der Laan: Merge #17948: build: pass -fno-ident in Windows gitian descriptor
< bitcoin-git> bitcoin/master 530d02a fanquake: build: pass -fno-ident in Windows gitian descriptor
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/051439813e2c...179504ccb6f4
< promag> this one might fix high cpu of bitcoin-qt
< gribble> https://github.com/bitcoin/bitcoin/issues/18160 | gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged by promag . Pull Request #18160 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #13339: wallet: Replace %w by wallet name in -walletnotify script (master...2018-05-walletnotify) https://github.com/bitcoin/bitcoin/pull/13339
< bitcoin-git> bitcoin/master 0514398 Wladimir J. van der Laan: Merge #13339: wallet: Replace %w by wallet name in -walletnotify script
< bitcoin-git> bitcoin/master 4e9efac Joao Barbosa: test: Check wallet name in -walletnotify script
< bitcoin-git> bitcoin/master 9a5b5ee Joao Barbosa: wallet: Replace %w by wallet name in -walletnotify script
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/263f53e2d07a...051439813e2c
< gribble> https://github.com/bitcoin/bitcoin/issues/13339 | wallet: Replace %w by wallet name in -walletnotify script by promag . Pull Request #13339 . bitcoin/bitcoin . GitHub
< wumpus> FWIW I'm not going to be at bitcoin 2020 / coredev next month, sorry, even less eager than normal to go on a long flight like that with the coronavirus and quarantaine scare
< jonasschnelli> I notarized rc1 5 days ago and Sjors did confirm it worked: https://github.com/bitcoin/bitcoin/issues/15774#issuecomment-585324648
< bitcoin-git> [bitcoin] luke-jr opened pull request #18165: Consolidate service flag bit-to-name conversion to a shared serviceFlagToStr function (master...svcflags2str) https://github.com/bitcoin/bitcoin/pull/18165
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18098: scripted-diff: Add missing spaces in RPCResult, Normalize type names (master...1912-rpcDocFixes) https://github.com/bitcoin/bitcoin/pull/18098
< bitcoin-git> bitcoin/master 263f53e MarcoFalke: Merge #18098: scripted-diff: Add missing spaces in RPCResult, Normalize ty...
< bitcoin-git> bitcoin/master fad027f MarcoFalke: scripted-diff: Add missing spaces in RPCResult, Fix type names
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/94c0287aec9a...263f53e2d07a
< gribble> https://github.com/bitcoin/bitcoin/issues/13339 | wallet: Replace %w by wallet name in -walletnotify script by promag . Pull Request #13339 . bitcoin/bitcoin . GitHub

2020-02-16

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

2020-02-15

< bitcoin-git> [bitcoin] practicalswift opened pull request #18155: tests: Add harness which fuzzes EvalScript and VerifyScript using a fuzzed signature checker (master...fuzzers-signature_checker) https://github.com/bitcoin/bitcoin/pull/18155
< bitcoin-git> [bitcoin] yahiheb opened pull request #18154: Trivial(qt): Capitalization, spelling (master...qt-nitpicking) https://github.com/bitcoin/bitcoin/pull/18154