2019-06-26

< gribble> https://github.com/bitcoin/bitcoin/issues/16035 | 0.18.1: Backports by MarcoFalke · Pull Request #16035 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake closed pull request #16290: NULL to nullptr (master...null-to-nullptr) https://github.com/bitcoin/bitcoin/pull/16290
< bitcoin-git> [bitcoin] Bushstar opened pull request #16290: NULL to nullptr (master...null-to-nullptr) https://github.com/bitcoin/bitcoin/pull/16290
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #16289: Add missing ECC_Stop(); in GUI rpcnestedtests.cpp (master...2019/06/fix_rpcnested_test) https://github.com/bitcoin/bitcoin/pull/16289
< bitcoin-git> [bitcoin] fanquake merged pull request #16286: refactoring: wallet: Fix GCC 7.4.0 warning (master...20190625-fix-warning) https://github.com/bitcoin/bitcoin/pull/16286
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/332c6134bb15...ca80fec973f0
< bitcoin-git> bitcoin/master d8bd97d Hennadii Stepanov: Fix GCC 7.4.0 warning
< bitcoin-git> bitcoin/master ca80fec fanquake: Merge #16286: refactoring: wallet: Fix GCC 7.4.0 warning

2019-06-25

< ossifrage> 574747 was the first UpdateTip line from the previous run of bitcoin-qt, this seems like an excessive amount of state to loose
< hebasto> Hi! Could someone point me to the adopted practice or discussion about translation of the "Bitcoin Core" brand name to other languages?
< bitcoin-git> [bitcoin] rrybarczyk opened pull request #16287: Remove extra CBlockIndex declaration (master...remove-extra-cblockindex) https://github.com/bitcoin/bitcoin/pull/16287
< bitcoin-git> [bitcoin] hebasto opened pull request #16286: Fix GCC 7.4.0 warning (master...20190625-fix-warning) https://github.com/bitcoin/bitcoin/pull/16286
< gribble> https://github.com/bitcoin/bitcoin/issues/16183 | depends: xtrans: Configure flags cleanup. by dongcarl · Pull Request #16183 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] promag opened pull request #16285: rpc: Improve scantxoutset response and help message (master...2019-06-scantxoutset-nits) https://github.com/bitcoin/bitcoin/pull/16285
< gribble> https://github.com/bitcoin/bitcoin/issues/16238 | build: Remove unused C++ standard library includes by practicalswift · Pull Request #16238 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16129 | refactor: Remove unused includes by practicalswift · Pull Request #16129 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15940 | Release schedule for 0.19.0 · Issue #15940 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16278 | tests: Reduce compilation time and unneccessary recompiles by removing unused includes in tests by practicalswift · Pull Request #16278 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #15894: Remove duplicated "Error: " prefix in logs (master...20190425-duplicated-error-prefix) https://github.com/bitcoin/bitcoin/pull/15894
< bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/c52776e6ff4d...332c6134bb15
< bitcoin-git> bitcoin/master f0641f2 Hennadii Stepanov: Prepend the error/warning prefix for GUI messages
< bitcoin-git> bitcoin/master 96fd4ee Hennadii Stepanov: Add MSG_NOPREFIX flag for user messages
< bitcoin-git> bitcoin/master f724f31 Hennadii Stepanov: Make AbortNode() aware of MSG_NOPREFIX flag
< bitcoin-git> [bitcoin] fanquake reopened pull request #16255: util: Remove code to cache datadir (master...1906-utilNoPath) https://github.com/bitcoin/bitcoin/pull/16255
< bitcoin-git> [bitcoin] laanwj merged pull request #16252: test: Log to debug.log in all unit tests (master...1905-bufferLog) https://github.com/bitcoin/bitcoin/pull/16252
< bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/bc948d4cfd6d...c52776e6ff4d
< bitcoin-git> bitcoin/master fad3d2a MarcoFalke: test: Create data dir in BasicTestingSetup
< bitcoin-git> bitcoin/master fa4a04a MarcoFalke: test: use common setup in gui tests
< bitcoin-git> bitcoin/master fabc57e MarcoFalke: test: Log to debug.log in all tests
< gribble> https://github.com/bitcoin/bitcoin/issues/15894 | Remove duplicated "Error: " prefix in logs by hebasto · Pull Request #15894 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake closed pull request #15572: Add auto select custom fee when smart fee not initialized. (master...dev) https://github.com/bitcoin/bitcoin/pull/15572
< bitcoin-git> [bitcoin] fanquake merged pull request #16183: depends: xtrans: Configure flags cleanup. (master...2019-06-leave-xtrans-alone-right-now) https://github.com/bitcoin/bitcoin/pull/16183
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/21bd6eb782ca...bc948d4cfd6d
< bitcoin-git> bitcoin/master 30ea931 Carl Dong: depends: xtrans: Configure flags cleanup.
< bitcoin-git> bitcoin/master bc948d4 fanquake: Merge #16183: depends: xtrans: Configure flags cleanup.
< bitcoin-git> [bitcoin] fanquake closed pull request #16281: [fix #1] Understand transaction_tests (master...transaction_tests) https://github.com/bitcoin/bitcoin/pull/16281
< bitcoin-git> [bitcoin] stplaydog opened pull request #16281: [fix #1] Understand transaction_tests (master...transaction_tests) https://github.com/bitcoin/bitcoin/pull/16281
< bitcoin-git> [bitcoin] fanquake merged pull request #16188: net: Document what happens to getdata of unknown type (master...1906-netGetData) https://github.com/bitcoin/bitcoin/pull/16188
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e115a21f79c4...21bd6eb782ca
< bitcoin-git> bitcoin/master dddd927 MarcoFalke: net: Document what happens to getdata of unknonw type
< bitcoin-git> bitcoin/master 21bd6eb fanquake: Merge #16188: net: Document what happens to getdata of unknown type
< gribble> https://github.com/bitcoin/bitcoin/issues/16188 | net: Document what happens to getdata of unknown type by MarcoFalke · Pull Request #16188 · bitcoin/bitcoin · GitHub

