2020-04-03

< bitcoin-git> bitcoin/master 4928a99 Michael Polzer: [doc] fix git add argument
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/08c4994969be...f0d6487e2907
< bitcoin-git> [bitcoin] fanquake closed pull request #14694: tests: Separately check for rapidcheck/boost_test.h in configure (master...rapidcheck-boost-test) https://github.com/bitcoin/bitcoin/pull/14694
< bitcoin-git> [bitcoin] Christewart closed pull request #14430: Add more property based tests for basic bitcoin data structures (master...add_tests_from_8469) https://github.com/bitcoin/bitcoin/pull/14430
< bitcoin-git> [bitcoin] fanquake opened pull request #18514: test: remove rapidcheck integration and tests (master...remove_rapidcheck) https://github.com/bitcoin/bitcoin/pull/18514
< jonatack> fanquake: it says: "Additionally, Bitcoin Core does not yet change appearance when macOS "dark mode" is activated." -> what say you to appending ", except if compiling from source." or similar, for dummies like me :)
< jonatack> fanquake: ok. i'll revert the notes change then if you haven't already. here's what dark mode looks like for me: https://github.com/bitcoin/bitcoin/pull/16923#issuecomment-606770987
< fanquake> jonatack: that's expected. If you're self compiling, and just running src/qt/bitcoin-qt, it will work. If you run deploy and use the app bundle (as releases are built) it wont.
< bitcoin-git> [bitcoin] fanquake merged pull request #18503: init: Replace URL_WEBSITE with PACKAGE_URL (master...2004-initRebrand) https://github.com/bitcoin/bitcoin/pull/18503
< bitcoin-git> bitcoin/master 08c4994 fanquake: Merge #18503: init: Replace URL_WEBSITE with PACKAGE_URL
< bitcoin-git> bitcoin/master fad2f68 MarcoFalke: init: Replace URL_WEBSITE with PACKAGE_URL
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/be60e37e4041...08c4994969be
< bitcoin-git> [bitcoin] HashUnlimited opened pull request #18513: [doc] fix git add argument (master...master) https://github.com/bitcoin/bitcoin/pull/18513
< bitcoin-git> [bitcoin] fanquake merged pull request #18505: doc: Update webchat URLs in README.md (master...update-webchat-urls) https://github.com/bitcoin/bitcoin/pull/18505
< bitcoin-git> bitcoin/master be60e37 fanquake: Merge #18505: doc: Update webchat URLs in README.md
< bitcoin-git> bitcoin/master 7b2975a Suriyaa Sundararuban: doc: Update webchat URLs in README.md
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d478595fad6e...be60e37e4041
< bitcoin-git> bitcoin/master d478595 fanquake: Merge #18382: doc: note the costs of fetching all pull requests
< bitcoin-git> [bitcoin] fanquake merged pull request #18382: doc: note the costs of fetching all pull requests (master...note_fetch_all_cost) https://github.com/bitcoin/bitcoin/pull/18382
< bitcoin-git> bitcoin/master d695eb4 Vasil Dimov: doc: note the costs of fetching all pull requests
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6ec42df32b06...d478595fad6e
< bitcoin-git> [bitcoin] fanquake merged pull request #18426: scripts: previous_release: improve behaviour on failed download (master...20200324-scripts-previous-release-show-error-message-if-download-fails) https://github.com/bitcoin/bitcoin/pull/18426
< bitcoin-git> bitcoin/master 6ec42df fanquake: Merge #18426: scripts: previous_release: improve behaviour on failed downl...
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dce6f3b29b41...6ec42df32b06
< bitcoin-git> bitcoin/master 332f373 Sebastian Falbesoner: [scripts] previous_release: improve failed download error message
< gribble> https://github.com/bitcoin/bitcoin/issues/14593 | gui: explicitly disable "Dark Mode" appearance on macOS by fanquake · Pull Request #14593 · 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] sipa opened pull request #18512: Improve asmap checks and add sanity check (master...202003_asmap_checks) https://github.com/bitcoin/bitcoin/pull/18512
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #18484: rpc: Correctly compute redeemScript from witnessScript for signrawtransaction (master...signrawtx-p2pkh-p2wsh) https://github.com/bitcoin/bitcoin/pull/18484
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18484: rpc: Correctly compute redeemScript from witnessScript for signrawtransaction (master...signrawtx-p2pkh-p2wsh) https://github.com/bitcoin/bitcoin/pull/18484
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18510: fuzz: Add CScriptNum::getint coverage (master...2004-fuzzScriptNumGetInt) https://github.com/bitcoin/bitcoin/pull/18510
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18509: fuzz: Avoid running over all inputs after merging them (master...2004-fuzzMergeOnce) https://github.com/bitcoin/bitcoin/pull/18509

