2018-06-15

< bitcoin-git> bitcoin/master ad691f6 practicalswift: Add linter: Enforce the source code file naming convention described in the developer notes
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9501938a4453...32bf4c619d2a
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13476: Fix incorrect shell quoting in FreeBSD build instructions. (master...freebsd-doc) https://github.com/bitcoin/bitcoin/pull/13476
< bitcoin-git> bitcoin/master 9501938 MarcoFalke: Merge #13476: Fix incorrect shell quoting in FreeBSD build instructions....
< bitcoin-git> bitcoin/master c9924a2 murrayn: Fix incorrect shell quoting in FreeBSD build instructions.
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2b770080a49f...9501938a4453
< gribble> https://github.com/bitcoin/bitcoin/issues/9483 | Complete hybrid full block SPV mode by jonasschnelli · Pull Request #9483 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] murrayn opened pull request #13476: Fix incorrect shell quoting in FreeBSD build instructions. (master...freebsd-doc) https://github.com/bitcoin/bitcoin/pull/13476
< bitcoin-git> [bitcoin] fanquake closed pull request #13474: For Testing (master...master) https://github.com/bitcoin/bitcoin/pull/13474
< bitcoin-git> [bitcoin] nikhilkumar94 opened pull request #13474: For Testing (master...master) https://github.com/bitcoin/bitcoin/pull/13474
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13422: Drop ParseHashUV in favor of calling ParseHashStr (master...parse-hash-uv) https://github.com/bitcoin/bitcoin/pull/13422
< bitcoin-git> bitcoin/master 2b77008 MarcoFalke: Merge #13422: Drop ParseHashUV in favor of calling ParseHashStr...
< bitcoin-git> bitcoin/master abd2678 Ben Woosley: Drop ParseHashUV in favor of calling ParseHashStr...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1939536eea7a...2b770080a49f

2018-06-14

