2018-06-12

< 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
< bitcoin-git> [bitcoin] laanwj closed pull request #13388: util: Implement boolean conversion and !operator for uint* (master...uint_bool) https://github.com/bitcoin/bitcoin/pull/13388
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ea263e1eb030...97073f8837f3
< bitcoin-git> bitcoin/master 2acd1d6 Ben Woosley: Drop uint 256 not operator...
< bitcoin-git> bitcoin/master 97073f8 Wladimir J. van der Laan: Merge #13396: Drop unused arith_uint256 ! operator...
< wumpus> rafalcpp: in bitcoin we use subtrees, not submodules, that's why there's no support for them
< bitcoin-git> [bitcoin] laanwj closed pull request #13243: Make reusable base class for auxiliary indices (master...index-abstraction) https://github.com/bitcoin/bitcoin/pull/13243
< bitcoin-git> bitcoin/master 61a1226 Jim Posen: index: Extract logic from TxIndex into reusable base class.
< bitcoin-git> bitcoin/master e5af5fc Jim Posen: db: Make reusable base class for index databases.
< bitcoin-git> bitcoin/master 9b0ec1a Jim Posen: db: Remove obsolete methods from CBlockTreeDB.
< bitcoin-git> [bitcoin] laanwj pushed 8 new commits to master: https://github.com/bitcoin/bitcoin/compare/3d3d8ae3a0a9...ea263e1eb030
< bitcoin-git> [bitcoin] skeees opened pull request #13413: [net,mempool] Call AcceptToMemoryPool() asynchronously in p2p (master...mempool-async) https://github.com/bitcoin/bitcoin/pull/13413
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13384: qa: Remove polling loop from test_runner (master...Mf1806-qaTestRunnerConcurrentFuture) https://github.com/bitcoin/bitcoin/pull/13384
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13412: Make ReceivedBlockTransactions return void (master...Mf1806-refactorReturnCodeValidation) https://github.com/bitcoin/bitcoin/pull/13412
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13404: [tests] speed up of tx_validationcache_tests by reusing of CTransaction. (master...speedup-tx_validationcache_tests) https://github.com/bitcoin/bitcoin/pull/13404
< bitcoin-git> bitcoin/master 3d3d8ae MarcoFalke: Merge #13404: [tests] speed up of tx_validationcache_tests by reusing of CTransaction....
< bitcoin-git> bitcoin/master ebebedc lucash.dev@gmail.com: speed up of tx_validationcache_tests by reusing of CTransaction....
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f8bcef38fb9b...3d3d8ae3a0a9
< bitcoin-git> [bitcoin] marcoagner opened 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 #13369: [docs] update transifex doc link (master...fix_transifex_doc_link) https://github.com/bitcoin/bitcoin/pull/13369
< bitcoin-git> bitcoin/master f8bcef3 Wladimir J. van der Laan: Merge #13369: [docs] update transifex doc link...
< bitcoin-git> bitcoin/master 2b30ccc Cristian Mircea Messel: [docs] update transifex doc link
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e1f8dce9939a...f8bcef38fb9b
< gribble> https://github.com/bitcoin/bitcoin/issues/13369 | [docs] update transifex doc link by mess110 · Pull Request #13369 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #13394: cli: Ignore libevent warnings (master...cli-event) https://github.com/bitcoin/bitcoin/pull/13394
< bitcoin-git> bitcoin/master e1f8dce Wladimir J. van der Laan: Merge #13394: cli: Ignore libevent warnings...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5779dc4f76ad...e1f8dce9939a
< bitcoin-git> bitcoin/master 0231ef6 Cory Fields: cli: Ignore libevent warnings
< bitcoin-git> [bitcoin] laanwj closed pull request #13041: build: Add linter checking for accidental introduction of locale dependence (master...lint-locale-dependence) https://github.com/bitcoin/bitcoin/pull/13041
< bitcoin-git> bitcoin/master 5779dc4 Wladimir J. van der Laan: Merge #13041: build: Add linter checking for accidental introduction of locale dependence...
< bitcoin-git> bitcoin/master 698cfd0 practicalswift: docs: Mention lint-locale-dependence.sh in developer-notes.md
< bitcoin-git> bitcoin/master 0a4ea2f practicalswift: build: Add linter for checking accidental locale dependence
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/e4082d59f53d...5779dc4f76ad
< gribble> https://github.com/bitcoin/bitcoin/issues/13394 | cli: Ignore libevent warnings by theuni · Pull Request #13394 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13230 | Simplify include analysis by enforcing the developer guides include syntax by practicalswift · Pull Request #13230 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] lucash-dev closed pull request #13050: [tests] improvements to slow unit tests (master...slow-unit-tests-improvement) https://github.com/bitcoin/bitcoin/pull/13050

