2019-05-06

< bitcoin-git> [bitcoin] meshcollider opened pull request #15957: Show "No wallets available" in open menu instead of nothing (master...201905_openwallet_empty) https://github.com/bitcoin/bitcoin/pull/15957
< bitcoin-git> [bitcoin] laanwj merged pull request #15730: rpc: Show scanning details in getwalletinfo (master...2019-04-getwalletinfo-scanning) https://github.com/bitcoin/bitcoin/pull/15730
< bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/a3d2d6b0674c...c5ffe8d5155b
< bitcoin-git> bitcoin/master 2ee811e João Barbosa: wallet: Track scanning duration
< bitcoin-git> bitcoin/master 90e27ab João Barbosa: wallet: Track current scanning progress
< bitcoin-git> bitcoin/master d3e8458 João Barbosa: rpc: Show scanning details in getwalletinfo
< bitcoin-git> [bitcoin] laanwj merged pull request #15930: rpc: Add balances RPC (master...1904-rpcWalletBalances) https://github.com/bitcoin/bitcoin/pull/15930
< bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/773e16f9190f...a3d2d6b0674c
< bitcoin-git> bitcoin/master fad40ec MarcoFalke: wallet: Use IsValidNumArgs in getwalletinfo rpc
< bitcoin-git> bitcoin/master fad13e9 MarcoFalke: rpcwallet: Make helper methods const on CWallet
< bitcoin-git> bitcoin/master 999931c MarcoFalke: rpc: Add getbalances RPC
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9bbaac73bb1f...773e16f9190f
< bitcoin-git> bitcoin/master 00d1104 Daniel Kraft: Install bitcoin-wallet manpage.
< bitcoin-git> bitcoin/master 773e16f Wladimir J. van der Laan: Merge #15947: Install bitcoin-wallet manpage
< bitcoin-git> [bitcoin] laanwj merged pull request #15947: Install bitcoin-wallet manpage (master...install-wallet-man) https://github.com/bitcoin/bitcoin/pull/15947
< bitcoin-git> [bitcoin] laanwj merged pull request #15928: GUI: Move QRImageWidget to its own file-pair (master...split_qrencoder) https://github.com/bitcoin/bitcoin/pull/15928
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d7d7d3150606...9bbaac73bb1f
< bitcoin-git> bitcoin/master 77851ab Luke Dashjr: GUI: Refactor actual QR code rendering into new QRImageWidget::setQR
< bitcoin-git> bitcoin/master fc92984 Luke Dashjr: GUI: Move QRImageWidget to its own file-pair
< bitcoin-git> bitcoin/master 9bbaac7 Wladimir J. van der Laan: Merge #15928: GUI: Move QRImageWidget to its own file-pair
< tryphe> i'm thankful for bitcoin because watching the development process helps amatuers like me not have such terrible C++ habits :o
< tryphe> maybe some guy in 100 years compiles an old bitcoin build on the new C++50 standard where ints are 128 bytes, or something, lol
< sipa> bitcoin core only support platforms where it is 32

2019-05-05

< bitcoin-git> [bitcoin] fanquake closed pull request #15956: Ticket Received #18173 (master...master) https://github.com/bitcoin/bitcoin/pull/15956
< bitcoin-git> [bitcoin] Annasadra opened pull request #15956: Ticket Received #18173 (master...master) https://github.com/bitcoin/bitcoin/pull/15956
< bitcoin-git> [bitcoin] fanquake closed pull request #15955: #18173 ?Акционное письмо (master...master) https://github.com/bitcoin/bitcoin/pull/15955
< bitcoin-git> [bitcoin] Annasadra opened pull request #15955: #18173 ?Акционное письмо (master...master) https://github.com/bitcoin/bitcoin/pull/15955
< bitcoin-git> [bitcoin] luke-jr closed pull request #15600: lockedpool: When possible, use madvise to avoid including sensitive information in core dumps or forked process memory spaces (master...lockedpool_dontdump) https://github.com/bitcoin/bitcoin/pull/15600
< bitcoin-git> [bitcoin] tryphe opened pull request #15954: remove old bootstrap relevant code (master...patch-2) https://github.com/bitcoin/bitcoin/pull/15954

2019-05-04

< luke-jr> normal people associate "address" with things not related to Bitcoin addresses, so I'd prefer to avoid the term altogether
< gribble> https://github.com/bitcoin/bitcoin/issues/15829 | qt: update request payment button text and tab description by fanquake · Pull Request #15829 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14482 | Better name for "Request Payment" button · Issue #14482 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15829 | qt: update request payment button text and tab description by fanquake · Pull Request #15829 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] Juniormrd opened pull request #15953: Update PULL_REQUEST_TEMPLATE.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/15953
< bitcoin-git> [bitcoin] fanquake closed pull request #15953: Update PULL_REQUEST_TEMPLATE.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/15953
< bitcoin-git> [bitcoin] laanwj merged pull request #15141: Rewrite DoS interface between validation and net_processing (master...2019-01-rewrite-validation-interface) https://github.com/bitcoin/bitcoin/pull/15141
< bitcoin-git> [bitcoin] laanwj pushed 21 commits to master: https://github.com/bitcoin/bitcoin/compare/f19a3b2ded4b...d7d7d3150606
< bitcoin-git> bitcoin/master f34fa71 Matt Corallo: Drop obsolete sigops comment
< bitcoin-git> bitcoin/master 00e11e6 Matt Corallo: [refactor] rename stateDummy -> orphan_state
< bitcoin-git> bitcoin/master 8818729 Matt Corallo: [refactor] Refactor misbehavior ban decisions to MaybePunishNode()
< MarcoFalke> Unless you want to pick up https://github.com/bitcoin-core/packaging/pull/12
< luke-jr> MarcoFalke: you don't do the bitcoin-core snap building? :x