2019-06-24

< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #16279: Return the AcceptBlock CValidationState directly in ProcessNewBlock (master...2019-06-pnb-dos-state) https://github.com/bitcoin/bitcoin/pull/16279
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16223: devtools: Fetch and display ACKs at sign-off time in github-merge (master...2019_06_contrib_acks) https://github.com/bitcoin/bitcoin/pull/16223
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/44e849c35a7e...e115a21f79c4
< bitcoin-git> bitcoin/master 0e01e45 Wladimir J. van der Laan: devtools: Fetch and display ACKs at sign-off time in github-merge
< bitcoin-git> bitcoin/master e115a21 MarcoFalke: Merge #16223: devtools: Fetch and display ACKs at sign-off time in github-...
< bitcoin-git> [bitcoin] practicalswift opened pull request #16278: tests: Reduce compilation time and unneccessary recompiles by removing unused includes in tests (master...cut-compilation-bloat-in-unit-tests) https://github.com/bitcoin/bitcoin/pull/16278
< bitcoin-git> [bitcoin] gertjaap opened pull request #16277: Supress output in test_bitcoin for expected errors (master...issue-15944) https://github.com/bitcoin/bitcoin/pull/16277
< bitcoin-git> [bitcoin] promag closed pull request #16215: gui: Refactor wallet controller activities (master...2019-06-refactor-wallet-controller-activities) https://github.com/bitcoin/bitcoin/pull/16215
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16254: qt: Set AA_EnableHighDpiScaling attribute early (master...20190620-EnableHighDpiScaling-warning) https://github.com/bitcoin/bitcoin/pull/16254
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c8fee6769a10...44e849c35a7e
< bitcoin-git> bitcoin/master 099e4b9 Hennadii Stepanov: Set AA_EnableHighDpiScaling attribute early
< bitcoin-git> bitcoin/master 44e849c MarcoFalke: Merge #16254: qt: Set AA_EnableHighDpiScaling attribute early
< bitcoin-git> [bitcoin] orientye opened pull request #16276: optimize for diagnosis of deadlock (master...master) https://github.com/bitcoin/bitcoin/pull/16276
< bitcoin-git> [bitcoin] fanquake closed pull request #13442: Convert the 1-way SSE4 SHA256 code from asm to intrinsics (master...201806_sse4intrin) https://github.com/bitcoin/bitcoin/pull/13442
< bitcoin-git> [bitcoin] fanquake closed pull request #13472: [devtools translations] catch invalid specifiers (master...HashUnlimited-translate-1) https://github.com/bitcoin/bitcoin/pull/13472
< gribble> https://github.com/bitcoin/bitcoin/issues/13084 | Do not turn OP_1NEGATE in scriptSig into 0x0181 in signing code by sipa · Pull Request #13084 · bitcoin/bitcoin · GitHub
< bitcoin-git> bitcoin/master c8fee67 fanquake: Merge #16263: qt: Use qInfo() if no error occurs
< bitcoin-git> [bitcoin] fanquake merged pull request #16263: qt: Use qInfo() if no error occurs (master...20190621-qInfo) https://github.com/bitcoin/bitcoin/pull/16263
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c1bab5052a2b...c8fee6769a10
< bitcoin-git> bitcoin/master a2aabfb Hennadii Stepanov: Use qInfo() if no error occurs

2019-06-23

< bitcoin-git> [bitcoin] practicalswift opened pull request #16273: refactor: Reduce total compilation time by 2% and avoid unnecessary recompiles by removing unused includes (master...cut-compilation-bloat) https://github.com/bitcoin/bitcoin/pull/16273
< bitcoin-git> [bitcoin] practicalswift closed pull request #16238: build: Remove unused C++ standard library includes (master...c++-standard-library-headers) https://github.com/bitcoin/bitcoin/pull/16238
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #16272: Update aes.cpp (master...patch-1) https://github.com/bitcoin/bitcoin/pull/16272
< bitcoin-git> [bitcoin] highfeed opened pull request #16272: Update aes.cpp (master...patch-1) https://github.com/bitcoin/bitcoin/pull/16272
< bitcoin-git> [bitcoin] fanquake opened pull request #16271: build: remove -Wall from rapidcheck build flags (master...rapidcheck_no_wall) https://github.com/bitcoin/bitcoin/pull/16271
< bitcoin-git> [bitcoin] fanquake merged pull request #16231: gui: Fix open wallet menu initialization order (master...2019-06-fix-open-menu) https://github.com/bitcoin/bitcoin/pull/16231
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2cbcc55ba6ae...c1bab5052a2b
< bitcoin-git> bitcoin/master 5224be5 João Barbosa: gui: Fix open wallet menu initialization order
< bitcoin-git> bitcoin/master c1bab50 fanquake: Merge #16231: gui: Fix open wallet menu initialization order
< bitcoin-git> [bitcoin] fanquake opened pull request #16270: depends: expat 2.2.7 (master...expat-2-2-7) https://github.com/bitcoin/bitcoin/pull/16270
< fanquake> Looks like we've got reproducible Guix builds (for Linux): https://github.com/bitcoin/bitcoin/pull/15277#issuecomment-504729878 !