2018-06-06

< gribble> https://github.com/bitcoin/bitcoin/issues/13219 | bench: Add block assemble benchmark by MarcoFalke · Pull Request #13219 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] theuni opened pull request #13408: crypto: cleanup sha256 build (master...sha2-cleanup) https://github.com/bitcoin/bitcoin/pull/13408
< jarthur> that's significant in bitcoin land
< bitcoin-git> [bitcoin] skeees opened pull request #13407: [refactor, move-only-ish] Refactor mempool accept/reject logic (master...atmp-p2p-refactor) https://github.com/bitcoin/bitcoin/pull/13407
< promag> bitcoin-cli -regtest -rpcwallet=w2 getwalletinfo
< promag> bitcoin-cli -regtest unloadwallet w1
< bitcoin-git> [bitcoin] eudisd closed pull request #13373: Qt: Update Wallet Encryption Titles To Better Describe Process (master...feature/bitcoin-#13245) https://github.com/bitcoin/bitcoin/pull/13373
< gribble> https://github.com/bitcoin/bitcoin/issues/13168 | Thread names in logs and deadlock debug tools (take 2) by jamesob · Pull Request #13168 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13301: lint: Add linter to error on #include <*.cpp> (master...lint-include-cpp) https://github.com/bitcoin/bitcoin/pull/13301
< bitcoin-git> bitcoin/master e4082d5 MarcoFalke: Merge #13301: lint: Add linter to error on #include <*.cpp>...
< bitcoin-git> bitcoin/master 9d6c9db Ben Woosley: lint: Add linter to error on #include <*.cpp>...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a589f536b5e1...e4082d59f53d
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13406: travis: Add make step so that travis can build all executables for Mac. (master...travis_make_mac) https://github.com/bitcoin/bitcoin/pull/13406
< bitcoin-git> [bitcoin] lucash-dev opened pull request #13404: [tests] speed up of tx_validationcache_tests by reusing of CTransaction. (master...speedup-tx_validationcache_tests) https://github.com/bitcoin/bitcoin/pull/13404

2018-06-05