2020-04-02

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18383: refactor: Check for overflow when calculating sum of tx outputs (master...2020-03-value-overflow) https://github.com/bitcoin/bitcoin/pull/18383
< bitcoin-git> bitcoin/master dce6f3b MarcoFalke: Merge #18383: refactor: Check for overflow when calculating sum of tx outp...
< bitcoin-git> bitcoin/master f65c9ad Elichai Turkel: Check for overflow when calculating sum of outputs
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0d71395848bb...dce6f3b29b41
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18464: doc: block-relay-only vs blocksonly (master...2003-docBlockRelayOnly) https://github.com/bitcoin/bitcoin/pull/18464
< bitcoin-git> bitcoin/master 0d71395 MarcoFalke: Merge #18464: doc: block-relay-only vs blocksonly
< bitcoin-git> bitcoin/master fa6e01f MarcoFalke: doc: block-relay-only is not blocksonly
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ff53433fe4ed...0d71395848bb
< gribble> https://github.com/bitcoin/bitcoin/issues/16684 | Discussion: upgrading to C++17 · Issue #16684 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18468 | Span improvements by sipa · Pull Request #18468 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18401 | Refactor: Initialize PrecomputedTransactionData in CheckInputScripts by jnewbery · Pull Request #18401 · 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
< gribble> https://github.com/bitcoin/bitcoin/issues/17824 | wallet: Prefer full destination groups in coin selection by fjahr · Pull Request #17824 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18506 | net: Hardcoded seeds update for 0.20 by laanwj · Pull Request #18506 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18458 | net: Add missing cs_vNodes lock by MarcoFalke · Pull Request #18458 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18487 | rpc: Fix rpcRunLater race in walletpassphrase by promag · Pull Request #18487 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18487 | rpc: Fix rpcRunLater race in walletpassphrase by promag · Pull Request #18487 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18487 | rpc: Fix rpcRunLater race in walletpassphrase by promag · Pull Request #18487 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18465 | bitcoin-tx (and probably others) fails to build without libevent · Issue #18465 · 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
< wumpus> luke-jr: don't see it in http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt, but that makes sense
< 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] MarcoFalke merged pull request #18494: test: replace (send_message + sync_with_ping) with send_and_ping (master...send_and_ping) https://github.com/bitcoin/bitcoin/pull/18494
< bitcoin-git> bitcoin/master ff53433 MarcoFalke: Merge #18494: test: replace (send_message + sync_with_ping) with send_and_...
< bitcoin-git> bitcoin/master 6112a20 Jon Atack: test: replace (send_message + sync_with_ping) with send_and_ping
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b83565625e32...ff53433fe4ed
< gribble> https://github.com/bitcoin/bitcoin/issues/18465 | bitcoin-tx (and probably others) fails to build without libevent · Issue #18465 · 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
< gribble> https://github.com/bitcoin/bitcoin/issues/18506 | net: Hardcoded seeds update for 0.20 by laanwj · Pull Request #18506 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18458 | net: Add missing cs_vNodes lock by MarcoFalke · Pull Request #18458 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18487 | rpc: Fix rpcRunLater race in walletpassphrase by promag · Pull Request #18487 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18487 | rpc: Fix rpcRunLater race in walletpassphrase by promag · Pull Request #18487 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18487 | rpc: Fix rpcRunLater race in walletpassphrase by promag · Pull Request #18487 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] luke-jr opened pull request #18508: RPC: Fix more formatting nits (master...rpcdoc_format_20200402) https://github.com/bitcoin/bitcoin/pull/18508
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18507: test: Check that calling walletpasshprase does not freeze the node (master...2004-qaWalletFreeze) https://github.com/bitcoin/bitcoin/pull/18507
< bitcoin-git> [bitcoin] laanwj opened pull request #18506: net: Hardcoded seeds update for 0.20 (master...2020_04_hardcoded_seeds) https://github.com/bitcoin/bitcoin/pull/18506
< bitcoin-git> bitcoin/master b835656 Wladimir J. van der Laan: Merge #18500: chainparams: Bump assumed valid hash
< bitcoin-git> [bitcoin] laanwj merged pull request #18500: chainparams: Bump assumed valid hash (master...2004-chainparamsBump) https://github.com/bitcoin/bitcoin/pull/18500
< bitcoin-git> bitcoin/master 222253e MarcoFalke: chainparams: Bump assumed valid hash
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6bdd515ccf1b...b83565625e32
< gribble> https://github.com/bitcoin/bitcoin/issues/18451 | rpc: remove deprecated getunconfirmedbalance by jonatack · Pull Request #18451 · bitcoin/bitcoin · GitHub
< wumpus> every change requires changes to all software using bitcoin core, sure, sometimes it's really unavoidable (APIs that don't make sense anymore given our implementation, or are a lot of bother to maintain), but I don't think `getbalance` is that
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18503: init: Replace URL_WEBSITE with PACKAGE_URL (master...2004-initRebrand) https://github.com/bitcoin/bitcoin/pull/18503
< bitcoin-git> [bitcoin] uzyn opened pull request #18502: doc: Update docs for getbalance (default minconf should be 0) (master...doc-getbalance) https://github.com/bitcoin/bitcoin/pull/18502
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #18500: chainparams: Bump assumed valid hash (master...2004-chainparamsBump) https://github.com/bitcoin/bitcoin/pull/18500
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18500: chainparams: Bump assumed valid hash (master...2004-chainparamsBump) https://github.com/bitcoin/bitcoin/pull/18500
< bitcoin-git> [bitcoin] hebasto opened pull request #18501: build: Fix boost detection on Ubuntu ARM 18.04 (master...20200402-boost-arm) https://github.com/bitcoin/bitcoin/pull/18501
< gribble> https://github.com/bitcoin/bitcoin/issues/17010 | Missing Boost::System on ARM Ubuntu 18.04 · Issue #17010 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16923 | wallet: Handle duplicate fileid exception by promag · Pull Request #16923 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #18358: util: fix compilation with mingw-w64 7.0.0 (master...mingw_w64_gmtime_s) https://github.com/bitcoin/bitcoin/pull/18358
< bitcoin-git> bitcoin/master a46484c Ben Woosley: build: Detect gmtime_* definitions via configure
< bitcoin-git> bitcoin/master 5c1ba3a Wladimir J. van der Laan: Merge #18358: util: fix compilation with mingw-w64 7.0.0
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/41fa2926d86a...5c1ba3a10a18
< gribble> https://github.com/bitcoin/bitcoin/issues/18487 | rpc: Fix rpcRunLater race in walletpassphrase by promag · Pull Request #18487 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18482 | RPC stuck on walletpassphrase call · Issue #18482 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake closed pull request #18489: Rebrand to Bitcoin Corrr (master...2004-rebrandCorrr) https://github.com/bitcoin/bitcoin/pull/18489