< bitcoin-git> [bitcoin] Empact closed pull request #13462: scripted-diff: Simplify common case of CHashWriter and drop SER_GETHASH & SerializeHash (master...serialize-hash-type) https://github.com/bitcoin/bitcoin/pull/13462
< bitcoin-git> [bitcoin] Empact reopened pull request #13462: scripted-diff: Simplify common case of CHashWriter and drop SER_GETHASH & SerializeHash (master...serialize-hash-type) https://github.com/bitcoin/bitcoin/pull/13462
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #11639: Rewrite the interface between validation and net_processing wrt DoS (master...2017-10-dos-rewrite) https://github.com/bitcoin/bitcoin/pull/11639
< bitcoin-git> [bitcoin] Empact closed pull request #13462: scripted-diff: Simplify common case of CHashWriter and drop SER_GETHASH & SerializeHash (master...serialize-hash-type) https://github.com/bitcoin/bitcoin/pull/13462
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #11913: Avoid cs_main during ReadBlockFromDisk Calls (master...2017-12-no-readblockfromdisk-csmain) https://github.com/bitcoin/bitcoin/pull/11913
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #10984: Allow 2 simultaneous (compact-)block downloads (master...2017-08-paralell-block-downloads) https://github.com/bitcoin/bitcoin/pull/10984
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #11856: [RFC] I Have a Hammer! (Replace parts of ui_interface with validationinterface) (master...2017-12-remove-cvblockchange) https://github.com/bitcoin/bitcoin/pull/11856
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #11775: Move fee estimator into validationinterface/cscheduler thread (master...2017-09-background-feeest) https://github.com/bitcoin/bitcoin/pull/11775
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13460: doc: Remove note to install all boost dev packages (master...Mf1806-docBuildUbuntu) https://github.com/bitcoin/bitcoin/pull/13460
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #13233: Skip PrecomputedTransactionData hashing for cache hits. (master...2018-05-no-needless-precompute) https://github.com/bitcoin/bitcoin/pull/13233
< bitcoin-git> bitcoin/master 1939536 MarcoFalke: Merge #13460: doc: Remove note to install all boost dev packages...
< bitcoin-git> bitcoin/master fa3d39e MarcoFalke: doc: Remove note to install all boost dev packages
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cc7cbd756acd...1939536eea7a
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #12138: Track best-possible-headers (master...2017-10-best-header-tracking) https://github.com/bitcoin/bitcoin/pull/12138
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #11604: [net] Remove ForNode/ForEachNode (master...2017-11-no-foreachnode) https://github.com/bitcoin/bitcoin/pull/11604
< gribble> https://github.com/bitcoin/bitcoin/issues/12257 | [wallet] Use destination groups instead of coins in coin select by kallewoof · Pull Request #12257 · bitcoin/bitcoin · GitHub
< gmaxwell> instagibbs: I don't think it would be hard to beat bitcoin core in terms of tx out cleanup.
< jonasschnelli> Create a bitcoin interface where only a defined set of keys (or xpubs) are indexed.
< GitHub133> [bitcoin-detached-sigs] laanwj closed pull request #8: 0.16.1: osx signatures for 0.16.1 (0.16...0.16) https://github.com/bitcoin-core/bitcoin-detached-sigs/pull/8
< gribble> https://github.com/bitcoin/bitcoin/issues/13203 | Add POWER8 ASM for 4-way SHA256 by TheBlueMatt · Pull Request #13203 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13438 | Improve coverage of SHA256 SelfTest code by sipa · Pull Request #13438 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13442 | Convert the 1-way SSE4 SHA256 code from asm to intrinsics by sipa · Pull Request #13442 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13386 | SHA256 implementations based on Intel SHA Extensions by sipa · Pull Request #13386 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13471 | For AVX2 code, also check for AVX, XSAVE, and OS support by sipa · Pull Request #13471 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13439 | rpc: Avoid "duplicate" return value for invalid submitblock by TheBlueMatt · Pull Request #13439 · bitcoin/bitcoin · GitHub
< achow101> I think we should discuss instagibbs's point here: https://github.com/bitcoin/bitcoin/pull/13307#discussion_r192899180
< gribble> https://github.com/bitcoin/bitcoin/issues/13307 | Replace coin selection fallback strategy with Single Random Draw by achow101 · Pull Request #13307 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13160 | wallet: Unlock spent outputs by promag · Pull Request #13160 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13160 | wallet: Unlock spent outputs by promag · Pull Request #13160 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13425 | Moving final scriptSig construction from CombineSignatures to ProduceSignature (PSBT signer logic) by achow101 · Pull Request #13425 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12136 | Implement BIP 174 Partially Signed Bitcoin Transactions serialization and RPCs by achow101 · Pull Request #12136 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] HashUnlimited opened 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/12196 | Add scantxoutset RPC method by jonasschnelli · Pull Request #12196 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13062 | Make script interpreter independent from storage type CScript by sipa · Pull Request #13062 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13111 | Add unloadwallet RPC by promag · Pull Request #13111 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13425 | Moving final scriptSig construction from CombineSignatures to ProduceSignature (PSBT signer logic) by achow101 · Pull Request #13425 · bitcoin/bitcoin · GitHub
< wumpus> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr btcdrak sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator
< bitcoin-git> [bitcoin] kristapsk closed pull request #13464: RPC: Allow to specify rescan start timestamp for importaddress, importprivkey and importpubkey (master...rescan-from) https://github.com/bitcoin/bitcoin/pull/13464
< bitcoin-git> [bitcoin] sipa opened pull request #13471: For AVX2 code, also check for AVX, XSAVE, and OS support (master...201806_avxossupport) https://github.com/bitcoin/bitcoin/pull/13471
< bitcoin-git> [bitcoin] laanwj closed pull request #13451: rpc: expose CBlockIndex::nTx in getblock(header) (master...expose_nTx) https://github.com/bitcoin/bitcoin/pull/13451
< bitcoin-git> bitcoin/master cc7cbd7 Wladimir J. van der Laan: Merge #13451: rpc: expose CBlockIndex::nTx in getblock(header)...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4a7e64fc8546...cc7cbd756acd
< bitcoin-git> bitcoin/master 86edf4a Gregory Sanders: expose CBlockIndex::nTx in getblock(header)
< jnewbery> promag: what is https://github.com/bitcoin/bitcoin/pull/13111/files#diff-2e3836af182cfb375329c3463ffd91f8R370 suppposed to be doing? It's invoking a method called "unload" which I can't find
< bitcoin-git> [bitcoin] Sjors closed pull request #12404: Prune more aggressively during IBD (master...2018/02/ibd_prune_extra) https://github.com/bitcoin/bitcoin/pull/12404
< bitcoin-git> [bitcoin] Sjors opened pull request #13470: WIP [bench] CCoinsView(Cache): measure various scenarios (master...2018/06/bench_db_cache) https://github.com/bitcoin/bitcoin/pull/13470
< gribble> https://github.com/bitcoin/bitcoin/issues/12819 | Avoid release-notes.md conflicts · Issue #12819 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13426 | [bugfix] Add u8path and u8string to fix #13103 by ken2812221 · Pull Request #13426 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] Empact closed pull request #13239: [moveonly] Fix CConnman template methods to be fully-defined in net.h (master...net-template-methods) https://github.com/bitcoin/bitcoin/pull/13239
< GitHub85> [bitcoin-detached-sigs] jonasschnelli opened pull request #8: 0.16.1: osx signatures for 0.16.1 (0.16...0.16) https://github.com/bitcoin-core/bitcoin-detached-sigs/pull/8
< bitcoin-git> [bitcoin] fanquake closed pull request #13468: Trivial: Fix locale typos (master...locale-typos) https://github.com/bitcoin/bitcoin/pull/13468
< bitcoin-git> [bitcoin] kaloudis opened pull request #13468: Trivial: Fix locale typos (master...locale-typos) https://github.com/bitcoin/bitcoin/pull/13468
< bitcoin-git> [bitcoin] jnewbery opened pull request #13467: [Tests] Make p2p_segwit easier to debug (master...tidy_up_p2p_segwit) https://github.com/bitcoin/bitcoin/pull/13467
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13465: Avoid concurrency issue when make multiple target (master...no_parallel) https://github.com/bitcoin/bitcoin/pull/13465

2018-06-13