2019-05-03

< luke-jr> the binaries seem completely different :\ even bitcoin-cli
< bitcoin-git> [bitcoin] sipa opened pull request #15950: Do not construct out-of-bound pointers in SHA2 code (master...201905_shapointerissue) https://github.com/bitcoin/bitcoin/pull/15950
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/94daebf327e3...f19a3b2ded4b
< bitcoin-git> bitcoin/master fa08c5c MarcoFalke: test_runner: Move pruning back to extended
< bitcoin-git> bitcoin/master f19a3b2 MarcoFalke: Merge #15949: test_runner: Move pruning back to extended
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15949: test_runner: Move pruning back to extended (master...1905-testPruneExt) https://github.com/bitcoin/bitcoin/pull/15949
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15949: test_runner: Move pruning back to extended (master...1905-testPruneExt) https://github.com/bitcoin/bitcoin/pull/15949
< MarcoFalke> Looks like people are still using win32: https://github.com/bitcoin/bitcoin/pull/15939#discussion_r280891756
< jamesob> fanquake: whenever you get a sec, can you add the above to https://github.com/bitcoin/bitcoin/projects/11?
< bitcoin-git> [bitcoin] jamesob opened pull request #15948: refactor: rename chainActive (master...2019-05-au-chainactive) https://github.com/bitcoin/bitcoin/pull/15948
< bitcoin-git> [bitcoin] domob1812 opened pull request #15947: Install bitcoin-wallet manpage (master...install-wallet-man) https://github.com/bitcoin/bitcoin/pull/15947
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15932: rpc: Serialize in getblock without cs_main (master...1905-rpcBlockNoLock) https://github.com/bitcoin/bitcoin/pull/15932
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/24dfcf3a56f9...94daebf327e3
< bitcoin-git> bitcoin/master fa1c359 MarcoFalke: rpc: Use IsValidNumArgs in getblock
< bitcoin-git> bitcoin/master fab00a5 MarcoFalke: rpc: Serialize in getblock without cs_main
< bitcoin-git> bitcoin/master faea564 MarcoFalke: rpc: Add lock annotations to block{,header}ToJSON
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #15946: Allow maintaining the blockfilterindex when using prune (master...2019/05/prune_blockfilter) https://github.com/bitcoin/bitcoin/pull/15946
< bitcoin-git> [bitcoin] Bushstar opened pull request #15945: net: Log unknown CInv in PushInventory (master...cinv-unknown) https://github.com/bitcoin/bitcoin/pull/15945
< wumpus> fanquake: think so too; though I had the issue once with bitcoin core too, then increased the image size, but apparently not enough
< luke-jr> hmm, I got a build mismatch on bitcoin-0.18.0-osx-unsigned.tar.gz
< luke-jr> * [new tag] v0.18.0.knots20190502 -> v0.18.0.knots20190502 on https://github.com/bitcoinknots/bitcoin/