2020-04-01

< Kiminuo> Hi, is Practicalswift (https://github.com/practicalswift) here by any chance under some other nickname? Well heck, I'll just ask right away. I have tried to run `src/test/fuzz/process_message qa-assets/fuzz_seed_corpus/process_message/` as explained here https://github.com/bitcoin/bitcoin/blob/master/doc/fuzzing.md#fuzzing-harnesses-fuzzing-output-and-fuzzing-corpora. I got some some new coverages. Is that valuable enough to make a PR? Still I
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18500: chainparams: Bump assumed valid hash (master...2004-chainparamsBump) https://github.com/bitcoin/bitcoin/pull/18500
< bitcoin-git> [bitcoin] dongcarl closed pull request #18478: build: Automatically include both `git`-tracked and bootstrapped files. (master...2020-03-adventures-in-reconciling-automake-and-git) https://github.com/bitcoin/bitcoin/pull/18478
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18499: rpc: Make rpc documentation not depend on rpc args (master...2004-rpcStaticDoc) https://github.com/bitcoin/bitcoin/pull/18499
< bitcoin-git> [bitcoin] jonatack opened pull request #18498: test: enable opening partial p2p connections where useful (master...allow-peer-conn-sans-sync) https://github.com/bitcoin/bitcoin/pull/18498
< gribble> https://github.com/bitcoin/bitcoin/issues/18465 | bitcoin-tx (and probably others) fails to build without libevent · Issue #18465 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18495 | rpc: Remove deprecated migration code by vasild · Pull Request #18495 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18493 | rpc: Remove deprecated "size" from mempool txs by vasild · Pull Request #18493 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jonatack opened pull request #18496: test: remove redundant sync_with_ping after add_p2p_connection (master...remove-redundant-sync_with_ping-calls) https://github.com/bitcoin/bitcoin/pull/18496
< bitcoin-git> [bitcoin] vasild opened pull request #18495: rpc: Remove deprecated migration code (master...remove_deprecated_migration_code) https://github.com/bitcoin/bitcoin/pull/18495
< bitcoin-git> [bitcoin] jonatack opened pull request #18494: test: replace (send_message + sync_with_ping) with send_and_ping (master...send_and_ping) https://github.com/bitcoin/bitcoin/pull/18494
< bitcoin-git> [bitcoin] vasild opened pull request #18493: rpc: Remove deprecated "size" from mempool txs (master...remove_deprecated_rpc_tx_size) https://github.com/bitcoin/bitcoin/pull/18493
< bitcoin-git> [bitcoin] laanwj merged pull request #18492: qt: Translations update pre-branch (master...2020_04_pre_branch_translations) https://github.com/bitcoin/bitcoin/pull/18492
< bitcoin-git> bitcoin/master 41fa292 Wladimir J. van der Laan: Merge #18492: qt: Translations update pre-branch
< bitcoin-git> bitcoin/master 740614e Wladimir J. van der Laan: qt: Translations update pre-branch
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b97e3a73498b...41fa2926d86a
< wumpus> binary01: if you're doing bitcoin things with python it makes sense to take a look at python-bitcoinlib, they've been doing this for ages and implemented all the hash and script stuff in python
< bitcoin-git> [bitcoin] laanwj opened pull request #18492: qt: Translations update pre-branch (master...2020_04_pre_branch_translations) https://github.com/bitcoin/bitcoin/pull/18492
< darosior> But let's get to #bitcoin as it's not core-related
< gribble> https://github.com/bitcoin/bitcoin/issues/18487 | rpc: Fix rpcRunLater race in walletpassphrase by promag · Pull Request #18487 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] pierreN opened pull request #18491: tests: add fuzing harness for custom abs value functions (master...test-abs-ub) https://github.com/bitcoin/bitcoin/pull/18491
< bitcoin-git> [bitcoin] fanquake merged pull request #18477: ci: Use Focal for fuzzers (master...2003-ciFixFocalForFuzz) https://github.com/bitcoin/bitcoin/pull/18477
< bitcoin-git> bitcoin/master b97e3a7 fanquake: Merge #18477: ci: Use Focal for fuzzers
< bitcoin-git> bitcoin/master faa9491 MarcoFalke: ci: Use Focal for fuzzers
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/67a72466e1c0...b97e3a73498b
< bitcoin-git> [bitcoin] luke-jr opened pull request #18490: Bugfix: Check PE libraries case-insensitively (master...bugfix_symcheck_pe_case) https://github.com/bitcoin/bitcoin/pull/18490
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18489: Rebrand to Bitcoin Corrr (master...2004-rebrandCorrr) https://github.com/bitcoin/bitcoin/pull/18489
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18247: test: Wait for both veracks in add_p2p_connection (master...2003-qaMininodeVerackRace) https://github.com/bitcoin/bitcoin/pull/18247
< bitcoin-git> bitcoin/master 67a7246 MarcoFalke: Merge #18247: test: Wait for both veracks in add_p2p_connection
< bitcoin-git> bitcoin/master fa90647 MarcoFalke: test: Wait for both veracks in add_p2p_connection
< bitcoin-git> bitcoin/master faf1d04 MarcoFalke: test: Remove redundant sync_with_ping after add_p2p_connection
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/eb773f106314...67a72466e1c0
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18486: doc: Explain new test logging (master...2004-docTestLogging) https://github.com/bitcoin/bitcoin/pull/18486
< bitcoin-git> bitcoin/master eb773f1 MarcoFalke: Merge #18486: doc: Explain new test logging
< bitcoin-git> bitcoin/master 7777703 MarcoFalke: doc: Explain new test logging
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d2db25233cf0...eb773f106314
< bitcoin-git> [bitcoin] promag reopened pull request #18487: wip: rpc: Fix rpcRunLater race in walletpassphrase (master...2020-04-fix-rpcrunlater-race) https://github.com/bitcoin/bitcoin/pull/18487
< bitcoin-git> [bitcoin] promag closed pull request #18487: wip: rpc: Fix rpcRunLater race in walletpassphrase (master...2020-04-fix-rpcrunlater-race) https://github.com/bitcoin/bitcoin/pull/18487

2020-03-31

< gribble> https://github.com/bitcoin/bitcoin/issues/18487 | wip: rpc: Fix rpcRunLater race in walletpassphrase by promag · Pull Request #18487 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] promag opened pull request #18487: wip: rpc: Fix rpcRunLater race in walletpassphrase (master...2020-04-fix-rpcrunlater-race) https://github.com/bitcoin/bitcoin/pull/18487
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18474: test: check that peer is connected when calling sync_* (master...2003-qaCheckConnSync) https://github.com/bitcoin/bitcoin/pull/18474
< bitcoin-git> bitcoin/master d2db252 MarcoFalke: Merge #18474: test: check that peer is connected when calling sync_*
< bitcoin-git> bitcoin/master fac3716 MarcoFalke: test: check that peer is connected when calling sync_*
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/72ef36656439...d2db25233cf0
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18486: doc: Explain new test logging (master...2004-docTestLogging) https://github.com/bitcoin/bitcoin/pull/18486
< gribble> https://github.com/bitcoin/bitcoin/issues/18485 | test: Add mempool_updatefromblock.py by hebasto · Pull Request #18485 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18472: test: Remove unsafe BOOST_TEST_MESSAGE (master...2003-testNoBoost) https://github.com/bitcoin/bitcoin/pull/18472
< bitcoin-git> bitcoin/master 72ef366 MarcoFalke: Merge #18472: test: Remove unsafe BOOST_TEST_MESSAGE
< bitcoin-git> bitcoin/master fa3cc0b MarcoFalke: test: Remove unsafe BOOST_TEST_MESSAGE
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d52ba21dfff9...72ef36656439
< bitcoin-git> [bitcoin] hebasto opened pull request #18485: test: Add mempool_updatefromblock.py (master...20200331-test-mempool) https://github.com/bitcoin/bitcoin/pull/18485
< bitcoin-git> [bitcoin] achow101 opened pull request #18484: Correctly compute redeemScript from witnessScript for signrawtransaction (master...signrawtx-p2pkh-p2wsh) https://github.com/bitcoin/bitcoin/pull/18484
< gribble> https://github.com/bitcoin/bitcoin/issues/16923 | wallet: Handle duplicate fileid exception by promag · Pull Request #16923 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16684 | Discussion: upgrading to C++17 · Issue #16684 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16923 | wallet: Handle duplicate fileid exception by promag · Pull Request #16923 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16684 | Discussion: upgrading to C++17 · Issue #16684 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17904 | [wip] build: Switch from C++11 to C++17 by practicalswift · Pull Request #17904 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18481: test: add BIP37 'filterclear' test to p2p_filter.py (master...20200330-test-add-BIP37-filterclear-message) https://github.com/bitcoin/bitcoin/pull/18481
< bitcoin-git> bitcoin/master d52ba21 MarcoFalke: Merge #18481: test: add BIP37 'filterclear' test to p2p_filter.py
< bitcoin-git> bitcoin/master 0055922 Sebastian Falbesoner: test: add BIP37 'filterclear' test to p2p_filter.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9a2b5f22c1f6...d52ba21dfff9
< bitcoin-git> [bitcoin] laanwj merged pull request #18338: Fix wallet unload race condition (master...notify-shared) https://github.com/bitcoin/bitcoin/pull/18338
< bitcoin-git> bitcoin/master 9a2b5f2 Wladimir J. van der Laan: Merge #18338: Fix wallet unload race condition
< bitcoin-git> bitcoin/master 41b0baf João Barbosa: gui: Handle WalletModel::unload asynchronous
< bitcoin-git> bitcoin/master ab31b9d Russell Yanofsky: Fix wallet unload race condition
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f2880e21eff2...9a2b5f22c1f6
< bitcoin-git> bitcoin/master f2880e2 Wladimir J. van der Laan: Merge #18160: gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceCha...
< bitcoin-git> [bitcoin] laanwj merged 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/master 0933a37 João Barbosa: gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/965c0c37d54c...f2880e21eff2
< gribble> https://github.com/bitcoin/bitcoin/issues/18160 | gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged by promag · Pull Request #18160 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16923 | wallet: Handle duplicate fileid exception by promag · Pull Request #16923 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18160 | gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged by promag · Pull Request #18160 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18338 | Fix wallet unload race condition by promag · Pull Request #18338 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17905 | gui: Avoid redundant tx status updates by ryanofsky · Pull Request #17905 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] theStack opened pull request #18481: test: add BIP37 'filterclear' test to p2p_filter.py (master...20200330-test-add-BIP37-filterclear-message) https://github.com/bitcoin/bitcoin/pull/18481
< gribble> https://github.com/bitcoin/bitcoin/issues/18160 | gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged by promag · Pull Request #18160 · bitcoin/bitcoin · GitHub
< vasild_> wumpus: but when I go to https://github.com/practicalswift/bitcoin and try to "Fork" it into my account I am redirected to vasild/bitcoin (nothing gets forked)
< gribble> https://github.com/bitcoin/bitcoin/issues/28958418 | HTTP Error 404: Not Found
< bitcoin-git> [bitcoin] luke-jr opened pull request #18479: RPC: Show fee in results for signrawtransaction* for segwit inputs (master...rpc_sign_show_fees) https://github.com/bitcoin/bitcoin/pull/18479
< fanquake> In the bitcoin/bitcoin repo now
< gwillen> but e.g. https://github.com/bitcoin/bitcoin/commit/208b9f00140e0243707e98e1f58a0fcd07f427ce is a commit that's been force-pushed over on a PR, and this is the page that you get to if you click the commit ID
< bitcoin-git> [bitcoin] amitiuttarwar closed pull request #16698: Mempool: rework rebroadcast logic to improve privacy (master...rebroadcast) https://github.com/bitcoin/bitcoin/pull/16698
< bitcoin-git> [bitcoin] dongcarl opened pull request #18478: build: Automatically include both `git`-tracked and bootstrapped files. (master...2020-03-adventures-in-reconciling-automake-and-git) https://github.com/bitcoin/bitcoin/pull/18478

2020-03-30

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18420: test: listsinceblock block height checks (master...listsinceblock-block-height-checks) https://github.com/bitcoin/bitcoin/pull/18420
< bitcoin-git> bitcoin/master 965c0c3 MarcoFalke: Merge #18420: test: listsinceblock block height checks
< bitcoin-git> bitcoin/master 83e1d92 Jon Atack: test: listsinceblock block height checks
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7e1fc03b185d...965c0c37d54c
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18477: ci: Use Focal for fuzzers (master...2003-ciFixFocalForFuzz) https://github.com/bitcoin/bitcoin/pull/18477
< stevenroose> sipa: so I bumped into this weird fee thing: https://github.com/bitcoin/bitcoin/issues/18475
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18474: test: check that peer is connected when calling sync_* (master...2003-qaCheckConnSync) https://github.com/bitcoin/bitcoin/pull/18474
< vasild> actually the above url https://codeload.github.com/bitcoin/bitcoin/tar.gz/2ae47c4 looks like it is some version of bitcoin, whereas it could be some maliciously opened PR...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18334: test: Add basic test for BIP 37 (master...2003-qa37) https://github.com/bitcoin/bitcoin/pull/18334
< bitcoin-git> bitcoin/master 7e1fc03 MarcoFalke: Merge #18334: test: Add basic test for BIP 37
< bitcoin-git> bitcoin/master fa15699 MarcoFalke: test: Add basic test for BIP 37
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6a11d9e33034...7e1fc03b185d
< vasild> wumpus: wrt pulling an old commit from a PR that has been overwritten - I picked up a random PR https://github.com/bitcoin/bitcoin/pull/18432 that has been overwritten many times, picked up the oldest commit 2ae47c4 and it is possible to download https://codeload.github.com/bitcoin/bitcoin/tar.gz/2ae47c4 which is an archive, no .git directory, but may be better than viewing online with a web
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18472: test: Remove unsafe BOOST_TEST_MESSAGE (master...2003-testNoBoost) https://github.com/bitcoin/bitcoin/pull/18472
< darosior> stevenroose: see https://github.com/bitcoin/bitcoin/issues/13283 on the same topic..
< bitcoin-git> [bitcoin] promag opened pull request #18471: qa: Test shared validation interface (master...2020-03-test-shared-validation-interface) https://github.com/bitcoin/bitcoin/pull/18471
< bitcoin-git> [bitcoin] fanquake merged pull request #18433: serialization: prevent int overflow for big Coin::nHeight (master...fix-coin-serialize) https://github.com/bitcoin/bitcoin/pull/18433
< bitcoin-git> bitcoin/master e980214 pierrenn: serialization: prevent int overflow for big Coin::nHeight
< bitcoin-git> bitcoin/master 6a11d9e fanquake: Merge #18433: serialization: prevent int overflow for big Coin::nHeight
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5f9cd62f33fb...6a11d9e33034
< luke-jr> ryanofsky: it would be nice to avoid building dead code (wallet/rpc*) until bitcoin-wallet actually uses it?
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18470: net: Make stale tip check time type-safe, extend test (master...2003-testEviction) https://github.com/bitcoin/bitcoin/pull/18470
< gribble> https://github.com/bitcoin/bitcoin/issues/16710 | build: Enable -Wsuggest-override if available by hebasto · Pull Request #16710 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16923 | wallet: Handle duplicate fileid exception by promag · Pull Request #16923 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] luke-jr opened pull request #18469: Build: Move wallet RPCs to their own libbitcoin_walletrpcs module (master...libbitcoin_walletrpcs) https://github.com/bitcoin/bitcoin/pull/18469
< gribble> https://github.com/bitcoin/bitcoin/issues/16923 | wallet: Handle duplicate fileid exception by promag · Pull Request #16923 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] sipa opened pull request #18468: Span improvements (master...202003_conv_span) https://github.com/bitcoin/bitcoin/pull/18468

2020-03-29

< bitcoin-git> [bitcoin] fjahr opened pull request #18467: rpc: Improve documentation and return value of settxfee (master...txfee0) https://github.com/bitcoin/bitcoin/pull/18467
< bitcoin-git> [bitcoin] theStack opened pull request #18466: rpc: fix invalid parameter error codes for {sign,verify}message RPCs (master...20200329-rpc-improve-signverifymessage-error-codes) https://github.com/bitcoin/bitcoin/pull/18466
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18455: tests: Add fuzzing harness for functions/classes in flatfile.h, merkleblock.h, random.h, serialize.h and span.h (master...fuzzers-misc-4) https://github.com/bitcoin/bitcoin/pull/18455
< bitcoin-git> bitcoin/master f205cf7 practicalswift: tests: Add fuzzing harness for functions/classes in span.h
< bitcoin-git> bitcoin/master 9718f38 practicalswift: tests: Add fuzzing harness for functions/classes in merkleblock.h
< bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/6cfb3dbbdbf5...5f9cd62f33fb
< bitcoin-git> bitcoin/master a16ea05 practicalswift: tests: Add fuzzing harness for functions/classes in flatfile.h
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18464: doc: block-relay-only vs blocksonly (master...2003-docBlockRelayOnly) https://github.com/bitcoin/bitcoin/pull/18464
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18391: doc: Update init and reduce-traffic docs for -blocksonly (master...update_blocksonly_docs) https://github.com/bitcoin/bitcoin/pull/18391
< bitcoin-git> bitcoin/master 621e86e glowang: Update -blocksonly documentation
< bitcoin-git> bitcoin/master 6cfb3db MarcoFalke: Merge #18391: doc: Update init and reduce-traffic docs for -blocksonly
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/27a82d347edd...6cfb3dbbdbf5

2020-03-28

< bitcoin-git> [bitcoin] jnewbery opened pull request #18461: net processing: Make it more obvious that we'll never upgrade a pre-segwit node to high-bandwidth (master...2020-03-sendcmpct-downgrade) https://github.com/bitcoin/bitcoin/pull/18461
< fanquake> From bitcoin-core/*
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18459: rpc: remove unused getbalances() code (master...rm-unused-rpcwallet-code) https://github.com/bitcoin/bitcoin/pull/18459
< bitcoin-git> bitcoin/master 6e0d82c Jon Atack: rpc: remove unused getbalances() code
< bitcoin-git> bitcoin/master 27a82d3 MarcoFalke: Merge #18459: rpc: remove unused getbalances() code
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6b4f182806d6...27a82d347edd
< bitcoin-git> [bitcoin] jonatack opened pull request #18459: rpc: remove unused getbalances() code (master...rm-unused-rpcwallet-code) https://github.com/bitcoin/bitcoin/pull/18459
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18444: RPC: Remove final comma for last entry of fixed-size arrays/objects in RPCResult (master...bugfix_rr_arrfixed_comma) https://github.com/bitcoin/bitcoin/pull/18444
< bitcoin-git> bitcoin/master 6b4f182 MarcoFalke: Merge #18444: RPC: Remove final comma for last entry of fixed-size arrays/...
< bitcoin-git> bitcoin/master c341648 Luke Dashjr: Bugfix: RPC: Remove final comma for last entry of fixed-size Arrays and Ob...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1668c80bdcc3...6b4f182806d6
< bitcoin-git> [bitcoin] laanwj merged pull request #18449: util: Remove unused itostr (master...2003-utilNoIToStr) https://github.com/bitcoin/bitcoin/pull/18449
< bitcoin-git> bitcoin/master 1668c80 Wladimir J. van der Laan: Merge #18449: util: Remove unused itostr
< bitcoin-git> bitcoin/master faaf1cb MarcoFalke: util: Replace i64tostr with ToString
< bitcoin-git> bitcoin/master fac96ff MarcoFalke: util: Remove unused itostr
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1277ca401a79...1668c80bdcc3
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18458: net: Add missing cs_vNodes lock (master...2003-netLock) https://github.com/bitcoin/bitcoin/pull/18458
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #18449: util: Remove unused itostr (master...2003-utilNoIToStr) https://github.com/bitcoin/bitcoin/pull/18449
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18449: util: Remove unused itostr (master...2003-utilNoIToStr) https://github.com/bitcoin/bitcoin/pull/18449
< gribble> https://github.com/bitcoin/bitcoin/issues/16923 | wallet: Handle duplicate fileid exception by promag · Pull Request #16923 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19923 | HTTP Error 404: Not Found
< bitcoin-git> [bitcoin] laanwj merged pull request #18415: scripts: add MACHO tests to test-security-check.py (master...add_MACHO_to_security_check) https://github.com/bitcoin/bitcoin/pull/18415
< bitcoin-git> bitcoin/master 7142d50 fanquake: scripts: rename test_64bit_PE to test_PE
< bitcoin-git> bitcoin/master edaca2d fanquake: scripts: add MACHO NX check to security-check.py
< bitcoin-git> bitcoin/master 1a4e9f3 fanquake: scripts: add MACHO tests to test-security-check.py
< bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/f2c416bcf5f8...1277ca401a79
< bitcoin-git> [bitcoin] practicalswift opened pull request #18455: tests: Add fuzzing harness for functions/classes in flatfile.h, merkleblock.h, random.h, serialize.h and span.h (master...fuzzers-misc-4) https://github.com/bitcoin/bitcoin/pull/18455

2020-03-27

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18454: net: Make addr relay mockable, add test (master...2003-qaAddrRelay) https://github.com/bitcoin/bitcoin/pull/18454
< bitcoin-git> [bitcoin] jonatack opened pull request #18453: cli: enable -getinfo to fetch wallet balance from getbalances() (master...call-getbalances-for-getinfo-balance) https://github.com/bitcoin/bitcoin/pull/18453
< gribble> https://github.com/bitcoin/bitcoin/issues/18160 | gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged by promag · Pull Request #18160 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18095 | Fix crashes and infinite loop in ListWalletDir() by uhliksk · Pull Request #18095 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #17645: gui: increases default GraphRange of Network Traffic to 12 hours. (master...GraphRange) https://github.com/bitcoin/bitcoin/pull/17645
< gribble> https://github.com/bitcoin/bitcoin/issues/18160 | gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged by promag · Pull Request #18160 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18338 | Fix wallet unload race condition by promag · Pull Request #18338 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #16995: Fix gcc 9 warnings (master...2019_09_resolve_gcc_warnings) https://github.com/bitcoin/bitcoin/pull/16995
< gribble> https://github.com/bitcoin/bitcoin/issues/17509 | gui: save and load PSBT by Sjors · Pull Request #17509 · bitcoin/bitcoin · GitHub
< bitcoin-git> bitcoin/master f2c416b Wladimir J. van der Laan: Merge #16995: Fix gcc 9 warnings
< bitcoin-git> bitcoin/master ff9c671 Russell Yanofsky: refactor: Work around GCC 9 `-Wredundant-move` warning
< bitcoin-git> bitcoin/master b837b33 Wladimir J. van der Laan: net: Fail instead of truncate command name in CMessageHeader
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/210b533a1144...f2c416bcf5f8
< achow101> #bitcoin-core-dev Wallet 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 ariard digi_james amiti fjahr
< gribble> https://github.com/bitcoin/bitcoin/issues/17509 | gui: save and load PSBT by Sjors · Pull Request #17509 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] hebasto opened pull request #18452: qt: Fix shutdown when waitfor* cmds are called from RPC console (master...20200327-waitfor) https://github.com/bitcoin/bitcoin/pull/18452
< bitcoin-git> [bitcoin] jonatack opened pull request #18451: rpc: remove deprecated getunconfirmedbalance (master...remove-deprecated-rpc-getunconfirmedbalance) https://github.com/bitcoin/bitcoin/pull/18451
< bitcoin-git> [bitcoin] practicalswift reopened pull request #18450: util: Use locale independent ToString(…) instead of locale dependent strprintf(…) for low-level string formatting (master...locale-independence) https://github.com/bitcoin/bitcoin/pull/18450
< bitcoin-git> [bitcoin] practicalswift closed pull request #18450: util: Use locale independent ToString(…) instead of locale dependent strprintf(…) for low-level string formatting (master...locale-independence) https://github.com/bitcoin/bitcoin/pull/18450
< bitcoin-git> [bitcoin] practicalswift opened pull request #18450: util: Use locale independent ToString(…) instead of locale dependent strprintf(…) for low-level string formatting (master...locale-independence) https://github.com/bitcoin/bitcoin/pull/18450
< gribble> https://github.com/bitcoin/bitcoin/issues/18338 | Fix wallet unload race condition by promag · Pull Request #18338 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17509 | gui: save and load PSBT by Sjors · Pull Request #17509 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18447: test: Add coverage for script parse error in ParseScript (master...fix-test-badscript) https://github.com/bitcoin/bitcoin/pull/18447
< bitcoin-git> bitcoin/master 210b533 MarcoFalke: Merge #18447: test: Add coverage for script parse error in ParseScript
< bitcoin-git> bitcoin/master dcda81c pierrenn: test: add coverage for script parse error in ParseScript
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bdc2644b72d6...210b533a1144
< bitcoin-git> [bitcoin] laanwj merged pull request #18107: build: Add cov_fuzz target (master...2002-buildCovFuzz) https://github.com/bitcoin/bitcoin/pull/18107
< bitcoin-git> bitcoin/master fac71e3 MarcoFalke: build: link fuzz/test_runner.py for out-of-tree builds
< bitcoin-git> bitcoin/master faf7d4f MarcoFalke: build: Add cov_fuzz target
< bitcoin-git> bitcoin/master faf2c5a MarcoFalke: build: Remove unused USE_COVERAGE
< bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/7eed413e72a2...bdc2644b72d6
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18449: util: Remove unused itostr (master...2003-utilNoIToStr) https://github.com/bitcoin/bitcoin/pull/18449
< bitcoin-git> [bitcoin] theStack opened pull request #18448: rpc: fix/add missing RPCExamples for "Util" RPCs (master...20200326-rpc-add-fix-rpcexamples-in-misc-category) https://github.com/bitcoin/bitcoin/pull/18448
< jonatack> vasild: i'm not really a mac user, but i have one from 2012 running macOS 10.14.6 for testing bitcoin core, i don't have a usr/include dir, but grepping /usr is only finding results in usr/local/
< sipa> picard276: that most likely means that the signature is simply incorrect (or the wrong message was signed); please ask on bitcoin.stackexchange.com; this channel is not for support or generic bitcoin questions
< picard276> bitcoin core v0.17 and v0.18 and i am getting the 16 error
< picard276> https://pastebin.com/kdQPkELNif anyone can see why i am getting a 16: mandatory-script-verify-flag-failed (Signature must be zero for failed CHECK(MULTI)SIG operation)failure...It's a p2sh transaction that was created on bitcoin core v0.16, 2 of 3 multisig, where 2 of the pub keys are uncompressed. I am trying to broadcast the transaction on
< bitcoin-git> [bitcoin] fanquake merged pull request #18398: rpc: fix broken RPCExamples for waitforblock(height) (master...20200321-rpc-fix-broken-rpcexamples-for-waitforblock-height) https://github.com/bitcoin/bitcoin/pull/18398
< bitcoin-git> bitcoin/master 7eed413 fanquake: Merge #18398: rpc: fix broken RPCExamples for waitforblock(height)
< bitcoin-git> bitcoin/master ef35604 Sebastian Falbesoner: rpc: fix broken RPCExamples for waitforblock(height)
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b53af72b8276...7eed413e72a2
< fanquake> error: failed to push some refs to 'git@github.com:bitcoin/bitcoin'
< bitcoin-git> [bitcoin] laanwj merged pull request #18416: util: Limit decimal range of numbers ParseScript accepts (master...fix-parsescript-numop-overflow) https://github.com/bitcoin/bitcoin/pull/18416
< bitcoin-git> bitcoin/master b53af72 Wladimir J. van der Laan: Merge #18416: util: Limit decimal range of numbers ParseScript accepts
< bitcoin-git> bitcoin/master 9ab14e4 pierrenn: Limit decimal range of numbers ParseScript accepts
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/54646167db5e...b53af72b8276