< bitcoin-git> [bitcoin] kristapsk opened pull request #13464: RPC: Allow to specify rescan start timestamp for importaddress, importprivkey and importpubkey (master...rescan-from) https://github.com/bitcoin/bitcoin/pull/13464
< bitcoin-git> [bitcoin] spyder46n2 closed pull request #13463: Merge change from BitCoin #11013 - Fix automake warnings when running autogen.sh (Ubuntu and others) (master...develop) https://github.com/bitcoin/bitcoin/pull/13463
< bitcoin-git> [bitcoin] spyder46n2 opened pull request #13463: Merge change from BitCoin #11013 - Fix automake warnings when running autogen.sh (Ubuntu and others) (master...develop) https://github.com/bitcoin/bitcoin/pull/13463
< bitcoin-git> [bitcoin] Empact opened pull request #13462: scripted-diff: Simplify common case of CHashWriter and drop SER_GETHASH (master...serialize-hash-type) https://github.com/bitcoin/bitcoin/pull/13462
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #13461: Wallet: correctly deprecate accounts in getbalance, re-add minconf / include-watch-only (master...2018/06/watch_only_balance) https://github.com/bitcoin/bitcoin/pull/13461
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13460: doc: Remove note to install all boost dev packages (master...Mf1806-docBuildUbuntu) https://github.com/bitcoin/bitcoin/pull/13460
< satwo> Hello all. Been thinking about a couple of features I'd like to see in Bitcoin Core and am curious what others think and whether these features already been discussed (or even implemented somewhere). a) Exposing SigOps count in getrawtransaction and getblock
< Chris_Stewart_5> np. We checked it against bitcoin-s and it appears to be the second address from decode script that is correct
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13441: Prevent shared conf files from failing with different available options in different binaries (master...gargs-disabled-options) https://github.com/bitcoin/bitcoin/pull/13441
< bitcoin-git> bitcoin/master 4a7e64f MarcoFalke: Merge #13441: Prevent shared conf files from failing with different available options in different binaries...
< bitcoin-git> bitcoin/master c2dfbb4 Andrew Chow: Add unavailable options to hidden options category...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b2221381e787...4a7e64fc8546
< bitcoin-git> [bitcoin] laanwj closed pull request #13457: tests: Drop variadic macro (master...Mf1806-qaVariadicMacro) https://github.com/bitcoin/bitcoin/pull/13457
< bitcoin-git> bitcoin/master b222138 Wladimir J. van der Laan: Merge #13457: tests: Drop variadic macro...
< bitcoin-git> bitcoin/master faf52f9 MarcoFalke: tests: Drop variadic macro
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4382f192e5ce...b2221381e787
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13406: travis: Change Mac goal to all deploy (master...travis_make_mac) https://github.com/bitcoin/bitcoin/pull/13406
< bitcoin-git> bitcoin/master 4382f19 MarcoFalke: Merge #13406: travis: Change Mac goal to all deploy...
< bitcoin-git> bitcoin/master 3d69853 Chun Kuan Lee: travis: Change Mac goal to all deploy so that travis can build all executables for Mac.
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f532d52d3965...4382f192e5ce
< gribble> https://github.com/bitcoin/bitcoin/issues/12783 | macOS: Disable AppNap by krab · Pull Request #12783 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj opened pull request #13458: gui: Drop qt5 support (master...2018_06_remove_qt4_support) https://github.com/bitcoin/bitcoin/pull/13458
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13350: [tests] Add logging to provide anchor points when debugging p2p_sendheaders (master...testlogging) https://github.com/bitcoin/bitcoin/pull/13350
< bitcoin-git> bitcoin/master f532d52 MarcoFalke: Merge #13350: [tests] Add logging to provide anchor points when debugging p2p_sendheaders...
< bitcoin-git> bitcoin/master 2ce8186 Lowell Manners: [tests] Add logging to provide anchor points when debugging failures....
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8eb76f3958e3...f532d52d3965
< gribble> https://github.com/bitcoin/bitcoin/issues/13451 | rpc: expose CBlockIndex::nTx in getblock(header) by instagibbs · Pull Request #13451 · bitcoin/bitcoin · GitHub
< jonasschnelli> wumpus: added detection of P2PK scripts in scantxoutset: https://github.com/bitcoin/bitcoin/pull/12196#issuecomment-396950856
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13457: tests: Drop variadic macro (master...Mf1806-qaVariadicMacro) https://github.com/bitcoin/bitcoin/pull/13457
< bitcoin-git> [bitcoin] laanwj closed pull request #13445: build: Reset default -g -O2 flags when enable debug (master...debug_cflags) https://github.com/bitcoin/bitcoin/pull/13445
< bitcoin-git> bitcoin/master 8eb76f3 Wladimir J. van der Laan: Merge #13445: build: Reset default -g -O2 flags when enable debug...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cf7ca609234d...8eb76f3958e3
< bitcoin-git> bitcoin/master 9882d1f Chun Kuan Lee: Reset default -g -O2 flags when enable debug
< bitcoin-git> [bitcoin] laanwj closed pull request #13435: When build fails due to lib missing, indicate which one (master...lib-missing) https://github.com/bitcoin/bitcoin/pull/13435
< bitcoin-git> bitcoin/master cf7ca60 Wladimir J. van der Laan: Merge #13435: When build fails due to lib missing, indicate which one...
< bitcoin-git> bitcoin/master 51cd508 Ben Woosley: When build fails due to lib missing, indicate which one...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/caabdea627cf...cf7ca609234d
< bitcoin-git> [bitcoin] laanwj closed pull request #13428: validation: check the specified number of blocks (off-by-one) (master...validation-off-by-one) https://github.com/bitcoin/bitcoin/pull/13428
< bitcoin-git> bitcoin/master caabdea Wladimir J. van der Laan: Merge #13428: validation: check the specified number of blocks (off-by-one)...
< bitcoin-git> bitcoin/master f6f8026 Karl-Johan Alm: validation: check the specified number of blocks (off-by-one)
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4b1edd318514...caabdea627cf
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13447: travis: Increase travis_wait time while verifying commits (master...patch-1) https://github.com/bitcoin/bitcoin/pull/13447
< bitcoin-git> bitcoin/master 4b1edd3 MarcoFalke: Merge #13447: travis: Increase travis_wait time while verifying commits...
< bitcoin-git> bitcoin/master 51ed05a Chun Kuan Lee: travis: Increase travis_wait time while verifying commits...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a607d23ae82e...4b1edd318514
< * jonasschnelli> started 0.16.1 build: https://bitcoin.jonasschnelli.ch/build/654
< bitcoin-git> bitcoin/0.16 dac5d68 Wladimir J. van der Laan: doc: Last-minute edits to 0.16.1 release notes...
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to 0.16: https://github.com/bitcoin/bitcoin/commit/dac5d68fc6cf136e0d7b21b9ed4fa053d54e6059
< marcoagner> fanquake: wumpus: thank you, I think I got it. it's not a major change but Luke advised to document it and I agree since it changes behavior (the PR in question just in case: https://github.com/bitcoin/bitcoin/pull/13381#issuecomment-396744773)
< bitcoin-git> [bitcoin] fanquake closed pull request #13091: [0.15] doc: Add compilation note to README.md (0.15...0-15-0-readme) https://github.com/bitcoin/bitcoin/pull/13091
< gribble> https://github.com/bitcoin/bitcoin/issues/13091 | [0.15] doc: Add compilation note to README.md by fanquake · Pull Request #13091 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake opened pull request #13455: [0.16.2] Backports (0.16...0-16-2-backports) https://github.com/bitcoin/bitcoin/pull/13455
< bitcoin-git> [bitcoin] practicalswift opened pull request #13454: Add linter: Make sure LC_ALL=C is set when using grep range expressions (master...avoid-locale-dependent-range-expressions) https://github.com/bitcoin/bitcoin/pull/13454
< bitcoin-git> [bitcoin] edsgerlin closed pull request #13444: depends: bump openssl to 1.0.2o (master...patch-1) https://github.com/bitcoin/bitcoin/pull/13444