2019-05-02

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15943: tests: Fail if RPC has been added without tests (master...1905-testFailNoRpcCov) https://github.com/bitcoin/bitcoin/pull/15943
< gribble> https://github.com/bitcoin/bitcoin/issues/15870 | wallet: Only fail rescan when blocks have actually been pruned by MarcoFalke · Pull Request #15870 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15512 | Add ChaCha20 encryption option (XOR) by jonasschnelli · Pull Request #15512 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15427 | Add support for descriptors to utxoupdatepsbt by sipa · Pull Request #15427 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15024 | Allow specific private keys to be derived from descriptor by meshcollider · Pull Request #15024 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15006 | Add option to create an encrypted wallet by achow101 · Pull Request #15006 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15512 | Add ChaCha20 encryption option (XOR) by jonasschnelli · Pull Request #15512 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15141 | Rewrite DoS interface between validation and net_processing by sdaftuar · Pull Request #15141 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15940 | Release schedule for 0.19.0 · Issue #15940 · bitcoin/bitcoin · GitHub
< 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
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #15942: tests: Use BOOST_CHECK_EQUAL for verbose prints on fail (master...1905-testCryptoEqual) https://github.com/bitcoin/bitcoin/pull/15942
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15942: tests: Use BOOST_CHECK_EQUAL for verbose prints on fail (master...1905-testCryptoEqual) https://github.com/bitcoin/bitcoin/pull/15942
< gribble> https://github.com/bitcoin/bitcoin/issues/15940 | Release schedule for 0.19.0 · Issue #15940 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #15941: doc: Add historical release notes for 0.18.0 (master...2019_05_historical_release_notes) https://github.com/bitcoin/bitcoin/pull/15941
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c1ba1182eb43...24dfcf3a56f9
< bitcoin-git> bitcoin/master da9f1ac Wladimir J. van der Laan: doc: Add historical release notes for 0.18.0
< bitcoin-git> bitcoin/master 24dfcf3 Wladimir J. van der Laan: Merge #15941: doc: Add historical release notes for 0.18.0
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.18: https://github.com/bitcoin/bitcoin/compare/2472733a24a9...be92be5644a7
< bitcoin-git> bitcoin/0.18 be92be5 Wladimir J. van der Laan: doc: Clean out release notes post-0.18.0
< bitcoin-git> [bitcoin] laanwj opened pull request #15941: doc: Add historical release notes for 0.18.0 (master...2019_05_historical_release_notes) https://github.com/bitcoin/bitcoin/pull/15941
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c4560a7dfee9...c1ba1182eb43
< bitcoin-git> bitcoin/master beb42d7 practicalswift: Silence GCC 7 warning "control reaches end of non-void function" (-Wreturn...
< bitcoin-git> bitcoin/master c1ba118 MarcoFalke: Merge #15938: refactor: Silence "control reaches end of non-void function"...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15938: refactor: Silence "control reaches end of non-void function" (-Wreturn-type) in psbt.cpp (master...psbt-return-type-warning) https://github.com/bitcoin/bitcoin/pull/15938
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15650: Handle the result of posix_fallocate system call (master...handle-posix-fallocate) https://github.com/bitcoin/bitcoin/pull/15650
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0936f35f65ad...c4560a7dfee9
< bitcoin-git> bitcoin/master 5d35ae3 Luca Venturini: Handle the result of posix_fallocate system call
< bitcoin-git> bitcoin/master c4560a7 MarcoFalke: Merge #15650: Handle the result of posix_fallocate system call
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15939: gitian: Remove Windows 32 bit build (master...1904-GitianWin) https://github.com/bitcoin/bitcoin/pull/15939
< Lauda> IsBerkeleyBtree: The system cannot find the file specified D:\Disk 1\Bitcoin\blocks\wallet.dat
< gmaxwell> achow101: awake? time for a new bitcoin release thread on bitcointalk
< luke-jr> bitcoin.org indeed has OS detection Javascript
< wumpus> luke-jr: oh good point, I guess the bitcoin.org PR will fail because it's missing the 32-bit windows files
< luke-jr> bet it was lost with bitcoin.org -> bitcoincore.org
< luke-jr> the big "Download Bitcoin Core" button on the website links ot the non-existent win32 :/
< bitcoin-git> [bitcoin] practicalswift opened pull request #15938: Silence GCC 7 warning "control reaches end of non-void function" (-Wreturn-type) in psbt.cpp (master...psbt-return-type-warning) https://github.com/bitcoin/bitcoin/pull/15938

2019-05-01

< gribble> https://github.com/bitcoin/bitcoin/issues/15928 | GUI: Move QRImageWidget to its own qrencoder file-pair by luke-jr · Pull Request #15928 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] ryanofsky opened pull request #15936: WIP: Unify bitcoin-qt and bitcoind persistent settings (master...pr/qtset) https://github.com/bitcoin/bitcoin/pull/15936
< bitcoin-git> [bitcoin] ryanofsky opened pull request #15937: WIP: Add loadwallet and createwallet load_on_startup options (master...pr/walset) https://github.com/bitcoin/bitcoin/pull/15937
< bitcoin-git> [bitcoin] ryanofsky opened pull request #15934: WIP: Dedup settings merge code (master...pr/mergeset) https://github.com/bitcoin/bitcoin/pull/15934
< bitcoin-git> [bitcoin] ryanofsky opened pull request #15935: WIP: Add <datadir>/settings.json persistent settings storage (master...pr/rwset) https://github.com/bitcoin/bitcoin/pull/15935
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15933: Make chain state immutable outside of validation (master...1905-immVal) https://github.com/bitcoin/bitcoin/pull/15933
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/12aa2ac988d0...0936f35f65ad
< bitcoin-git> bitcoin/master edfe943 Antoine Riard: Add WITH_LOCK macro: run code while locking a mutex
< bitcoin-git> bitcoin/master 4226779 Antoine Riard: refactor: replace isPotentialtip/waitForNotifications by higher method
< bitcoin-git> bitcoin/master 0936f35 MarcoFalke: Merge #15842: refactor: replace isPotentialtip/waitForNotifications by hig...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15842: refactor: replace isPotentialtip/waitForNotifications by higher method (master...2019-04-is-potential-tip) https://github.com/bitcoin/bitcoin/pull/15842
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15932: rpc: Serialize in getblock without cs_main (master...1905-rpcBlockNoLock) https://github.com/bitcoin/bitcoin/pull/15932
< bitcoin-git> [bitcoin] ariard opened pull request #15931: Remove GetDepthInMainChain dependency on locked chain interface (master...2019-04-remove-external-locking) https://github.com/bitcoin/bitcoin/pull/15931
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15930: rpc: Add balances to getwalletinfo (master...1904-rpcWalletBalances) https://github.com/bitcoin/bitcoin/pull/15930
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15323: rpc: Expose g_is_mempool_loaded via getmempoolinfo (master...load-mempool-race) https://github.com/bitcoin/bitcoin/pull/15323
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/86edb79e9758...12aa2ac988d0
< bitcoin-git> bitcoin/master bb8ae2c Ben Woosley: rpc: Expose g_is_mempool_loaded via getmempoolinfo and /rest/mempool/info....
< bitcoin-git> bitcoin/master effe81f Ben Woosley: Move g_is_mempool_loaded into CTxMemPool::m_is_loaded
< bitcoin-git> bitcoin/master 12aa2ac MarcoFalke: Merge #15323: rpc: Expose g_is_mempool_loaded via getmempoolinfo
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15841: [test] combine_logs: append node stderr and stdout if it exists (master...1904-testLogStdErr) https://github.com/bitcoin/bitcoin/pull/15841
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2eb8c5d7a28b...86edb79e9758
< bitcoin-git> bitcoin/master fa90a89 MarcoFalke: [test] combine_logs: append node stderr and stdout if it exists
< bitcoin-git> bitcoin/master 86edb79 MarcoFalke: Merge #15841: [test] combine_logs: append node stderr and stdout if it exi...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15758: qa: Add further tests to wallet_balance (master...1904-qaWalletBal) https://github.com/bitcoin/bitcoin/pull/15758
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/2c35fe623813...2eb8c5d7a28b
< bitcoin-git> bitcoin/master fa464e8 MarcoFalke: test: Add wallet_balance test for watchonly
< bitcoin-git> bitcoin/master fa19531 MarcoFalke: test: Add getunconfirmedbalance test with conflicts
< bitcoin-git> bitcoin/master fad03cd MarcoFalke: test: Check that wallet txs not in the mempool are untrusted
< gribble> https://github.com/bitcoin/bitcoin/issues/15696 | [qa] test_runner: Move feature_pruning to base tests by MarcoFalke · Pull Request #15696 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] luke-jr opened pull request #15928: GUI: Move QRImageWidget to its own qrencoder file-pair (master...split_qrencoder) https://github.com/bitcoin/bitcoin/pull/15928

2019-04-30

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #15881: net: Send txs without delay on regtest (master...1904-txRelayRegtest) https://github.com/bitcoin/bitcoin/pull/15881
< harding> wumpus: FYI, 0.18.0 release PR for BitcoinCore.org is here: https://github.com/bitcoin-core/bitcoincore.org/pull/649
< bitcoin-git> [bitcoin] jnewbery opened pull request #15927: [tests] log thread names by default in functional tests (master...2019-04-log-threads-tests) https://github.com/bitcoin/bitcoin/pull/15927
< gribble> https://github.com/bitcoin/bitcoin/issues/15858 | Faster tests with topological mempool rpc sync 🚀 by MarcoFalke · Pull Request #15858 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #15858: Faster tests with topological mempool rpc sync 🚀 (master...1904-qaSync) https://github.com/bitcoin/bitcoin/pull/15858
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15849: Thread names in logs and deadlock debug tools (master...2018-05-threadnames-take-2) https://github.com/bitcoin/bitcoin/pull/15849
< bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/10ed4dff2447...2c35fe623813
< bitcoin-git> bitcoin/master 188ca75 James O'Beirne: disable HAVE_THREAD_LOCAL on unreliable platforms
< bitcoin-git> bitcoin/master ae5f2b6 James O'Beirne: threads: introduce util/threadnames, refactor thread naming
< bitcoin-git> bitcoin/master ddd95cc James O'Beirne: tests: add threadutil tests
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15926: tinyformat: Add format_no_throw (master...1904-tinyformatNoThrow) https://github.com/bitcoin/bitcoin/pull/15926
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/45d8b7177851...10ed4dff2447
< bitcoin-git> bitcoin/master 151f3e9 Russell Yanofsky: Add settings merge test to prevent regresssions
< bitcoin-git> bitcoin/master 10ed4df MarcoFalke: Merge #15869: Add settings merge test to prevent regresssions
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15869: Add settings merge test to prevent regresssions (master...pr/testset) https://github.com/bitcoin/bitcoin/pull/15869
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ce6762030f81...45d8b7177851
< bitcoin-git> bitcoin/master 8728a66 John Newbery: [tests] fix block time in feature_pruning.py
< bitcoin-git> bitcoin/master fafb55e MarcoFalke: [qa] test_runner: Move feature_pruning to base tests
< bitcoin-git> bitcoin/master 45d8b71 MarcoFalke: Merge #15696: [qa] test_runner: Move feature_pruning to base tests
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15696: [qa] test_runner: Move feature_pruning to base tests (master...1904-qaPruning) https://github.com/bitcoin/bitcoin/pull/15696
< bitcoin-git> [bitcoin] laanwj pushed tag v0.18.0: https://github.com/bitcoin/bitcoin/compare/v0.18.0
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.18: https://github.com/bitcoin/bitcoin/compare/825ecb5758f6...2472733a24a9
< bitcoin-git> bitcoin/0.18 2472733 Wladimir J. van der Laan: build: Bump version to -final
< gribble> https://github.com/bitcoin/bitcoin/issues/14438 | Release schedule for 0.18.0 · Issue #14438 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15555 | v0.18.0 testing · Issue #15555 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15665 | 0.18.0 rc2 CPU spike in thread bitcoin-opencon · Issue #15665 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15141 | Rewrite DoS interface between validation and net_processing by sdaftuar · Pull Request #15141 · bitcoin/bitcoin · GitHub
< fanquake> ryanofsky if you've got PRs / issues you want added to https://github.com/bitcoin/bitcoin/projects/10 just dump them in here

2019-04-29

< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #15696: [qa] test_runner: Move feature_pruning to base tests (master...1904-qaPruning) https://github.com/bitcoin/bitcoin/pull/15696
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #15696: [qa] test_runner: Move feature_pruning to base tests (master...1904-qaPruning) https://github.com/bitcoin/bitcoin/pull/15696
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15897: QA/mininode: Send all headers upfront in send_blocks_and_test to avoid sending an unconnected one (master...qa_mininode_headers) https://github.com/bitcoin/bitcoin/pull/15897
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8da1aa471eb9...ce6762030f81
< bitcoin-git> bitcoin/master 9f9db39 Luke Dashjr: QA/mininode: Send all headers upfront in send_blocks_and_test to avoid sen...
< bitcoin-git> bitcoin/master ce67620 MarcoFalke: Merge #15897: QA/mininode: Send all headers upfront in send_blocks_and_tes...
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15922: doc: Explain how to pass in non-fundamental types into functions (master...1904-docPassFun) https://github.com/bitcoin/bitcoin/pull/15922
< bitcoin-git> [bitcoin] jnewbery opened pull request #15921: Tidy up ValidationState interface (master...2019-04-pr15141-cleanups) https://github.com/bitcoin/bitcoin/pull/15921
< gribble> https://github.com/bitcoin/bitcoin/issues/15141 | Rewrite DoS interface between validation and net_processing by sdaftuar · Pull Request #15141 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/67caf2d1dbda...8da1aa471eb9
< bitcoin-git> bitcoin/master 48ed65b Hennadii Stepanov: Align MSVC build options with Linux build ones
< bitcoin-git> bitcoin/master e47dc4f Hennadii Stepanov: Include bitcoin_config.h in release process
< bitcoin-git> bitcoin/master 8da1aa4 MarcoFalke: Merge #15908: docs: Align MSVC build options with Linux build ones
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15908: docs: Align MSVC build options with Linux build ones (master...20190427-align-msvc-linux) https://github.com/bitcoin/bitcoin/pull/15908
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/10852210bcf7...67caf2d1dbda
< bitcoin-git> bitcoin/master fac174e MarcoFalke: lint: Check that all wallet args are hidden
< bitcoin-git> bitcoin/master 67caf2d MarcoFalke: Merge #15920: lint: Check that all wallet args are hidden
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15920: lint: Check that all wallet args are hidden (master...1904-lintWalletArgsHidden) https://github.com/bitcoin/bitcoin/pull/15920
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5873e9a3e833...10852210bcf7
< bitcoin-git> bitcoin/master 64491cb keepkeyjon: doc: Fix -dustrelayfee= argument docs grammar
< bitcoin-git> bitcoin/master 1085221 MarcoFalke: Merge #15877: doc: Fix -dustrelayfee= argument docs grammar
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15877: doc: Fix -dustrelayfee= argument docs grammar (master...patch-1) https://github.com/bitcoin/bitcoin/pull/15877
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15919: Remove unused OpenSSL includes to make it more clear where OpenSSL is used (master...openssl-includes) https://github.com/bitcoin/bitcoin/pull/15919
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/11e32e2fd1b1...5873e9a3e833
< bitcoin-git> bitcoin/master a34081b practicalswift: Remove unused OpenSSL includes to make it more clear where OpenSSL is used
< bitcoin-git> bitcoin/master 5873e9a MarcoFalke: Merge #15919: Remove unused OpenSSL includes to make it more clear where O...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c1d2b76d8045...11e32e2fd1b1
< bitcoin-git> bitcoin/master 5d7ce74 Peter Wagner: add missing debian contrib files to tarball
< bitcoin-git> bitcoin/master 11e32e2 MarcoFalke: Merge #12051: add missing debian contrib file to tarball
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #12051: add missing debian contrib file to tarball (master...master) https://github.com/bitcoin/bitcoin/pull/12051
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15920: lint: Check that all wallet args are hidden (master...1904-lintWalletArgsHidden) https://github.com/bitcoin/bitcoin/pull/15920
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/150be1c7b343...c1d2b76d8045
< bitcoin-git> bitcoin/master 0f09eb7 Luke Dashjr: dummywallet: Reformat ignored wallet options list
< bitcoin-git> bitcoin/master 765d589 Luke Dashjr: Bugfix: dummywallet: Add -ignorepartialspends to list of ignored wallet op...
< bitcoin-git> bitcoin/master c1d2b76 MarcoFalke: Merge #15913: Bugfix: dummywallet: Add -ignorepartialspends to list of ign...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15913: Bugfix: dummywallet: Add -ignorepartialspends to list of ignored wallet options (master...bugfix_nowallet_avoidpspends) https://github.com/bitcoin/bitcoin/pull/15913
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15917: wallet: Avoid logging no_such_file_or_directory error (master...2019-04-fix-15912) https://github.com/bitcoin/bitcoin/pull/15917
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3a0d6da098c7...150be1c7b343
< bitcoin-git> bitcoin/master 70c1cf8 João Barbosa: wallet: Avoid logging no_such_file_or_directory error
< bitcoin-git> bitcoin/master 150be1c MarcoFalke: Merge #15917: wallet: Avoid logging no_such_file_or_directory error
< bitcoin-git> [bitcoin] practicalswift opened pull request #15919: Remove unused OpenSSL includes to make it more clear where OpenSSL is used (master...openssl-includes) https://github.com/bitcoin/bitcoin/pull/15919
< bitcoin-git> [bitcoin] jonasschnelli merged pull request #15371: gui: Uppercase bech32 addresses in qr codes (master...gui_bech_32_optimized_qr_codes) https://github.com/bitcoin/bitcoin/pull/15371
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bdd7217f2c03...3a0d6da098c7
< bitcoin-git> bitcoin/master 3407b44 Ben Carman: gui: Uppercase bech32 addresses in qr codes
< bitcoin-git> bitcoin/master 3a0d6da Jonas Schnelli: Merge #15371: gui: Uppercase bech32 addresses in qr codes
< gribble> https://github.com/bitcoin/bitcoin/issues/15913 | Bugfix: dummywallet: Add -ignorepartialspends to list of ignored wallet options by luke-jr · Pull Request #15913 · bitcoin/bitcoin · GitHub

2019-04-28

< bitcoin-git> [bitcoin] promag opened pull request #15917: wallet: Avoid logging no_such_file_or_directory error (master...2019-04-fix-15912) https://github.com/bitcoin/bitcoin/pull/15917
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #12051: add missing debian contrib files to tarball (master...master) https://github.com/bitcoin/bitcoin/pull/12051
< bitcoin-git> [bitcoin] DrahtBot closed pull request #9384: CCoinsViewCache code cleanup & deduplication (master...pr/ccoins-cleanup) https://github.com/bitcoin/bitcoin/pull/9384
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #9384: CCoinsViewCache code cleanup & deduplication (master...pr/ccoins-cleanup) https://github.com/bitcoin/bitcoin/pull/9384
< bitcoin-git> [bitcoin] DrahtBot closed pull request #12980: Allow quicker shutdowns during LoadBlockIndex() (master...2018/04/shutdown) https://github.com/bitcoin/bitcoin/pull/12980
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #12980: Allow quicker shutdowns during LoadBlockIndex() (master...2018/04/shutdown) https://github.com/bitcoin/bitcoin/pull/12980
< bitcoin-git> [bitcoin] DrahtBot closed pull request #12051: add missing debian contrib files to tarball (master...master) https://github.com/bitcoin/bitcoin/pull/12051
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #13057: refactor pre-selected coin code (master...selectedcoins) https://github.com/bitcoin/bitcoin/pull/13057
< bitcoin-git> [bitcoin] DrahtBot closed pull request #13045: [p2p] getblock for 1-block reorgs in response to compact block message (master...cmpcttie) https://github.com/bitcoin/bitcoin/pull/13045
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #13045: [p2p] getblock for 1-block reorgs in response to compact block message (master...cmpcttie) https://github.com/bitcoin/bitcoin/pull/13045
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #13062: Make script interpreter independent from storage type CScript (master...201804_spaninterpret) https://github.com/bitcoin/bitcoin/pull/13062
< bitcoin-git> [bitcoin] DrahtBot closed pull request #13057: refactor pre-selected coin code (master...selectedcoins) https://github.com/bitcoin/bitcoin/pull/13057
< bitcoin-git> [bitcoin] DrahtBot closed pull request #13084: Do not turn OP_1NEGATE in scriptSig into 0x0181 in signing code (master...201804_keepnegone) https://github.com/bitcoin/bitcoin/pull/13084
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #13084: Do not turn OP_1NEGATE in scriptSig into 0x0181 in signing code (master...201804_keepnegone) https://github.com/bitcoin/bitcoin/pull/13084
< bitcoin-git> [bitcoin] DrahtBot closed pull request #13062: Make script interpreter independent from storage type CScript (master...201804_spaninterpret) https://github.com/bitcoin/bitcoin/pull/13062
< bitcoin-git> [bitcoin] DrahtBot closed pull request #13204: Faster sigcache nonce (master...faster-sigcache-nonce) https://github.com/bitcoin/bitcoin/pull/13204
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #13204: Faster sigcache nonce (master...faster-sigcache-nonce) https://github.com/bitcoin/bitcoin/pull/13204
< bitcoin-git> [bitcoin] DrahtBot closed pull request #13693: [test] Add coverage to estimaterawfee and estimatesmartfee (master...test-estimatefee) https://github.com/bitcoin/bitcoin/pull/13693
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #13693: [test] Add coverage to estimaterawfee and estimatesmartfee (master...test-estimatefee) https://github.com/bitcoin/bitcoin/pull/13693
< bitcoin-git> [bitcoin] DrahtBot closed pull request #13276: [qt] CoinControlDialog amount header display unit (master...coincontrol_unit) https://github.com/bitcoin/bitcoin/pull/13276
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #13276: [qt] CoinControlDialog amount header display unit (master...coincontrol_unit) https://github.com/bitcoin/bitcoin/pull/13276
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #13875: [doc] nChainTx needs to become a 64-bit earlier due to SegWit (master...2018/08/nChainTx) https://github.com/bitcoin/bitcoin/pull/13875
< bitcoin-git> [bitcoin] DrahtBot closed pull request #13789: crypto/sha256: Use pragmas to enforce necessary intrinsics for GCC and Clang (master...bugfix_asm_pragmas) https://github.com/bitcoin/bitcoin/pull/13789
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #13789: crypto/sha256: Use pragmas to enforce necessary intrinsics for GCC and Clang (master...bugfix_asm_pragmas) https://github.com/bitcoin/bitcoin/pull/13789
< bitcoin-git> [bitcoin] DrahtBot closed pull request #13875: [doc] nChainTx needs to become a 64-bit earlier due to SegWit (master...2018/08/nChainTx) https://github.com/bitcoin/bitcoin/pull/13875
< bitcoin-git> [bitcoin] luke-jr opened pull request #15913: Bugfix: dummywallet: Add -ignorepartialspends to list of ignored wallet options (master...bugfix_nowallet_avoidpspends) https://github.com/bitcoin/bitcoin/pull/15913
< bitcoin-git> [bitcoin] meshcollider merged pull request #15901: wallet: log on rescan completion (master...log-rescan-completed) https://github.com/bitcoin/bitcoin/pull/15901
< bitcoin-git> [bitcoin] meshcollider pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/3356799ee3f5...bdd7217f2c03
< bitcoin-git> bitcoin/master 6ad372a andrewtoth: wallet: log on rescan completion
< bitcoin-git> bitcoin/master 1b602f6 andrewtoth: remove extraneous scope
< bitcoin-git> bitcoin/master bdd7217 MeshCollider: Merge #15901: wallet: log on rescan completion

2019-04-27

< midnightmagic> ElePHPhant: #bitcoin, please. The topic here is very specifically for development of bitcoin core and not support questions.
< ElePHPhant> gmaxwell: Will that mean that Bitcoin Core will no longer work with Bitpay payments?
< bitcoin-git> [bitcoin] Sjors opened pull request #15911: Use wallet RBF default for walletcreatefundedpsbt (master...2019/04/walletcreatefundedpsbt) https://github.com/bitcoin/bitcoin/pull/15911
< gmaxwell> We're removing BIP70 from bitcoin core completely, since essentially nothing uses it (except bitpay) --- we were close to removing it when they made it mandatory, then we held off, but since their implementation is hardly compatible there really isn't much reason to not remove it just for them.
< ElePHPhant> Is it a bug with Bitpay or Bitcoin Core?
< ElePHPhant> I just made a Bitcoin payment and the merchant uses Bitpay. First of all, the webpage displayed a "We see you are using Bitcoin Core" message which freaked me out. How can they know that? Secondly, I got this weird Bitcoin Core error popup when actually performing the payment (which had a green coloring around it): "Error communicating with https://bitpay.com/i/<REDACTED>: Error transferring https://bitpay.com/i/<REDACTED> - server
< bitcoin-git> [bitcoin] darosior opened pull request #15909: Use 'CreateProcess' instead of 'wsystem' in 'runCommand' for Windows. (master...windows_blocknotify_blink) https://github.com/bitcoin/bitcoin/pull/15909
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15778: [wallet] Move maxtxfee from node to wallet (master...remove_maxtxfeerate_from_node) https://github.com/bitcoin/bitcoin/pull/15778
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b025aa3b9e1d...3356799ee3f5
< bitcoin-git> bitcoin/master 5c759c7 John Newbery: [wallet] Move maxTxFee to wallet
< bitcoin-git> bitcoin/master 3356799 MarcoFalke: Merge #15778: [wallet] Move maxtxfee from node to wallet
< bitcoin-git> [bitcoin] meshcollider merged pull request #15846: [POLICY] Make sending to future native witness outputs standard (master...201904_futuresegwitstandard) https://github.com/bitcoin/bitcoin/pull/15846
< bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/703414994aa4...b025aa3b9e1d
< bitcoin-git> bitcoin/master c634b1e Pieter Wuille: [POLICY] Make sending to future native witness outputs standard
< bitcoin-git> bitcoin/master b025aa3 MeshCollider: Merge #15846: [POLICY] Make sending to future native witness outputs stand...
< bitcoin-git> [bitcoin] hebasto opened pull request #15908: scripts and tools, docs: Align MSVC build options with Linux build ones (master...20190427-align-msvc-linux) https://github.com/bitcoin/bitcoin/pull/15908
< bitcoin-git> [bitcoin] meshcollider merged pull request #15784: rpc: Remove dependency on interfaces::Chain in SignTransaction (master...2019-04-remove-chain-sign-tx-utility) https://github.com/bitcoin/bitcoin/pull/15784
< bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/65ec4d6fb2be...703414994aa4
< bitcoin-git> bitcoin/master 99e88a3 Antoine Riard: rpc: Remove dependency on interfaces::Chain in SignTransaction
< bitcoin-git> bitcoin/master 7034149 MeshCollider: Merge #15784: rpc: Remove dependency on interfaces::Chain in SignTransacti...
< bitcoin-git> [bitcoin] amitiuttarwar opened pull request #15906: [wallet] Remove AvailableCoins nMinDepth argument (master...refactor_available_coins) https://github.com/bitcoin/bitcoin/pull/15906

2019-04-26

< bitcoin-git> [bitcoin] andrewtoth closed pull request #15904: trivial: Fix typo (0.18...patch-1) https://github.com/bitcoin/bitcoin/pull/15904
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ec519d4d5489...65ec4d6fb2be
< bitcoin-git> bitcoin/master 201393f Hennadii Stepanov: Align code example with clang-format
< bitcoin-git> bitcoin/master 65ec4d6 MarcoFalke: Merge #15887: docs: Align code example style with clang-format
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15887: docs: Align code example style with clang-format (master...20190424-coding-style) https://github.com/bitcoin/bitcoin/pull/15887
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to 0.18: https://github.com/bitcoin/bitcoin/compare/379f71ea4f27...825ecb5758f6
< bitcoin-git> bitcoin/0.18 fad9eb1 MarcoFalke: doc: 0.18: Remove TODO from release notes
< bitcoin-git> bitcoin/0.18 825ecb5 MarcoFalke: Merge #15852: doc: 0.18: Remove TODO from release notes
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15852: doc: 0.18: Remove TODO from release notes (0.18...1904-docRel18) https://github.com/bitcoin/bitcoin/pull/15852
< bitcoin-git> [bitcoin] andrewtoth opened pull request #15904: trivial: Fix typo (0.18...patch-1) https://github.com/bitcoin/bitcoin/pull/15904
< gribble> https://github.com/bitcoin/bitcoin/issues/14912 | [WIP] External signer support (e.g. hardware wallet) by Sjors · Pull Request #14912 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15903: appveyor: Write @PACKAGE_NAME@ to config (master...1904-appveyorPackage) https://github.com/bitcoin/bitcoin/pull/15903
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d76b72a454a1...ec519d4d5489
< bitcoin-git> bitcoin/master faebd8c MarcoFalke: appveyor: Write @PACKAGE_NAME@ to config
< bitcoin-git> bitcoin/master ec519d4 MarcoFalke: Merge #15903: appveyor: Write @PACKAGE_NAME@ to config
< gribble> https://github.com/bitcoin/bitcoin/issues/15764 | Native descriptor wallets by achow101 · Pull Request #15764 · bitcoin/bitcoin · GitHub
< meshcollider> #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
< gribble> https://github.com/bitcoin/bitcoin/issues/15896 | QA: feature_filelock, interface_bitcoin_cli: Use PACKAGE_NAME in messages rather than hardcoding Bitcoin Core by luke-jr · Pull Request #15896 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b1e013e4fa21...d76b72a454a1
< bitcoin-git> bitcoin/master 5d26205 James O'Beirne: doc: explain AcceptToMemoryPoolWorker's coins_to_uncache
< bitcoin-git> bitcoin/master d76b72a MarcoFalke: Merge #15267: doc: explain AcceptToMemoryPoolWorker's coins_to_uncache
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15267: doc: explain AcceptToMemoryPoolWorker's coins_to_uncache (master...2019-01-atmpw-uncache-coins-doc) https://github.com/bitcoin/bitcoin/pull/15267
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15903: appveyor: Write @PACKAGE_NAME@ to config (master...1904-appveyorPackage) https://github.com/bitcoin/bitcoin/pull/15903
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #13788: Fix --disable-asm for newer assembly checks/code (master...bugfix_asm_opt) https://github.com/bitcoin/bitcoin/pull/13788
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/5046d4e911aa...b1e013e4fa21
< bitcoin-git> bitcoin/master d8ab8dc Luke Dashjr: configure: Invert --enable-asm help string since default is now enabled
< bitcoin-git> bitcoin/master afe0875 Luke Dashjr: configure: Skip assembly support checks, when assembly is disabled
< bitcoin-git> bitcoin/master 4207c1b Luke Dashjr: configure: Initialise assembly enable_* variables
< bitcoin-git> [bitcoin] andrewtoth opened pull request #15901: wallet: log on rescan completion (master...log-rescan-completed) https://github.com/bitcoin/bitcoin/pull/15901
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15899: rpc: Document iswitness flag and fix bug in converttopsbt (master...1904-docIsWitness) https://github.com/bitcoin/bitcoin/pull/15899
< gribble> https://github.com/bitcoin/bitcoin/issues/15463 | rpc: Speedup getaddressesbylabel by promag · Pull Request #15463 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14984 | rpc: Speedup getrawmempool when verbose=true by promag · Pull Request #14984 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15896: QA: feature_filelock, interface_bitcoin_cli: Use PACKAGE_NAME in messages rather than hardcoding Bitcoin Core (master...qa_pkgname) https://github.com/bitcoin/bitcoin/pull/15896
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f73a3c618b87...5046d4e911aa
< bitcoin-git> bitcoin/master fcc443b Luke Dashjr: QA: feature_filelock, interface_bitcoin_cli: Use PACKAGE_NAME in messages ...