< wumpus> Rebo: better ask in #bitcoin
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #13402: Document validationinterace callback blocking deadlock potential. (master...2018-05-abc-scheduler-docs) https://github.com/bitcoin/bitcoin/pull/13402
< Rebo> hi does anyone here has experience with setting up a bitcoin full node on an azure virtual machine?
< bitcoin-git> [bitcoin] theuni closed pull request #13400: sha256: small speedup for sse4 path. (master...sha2-avx1) https://github.com/bitcoin/bitcoin/pull/13400
< gribble> https://github.com/bitcoin/bitcoin/issues/13400 | sha256: small speedup for sse4 path. by theuni · Pull Request #13400 · bitcoin/bitcoin · GitHub
< 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] theuni opened pull request #13400: sha256: small speedup for sse4 path. (master...sha2-avx1) https://github.com/bitcoin/bitcoin/pull/13400
< reca> sipa: where are this official git mirrors of the bitcoin core ?
< bitcoin-git> [bitcoin] laanwj closed pull request #13288: rpc: Remove the need to include rpc/blockchain.cpp in order to put `GetDifficulty` under test (master...get-difficulty) https://github.com/bitcoin/bitcoin/pull/13288
< bitcoin-git> bitcoin/master a589f53 Wladimir J. van der Laan: Merge #13288: rpc: Remove the need to include rpc/blockchain.cpp in order to put `GetDifficulty` under test...
< bitcoin-git> bitcoin/master ebec731 Ben Woosley: Drop the chain argument to GetDifficulty...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/264efdca74f2...a589f536b5e1
< reca> hello why this issue is locked: https://github.com/bitcoin/bitcoin/issues/13387 ?
< sipa> Silva: if you have general questions about how bitcoin works, see the #bitcoin irc channel, the developer documentation on https://bitcoin.org/en/developer-documentation, or ask on https://bitcoin.stackexchange.com
< Silva> Does Bitcoin implements Multi Signature?
< gribble> https://github.com/bitcoin/bitcoin/issues/13386 | SHA256 implementations based on Intel SHA Extensions by sipa · Pull Request #13386 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #13367: qa: Increase includeconf test coverage (master...Mf1806-qaIncludeconf) https://github.com/bitcoin/bitcoin/pull/13367
< bitcoin-git> bitcoin/master fa4760f MarcoFalke: qa: Increase includeconf test coverage
< bitcoin-git> bitcoin/master 264efdc Wladimir J. van der Laan: Merge #13367: qa: Increase includeconf test coverage...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f0fd39f37630...264efdca74f2
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13399: rpc: Add submitblockheader (master...Mf1806-rpcBlockHeader) https://github.com/bitcoin/bitcoin/pull/13399
< bitcoin-git> [bitcoin] laanwj closed pull request #13269: refactoring: Drop UpdateTransaction in favor of UpdateInput (master...update-transaction) https://github.com/bitcoin/bitcoin/pull/13269
< bitcoin-git> bitcoin/master f0fd39f Wladimir J. van der Laan: Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInput...
< bitcoin-git> bitcoin/master 6aa33fe Ben Woosley: Drop UpdateTransaction in favor of UpdateInput...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2140f6cbc5e9...f0fd39f37630
< provoostenator> echeveria seems to believe sha256 is the bottleneck (see #bitcoin), but also that anything outside the CPU would be too slow I/O to be worh it.
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13351: wallet: Prevent segfault when sending to unspendable witness (master...Mf1806-walletUnspendableWitnessIsMine) https://github.com/bitcoin/bitcoin/pull/13351
< bitcoin-git> bitcoin/master 2140f6c MarcoFalke: Merge #13351: wallet: Prevent segfault when sending to unspendable witness...
< bitcoin-git> bitcoin/master fa36aa7 MarcoFalke: wallet: Prevent segfault when sending to unspendable witness
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/7c7508c268fa...2140f6cbc5e9
< echeveria> provoostenator: the optimal processor is anything other than a raspberry pi. lets take this to #bitcoin.
< bitcoin-git> [bitcoin] laanwj closed pull request #13385: build: Guard against accidental introduction of new Boost dependencies (master...lint-boost) https://github.com/bitcoin/bitcoin/pull/13385
< bitcoin-git> bitcoin/master 7c7508c Wladimir J. van der Laan: Merge #13385: build: Guard against accidental introduction of new Boost dependencies...
< bitcoin-git> bitcoin/master 81bbd32 practicalswift: build: Guard against accidental introduction of new Boost dependencies
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/861de3b518ad...7c7508c268fa
< bitcoin-git> [bitcoin] laanwj closed pull request #13366: Docs: Rename “OS X” to the newer “macOS” convention (master...osx-renaming) https://github.com/bitcoin/bitcoin/pull/13366
< bitcoin-git> bitcoin/master 861de3b Wladimir J. van der Laan: Merge #13366: Docs: Rename “OS X” to the newer “macOS” convention...
< bitcoin-git> bitcoin/master 989c899 Giulio Lombardo: Rename “OS X” to the newer “macOS” convention
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0de7cc848e07...861de3b518ad
< gribble> https://github.com/bitcoin/bitcoin/issues/12934 | [net] [validation] Call ProcessNewBlock() asynchronously by skeees · Pull Request #12934 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] Empact opened pull request #13396: Drop unused uint 256 not operator (master...drop-bool-not) https://github.com/bitcoin/bitcoin/pull/13396
< bitcoin-git> [bitcoin] glaksmono closed pull request #13322: Fixing texts in the "encrypt wallet" GUI process (master...bitcoin-gui-13245) https://github.com/bitcoin/bitcoin/pull/13322
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13395: rpc: Avoid "duplicate" return value for invalid submitblock (master...Mf1806-rpcMiningSubmitblock) https://github.com/bitcoin/bitcoin/pull/13395

2018-06-04

< gribble> https://github.com/bitcoin/bitcoin/issues/13111 | Add unloadwallet RPC by promag · Pull Request #13111 · bitcoin/bitcoin · GitHub
< cfields> changes: https://github.com/theuni/bitcoin/commits/sha2-avx1 (top two, very simple)
< 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
< bitcoin-git> [bitcoin] theuni opened pull request #13394: cli: Ignore libevent warnings (master...cli-event) https://github.com/bitcoin/bitcoin/pull/13394
< bitcoin-git> [bitcoin] sipa opened 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
< wumpus> cfields: seems it indeed passes in a severity, so it's possible to distinguish. I think it's fine to drop warnings for bitcoin-cli.
< wumpus> cfields: we don't set up a logger at all in bitcoin-cli
< bitcoin-git> [bitcoin] ken2812221 reopened pull request #13390: Tests: Ignore RemoteDisconnected and BadStatusLine when stopping node (master...stop_node) https://github.com/bitcoin/bitcoin/pull/13390
< bitcoin-git> [bitcoin] ken2812221 closed pull request #13390: Tests: Ignore RemoteDisconnected and BadStatusLine when stopping node (master...stop_node) https://github.com/bitcoin/bitcoin/pull/13390
< bitcoin-git> [bitcoin] practicalswift opened pull request #13392: util: Make strprintf noexcept. Improve error message on format string error. (master...strprintf-noexcept) https://github.com/bitcoin/bitcoin/pull/13392
< jnewbery> promag: seems like the bitcoin-cli stderr is not matching the expected string. See test_node.py L370. I suggest you put a breakpoint in there and see what cli_stderr is set to
< bitcoin-git> [bitcoin] practicalswift closed pull request #13391: Make tinyformat noexcept: Use default error handling (assert(0 && reason)) on incorrect format strings (master...non-throwing-tinyformat) https://github.com/bitcoin/bitcoin/pull/13391
< wumpus> pierre_rochard: for some reason, bitcoinacks is not counting my concept ACK here: https://github.com/bitcoin/bitcoin/pull/12136
< bitcoin-git> [bitcoin] practicalswift opened pull request #13391: Make tinyformat noexcept: Use default error handling (assert(0 && reason)) on incorrect format strings (master...non-throwing-tinyformat) https://github.com/bitcoin/bitcoin/pull/13391
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13390: Tests: Ignore RemoteDisconnected and BadStatusLine when stopping node (master...stop_node) https://github.com/bitcoin/bitcoin/pull/13390
< wumpus> "subprocess.CalledProcessError: Command '/Users/joao/Projects/bitcoin/src/bitcoin-cli' returned non-zero exit status 18."
< bitcoin-git> [bitcoin] laanwj closed pull request #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2 (master...201709_dsha256_64) https://github.com/bitcoin/bitcoin/pull/13191
< bitcoin-git> bitcoin/master 57f3463 Pieter Wuille: Refactor SHA256 code
< bitcoin-git> bitcoin/master d0c9632 Pieter Wuille: Specialized double sha256 for 64 byte inputs
< bitcoin-git> bitcoin/master 0df0178 Pieter Wuille: Benchmark Merkle root computation
< bitcoin-git> [bitcoin] laanwj pushed 8 new commits to master: https://github.com/bitcoin/bitcoin/compare/2722a1f8e935...0de7cc848e07
< bitcoin-git> [bitcoin] laanwj closed pull request #13383: bench: Use non-throwing ParseDouble(...) instead of throwing boost::lexical_cast<double>(...) (master...remove-dependency-on-lexical_cast-which-is-boost-and-also-throws) https://github.com/bitcoin/bitcoin/pull/13383
< bitcoin-git> bitcoin/master 2722a1f Wladimir J. van der Laan: Merge #13383: bench: Use non-throwing ParseDouble(...) instead of throwing boost::lexical_cast<double>(...)...
< bitcoin-git> bitcoin/master f41d339 practicalswift: bench: Use non-throwing ParseDouble(...) instead of throwing boost::lexical_cast<double>(...)
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f0149330d2f8...2722a1f8e935
< bitcoin-git> [bitcoin] laanwj closed pull request #13372: doc: split FreeBSD build instructions out of build-unix.md (master...link-to-building-on-freebsd) https://github.com/bitcoin/bitcoin/pull/13372
< bitcoin-git> bitcoin/master f014933 Wladimir J. van der Laan: Merge #13372: doc: split FreeBSD build instructions out of build-unix.md...
< bitcoin-git> bitcoin/master 1e4eec4 steverusso: doc: split FreeBSD build instructions out of build-unix.md...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e24bf1ce184b...f0149330d2f8
< bitcoin-git> [bitcoin] n2yen opened pull request #13389: Utils and libraries: Fix #13371 - move umask operation earlier in AppInit() (master...13371) https://github.com/bitcoin/bitcoin/pull/13389
< bitcoin-git> [bitcoin] qmma70 opened pull request #13388: util: Implement boolean conversion and !operator for uint_* (master...uint_bool) https://github.com/bitcoin/bitcoin/pull/13388
< bitcoin-git> [bitcoin] yuntai closed pull request #13365: RPC/REST/ZMQ, Wallet: Set label with importprivkey only requested (master...master) https://github.com/bitcoin/bitcoin/pull/13365

2018-06-03

< bitcoin-git> [bitcoin] sipa opened pull request #13386: SHA256 implementations based on Intel SHA Extensions (master...201806_shani) https://github.com/bitcoin/bitcoin/pull/13386
< bitcoin-git> [bitcoin] practicalswift opened pull request #13385: build: Guard against accidental introduction of new Boost dependencies (master...lint-boost) https://github.com/bitcoin/bitcoin/pull/13385
< jonasschnelli> Bech32 is currently available in most (all?) modern bitcoin software and a support of the bech32 keys proposal would be simple to implement
< sipa> jonasschnelli: if you want a way to represent the current bitcoin core behaviour, it also needs P2PK
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13384: qa: Remove polling loop from test_runner (master...Mf1806-qaTestRunnerConcurrentFuture) https://github.com/bitcoin/bitcoin/pull/13384
< bitcoin-git> [bitcoin] practicalswift opened pull request #13383: bench: Use non-throwing ParseDouble(...) instead of throwing boost::lexical_cast<double>(...) (master...remove-dependency-on-lexical_cast-which-is-boost-and-also-throws) https://github.com/bitcoin/bitcoin/pull/13383
< bitcoin-git> [bitcoin] practicalswift opened pull request #13382: util: Don't throw in GetTime{Millis,Micros}(). Mark as noexcept. (master...dont-throw-in-GetTimeMillis-and-GetTimeMicros) https://github.com/bitcoin/bitcoin/pull/13382
< bitcoin-git> [bitcoin] marcoagner opened pull request #13381: [WIP] RPC: creates preserve parameter for importprivkey call (master...feature_preserve_labels_on_import) https://github.com/bitcoin/bitcoin/pull/13381
< jonasschnelli> A4L be more specific in your question and use #bitcoin-dev (this channel is for Bitcoin Core development)
< A4L> Php/python/linux bash: send.bitcoin(privatekey, publickey, amount); how to??

2018-06-02

< bitcoin-git> [bitcoin] undercoverGod opened pull request #13375: utils and libraries: address check in update-translations.py (master...master) https://github.com/bitcoin/bitcoin/pull/13375
< bitcoin-git> [bitcoin] kaplanmaxe opened 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] eudisd opened pull request #13373: Qt: Update Wallet Encryption Titles To Better Describe Process (master...feature/bitcoin-#13245) https://github.com/bitcoin/bitcoin/pull/13373
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12744: WIP: eliminate dependency on boost::program_options (master...program_options) https://github.com/bitcoin/bitcoin/pull/12744
< bitcoin-git> [bitcoin] steverusso opened pull request #13372: Docs: Linked to 'Building on FreeBSD' in build-unix.md (master...link-to-building-on-freebsd) https://github.com/bitcoin/bitcoin/pull/13372

2018-06-01

< gojo> i have a logging system for bitcoin-core