2018-06-12

< bitcoin-git> [bitcoin] instagibbs opened pull request #13452: have verifytxoutproof check the number of txns in proof structure (master...actuallyverifytxoutproof) https://github.com/bitcoin/bitcoin/pull/13452
< gribble> https://github.com/bitcoin/bitcoin/issues/13120 | policy: Treat segwit as always active by MarcoFalke · Pull Request #13120 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] instagibbs opened pull request #13451: expose CBlockIndex::nTx in getblockheader (master...expose_nTx) https://github.com/bitcoin/bitcoin/pull/13451
< bitcoin-git> [bitcoin] practicalswift opened pull request #13450: Add linter: Enforce the source code file naming convention described in the developer notes (master...lint-filenames) https://github.com/bitcoin/bitcoin/pull/13450
< gribble> https://github.com/bitcoin/bitcoin/issues/12859 | Bugfix: Include for std::unique_ptr by luke-jr · Pull Request #12859 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] instagibbs opened pull request #13449: [WIP] support new multisig template in wallet for Solver, signing, and sign… (master...largemultisig) https://github.com/bitcoin/bitcoin/pull/13449
< bitcoin-git> [bitcoin] laanwj closed pull request #13393: Enable double-SHA256-for-64-byte code on 32-bit x86 (master...201806_dsha256_i386) https://github.com/bitcoin/bitcoin/pull/13393
< bitcoin-git> bitcoin/master 57ba401 Pieter Wuille: Enable double-SHA256-for-64-byte code on 32-bit x86
< bitcoin-git> bitcoin/master a607d23 Wladimir J. van der Laan: Merge #13393: Enable double-SHA256-for-64-byte code on 32-bit x86...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/fa4b9065a829...a607d23ae82e
< gribble> https://github.com/bitcoin/bitcoin/issues/13111 | Add unloadwallet RPC by promag · Pull Request #13111 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] practicalswift opened pull request #13448: Add linter: Make sure we explicitly open all text files using UTF-8 encoding in Python (master...lint-python-utf8-encoding) https://github.com/bitcoin/bitcoin/pull/13448
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13447: travis: Increase travis_wait time while verifying commits (master...patch-1) https://github.com/bitcoin/bitcoin/pull/13447
< gribble> https://github.com/bitcoin/bitcoin/issues/13066 | Migrate verify-commits script to python, run in travis by ken2812221 · Pull Request #13066 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #13066: Migrate verify-commits script to python, run in travis (master...verify-commits) https://github.com/bitcoin/bitcoin/pull/13066
< bitcoin-git> bitcoin/master e5b2cd8 Chun Kuan Lee: Use python instead of slow shell script on verify-commits
< bitcoin-git> bitcoin/master fa4b906 Wladimir J. van der Laan: Merge #13066: Migrate verify-commits script to python, run in travis...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ca2a23387be6...fa4b9065a829
< bitcoin-git> bitcoin/master ca2a233 Wladimir J. van der Laan: Merge #13120: policy: Treat segwit as always active...
< bitcoin-git> [bitcoin] laanwj closed pull request #13120: policy: Treat segwit as always active (master...Mf1805-segwitGenesisPolicy) https://github.com/bitcoin/bitcoin/pull/13120
< bitcoin-git> bitcoin/master fa7a6cf MarcoFalke: policy: Treat segwit as always active
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5315660baef0...ca2a23387be6
< gribble> https://github.com/bitcoin/bitcoin/issues/13066 | Migrate verify-commits script to python, run in travis by ken2812221 · Pull Request #13066 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12337 | 0.16 Shutdown assertion · Issue #12337 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13358 | Assertion failed Error file chain.cpp 102 · Issue #13358 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11622 | build: Add --disable-bip70 configure option by laanwj · Pull Request #11622 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13444 | depends: bump openssl to 1.0.2o by edsgerlin · Pull Request #13444 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #13440: qa: Log as utf-8 (master...Mf1806-qaLogUtf8) https://github.com/bitcoin/bitcoin/pull/13440
< bitcoin-git> bitcoin/master 5315660 Wladimir J. van der Laan: Merge #13440: qa: Log as utf-8...
< bitcoin-git> bitcoin/master fa8071a MarcoFalke: qa: Log as utf-8
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b22115d9a3b0...5315660baef0
< fanquake> I guess one slightly annoying limitation of the linters is that upstream changes can't be tested in /bitcoin
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13312: docs: Add a note about the source code filename naming convention (master...lowercase-filenames) https://github.com/bitcoin/bitcoin/pull/13312
< bitcoin-git> bitcoin/master e567713 practicalswift: Do not use uppercase characters in source code filenames
< bitcoin-git> bitcoin/master b22115d MarcoFalke: Merge #13312: docs: Add a note about the source code filename naming convention...
< bitcoin-git> bitcoin/master 419a198 practicalswift: docs: Add a note about the source code filename naming convention
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/7c32b414b632...b22115d9a3b0
< rafalcpp> wumpus: perhaps support for them could exist with --allow-symlinks defaulting to false? Other projects besides bitcoin could benefit from tree sha512
< gribble> https://github.com/bitcoin/bitcoin/issues/9871 | Add a tree sha512 hash to merge commits by sipa · Pull Request #9871 · bitcoin/bitcoin · GitHub
< rafalcpp> it was decided in #9871 to disable them because bitcoin doesn't need them so no need to wonder if we handle them correctly
< bitcoin-git> [bitcoin] murrayn opened pull request #13446: Build: remove non-distribution files/directories during make distclean. (master...distclean) https://github.com/bitcoin/bitcoin/pull/13446
< bitcoin-git> [bitcoin] ccdle12 closed pull request #13067: [WIP] Unit test sub-directories - Continued (master...PR-fixes-ccdle12) https://github.com/bitcoin/bitcoin/pull/13067
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13445: build: Reset default -g -O2 flags when enable debug (master...debug_cflags) https://github.com/bitcoin/bitcoin/pull/13445
< bitcoin-git> [bitcoin] edsgerlin opened pull request #13444: depends: bump openssl to 1.0.2o (master...patch-1) https://github.com/bitcoin/bitcoin/pull/13444
< bitcoin-git> [bitcoin] lucash-dev opened pull request #13443: Removed unused == operator from CMutableTransaction. (master...remove-CMutableTransaction-equals) https://github.com/bitcoin/bitcoin/pull/13443
< cfields> sipa: Mind giving https://github.com/theuni/bitcoin/commit/4ee6fbb8b7525988783030eb0799bbc7293d50a0 a try? That's a little less dumb, doesn't force a dependency.
< sipa> cfields: the new Round function in https://github.com/theuni/bitcoin/commit/d69a5164f914c6c2945d8f32134faa0da87795f5 makes the benchmark go from 3.68 ms to 4.16 ms
< gribble> https://github.com/bitcoin/bitcoin/issues/13400 | sha256: small speedup for sse4 path. by theuni · Pull Request #13400 · bitcoin/bitcoin · GitHub