2019-06-22

< ossifrage> I have 'onlynet=ipv4' in my bitcoin.conf, but I saw this today (with 2cbcc55ba) "Error: Couldn't open socket for incoming connections (socket returned error Address family not supported by protocol (97))"
< bitcoin-git> [bitcoin] fanatid opened pull request #16267: bench: Benchmark blockToJSON (master...bench-blocktojson) https://github.com/bitcoin/bitcoin/pull/16267
< meshcollider> fanquake: usually the former, I think more advanced users will prefer to use the command line anyway, I think the two main purposes the GUI serves in my mind is 1) for less technical users that just want to start it up and run bitcoin, and 2) for more advanced users to do stuff that would be really painful on the command line like coin selection stuff
< gribble> https://github.com/bitcoin/bitcoin/issues/15450 | [GUI] Create wallet menu option by achow101 · Pull Request #15450 · bitcoin/bitcoin · GitHub
< fanquake> meshcollider when thinking about the wallet GUI, what end user do you normally have in mind? Somewhere on the spectrum of "new non-technical user, just downloaded Bitcoin Core" & "one of the engineers that helps build Bitcoin Core"?
< 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
< bitcoin-git> [bitcoin] meshcollider merged pull request #16239: wallet/rpc: follow-up clean-up/fixes to avoid_reuse (master...2019-06-followup-avoidreuse) https://github.com/bitcoin/bitcoin/pull/16239
< bitcoin-git> [bitcoin] meshcollider pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/32e94538185b...2cbcc55ba6ae
< bitcoin-git> bitcoin/master 53c3c1e Karl-Johan Alm: wallet/rpc/getbalances: add entry for 'mine.used' balance in results
< bitcoin-git> bitcoin/master 3d2ff37 Karl-Johan Alm: wallet/rpc: use static help text
< bitcoin-git> bitcoin/master 71d0344 Karl-Johan Alm: docs: release note wording
< gribble> https://github.com/bitcoin/bitcoin/issues/13756 | wallet: "avoid_reuse" wallet flag for improved privacy by kallewoof · Pull Request #13756 · bitcoin/bitcoin · GitHub

2019-06-21

< jtimon> In regtest, I'm sending coins from bitcoin core to lightningd's newaddr but it doesn't seem to be receiving anything, I'm generating more blocks on the core node and calling dev_rescan_outputs on the lightning node, but still not seeing anything in listfunds and fundchannel says "Cannot afford transaction"
< gwillen> (he is also the author of "Peer-to-Peer Affine Commitment using Bitcoin", which describes the "Typecoin" system, and was almost named "Massively Multiplayer Online Linear Logic")
< bitcoin-git> [bitcoin] asood123 opened pull request #16265: Update check disk space in bitcoind (master...patch-15813) https://github.com/bitcoin/bitcoin/pull/16265
< 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
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16264: policy: Add experimental -mempoolreplacement=full (off by default) (master...1906-policyFullRbf) https://github.com/bitcoin/bitcoin/pull/16264
< bitcoin-git> [bitcoin] hebasto opened pull request #16263: qt: Use qInfo() if no error occurs (master...20190621-qInfo) https://github.com/bitcoin/bitcoin/pull/16263
< gribble> https://github.com/bitcoin/bitcoin/issues/16261 | gui: Refactor OpenWalletActivity by promag · Pull Request #16261 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] pstratem opened pull request #16262: Slightly simplify the mining loop. (master...2019-06-21-generateblocks) https://github.com/bitcoin/bitcoin/pull/16262
< gribble> https://github.com/bitcoin/bitcoin/issues/15588 | Log the actual wallet file version and no longer publicly expose the "version" record by achow101 · Pull Request #15588 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] promag opened pull request #16261: gui: Refactor OpenWalletActivity (master...2019-06-refactor-open-wallet) https://github.com/bitcoin/bitcoin/pull/16261
< phantomcircuit> kallewoof, there's a pr with comments https://github.com/bitcoin/bitcoin/pull/7663
< gribble> https://github.com/bitcoin/bitcoin/issues/16035 | 0.18.1: Backports by MarcoFalke · Pull Request #16035 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake closed pull request #16260: Yehuda (master...yehuda) https://github.com/bitcoin/bitcoin/pull/16260
< bitcoin-git> [bitcoin] natangl opened pull request #16260: Yehuda (master...yehuda) https://github.com/bitcoin/bitcoin/pull/16260
< bitcoin-git> [bitcoin] fanquake merged pull request #16256: doc: remove orphaned header in developer notes (master...remove-orphaned-header-link-in-developer-notes) https://github.com/bitcoin/bitcoin/pull/16256
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fd333e15a545...32e94538185b
< bitcoin-git> bitcoin/master 5a88ea7 Jon Atack: doc: remove orphaned header in developer notes
< bitcoin-git> bitcoin/master 32e9453 fanquake: Merge #16256: doc: remove orphaned header in developer notes
< bitcoin-git> [bitcoin] meshcollider merged pull request #16226: Move ismine to the wallet module (master...mv-ismine-wallet) https://github.com/bitcoin/bitcoin/pull/16226
< bitcoin-git> [bitcoin] meshcollider pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/303ec103bacf...fd333e15a545
< bitcoin-git> bitcoin/master 7c611e2 Andrew Chow: Move ismine to wallet module
< bitcoin-git> bitcoin/master e61de63 Andrew Chow: Change ismine to take a CWallet instead of CKeyStore
< bitcoin-git> bitcoin/master fd333e1 MeshCollider: Merge #16226: Move ismine to the wallet module
< bitcoin-git> [bitcoin] meshcollider merged pull request #16026: Ensure that uncompressed public keys in a multisig always returns a legacy address (master...dont-sw-ms-uncomp) https://github.com/bitcoin/bitcoin/pull/16026
< bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/23815ee74dfd...303ec103bacf
< bitcoin-git> bitcoin/master a495034 Andrew Chow: Make and get the multisig redeemscript and destination in one function ins...
< bitcoin-git> bitcoin/master 303ec10 MeshCollider: Merge #16026: Ensure that uncompressed public keys in a multisig always re...
< kallewoof> @sipa I am confused about a commit of yours from March 2016 (sorry..!), but someone else might be able to explain this: https://github.com/bitcoin/bitcoin/commit/8a253b342c5272496926ed391b078742bbe937ae -- the nInnerLoopCount restricts the nonce to 0..65535 (16 bits), but the nonce is 32 bits. Why? I realize if you make this 0xffffffff and try to Ctrl-C a bitcoind instance while trying to find a blokc, it will lock up and
< bitcoin-git> [bitcoin] NicolasDorier opened pull request #16258: [MSVC]: Create the config.ini as part of bitcoind build (master...msvc/build-config-ini) https://github.com/bitcoin/bitcoin/pull/16258
< kallewoof> I have a qemu instance for trying bitcoin compiling
< gribble> https://github.com/bitcoin/bitcoin/issues/16231 | gui: Fix open wallet menu initialization order by promag · Pull Request #16231 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16215 | gui: Refactor wallet controller activities by promag · Pull Request #16215 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] Sjors opened pull request #16257: [wallet] abort when attempting to fund a transaction above -maxtxfee (master...2019/06/max_fee) https://github.com/bitcoin/bitcoin/pull/16257