2018-06-11

< bitcoin-git> [bitcoin] sipa opened 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] achow101 opened pull request #13441: Prevent shared conf files from failing with different available options in different binaries (master...gargs-disabled-options) https://github.com/bitcoin/bitcoin/pull/13441
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13440: qa: Log as utf-8 (master...Mf1806-qaLogUtf8) https://github.com/bitcoin/bitcoin/pull/13440
< gribble> https://github.com/bitcoin/bitcoin/issues/13400 | sha256: small speedup for sse4 path. by theuni · Pull Request #13400 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #13439: rpc: Avoid "duplicate" return value for invalid submitblock (master...2018-06-marcos-submitblock-fix) https://github.com/bitcoin/bitcoin/pull/13439
< provoostenator> Any other live metrics I should collect on my slow pruned AWS node? https://github.com/bitcoin/bitcoin/pull/12404#issuecomment-396356384
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13395: rpc: Avoid "duplicate" return value for invalid submitblock (master...Mf1806-rpcMiningSubmitblock) https://github.com/bitcoin/bitcoin/pull/13395
< bitcoin-git> [bitcoin] sipa opened pull request #13438: Improve coverage of SHA256 SelfTest code (master...201806_selftestsha) https://github.com/bitcoin/bitcoin/pull/13438
< bitcoin-git> [bitcoin] laanwj closed pull request #13230: Simplify include analysis by enforcing the developer guide's include syntax (master...bracket-syntax-includes) https://github.com/bitcoin/bitcoin/pull/13230
< bitcoin-git> bitcoin/master 16e3cd3 practicalswift: Clarify include recommendation
< bitcoin-git> bitcoin/master 6d10f43 practicalswift: Enforce the use of bracket syntax includes ("#include <foo.h>")
< bitcoin-git> bitcoin/master 906bee8 practicalswift: Use bracket syntax includes ("#include <foo.h>")
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/43ae5ee9e4c2...7c32b414b632
< gribble> https://github.com/bitcoin/bitcoin/issues/13401 | ARMv8 sha2 support · Issue #13401 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13437: wallet: Erase wtxOrderd wtx pointer on removeprunedfunds (master...Mf1806-walletPrunedFundsSegfault) https://github.com/bitcoin/bitcoin/pull/13437
< wumpus> I wonder, is anyone using 32-bit x86 for bitcoin nodes? the last 32-bit-only x86 CPU was sold in 2008 or so, 10 years ago now
< provoostenator> Anyone else noticed bitcoin-cli crashing on macOS 10.13.5? I had to recompile. It's quite possible I did something stupid unrelated, but seeing c-lightning and random Github projects struggling with macOS 10.13.5, thought I'd check...
< wumpus> rpcport should work fine in the bitcoin.conf, I've had it in there for ages
< Chris_Stewart_5> we are reading other config options from the bitcoin.conf file
< Chris_Stewart_5> Is there any ordering required for the rpcport config option? We are seeing behavior where it is being read if passed in as a command line arg but not being recogonized inside of a bitcoin.conf file
< echeveria> Purple7: lets do this in #bitcoin.
< echeveria> I don't know what you imagine bitcoin script to be capable of.
< Purple7> can someone here help me create a bitcoin script. I just installed Bitcoin core node and have tried bitcoin-cli commands
< bitcoin-git> [bitcoin] ken2812221 closed pull request #13107: Fix Windows locale problem (master...win-enc) https://github.com/bitcoin/bitcoin/pull/13107
< gribble> https://github.com/bitcoin/bitcoin/issues/13111 | Add unloadwallet RPC by promag · Pull Request #13111 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13103 | Invalid wallet path with Chinese characters in windows · Issue #13103 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13426 | [WIP, bugfix] Add u8path and u8string to boost to fix #13103 by ken2812221 · Pull Request #13426 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13160 | wallet: Unlock spent outputs by promag · Pull Request #13160 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #12634: [refactor] Make TransactionWithinChainLimit more flexible (master...txmempool-chain-limit-value) https://github.com/bitcoin/bitcoin/pull/12634
< bitcoin-git> bitcoin/master 475a385 Karl-Johan Alm: Add GetTransactionAncestry to CTxMemPool for general purpose chain limit checking
< bitcoin-git> bitcoin/master 46847d6 Karl-Johan Alm: mempool: Fix max descendants check...
< bitcoin-git> bitcoin/master b9ef21d Karl-Johan Alm: mempool: Add explicit max_descendants...
< bitcoin-git> [bitcoin] laanwj pushed 10 new commits to master: https://github.com/bitcoin/bitcoin/compare/3f0f39415bd7...43ae5ee9e4c2
< gribble> https://github.com/bitcoin/bitcoin/issues/12151 | rpc: Remove cs_main lock from blockToJSON and blockheaderToJSON by promag · Pull Request #12151 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13160 | wallet: Unlock spent outputs by promag · Pull Request #13160 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12151 | rpc: Remove cs_main lock from blockToJSON and blockheaderToJSON by promag · Pull Request #12151 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #13060: [wallet] [rpc] Remove getlabeladdress RPC (master...remove_getlabeladdress) https://github.com/bitcoin/bitcoin/pull/13060
< bitcoin-git> bitcoin/master 3f0f394 Wladimir J. van der Laan: Merge #13060: [wallet] [rpc] Remove getlabeladdress RPC...
< bitcoin-git> bitcoin/master 67e0e04 John Newbery: [wallet] [docs] Update release notes for removing `getlabeladdress`
< bitcoin-git> bitcoin/master 8160817 John Newbery: [wallet] [rpc] Remove getlabeladdress RPC...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/26c93edf1de9...3f0f39415bd7
< bitcoin-git> [bitcoin] laanwj closed pull request #13294: Fix compiler warnings emitted when compiling under stock OpenBSD 6.3 (master...openbsd-warnings) https://github.com/bitcoin/bitcoin/pull/13294
< bitcoin-git> bitcoin/master 26c93ed Wladimir J. van der Laan: Merge #13294: Fix compiler warnings emitted when compiling under stock OpenBSD 6.3...
< bitcoin-git> bitcoin/master a426098 practicalswift: Fix compiler warnings emitted when compiling under stock OpenBSD 6.3
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/70a03c635b73...26c93edf1de9
< bitcoin-git> [bitcoin] laanwj closed pull request #13408: crypto: cleanup sha256 build (master...sha2-cleanup) https://github.com/bitcoin/bitcoin/pull/13408
< bitcoin-git> bitcoin/master 70a03c6 Wladimir J. van der Laan: Merge #13408: crypto: cleanup sha256 build...
< bitcoin-git> bitcoin/master f68049d Cory Fields: crypto: cleanup sha256 build...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/531a0337ca93...70a03c635b73
< bitcoin-git> [bitcoin] laanwj closed pull request #13421: qa: Remove portseed_offset from test runner (master...Mf1806-qaPortseedOffset) https://github.com/bitcoin/bitcoin/pull/13421
< bitcoin-git> bitcoin/master 531a033 Wladimir J. van der Laan: Merge #13421: qa: Remove portseed_offset from test runner...
< bitcoin-git> bitcoin/master fa6edfe MarcoFalke: qa: Remove portseed_offset from test runner
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6e249e46789f...531a0337ca93
< bitcoin-git> [bitcoin] laanwj closed pull request #13043: [qt] OptionsDialog: add prune setting (master...2018/04/qt-prune) https://github.com/bitcoin/bitcoin/pull/13043
< bitcoin-git> bitcoin/master 6e249e4 Wladimir J. van der Laan: Merge #13043: [qt] OptionsDialog: add prune setting...
< bitcoin-git> bitcoin/master cbede7d Sjors Provoost: [qt] OptionsDialog: add prune setting
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/56f69360dc98...6e249e46789f
< rafalcpp> that Tree-SHA512 format, is something that bitcoin invented, or is it strictly based on some agreed upon convention? (ordering and format of data that is the material to be hashed)?
< gribble> https://github.com/bitcoin/bitcoin/issues/13434 | Set default CFLAGS, CXXFLAGS to empty by ken2812221 · Pull Request #13434 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] Empact opened pull request #13435: When build fails due to lib missing, indicate which one (master...lib-missing) https://github.com/bitcoin/bitcoin/pull/13435
< wumpus> rc2 executables up https://bitcoincore.org/bin/bitcoin-core-0.16.1/test.rc2/, sorry for the delay
< bitcoin-git> [bitcoin] ken2812221 closed pull request #13434: Set default CFLAGS, CXXFLAGS to empty (master...enable_debug) https://github.com/bitcoin/bitcoin/pull/13434
< gribble> https://github.com/bitcoin/bitcoin/issues/13112 | Throw an error for unknown args by achow101 · Pull Request #13112 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13434: Set default CFLAGS, CXXFLAGS to empty (master...enable_debug) https://github.com/bitcoin/bitcoin/pull/13434
< ossifrage> Seems like bitcoin-qt should ignore this option?
< ossifrage> FYI, bitcoin-qt from the head I built today won't start if you have "daemon=0" in the config file, so you can't use the same config for either bitcoind or bitcoin-qt
< bitcoin-git> [bitcoin] kallewoof opened pull request #13431: validation: update pindexState for check level < 3 (master...verifydb_pindexstate_lvl0-2) https://github.com/bitcoin/bitcoin/pull/13431
< bitcoin-git> [bitcoin] kallewoof opened pull request #13430: use IsBlockPruned() where appropriate (master...use-isblockpruned) https://github.com/bitcoin/bitcoin/pull/13430
< bitcoin-git> [bitcoin] Empact opened pull request #13429: Return the script type from Solver (master...solver-return) https://github.com/bitcoin/bitcoin/pull/13429
< bitcoin-git> [bitcoin] kallewoof opened pull request #13428: validation: check the specified number of blocks (off-by-one) (master...validation-off-by-one) https://github.com/bitcoin/bitcoin/pull/13428

2018-06-10

< bitcoin-git> [bitcoin] ken2812221 opened pull request #13426: [WIP, bugfix] Add u8path and u8string to boost to fix #13103 (master...u8path_u8string) https://github.com/bitcoin/bitcoin/pull/13426
< gribble> https://github.com/bitcoin/bitcoin/issues/11658 | During IBD, when doing pruning, prune 10% extra to avoid pruning again soon after by luke-jr · Pull Request #11658 · bitcoin/bitcoin · GitHub

2018-06-09

< gribble> https://github.com/bitcoin/bitcoin/issues/12404 | Prune more aggressively during IBD by Sjors · Pull Request #12404 · bitcoin/bitcoin · GitHub
< provoostenator> I have a new theory as to why my aggresive pruning IBD branch is _slower_ than master. Namely that dirty CCoinsCacheEntry read/write doesn't perform well for very large cache sizes. See See also https://github.com/bitcoin/bitcoin/pull/12404#issuecomment-395998702

2018-06-08

< bitcoin-git> [bitcoin] achow101 opened pull request #13425: Moving final scriptSig construction from CombineSignatures to ProduceSignature (master...sigdata-partial-sigs) https://github.com/bitcoin/bitcoin/pull/13425
< bitcoin-git> [bitcoin] Empact opened pull request #13424: Consistently use ParseHashV to validate hash inputs in rpc (master...parse-hash-v) https://github.com/bitcoin/bitcoin/pull/13424
< bitcoin-git> [bitcoin] skeees opened pull request #13423: [net] Thread safety annotations in net_processing (master...net_processing-thread-annotations) https://github.com/bitcoin/bitcoin/pull/13423
< bitcoin-git> [bitcoin] Empact opened pull request #13422: Drop ParseHashUV in favor of calling ParseHashStr (master...parse-hash-uv) https://github.com/bitcoin/bitcoin/pull/13422
< bitcoin-git> [bitcoin] Empact closed pull request #13420: Consolidate hash parsing into core_io.h (master...parse-hash) https://github.com/bitcoin/bitcoin/pull/13420
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13421: qa: Remove portseed_offset from test runner (master...Mf1806-qaPortseedOffset) https://github.com/bitcoin/bitcoin/pull/13421
< bitcoin-git> [bitcoin] laanwj closed pull request #13374: utils and libraries: checking for bitcoin address in translations (master...check-addr-translations) https://github.com/bitcoin/bitcoin/pull/13374
< bitcoin-git> [bitcoin] laanwj closed pull request #13375: utils and libraries: address check in update-translations.py (master...master) https://github.com/bitcoin/bitcoin/pull/13375
< bitcoin-git> bitcoin/master 56f6936 Wladimir J. van der Laan: Merge #13374: utils and libraries: checking for bitcoin address in translations...
< bitcoin-git> bitcoin/master 85f0135 Max Kaplan: utils: checking for bitcoin addresses in translations...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/121cbaacc28e...56f69360dc98
< GitHub177> [bitcoin-detached-sigs] theuni closed pull request #7: 0.16.1: osx signatures for 0.16.1rc2 (0.16...0.16) https://github.com/bitcoin-core/bitcoin-detached-sigs/pull/7
< bitcoin-git> [bitcoin] marcoagner closed pull request #13410: Qt: removes html tags from tr calls (master...refactor_remove_tr_html_tags) https://github.com/bitcoin/bitcoin/pull/13410
< bitcoin-git> [bitcoin] laanwj closed pull request #13259: refactoring: add a method for determining if a block is pruned or not (master...block-pruned-macro) https://github.com/bitcoin/bitcoin/pull/13259
< bitcoin-git> bitcoin/master 121cbaa Wladimir J. van der Laan: Merge #13259: refactoring: add a method for determining if a block is pruned or not...
< bitcoin-git> bitcoin/master e9a1881 Karl-Johan Alm: refactor: add a function for determining if a block is pruned or not
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/97073f8837f3...121cbaacc28e
< GitHub171> [bitcoin-detached-sigs] jonasschnelli opened pull request #7: 0.16.1: osx signatures for 0.16.1rc2 (0.16...0.16) https://github.com/bitcoin-core/bitcoin-detached-sigs/pull/7
< bitcoin-git> [bitcoin] Empact opened pull request #13420: Consolidate hash parsing into core_io.h (master...parse-hash) https://github.com/bitcoin/bitcoin/pull/13420
< Empact> I guess consensus would be next https://github.com/bitcoin/bitcoin/projects/6
< bitcoin-git> [bitcoin] lucash-dev opened pull request #13419: [tests] Speed up knapsack_solver_test by not recreating wallet 100 times. (master...speedup-knapsack-solver-test) https://github.com/bitcoin/bitcoin/pull/13419