2019-06-20

< bitcoin-git> [bitcoin] jonatack opened pull request #16256: doc: remove orphaned header in developer notes (master...remove-orphaned-header-link-in-developer-notes) https://github.com/bitcoin/bitcoin/pull/16256
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16246: MSVC: Fix error in debug mode (Fix #16245) (master...fix/bigobj) https://github.com/bitcoin/bitcoin/pull/16246
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16207: test: stop generating lcov coverage when functional tests fail (master...patch-15648) https://github.com/bitcoin/bitcoin/pull/16207
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b4ad4c0de30f...23815ee74dfd
< bitcoin-git> bitcoin/master eb832cd nicolas.dorier: MSVC: Fix error in debug mode (Fix #16245)
< bitcoin-git> bitcoin/master 23815ee MarcoFalke: Merge #16246: MSVC: Fix error in debug mode (Fix #16245)
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ea45967e856d...b4ad4c0de30f
< bitcoin-git> bitcoin/master 9218ce8 Aseem Sood: Failing functional tests stop lcov
< bitcoin-git> bitcoin/master b4ad4c0 MarcoFalke: Merge #16207: test: stop generating lcov coverage when functional tests fa...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16234: test: Add test for unknown args (master...1906-unknownArgs) https://github.com/bitcoin/bitcoin/pull/16234
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9c95515ba034...ea45967e856d
< bitcoin-git> bitcoin/master fa7dd88 MarcoFalke: test: Add test for unknown args
< bitcoin-git> bitcoin/master ea45967 MarcoFalke: Merge #16234: test: Add test for unknown args
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15520: cirrus: Run extended test feature_pruning (master...1903-ciExt) https://github.com/bitcoin/bitcoin/pull/15520
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/413e438ea976...9c95515ba034
< bitcoin-git> bitcoin/master fa00326 MarcoFalke: ci: Run extended tests
< bitcoin-git> bitcoin/master 9c95515 MarcoFalke: Merge #15520: cirrus: Run extended test feature_pruning
< sipa> oh also short reminder we're going to meet with github tomorrow, if there are any things we should bring up, see https://github.com/bitcoin/bitcoin/issues/15847
< wumpus> #topic Requiring 2FA for bitcoin orgs on GH (fanquake)
< BlueMatt> I dont think we could realistically say "take this file that shipped with bitcoin core and copy it to your datadir on first run"
< sipa> an obvious improvement is to have a map built-in to bitcoin core that tells what the actual independent network ranges are
< jnewbery> If you have any friends who are less experienced and want to get into Bitcoin Core development, you should send them along
< jnewbery> I just wanted to give an update on the Bitcoin Core Review Club (https://bitcoin-core-review-club.github.io/) that we've been doing for the last couple of months.
< wumpus> #topic Bitcoin Core PR review club (jnewbery)
< wumpus> https://github.com/bitcoin/bitcoin/projects/8 5 blockers, 2 bugfixes and 6(!) things chasing concept ack
< wumpus> two topics proposed in https://gist.github.com/moneyball/071d608fdae217c2a6d7c35955881d8a : Bitcoin core PR review club, ASN blob discussion
< 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
< jonasschnelli> dig -p 53 @2604:a880:2:d0::469c:c001 AAAA seed.bitcoin.jonasschnelli.ch <--- works now
< luke-jr> that would also be nice to block other users from binding the Bitcoin JSON-RPC port
< jonasschnelli> dig -p 5353 @2604:a880:2:d0::469c:c001 AAAA seed.bitcoin.jonasschnelli.ch
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #16255: util: Remove code to cache datadir (master...1906-utilNoPath) https://github.com/bitcoin/bitcoin/pull/16255
< gribble> https://github.com/bitcoin/bitcoin/issues/16254 | qt: Set AA_EnableHighDpiScaling attribute early by hebasto · Pull Request #16254 · bitcoin/bitcoin · GitHub
< luke-jr> dig -p 1053 @2001:470:88ff:2e::1 AAAA dnsseed.bitcoin.dashjr.org
< BlueMatt> I mean $ dig @(bitcoin.sipa.be's ipv6 address) seed.bitcoin.sipa.be
< sipa> $ dig -t AAAA @bitcoin.sipa.be seed.bitcoin.sipa.be
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16255: util: Remove code to cache datadir (master...1906-utilNoPath) https://github.com/bitcoin/bitcoin/pull/16255
< bitcoin-git> [bitcoin] hebasto opened pull request #16254: qt: Set AA_EnableHighDpiScaling attribute early (master...20190620-EnableHighDpiScaling-warning) https://github.com/bitcoin/bitcoin/pull/16254
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #16192: Wallet: Catches situations where capping on maxtxfee drops the fee too low (master...issue-10122) https://github.com/bitcoin/bitcoin/pull/16192
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #16192: Wallet: Catches situations where capping on maxtxfee drops the fee too low (master...issue-10122) https://github.com/bitcoin/bitcoin/pull/16192
< MarcoFalke> Anyone knows how to report scams to duckduckgo? https://duckduckgo.com/?q=bitcoin+core+release+notes
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16252: test: Log to debug.log in all unit tests (master...1905-bufferLog) https://github.com/bitcoin/bitcoin/pull/16252
< bitcoin-git> [bitcoin] ajtowns opened pull request #16251: Improve signrawtransaction error reporting (master...201906-signrawerror) https://github.com/bitcoin/bitcoin/pull/16251
< bitcoin-git> [bitcoin] ajtowns opened pull request #16250: signrawtransactionwithkey: report error when missing redeemScript/witnessScript (master...201906-signrawerror-regression) https://github.com/bitcoin/bitcoin/pull/16250
< bitcoin-git> [bitcoin] NicolasDorier closed pull request #16176: Allow NODE_BLOOM services for whitelisted peers (master...feature/node-bloom-whitelisted) https://github.com/bitcoin/bitcoin/pull/16176
< bitcoin-git> [bitcoin] NicolasDorier opened pull request #16248: [WIP] Make whitebind/whitelist permissions more flexible (master...feature/permissions) https://github.com/bitcoin/bitcoin/pull/16248
< bitcoin-git> [bitcoin] NicolasDorier opened pull request #16246: MSVC: Fix error in debug mode (Fix #16245) (master...fix/bigobj) https://github.com/bitcoin/bitcoin/pull/16246

2019-06-19

< gribble> https://github.com/bitcoin/bitcoin/issues/16215 | gui: Refactor wallet controller activities by promag · Pull Request #16215 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15450 | [GUI] Create wallet menu option by achow101 · Pull Request #15450 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16215 | gui: Refactor wallet controller activities by promag · Pull Request #16215 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] achow101 opened pull request #16244: Move wallet creation out of the createwallet rpc into its own function (master...mv-createwallet) https://github.com/bitcoin/bitcoin/pull/16244
< bitcoin-git> [bitcoin] jonatack closed pull request #16016: tests: RPC bumpfee totalFee deprecation (master...rpc_bumpfee_totalfee_deprecation_test) https://github.com/bitcoin/bitcoin/pull/16016
< jnewbery> #proposedmeetingtopic: Bitcoin Core PR review club (https://bitcoin-core-review-club.github.io/)
< jnewbery> I *think* in project pages like https://github.com/bitcoin/bitcoin/projects/8 I used to be able to drag-and-drop cards between columns, etc
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16243: doc: Remove travis badge from readme (master...1906-docCleanCi) https://github.com/bitcoin/bitcoin/pull/16243
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b1344eac5fcc...413e438ea976
< bitcoin-git> bitcoin/master e91f0a7 MarcoFalke: doc: Remove travis badge from readme
< bitcoin-git> bitcoin/master 413e438 MarcoFalke: Merge #16243: doc: Remove travis badge from readme
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16241: docs: add rapidcheck to vcpkg install list (master...windows_build_msvc) https://github.com/bitcoin/bitcoin/pull/16241
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0221420d1a05...b1344eac5fcc
< bitcoin-git> bitcoin/master 4971be7 fanquake: docs: add rapidcheck to vcpkg install list
< bitcoin-git> bitcoin/master b1344ea MarcoFalke: Merge #16241: docs: add rapidcheck to vcpkg install list
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16243: doc: Remove travis badge from readme (master...1906-docCleanCi) https://github.com/bitcoin/bitcoin/pull/16243
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #16232: travis: Remove travis (master...1906-byeTravis) https://github.com/bitcoin/bitcoin/pull/16232
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16235: build: Cleaned up and consolidated msbuild files (no code changes) (master...vs2019) https://github.com/bitcoin/bitcoin/pull/16235
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/44d817232361...0221420d1a05
< bitcoin-git> bitcoin/master 750d1bc Aaron Clauson: Cleaned up and consolidated msvc build files to allow faster builds and ea...
< bitcoin-git> bitcoin/master 0221420 MarcoFalke: Merge #16235: build: Cleaned up and consolidated msbuild files (no code ch...
< Chris_Stewart_5> So if i read this correctly the windows env is now passing tests? Can i start iterating on test vectors using rapidcheck without ending up in build hell? https://github.com/bitcoin/bitcoin/pull/16241#issue-289586628
< gribble> https://github.com/bitcoin/bitcoin/issues/16026 | Ensure that uncompressed public keys in a multisig always returns a legacy address by achow101 · Pull Request #16026 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] kallewoof closed pull request #12096: [rpc] [wallet] Allow specifying the output index when using bumpfee (master...better-bumpfee) https://github.com/bitcoin/bitcoin/pull/12096
< bitcoin-git> [bitcoin] fanquake opened pull request #16241: docs: add rapidcheck to vcpkg install list (master...windows_build_msvc) https://github.com/bitcoin/bitcoin/pull/16241
< bitcoin-git> [bitcoin] kallewoof opened pull request #16240: JSONRPCRequest-aware RPCHelpMan (master...2019-06-json-aware-helper) https://github.com/bitcoin/bitcoin/pull/16240
< bitcoin-git> [bitcoin] kallewoof opened pull request #16239: wallet/rpc: follow-up clean-up/fixes to avoid_reuse (master...2019-06-followup-avoidreuse) https://github.com/bitcoin/bitcoin/pull/16239
< gribble> https://github.com/bitcoin/bitcoin/issues/15282 | test: Replace hard-coded hex tx with class in test framework by stevenroose · Pull Request #15282 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake closed pull request #15569: docs: improve linux tar packages (master...improve-tar-rebased) https://github.com/bitcoin/bitcoin/pull/15569
< bitcoin-git> [bitcoin] fanquake closed pull request #14776: Add process based prctl spectre mitigation controls. (master...spectre-prctl) https://github.com/bitcoin/bitcoin/pull/14776
< bitcoin-git> [bitcoin] fanquake closed pull request #15307: [WIP] [tool] Add salvage and zaptxs commands to bitcoin-wallet (master...wallet_tool_zaptxs_salvage) https://github.com/bitcoin/bitcoin/pull/15307

2019-06-18

< bitcoin-git> [bitcoin] meshcollider closed pull request #16012: rpc: addmultisigaddress should fallback to OutputType::LEGACY when uncompressed public keys are provided (master...master) https://github.com/bitcoin/bitcoin/pull/16012
< gribble> https://github.com/bitcoin/bitcoin/issues/16026 | Ensure that uncompressed public keys in a multisig always returns a legacy address by achow101 · Pull Request #16026 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] meshcollider merged pull request #13756: wallet: "avoid_reuse" wallet flag for improved privacy (master...feature-avoidreuse) https://github.com/bitcoin/bitcoin/pull/13756
< bitcoin-git> [bitcoin] meshcollider pushed 11 commits to master: https://github.com/bitcoin/bitcoin/compare/ac4d38c337db...44d817232361
< bitcoin-git> bitcoin/master 129a5ba Karl-Johan Alm: wallet: rename g_known_wallet_flags constant to KNOWN_WALLET_FLAGS
< bitcoin-git> bitcoin/master 5892809 Karl-Johan Alm: wallet: make IsWalletFlagSet() const
< bitcoin-git> bitcoin/master eec1566 Karl-Johan Alm: wallet: avoid reuse flags
< bitcoin-git> [bitcoin] practicalswift opened pull request #16238: build: Reduce accumulated max memory usage (RSS) during build by 1% (-800 MB) by not including unused C++ standard library headers (master...c++-standard-library-headers) https://github.com/bitcoin/bitcoin/pull/16238
< bitcoin-git> [bitcoin] achow101 closed pull request #15764: Native descriptor wallets (master...wallet-of-the-glorious-future) https://github.com/bitcoin/bitcoin/pull/15764
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16236: fuzz: Log output even if fuzzer failed (master...1906-fuzzLsanFix) https://github.com/bitcoin/bitcoin/pull/16236
< bitcoin-git> [bitcoin] achow101 opened pull request #16237: Have the wallet give out addresses instead of keys (master...cwallet-getnewaddr) https://github.com/bitcoin/bitcoin/pull/16237
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/0b68fca70071...ac4d38c337db
< bitcoin-git> bitcoin/master fa35c42 MarcoFalke: test: Log output even if fuzzer failed
< bitcoin-git> bitcoin/master fa410f6 MarcoFalke: test: Suppress false positive leak in secure_allocator<RNGState>
< bitcoin-git> bitcoin/master ac4d38c MarcoFalke: Merge #16236: fuzz: Log output even if fuzzer failed
< gribble> https://github.com/bitcoin/bitcoin/issues/16226 | Move ismine to the wallet module by achow101 · Pull Request #16226 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #16226: Move ismine to the wallet module (master...mv-ismine-wallet) https://github.com/bitcoin/bitcoin/pull/16226
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #16226: Move ismine to the wallet module (master...mv-ismine-wallet) https://github.com/bitcoin/bitcoin/pull/16226
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16236: fuzz: Log output even if fuzzer failed (master...1906-fuzzLsanFix) https://github.com/bitcoin/bitcoin/pull/16236
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #16175: Call ProcessNewBlock() asynchronously (master...2019-06-add-second-thread) https://github.com/bitcoin/bitcoin/pull/16175
< bitcoin-git> [bitcoin] sipsorcery opened pull request #16235: Cleaned up and consolidated msbuild files (no code changes) (master...vs2019) https://github.com/bitcoin/bitcoin/pull/16235
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16092: Don't use global (external) symbols for symbols that are used in only one translation unit (master...reduce-global-namespacing) https://github.com/bitcoin/bitcoin/pull/16092
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0853d8d2fd3c...0b68fca70071
< bitcoin-git> bitcoin/master 0959d37 practicalswift: Don't use global (external) symbols for symbols that are used in only one ...
< bitcoin-git> bitcoin/master 0b68fca MarcoFalke: Merge #16092: Don't use global (external) symbols for symbols that are use...
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16234: test: Add test for unknown args (master...1906-unknownArgs) https://github.com/bitcoin/bitcoin/pull/16234
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16112: util: Log early messages (master...1905-bufferLog) https://github.com/bitcoin/bitcoin/pull/16112
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/6c9d3c704f38...0853d8d2fd3c
< bitcoin-git> bitcoin/master 4129874 Anthony Towns: Replace OpenDebugLog() with StartLogging()
< bitcoin-git> bitcoin/master 0b282f9 Anthony Towns: Log early messages with -printtoconsole
< bitcoin-git> bitcoin/master faa2a47 MarcoFalke: logging: Add threadsafety comments
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #16233: WIP: add basic semaphore2 CI (master...master) https://github.com/bitcoin/bitcoin/pull/16233
< bitcoin-git> [bitcoin] laanwj merged pull request #15651: torcontrol: Use the default/standard network port for Tor hidden services, even if the internal port is set differently (master...tor_standard_port) https://github.com/bitcoin/bitcoin/pull/15651
< gribble> https://github.com/bitcoin/bitcoin/issues/13756 | wallet: "avoid_reuse" wallet flag for improved privacy by kallewoof · Pull Request #13756 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8777a80706c5...6c9d3c704f38
< bitcoin-git> bitcoin/master 8a26567 Luke Dashjr: torcontrol: Use the default/standard network port for Tor hidden services,...
< bitcoin-git> bitcoin/master 6c9d3c7 Wladimir J. van der Laan: Merge #15651: torcontrol: Use the default/standard network port for Tor hi...
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e2182b02b5af...8777a80706c5
< bitcoin-git> bitcoin/master 86b47fa Akio Nakamura: speed up Unserialize_impl for prevector
< bitcoin-git> bitcoin/master 8777a80 Wladimir J. van der Laan: Merge #12324: speed up Unserialize_impl for prevector
< bitcoin-git> [bitcoin] laanwj merged pull request #12324: speed up Unserialize_impl for prevector (master...unserialize) https://github.com/bitcoin/bitcoin/pull/12324
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16232: travis: Remove travis (master...1906-byeTravis) https://github.com/bitcoin/bitcoin/pull/16232
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16171: Remove -mempoolreplacement to prevent needless block prop slowness. (master...2019-06-fix-tx-prop) https://github.com/bitcoin/bitcoin/pull/16171
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/22b6c4ed7562...e2182b02b5af
< bitcoin-git> bitcoin/master 8053e5c Matt Corallo: Remove -mempoolreplacement to prevent needless block prop slowness.
< bitcoin-git> bitcoin/master e2182b0 MarcoFalke: Merge #16171: Remove -mempoolreplacement to prevent needless block prop sl...
< bitcoin-git> [bitcoin] achow101 closed pull request #16022: Don't sign when segwit signatures are being used and the pubkey(s) are uncompressed (master...dont-sign-uncomp-segwit) https://github.com/bitcoin/bitcoin/pull/16022
< bitcoin-git> [bitcoin] promag opened pull request #16231: gui: Fix open wallet menu initialization order (master...2019-06-fix-open-menu) https://github.com/bitcoin/bitcoin/pull/16231
< bitcoin-git> [bitcoin] meshcollider merged pull request #15899: rpc: Document iswitness flag and fix bug in converttopsbt (master...1904-docIsWitness) https://github.com/bitcoin/bitcoin/pull/15899
< bitcoin-git> [bitcoin] meshcollider pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/98958c81f506...22b6c4ed7562
< bitcoin-git> bitcoin/master fa5c5cd MarcoFalke: rpc: Switch touched RPCs to IsValidNumArgs
< bitcoin-git> bitcoin/master fa499b5 MarcoFalke: rpc: bugfix: Properly use iswitness in converttopsbt
< bitcoin-git> bitcoin/master 22b6c4e MeshCollider: Merge #15899: rpc: Document iswitness flag and fix bug in converttopsbt
< gribble> https://github.com/bitcoin/bitcoin/issues/13756 | wallet: "avoid_reuse" wallet flag for improved privacy by kallewoof · Pull Request #13756 · bitcoin/bitcoin · GitHub
< wumpus> fanquake: I've actually created a special-exception-for-drahtbot group on the bitcoin org now :-)
< fanquake> wumpus I see. What does drahtbot needs write access to bitcoin/bitcoin for? I'd have thought it'd be able to use the new triage perms?
< bitcoin-git> [bitcoin] ajtowns opened pull request #16229: Standardise deployment handling (master...201906-deployments) https://github.com/bitcoin/bitcoin/pull/16229
< bitcoin-git> [bitcoin] luke-jr opened pull request #16228: Bugfix: make check: Only run tests that were compiled (master...bugfix_raii_check_fail) https://github.com/bitcoin/bitcoin/pull/16228
< phantomcircuit> chandoo, #bitcoin
< chandoo> is it possible to dump bitcoin transactions into a csv file or .xls file or a database?
< gribble> https://github.com/bitcoin/bitcoin/issues/13756 | wallet: "avoid_reuse" wallet flag for improved privacy by kallewoof · Pull Request #13756 · bitcoin/bitcoin · GitHub

2019-06-17

< bitcoin-git> [bitcoin] achow101 opened pull request #16227: Refactor CWallet's inheritance chain (master...rm-keystores) https://github.com/bitcoin/bitcoin/pull/16227
< bitcoin-git> [bitcoin] achow101 opened pull request #16226: Move ismine to the wallet module (master...mv-ismine-wallet) https://github.com/bitcoin/bitcoin/pull/16226
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16225: tests: Make coins_tests/updatecoins_simulation_test deterministic (master...deterministic-updatecoins_simulation_test) https://github.com/bitcoin/bitcoin/pull/16225
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/91958d66cbbf...98958c81f506
< bitcoin-git> bitcoin/master f899580 practicalswift: tests: Make coins_tests/updatecoins_simulation_test deterministic
< bitcoin-git> bitcoin/master 98958c8 MarcoFalke: Merge #16225: tests: Make coins_tests/updatecoins_simulation_test determin...
< gribble> https://github.com/bitcoin/bitcoin/issues/16148 | Travis timeouts · Issue #16148 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] practicalswift opened pull request #16225: tests: Make coins_tests/updatecoins_simulation_test deterministic (master...deterministic-updatecoins_simulation_test) https://github.com/bitcoin/bitcoin/pull/16225
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16210: rpc: add 2nd arg to signrawtransactionwithkey examples (master...patch-7) https://github.com/bitcoin/bitcoin/pull/16210
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d9bafca20c19...91958d66cbbf
< bitcoin-git> bitcoin/master 71fd628 Chris Moore: Add example 2nd arg to signrawtransactionwithkey
< bitcoin-git> bitcoin/master 91958d6 MarcoFalke: Merge #16210: rpc: add 2nd arg to signrawtransactionwithkey examples
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #16221: tests: Mark test coins_tests/updatecoins_simulation_test as non-deterministic (master...updatecoins_simulation_test) https://github.com/bitcoin/bitcoin/pull/16221
< bitcoin-git> [bitcoin] hebasto closed pull request #15340: gui: Introduce bilingual GUI error messages (master...20190204-bilingual-initerror) https://github.com/bitcoin/bitcoin/pull/15340
< gribble> https://github.com/bitcoin/bitcoin/issues/16224 | gui: Bilingual GUI error messages by hebasto · Pull Request #16224 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15340 | gui: Introduce bilingual GUI error messages by hebasto · Pull Request #15340 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16224 | gui: Bilingual GUI error messages by hebasto · Pull Request #16224 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15340 | gui: Introduce bilingual GUI error messages by hebasto · Pull Request #15340 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15340 | gui: Introduce bilingual GUI error messages by hebasto · Pull Request #15340 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15340 | gui: Introduce bilingual GUI error messages by hebasto · Pull Request #15340 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/fce4123242c4...d9bafca20c19
< bitcoin-git> bitcoin/master fa52eb5 MarcoFalke: test: Remove True argument to CBlock::serialize
< bitcoin-git> bitcoin/master fa1d766 MarcoFalke: tests: Make msg_block a witness block
< bitcoin-git> bitcoin/master d9bafca MarcoFalke: Merge #15982: tests: Make msg_block a witness block
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15982: tests: Make msg_block a witness block (master...1905-testWitnessTrue) https://github.com/bitcoin/bitcoin/pull/15982
< bitcoin-git> [bitcoin] darosior closed pull request #15848: Add a check for free disk space at first startup. (master...check_free_disk_size) https://github.com/bitcoin/bitcoin/pull/15848
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16217: getrawtransaction: inform about blockhash argument when lookup fails (master...getrawtransaction_error_blockhash) https://github.com/bitcoin/bitcoin/pull/16217
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1a274bce4b6e...fce4123242c4
< bitcoin-git> bitcoin/master c59e3a3 darosior: getrawtransaction: inform about blockhash argument when lookup fails
< bitcoin-git> bitcoin/master fce4123 MarcoFalke: Merge #16217: getrawtransaction: inform about blockhash argument when look...
< bitcoin-git> [bitcoin] laanwj closed pull request #16204: rpc: Change Content-Type to plain text for the webroot (master...patch-emilengler) https://github.com/bitcoin/bitcoin/pull/16204