2018-06-07

< bitcoin-git> [bitcoin] wodry opened pull request #13418: More precise explanation of parameter onlynet (master...patch-2) https://github.com/bitcoin/bitcoin/pull/13418
< bitcoin-git> [bitcoin] wodry closed pull request #13416: More precise explanation of parameter onlynet (master...patch-1) https://github.com/bitcoin/bitcoin/pull/13416
< bitcoin-git> [bitcoin] skeees opened pull request #13417: [net] Tighten scope in net_processing (master...net_processing-disentangle) https://github.com/bitcoin/bitcoin/pull/13417
< wumpus> promag_: /home/orion/projects/bitcoin/bitcoin/src/qt/bitcoingui.cpp:122:5: warning: field 'spinnerFrame' will be initialized after field 'm_wallet_selector_label' [-Wreorder]
< bitcoin-git> [bitcoin] wodry opened pull request #13416: More precise explanation of parameter onlynet (master...patch-1) https://github.com/bitcoin/bitcoin/pull/13416
< gribble> https://github.com/bitcoin/bitcoin/issues/13375 | utils and libraries: address check in update-translations.py by undercoverGod · Pull Request #13375 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13374 | utils and libraries: checking for bitcoin address in translations by kaplanmaxe · Pull Request #13374 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11862 | Network specific conf sections by ajtowns · Pull Request #11862 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12878 | [refactor] Config handling refactoring in preparation for network-specific sections by ajtowns · Pull Request #12878 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13389 | Utils and libraries: Fix #13371 - move umask operation earlier in AppInit() by n2yen · Pull Request #13389 · bitcoin/bitcoin · GitHub
< wumpus> whatever you do, please don't mess up the bitcoin-qt initialization order, the rest is fine with me :p
< gribble> https://github.com/bitcoin/bitcoin/issues/11862 | Network specific conf sections by ajtowns · Pull Request #11862 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13111 | Add unloadwallet RPC by promag · Pull Request #13111 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13191 | Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2 by sipa · Pull Request #13191 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12136 | Implement BIP 174 Partially Signed Bitcoin Transactions by achow101 · Pull Request #12136 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11082 | Add new bitcoin_rw.conf file that is used for settings modified by this software itself by luke-jr · Pull Request #11082 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13062 | Make script interpreter independent from storage type CScript by sipa · Pull Request #13062 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12196 | Add scantxoutset RPC method by jonasschnelli · Pull Request #12196 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13243 | Make reusable base class for auxiliary indices by jimpo · Pull Request #13243 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13059 | Dynamic wallet load / create / unload · Issue #13059 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13415: rpc: Add testblocktemplatevalidity (master...Mf1806-rpcTestblocktemplatevalidity) https://github.com/bitcoin/bitcoin/pull/13415
< wumpus> skeees: yes, pretty much an alternative to this: https://github.com/bitcoin/bitcoin/pull/13301#issuecomment-391712408
< bitcoin-git> [bitcoin] rfree-d opened pull request #13414: Support gitlab API in github-merge.py (master...githubmerge_support_gitlab) https://github.com/bitcoin/bitcoin/pull/13414
< bitcoin-git> [bitcoin] laanwj closed pull request #13396: Drop unused arith_uint256 ! operator (master...drop-bool-not) https://github.com/bitcoin/bitcoin/pull/13396