2017-03-09

< bitcoin-git> bitcoin/master 960bc7f John Newbery: Return correct error codes in removeprunedfunds()....
< bitcoin-git> bitcoin/master 6d07c62 John Newbery: Return correct error codes in bumpfee()....
< bitcoin-git> bitcoin/master c119096 John Newbery: Return correct error codes in blockchain.cpp....
< bitcoin-git> [bitcoin] laanwj pushed 8 new commits to master: https://github.com/bitcoin/bitcoin/compare/6805c4112cfd...02bd6e9bc6de
< bitcoin-git> [bitcoin] laanwj closed pull request #9575: Remove unused, non-working RPC PostCommand signal (master...never-executed-comment) https://github.com/bitcoin/bitcoin/pull/9575
< bitcoin-git> bitcoin/master 6805c41 Wladimir J. van der Laan: Merge #9575: Remove unused, non-working RPC PostCommand signal...
< bitcoin-git> bitcoin/master 54fae05 practicalswift: Remove unreachable code (g_rpcSignals.PostCommand)
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8152d3fe57a9...6805c4112cfd
< bitcoin-git> [bitcoin] laanwj closed pull request #9958: RPC:Refactor: Remove unreachable code refs #9573 (master...RPC_refactor) https://github.com/bitcoin/bitcoin/pull/9958
< bitcoin-git> [bitcoin] laanwj closed pull request #9476: [refactor] Remove using namespace <xxx> from rpc/ & script/ sources (master...no-using-namespace-rpc-script) https://github.com/bitcoin/bitcoin/pull/9476
< bitcoin-git> bitcoin/master 8152d3f Wladimir J. van der Laan: Merge #9476: [refactor] Remove using namespace <xxx> from rpc/ & script/ sources...
< bitcoin-git> bitcoin/master 8cbfc4e Karl-Johan Alm: Refactor: Remove using namespace <xxx> from script/
< bitcoin-git> bitcoin/master f3c264e Karl-Johan Alm: Refactor: Remove using namespace <xxx> from rpc/
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/c047b1663d47...8152d3fe57a9
< bitcoin-git> [bitcoin] laanwj closed pull request #9643: [refactor] Remove using namespace <xxx> from wallet/ & util* (master...no-using-namespace-wallet-util) https://github.com/bitcoin/bitcoin/pull/9643
< bitcoin-git> bitcoin/master c047b16 Wladimir J. van der Laan: Merge #9643: [refactor] Remove using namespace <xxx> from wallet/ & util*...
< bitcoin-git> bitcoin/master a57845c Karl-Johan Alm: Refactor: Remove using namespace <xxx> from util*
< bitcoin-git> bitcoin/master 8a52281 Karl-Johan Alm: Refactor: Remove using namespace <xxx> from wallet/
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/6996e066b538...c047b1663d47
< gribble> https://github.com/bitcoin/bitcoin/issues/9955 | An error has occurred and has been logged. Please contact this bot's administrator for more information.
< bitcoin-git> [bitcoin] NicolasDorier opened pull request #9960: Trivial: Add const modifier to GetHDChain and IsHDEnabled (master...consthd) https://github.com/bitcoin/bitcoin/pull/9960
< isle2983> the pointer was to bitcoin-maintainer-tools, so I ran with that
< isle2983> plug for a bitcoin-maintainer-tools PR I just submitted:
< gribble> https://github.com/bitcoin/bitcoin/issues/9955 | An error has occurred and has been logged. Please contact this bot's administrator for more information.
< bitcoin-git> [bitcoin] sdaftuar opened pull request #9959: Mining: Prevent slowdown in CreateNewBlock on large mempools (master...2017-03-cnb-optimizations) https://github.com/bitcoin/bitcoin/pull/9959
< MarcoFalke> jonasschnelli: has a nice one: https://bitcoin.jonasschnelli.ch/img/header.jpg

2017-03-08

< bitcoin-git> [bitcoin] deannolan opened pull request #9958: RPC:Refactor: Remove unreachable code refs #9573 (master...RPC_refactor) https://github.com/bitcoin/bitcoin/pull/9958
< bitcoin-git> [bitcoin] jnewbery opened pull request #9956: Reorganise qa directory (master...reorganise_qa) https://github.com/bitcoin/bitcoin/pull/9956
< bitcoin-git> [bitcoin] sdaftuar opened pull request #9955: Don't require segwit in getblocktemplate for segwit signalling or mining (master...2017-03-mining-segwit-changes) https://github.com/bitcoin/bitcoin/pull/9955
< gribble> https://github.com/bitcoin/bitcoin/issues/9725 | CValidationInterface Cleanups by TheBlueMatt · Pull Request #9725 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #9953: Fix shutdown hang with >= 8 -addnodes set (master...2017-03-exit-with-addnode) https://github.com/bitcoin/bitcoin/pull/9953
< bitcoin-git> [bitcoin] laanwj closed pull request #9952: Add historical release notes for 0.14.0 (master...2017_03_014_release_notes) https://github.com/bitcoin/bitcoin/pull/9952
< bitcoin-git> bitcoin/master 6996e06 Wladimir J. van der Laan: Merge #9952: Add historical release notes for 0.14.0...
< bitcoin-git> bitcoin/master 2de6930 Wladimir J. van der Laan: Add historical release notes for 0.14.0
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8bfa13b15b84...6996e066b538
< bitcoin-git> [bitcoin] laanwj opened pull request #9952: Add historical release notes for 0.14.0 (master...2017_03_014_release_notes) https://github.com/bitcoin/bitcoin/pull/9952
< BlueMatt> wumpus: (or someone) should set v0.14.0 as a release on github (https://github.com/bitcoin/bitcoin/releases)
< bitcoin-git> [bitcoin] laanwj closed pull request #9900: Ban "invalid messagestart" nodes (master...patch-2) https://github.com/bitcoin/bitcoin/pull/9900
< bitcoin-git> [bitcoin] laanwj opened pull request #9951: Wallet database handling abstractions/simplifications (master...2017_03_wallet_dbwrapper) https://github.com/bitcoin/bitcoin/pull/9951
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #9936: [trivial] Fix three typos introduced into walletdb.h in commit 7184e25 (master...fix-typos-introduced-in-commit-7184e25c) https://github.com/bitcoin/bitcoin/pull/9936
< bitcoin-git> bitcoin/master 8bfa13b MarcoFalke: Merge #9936: [trivial] Fix three typos introduced into walletdb.h in commit 7184e25...
< bitcoin-git> bitcoin/master fdab309 practicalswift: [trivial] Fix typos introduced in 7184e25c80aa8b1629a700bb7a7e290ad0bb2792
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ac23a7c1f19b...8bfa13b15b84
< NicolasDorier> jonasschnelli: this PR https://github.com/bitcoin/bitcoin/pull/9830 expose the istrusted flag, it might help you to debug
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #9790: doc/release-notes: Various cleanups (0.14...0.14-relnotes) https://github.com/bitcoin/bitcoin/pull/9790
< bitcoin-git> [bitcoin] practicalswift opened pull request #9949: [bench] Avoid function call arguments which are pointers to uninitialized values (master...avoid-pointers-to-unitialized-values-in-function-calls) https://github.com/bitcoin/bitcoin/pull/9949
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #9945: Improve logging in bctest.py if there is a formatting mismatch (master...improve_bctest_logging) https://github.com/bitcoin/bitcoin/pull/9945
< bitcoin-git> bitcoin/master ac23a7c MarcoFalke: Merge #9945: Improve logging in bctest.py if there is a formatting mismatch...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/47510ad3dd51...ac23a7c1f19b
< bitcoin-git> bitcoin/master 6c1fb73 John Newbery: Improve logging in bctest.py if there is a formatting mismatch
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #9947: Add true/false return value to prioritisetransaction (master...2017/03/ptx) https://github.com/bitcoin/bitcoin/pull/9947

2017-03-07

< bitcoin-git> [bitcoin] pinheadmz opened pull request #9946: Fix build errors if spaces in path or parent directory (master...dirspaces2) https://github.com/bitcoin/bitcoin/pull/9946
< bitcoin-git> [bitcoin] jnewbery opened pull request #9945: Improve logging in bctest.py if there is a formatting mismatch (master...improve_bctest_logging) https://github.com/bitcoin/bitcoin/pull/9945
< luke-jr> hm, we lost bitcoin.conf.5 (manpage)
< bitcoin-git> [bitcoin] sipa closed pull request #9909: tests: Add FindEarliestAtLeast test for edge cases (master...pr/faltest) https://github.com/bitcoin/bitcoin/pull/9909
< bitcoin-git> [bitcoin] jnewbery closed pull request #9876: Remove wildcard imports from qa (master...remove_wildcard_imports) https://github.com/bitcoin/bitcoin/pull/9876
< bitcoin-git> [bitcoin] jnewbery opened pull request #9943: Make script.py wildcard importable. (master...rpctestsprimitives) https://github.com/bitcoin/bitcoin/pull/9943
< bitcoin-git> [bitcoin] morcos opened pull request #9942: Refactor CBlockPolicyEstimator (master...moveTxConfirmStats) https://github.com/bitcoin/bitcoin/pull/9942
< bitcoin-git> [bitcoin] laanwj closed pull request #9548: Remove min reasonable fee (master...removeMinReasonableFee) https://github.com/bitcoin/bitcoin/pull/9548
< bitcoin-git> bitcoin/master ad82cb0 Alex Morcos: Remove unnecessary min fee argument in CTxMemPool constructor
< bitcoin-git> bitcoin/master 2a7b56c Alex Morcos: CBlockPolicyEstimator now uses hard coded minimum bucket feerate
< bitcoin-git> bitcoin/master ac9d3d2 Alex Morcos: Change fee estimation bucket limit variable names
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/30ff3a2fc95c...47510ad3dd51
< gribble> https://github.com/bitcoin/bitcoin/issues/9548 | Remove min reasonable fee by morcos · Pull Request #9548 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #9602: Remove coin age priority and free transactions - implementation (master...nopriority) https://github.com/bitcoin/bitcoin/pull/9602
< bitcoin-git> bitcoin/master 272b25a Alex Morcos: [mining] Remove -blockprioritysize....
< bitcoin-git> bitcoin/master 12839cd Alex Morcos: [rpc] Remove estimatepriority and estimatesmartpriority....
< bitcoin-git> bitcoin/master ddf58c7 MarcoFalke: wallet: Remove sendfree...
< bitcoin-git> [bitcoin] laanwj pushed 14 new commits to master: https://github.com/bitcoin/bitcoin/compare/3178b2c740f1...30ff3a2fc95c
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #9940: Fix verify-commits on OSX, update for new bad Tree-SHA512, point travis to different keyservers (master...2017-03-verify-commits-no-recursion) https://github.com/bitcoin/bitcoin/pull/9940
< gribble> https://github.com/bitcoin/bitcoin/issues/9602 | Remove coin age priority and free transactions - implementation by morcos · Pull Request #9602 · bitcoin/bitcoin · GitHub
< bitcoin-git> bitcoin/master 6c996c2 Russell Yanofsky: Add documentation describing CWallet::nTimeSmart....
< bitcoin-git> bitcoin/master 1f98abe Russell Yanofsky: Factor out CWallet::nTimeSmart computation into a method....
< bitcoin-git> bitcoin/master c6b82d1 Russell Yanofsky: Add tests for CWalletTx::nTimeSmart
< bitcoin-git> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/6015df5b855f...3178b2c740f1
< bitcoin-git> [bitcoin] joaopaulofonseca opened pull request #9939: Cache vout IsMine() value on `CWallet::AvailableCoins()` (master...enhancement/cache-wallet-available-coins-output-ismine) https://github.com/bitcoin/bitcoin/pull/9939
< jonasschnelli> 06e6ceeb687e784e9aaad45e9407c7eed5f7e9c9bbe44083179287f54f0f9f2b bitcoin-0.14.0-x86_64-linux-gnu.tar.gz
< jonasschnelli> 14898a9b54eb8e88eeec2f29024f2fb47a6b54dbc0e8c587eea4bec0a13fb951 bitcoin-0.14.0-win-unsigned.tar.gz
< jonasschnelli> 659878f197b29e05fcd89f3bd18a17d0d0952d479bbc6c95f4aecc7f0cd104e5 bitcoin-0.14.0-osx-unsigned.dmg
< bitcoin-git> [bitcoin] JeremyRubin opened pull request #9938: Lock-Free CheckQueue (master...PR-lockfree-checkqueue) https://github.com/bitcoin/bitcoin/pull/9938
< bitcoin-git> [bitcoin] JeremyRubin closed pull request #8464: [WIP] "Lockfree" Checkqueue Implementation (master...lockfree-checkqueue-squashed) https://github.com/bitcoin/bitcoin/pull/8464
< gribble> https://github.com/bitcoin/bitcoin/issues/9932 | An error has occurred and has been logged. Please contact this bot's administrator for more information.
< bitcoin-git> [bitcoin] laanwj closed pull request #9937: rpc: Prevent `dumpwallet` from overwriting files (master...2017_03_walletdump_nooverwrite) https://github.com/bitcoin/bitcoin/pull/9937
< bitcoin-git> [bitcoin] laanwj closed pull request #9912: Optimize GetWitnessHash() for non-segwit transactions (master...2017-03-optimize-witness-hash) https://github.com/bitcoin/bitcoin/pull/9912
< bitcoin-git> bitcoin/master 6015df5 Wladimir J. van der Laan: Merge #9912: Optimize GetWitnessHash() for non-segwit transactions...
< bitcoin-git> bitcoin/master 02c57b5 Suhas Daftuar: Optimize GetWitnessHash() for non-segwit transactions
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/779f2f97478c...6015df5b855f
< bitcoin-git> [bitcoin] laanwj closed pull request #9605: Use CScheduler for wallet flushing, remove ThreadFlushWalletDB (master...2017-01-cscheduler-cleanups) https://github.com/bitcoin/bitcoin/pull/9605
< bitcoin-git> bitcoin/master 0235be1 Matt Corallo: Rename FlushWalletDB -> CompactWalletDB, add function description
< bitcoin-git> bitcoin/master 735d9b5 Matt Corallo: Use CScheduler for wallet flushing, remove ThreadFlushWalletDB
< bitcoin-git> bitcoin/master 73296f5 Matt Corallo: CScheduler boost->std::function, use millisecs for times, not secs
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/309bf16257b2...779f2f97478c
< bitcoin-git> bitcoin/master 309bf16 Wladimir J. van der Laan: devtools: Fix a syntax error typo...
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to master: https://github.com/bitcoin/bitcoin/commit/309bf16257b2395ce502017be627186b749ee749
< bitcoin-git> [bitcoin] laanwj closed pull request #9932: Fix verify-commits on travis and always check top commit's tree (master...2017-03-fix-verify-commits) https://github.com/bitcoin/bitcoin/pull/9932
< bitcoin-git> bitcoin/master 00c13ea Wladimir J. van der Laan: Merge #9932: Fix verify-commits on travis and always check top commit's tree...
< bitcoin-git> bitcoin/master b3ec305 Matt Corallo: Fix bashisms in verify-commits and always check top commit's tree
< bitcoin-git> bitcoin/master f20e664 Matt Corallo: Check gpg version before setting --weak-digest
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/19be26afe3d0...00c13ea637d6
< bitcoin-git> [bitcoin] laanwj closed pull request #9928: Allow verify-commit.sh to just verify the HEAD commit (Use non-recursive verification by default) (master...2017/03/vc_simple) https://github.com/bitcoin/bitcoin/pull/9928
< bitcoin-git> [bitcoin] laanwj opened pull request #9937: rpc: Prevent `dumpwallet` from overwriting files (master...2017_03_walletdump_nooverwrite) https://github.com/bitcoin/bitcoin/pull/9937
< bitcoin-git> [bitcoin] practicalswift opened pull request #9936: [trivial] Fix three typos introduced into walletdb.h in yesterday's merge of commit 7184e25 (master...fix-typos-introduced-in-commit-7184e25c) https://github.com/bitcoin/bitcoin/pull/9936
< gribble> https://github.com/bitcoin/bitcoin/issues/9911 | Wshadow: various gcc fixes by paveljanik · Pull Request #9911 · bitcoin/bitcoin · GitHub
< gmaxwell> 19:02 < pawn> gmaxwell: I have the new version. I opened the console. I ran dumpwallet, and it's not giving anything back to me. I passed wallet.dat and /Users/pawn/Library/Application\ Support/Bitcoin/wallet.dat as an argument.
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #9555: [test] Avoid reading a potentially uninitialized variable in tx_invalid-test (transaction_tests.cpp) (master...avoid-ub-in-tx_invalid-test) https://github.com/bitcoin/bitcoin/pull/9555
< bitcoin-git> bitcoin/master 19be26a MarcoFalke: Merge #9555: [test] Avoid reading a potentially uninitialized variable in tx_invalid-test (transaction_tests.cpp)...
< bitcoin-git> bitcoin/master 8455e36 practicalswift: [test] Avoid reading a potentially uninitialized variable in tx_invalid-test...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/72fb5158b1c8...19be26afe3d0

2017-03-06

< gribble> https://github.com/bitcoin/bitcoin/issues/9279 | Consensus: Move CFeeRate out of libconsensus by jtimon · Pull Request #9279 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jtimon closed pull request #9882: RPC: Introduce -rpcamountdecimals for the RPC to use other units than BTC (master...0.14.99-rpc-amounts) https://github.com/bitcoin/bitcoin/pull/9882
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #9932: Fix verify-commits on travis and always check top commit's tree (master...2017-03-fix-verify-commits) https://github.com/bitcoin/bitcoin/pull/9932
< BlueMatt> hmmm, MarcoFalke i cant reproduce your Tree-SHA512 from https://github.com/bitcoin/bitcoin/commit/f7ec7cfd38b543ba81ac7bed5b77f9a19739460b
< wumpus> and there is no other approach to support it in bitcoin-cli anyhow
< gmaxwell> wumpus: for the unix domain socket bitcoin-cli, could you have the client behind an actual feature test? so that when the user's libevent is upgraded it starts working?
< gribble> https://github.com/bitcoin/bitcoin/issues/9602 | Remove coin age priority and free transactions - implementation by morcos · Pull Request #9602 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #9906: Disallow copy constructor CReserveKeys (master...noreservecopy) https://github.com/bitcoin/bitcoin/pull/9906
< bitcoin-git> bitcoin/master 72fb515 Wladimir J. van der Laan: Merge #9906: Disallow copy constructor CReserveKeys...
< bitcoin-git> bitcoin/master 188f89c Gregory Sanders: Disallow copy of CReserveKeys
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d5ce14e22338...72fb5158b1c8
< bitcoin-git> [bitcoin] laanwj closed pull request #9929: tests: Delete unused function _rpchost_to_args (master...2017_03_tests_unused) https://github.com/bitcoin/bitcoin/pull/9929
< bitcoin-git> bitcoin/master d5ce14e Wladimir J. van der Laan: Merge #9929: tests: Delete unused function _rpchost_to_args...
< bitcoin-git> bitcoin/master 99fecf8 Wladimir J. van der Laan: tests: Delete unused function _rpchost_to_args...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c78adbf450be...d5ce14e22338
< bitcoin-git> [bitcoin] laanwj closed pull request #9843: Fix segwit getblocktemplate test (master...fixsegwitgetblocktemplate) https://github.com/bitcoin/bitcoin/pull/9843
< bitcoin-git> bitcoin/master c78adbf Wladimir J. van der Laan: Merge #9843: Fix segwit getblocktemplate test...
< bitcoin-git> bitcoin/master b23dcd2 John Newbery: Fix segwit getblocktemplate test.
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4df8213b98d3...c78adbf450be
< bitcoin-git> [bitcoin] matthias-g opened pull request #9930: Trivial: Correct indentation (master...fix-indent) https://github.com/bitcoin/bitcoin/pull/9930
< bitcoin-git> [bitcoin] laanwj closed pull request #9880: Verify Tree-SHA512s in merge commits, enforce sigs are not SHA1 (master...2017-02-validate-sha512) https://github.com/bitcoin/bitcoin/pull/9880
< bitcoin-git> bitcoin/master eddc77a Peter Todd: Add comment re: why SHA1 is disabled
< bitcoin-git> bitcoin/master d9c450f Matt Corallo: Verify Tree-SHA512s in merge commits, enforce sigs are not SHA1
< bitcoin-git> bitcoin/master be908a6 Matt Corallo: Fail merge if there are any symlinks
< bitcoin-git> [bitcoin] laanwj pushed 6 new commits to master: https://github.com/bitcoin/bitcoin/compare/8a3b07529d9c...4df8213b98d3
< bitcoin-git> [bitcoin] laanwj closed pull request #9924: [UI Styling] Left-Align Tab Bar - optionsdialog.ui (master...patch-1) https://github.com/bitcoin/bitcoin/pull/9924
< bitcoin-git> [bitcoin] laanwj closed pull request #9925: [UI Styling] Left-Align Tab Bar - debugwindow.ui (master...patch-2) https://github.com/bitcoin/bitcoin/pull/9925
< bitcoin-git> [bitcoin] laanwj opened pull request #9929: tests: Delete unused function _rpchost_to_args (master...2017_03_tests_unused) https://github.com/bitcoin/bitcoin/pull/9929
< bitcoin-git> [bitcoin] laanwj closed pull request #8574: [Wallet] refactor CWallet/CWalletDB/CDB (master...2016/08/bdb_abstraction_2) https://github.com/bitcoin/bitcoin/pull/8574
< bitcoin-git> bitcoin/master 7184e25 Jonas Schnelli: [Wallet] refactor CWallet/CWalletDB/CDB...
< bitcoin-git> bitcoin/master 8a3b075 Wladimir J. van der Laan: Merge #8574: [Wallet] refactor CWallet/CWalletDB/CDB...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/fa625b078b01...8a3b07529d9c
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #9928: Allow verify-commit.sh to just verify the HEAD commit (Use non-recursive verification by default) (master...2017/03/vc_simple) https://github.com/bitcoin/bitcoin/pull/9928
< jonasschnelli> Stack trace: http://bitcoin.jonasschnelli.ch/st.txt
< Victorsueca> I just had a question this morning while at was at shower... Is it safe to defrag while bitcoin core is running?
< jonasschnelli> MarcoFalke: Oh. Yes. My merged broke verify-commits (and therefor travis on master): https://travis-ci.org/bitcoin/bitcoin/jobs/206917518#L513
< gribble> https://github.com/bitcoin/bitcoin/issues/8574 | [Wallet] refactor CWallet/CWalletDB/CDB by jonasschnelli · Pull Request #8574 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/9880 | Verify Tree-SHA512s in merge commits, enforce sigs are not SHA1 by TheBlueMatt · Pull Request #9880 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/8574 | [Wallet] refactor CWallet/CWalletDB/CDB by jonasschnelli · Pull Request #8574 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #9256: Fix more CWallet/CWalletDB layer violations (master...2016/12/ref_walletdb) https://github.com/bitcoin/bitcoin/pull/9256
< bitcoin-git> [bitcoin] kobake closed pull request #9926: Rename argument name 'data' to prevent shadowing. (master...fix-shadow-warning) https://github.com/bitcoin/bitcoin/pull/9926
< bitcoin-git> [bitcoin] kobake opened pull request #9926: Rename argument name 'data' to prevent shadowing. (master...fix-shadow-warning) https://github.com/bitcoin/bitcoin/pull/9926
< bitcoin-git> [bitcoin] laanwj closed pull request #9333: Document CWalletTx::mapValue entries and remove erase of nonexistent "version" entry. (master...pr/comment-mapvalue) https://github.com/bitcoin/bitcoin/pull/9333
< bitcoin-git> bitcoin/master 87ed396 Russell Yanofsky: [trivial] Add comment documenting bumpfee mapValues
< bitcoin-git> bitcoin/master a1fe944 Russell Yanofsky: Remove reference to nonexistent "version" wallet transaction mapvalue field...
< bitcoin-git> bitcoin/master 654e044 Russell Yanofsky: [trivial] Add comment documenting CWalletTx::mapValue
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/d32581cc29d1...fa625b078b01
< bitcoin-git> [bitcoin] laanwj closed pull request #9547: bench: Assert that division by zero is unreachable (master...avoid-potential-division-by-zero-in-benchmark-state-keeprunning) https://github.com/bitcoin/bitcoin/pull/9547
< bitcoin-git> bitcoin/master d32581c Wladimir J. van der Laan: Merge #9547: bench: Assert that division by zero is unreachable...
< bitcoin-git> bitcoin/master db07f91 practicalswift: Assert that what might look like a possible division by zero is actually unreachable
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9d5fcbfb0889...d32581cc29d1
< bitcoin-git> [bitcoin] laanwj closed pull request #9739: Fix BIP68 activation test (master...fixbip68testing) https://github.com/bitcoin/bitcoin/pull/9739
< bitcoin-git> bitcoin/master 9d5fcbf Wladimir J. van der Laan: Merge #9739: Fix BIP68 activation test...
< bitcoin-git> bitcoin/master f5aba8a John Newbery: Move tx version 2 standardness check to after bip68 activation
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/48c3429c50fb...9d5fcbfb0889
< bitcoin-git> bitcoin/master 99c0e81 John Newbery: Fix BIP68 activation test
< bitcoin-git> [bitcoin] laanwj closed pull request #9832: [qa] assert_start_raises_init_error (master...assert_start_raises_init_error) https://github.com/bitcoin/bitcoin/pull/9832
< bitcoin-git> bitcoin/master 48c3429 Wladimir J. van der Laan: Merge #9832: [qa] assert_start_raises_init_error...
< bitcoin-git> bitcoin/master 025dec0 NicolasDorier: [qa] assert_start_raises_init_error
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5a6af3172254...48c3429c50fb
< bitcoin-git> [bitcoin] laanwj closed pull request #9908: Define 7200 second timestamp window constant (master...pr/timewin) https://github.com/bitcoin/bitcoin/pull/9908
< bitcoin-git> bitcoin/master 5a6af31 Wladimir J. van der Laan: Merge #9908: Define 7200 second timestamp window constant...
< bitcoin-git> bitcoin/master e57a1fd Russell Yanofsky: Define 7200 second timestamp window constant
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/56ab672b59da...5a6af3172254
< bitcoin-git> [bitcoin] laanwj closed pull request #9576: [wallet] Remove redundant initialization (master...remove-redundant-initialization-ii) https://github.com/bitcoin/bitcoin/pull/9576
< bitcoin-git> bitcoin/master 56ab672 Wladimir J. van der Laan: Merge #9576: [wallet] Remove redundant initialization...
< bitcoin-git> bitcoin/master 343ba8f practicalswift: [wallet] Remove redundant initialization...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/01b7cda91684...56ab672b59da

2017-03-05

< bitcoin-git> bitcoin/0.14 43a987c Matt Corallo: Fix regsig checking for subkey sigs in verify-commits...
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to 0.14: https://github.com/bitcoin/bitcoin/commit/43a987c1cbcd04b9c59052606c3c31c56abc826e
< bitcoin-git> [bitcoin] SCDeveloper opened pull request #9925: [UI Styling] Left-Align Tab Bar (master...patch-2) https://github.com/bitcoin/bitcoin/pull/9925
< bitcoin-git> [bitcoin] SCDeveloper opened pull request #9924: [UI Styling] Left-Align Tab Bar (master...patch-1) https://github.com/bitcoin/bitcoin/pull/9924
< gribble> https://github.com/bitcoin/bitcoin/issues/9880 | Verify Tree-SHA512s in merge commits, enforce sigs are not SHA1 by TheBlueMatt · Pull Request #9880 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/9884 | An error has occurred and has been logged. Please contact this bot's administrator for more information.
< bitcoin-git> [bitcoin] laanwj closed pull request #9920: [0.14] Allow any subkey in verify-commits (BlueMatt) (0.14...Mf1703-verifySubkeys) https://github.com/bitcoin/bitcoin/pull/9920
< bitcoin-git> [bitcoin] laanwj closed pull request #9905: [contrib] gh-merge: Move second sha512 check to the end (master...Mf1703-gh-merge) https://github.com/bitcoin/bitcoin/pull/9905
< bitcoin-git> bitcoin/master 01b7cda Wladimir J. van der Laan: Merge #9905: [contrib] gh-merge: Move second sha512 check to the end...
< bitcoin-git> bitcoin/master fa7da3f MarcoFalke: [contrib] gh-merge: Move second sha512 check to before signing
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/53c300fb525a...01b7cda91684
< bitcoin-git> [bitcoin] laanwj opened pull request #9921: build: Probe MSG_DONTWAIT in the same way as MSG_NOSIGNAL (master...2017_03_cloudabi_netcompat) https://github.com/bitcoin/bitcoin/pull/9921
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #9920: [0.14] Allow any subkey in verify-commits (BlueMatt) (0.14...Mf1703-verifySubkeys) https://github.com/bitcoin/bitcoin/pull/9920

2017-03-04

< gribble> https://github.com/bitcoin/bitcoin/issues/7949 | [RPC] Add RPC long poll notifications by jonasschnelli · Pull Request #7949 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj opened pull request #9919: UNIX sockets support for RPC (master...2017_03_unix_socket) https://github.com/bitcoin/bitcoin/pull/9919
< wumpus> needed no changes to libevent on the server side. however to make bitcoin-cli be able to http over a UNIX socket needs a small change.
< bitcoin-git> [bitcoin] kobake opened pull request #9916: Fix msvc compiler error C4146 (minus operator applied to unsigned type) (master...fix-minus-operator-target-for-msvc-c4146) https://github.com/bitcoin/bitcoin/pull/9916
< gribble> https://github.com/bitcoin/bitcoin/issues/8694 | Basic multiwallet support by luke-jr · Pull Request #8694 · bitcoin/bitcoin · GitHub
< jeremyrubin> hm Bitcoin Unlimited just added ~parallel block validation~ but I'm pretty sure it has no perforance benefit

2017-03-03

< bitcoin-git> [bitcoin] sdaftuar opened pull request #9912: Optimize GetWitnessHash() for non-segwit transactions (master...2017-03-optimize-witness-hash) https://github.com/bitcoin/bitcoin/pull/9912
< bitcoin-git> [bitcoin] paveljanik opened pull request #9911: WIP: Wshadow: gcc 4.8.5 fixes (master...20170303_Wshadow_streams) https://github.com/bitcoin/bitcoin/pull/9911
< bitcoin-git> [bitcoin] laanwj closed pull request #9910: Docs: correct and elaborate -rpcbind doc (master...docs-rpcbind) https://github.com/bitcoin/bitcoin/pull/9910
< bitcoin-git> bitcoin/master 53c300f Wladimir J. van der Laan: Merge #9910: Docs: correct and elaborate -rpcbind doc...
< bitcoin-git> bitcoin/master e5b449c Ian Kelling: Docs: correct and elaborate -rpcbind doc...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/90cb2a218e58...53c300fb525a
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #8764: [Wallet] get rid of pwalletMain, add simple CWallets infrastructure (master...2016/09/wallet_pointer) https://github.com/bitcoin/bitcoin/pull/8764
< bitcoin-git> [bitcoin] laanwj closed pull request #9774: Enable host lookups for -proxy and -onion parameters (master...hostname-lookups) https://github.com/bitcoin/bitcoin/pull/9774
< bitcoin-git> bitcoin/master 90cb2a2 Wladimir J. van der Laan: Merge #9774: Enable host lookups for -proxy and -onion parameters...
< bitcoin-git> bitcoin/master f36bdf0 Johnathan Corgan: Enable host lookups for -proxy and -onion parameters...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/67c5cc19178d...90cb2a218e58
< bitcoin-git> [bitcoin] laanwj closed pull request #9828: Avoid -Wshadow warnings in wallet_tests (master...pr/multishadow) https://github.com/bitcoin/bitcoin/pull/9828
< bitcoin-git> bitcoin/master 09fe346 Russell Yanofsky: Avoid -Wshadow warnings in wallet_tests...
< bitcoin-git> bitcoin/master 67c5cc1 Wladimir J. van der Laan: Merge #9828: Avoid -Wshadow warnings in wallet_tests...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/75d012e8c7d0...67c5cc19178d
< gribble> https://github.com/bitcoin/bitcoin/issues/9294 | Use internal HD chain for change outputs (hd split) by jonasschnelli · Pull Request #9294 · bitcoin/bitcoin · GitHub
< bitcoin-git> bitcoin/master 75d012e Wladimir J. van der Laan: Merge #8808: Do not shadow variables (gcc set)...
< bitcoin-git> bitcoin/master ad1ae7a Pavel Janík: Check and enable -Wshadow by default.
< bitcoin-git> bitcoin/master 9de90bb Pavel Janík: Do not shadow variables (gcc set)
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/ba80a684cfef...75d012e8c7d0
< jonasschnelli> wumpus: https://github.com/bitcoin/bitcoin/issues/9898 isn't solved yet. right?
< bitcoin-git> [bitcoin] laanwj closed pull request #9903: Docs: add details to -rpcclienttimeout doc (master...docs-client-timeout) https://github.com/bitcoin/bitcoin/pull/9903
< bitcoin-git> bitcoin/master ba80a68 Wladimir J. van der Laan: Merge #9903: Docs: add details to -rpcclienttimeout doc...
< bitcoin-git> bitcoin/master 90a1d9a Ian Kelling: Docs: add details to -rpcclienttimeout doc
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/eb281842b7df...ba80a684cfef
< wumpus> no PRs yet,but you can find the branches linked in the README here: https://github.com/laanwj/bitcoin
< bitcoin-git> [bitcoin] laanwj closed pull request #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequest (master...multiwallet_prefactor_rpc) https://github.com/bitcoin/bitcoin/pull/8775
< bitcoin-git> bitcoin/master 2e518e3 Luke Dashjr: Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique per CWallet
< bitcoin-git> bitcoin/master d77ad6d Luke Dashjr: RPC: Do all wallet access through new GetWalletForJSONRPCRequest
< bitcoin-git> bitcoin/master eca550f Luke Dashjr: RPC/Wallet: Pass CWallet as pointer to helper functions
< bitcoin-git> [bitcoin] laanwj pushed 10 new commits to master: https://github.com/bitcoin/bitcoin/compare/58861ad91b49...eb281842b7df
< bitcoin-git> [bitcoin] ian-kelling opened pull request #9910: Docs: correct and elaborate -rpcbind doc (master...docs-rpcbind) https://github.com/bitcoin/bitcoin/pull/9910
< bitcoin-git> [bitcoin] ryanofsky opened pull request #9909: Add FindEarliestAtLeast test for edge cases (master...pr/faltest) https://github.com/bitcoin/bitcoin/pull/9909
< bitcoin-git> [bitcoin] ryanofsky opened pull request #9908: Define 7200 second timestamp window constant (master...pr/timewin) https://github.com/bitcoin/bitcoin/pull/9908
< jonasschnelli> What I once started is to use sipas crawler (bitcoin-seeder) and fill everything into a db, then use that db from djbdns (which is still one of the best dnsd IMO).
< bitcoin-git> [bitcoin] laanwj closed pull request #9904: test: Fail if InitBlockIndex fails (master...2017_03_test_check_blkindex_result) https://github.com/bitcoin/bitcoin/pull/9904
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f7ec7cfd38b5...58861ad91b49
< bitcoin-git> bitcoin/master 6485466 Wladimir J. van der Laan: test: Report InitBlockIndex result...
< bitcoin-git> bitcoin/master 58861ad Wladimir J. van der Laan: Merge #9904: test: Fail if InitBlockIndex fails...
< bitcoin-git> [bitcoin] TheOnlyAymes closed pull request #9907: 0.14 (master...0.14) https://github.com/bitcoin/bitcoin/pull/9907
< bitcoin-git> [bitcoin] TheOnlyAymes opened pull request #9907: 0.14 (master...0.14) https://github.com/bitcoin/bitcoin/pull/9907
< bitcoin-git> [bitcoin] instagibbs opened pull request #9906: Disallow copy constructor CReserveKeys (master...noreservecopy) https://github.com/bitcoin/bitcoin/pull/9906

2017-03-02

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #9905: contrib: Move second sha512 check to the end (master...Mf1703-gh-merge) https://github.com/bitcoin/bitcoin/pull/9905
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #9359: Add test for CWalletTx::GetImmatureCredit() returning stale values. (master...pr/immature) https://github.com/bitcoin/bitcoin/pull/9359
< bitcoin-git> bitcoin/master 7ed143c Russell Yanofsky: Add test for CWalletTx::GetImmatureCredit() returning stale values....
< bitcoin-git> bitcoin/master f7ec7cf MarcoFalke: Merge #9359: Add test for CWalletTx::GetImmatureCredit() returning stale values....
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/65d90f585a83...f7ec7cfd38b5
< jeremyrubin> wumpus: does they cloudabi stuff exist locally as a sandbox you then run bitcoin in or do you compile it in?
< gmaxwell> bitcoin-dev
< gribble> https://github.com/bitcoin/bitcoin/issues/9602 | Remove coin age priority and free transactions - implementation by morcos · Pull Request #9602 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/8775 | RPC refactoring: Access wallet using new GetWalletForJSONRPCRequest by luke-jr · Pull Request #8775 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/8775 | RPC refactoring: Access wallet using new GetWalletForJSONRPCRequest by luke-jr · Pull Request #8775 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/8775 | RPC refactoring: Access wallet using new GetWalletForJSONRPCRequest by luke-jr · Pull Request #8775 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/9602 | Remove coin age priority and free transactions - implementation by morcos · Pull Request #9602 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/9602 | Remove coin age priority and free transactions - implementation by morcos · Pull Request #9602 · bitcoin/bitcoin · GitHub
< gmaxwell> I saw some positive comments on Bitcoin talk.
< wumpus> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr btcdrak sdaftuar jtimon cfields petertodd kanzure bluematt
< jonasschnelli> ryanofsky: it was about https://github.com/bitcoin/bitcoin/pull/9681
< bitcoin-git> [bitcoin] laanwj opened pull request #9904: test: Fail if InitBlockIndex fails (master...2017_03_test_check_blkindex_result) https://github.com/bitcoin/bitcoin/pull/9904
< bitcoin-git> [bitcoin] ian-kelling opened pull request #9903: Docs: add details to -rpcclienttimeout doc (master...docs-client-timeout) https://github.com/bitcoin/bitcoin/pull/9903
< gribble> https://github.com/bitcoin/bitcoin/issues/7533 | RPC: sendrawtransaction: Allow the user to ignore/override specific rejections by luke-jr · Pull Request #7533 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/8775 | RPC refactoring: Access wallet using new GetWalletForJSONRPCRequest by luke-jr · Pull Request #8775 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #9143: Refactor ZapWalletTxes to avoid layer violations (master...2016/11/wallet_db_refactoring_1) https://github.com/bitcoin/bitcoin/pull/9143
< bitcoin-git> bitcoin/master 65d90f5 Wladimir J. van der Laan: Merge #9143: Refactor ZapWalletTxes to avoid layer violations...
< bitcoin-git> bitcoin/master 0165a56 Jonas Schnelli: Refactor ZapWalletTxes to avoid layer vialotions
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0496e15aef1c...65d90f585a83
< gribble> https://github.com/bitcoin/bitcoin/issues/9143 | Refactor ZapWalletTxes to avoid layer violations by jonasschnelli · Pull Request #9143 · bitcoin/bitcoin · GitHub
< jonasschnelli> Can someone check if i haven't screwed up my first new subkey commit: https://github.com/bitcoin/bitcoin/commit/b00ba6251f71fa1edaabdf809514e1bc3c67862e
< bitcoin-git> [bitcoin] laanwj closed pull request #9894: remove 'label' filter for rpc command help (master...filterrpc) https://github.com/bitcoin/bitcoin/pull/9894
< bitcoin-git> bitcoin/master 0496e15 Wladimir J. van der Laan: Merge #9894: remove 'label' filter for rpc command help...
< bitcoin-git> bitcoin/master 6665977 Gregory Sanders: remove 'label' filter for rpc command help
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b00ba6251f71...0496e15aef1c
< jonasschnelli> ryanofsky: I have a question about your comment: https://github.com/bitcoin/bitcoin/pull/9681#discussion_r102847930
< bitcoin-git> [bitcoin] laanwj opened pull request #9902: Lightweight abstraction of boost::filesystem (master...2017_03_fs) https://github.com/bitcoin/bitcoin/pull/9902
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #9834: qt: clean up initialize/shutdown signals (master...exitcode) https://github.com/bitcoin/bitcoin/pull/9834
< bitcoin-git> bitcoin/master b00ba62 Jonas Schnelli: Merge #9834: qt: clean up initialize/shutdown signals...
< bitcoin-git> bitcoin/master 5b528d7 Marko Bencun: qt: clean up initialize/shutdown signals...
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d19d45a1e6a4...b00ba6251f71

2017-03-01

< bitcoin-git> [bitcoin] Rav3nPL opened pull request #9900: Ban "invalid messagestart" nodes (master...patch-2) https://github.com/bitcoin/bitcoin/pull/9900
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #9899: Add jonasschnellis new NIST-P 256 signing key (master...2017/03/key) https://github.com/bitcoin/bitcoin/pull/9899
< waxwing> Micheal_PVR: this is for core development, use #bitcoin or maybe #bitcoin-dev
< Micheal_PVR> Sorry for my lack of understanding, but in order for it to then go on to be imported as a mainnet bitcoin wallet, I would have to add a 5 infront?
< jonasschnelli> MarcoFalke: I have no plans to revoke them,... just not to have them in the main Bitcoin Core repository anymore... because it seems that they are no longer relevant for newer releases.
< jonasschnelli> No current available bitcoin HWW supports RSA,... NISP-2 and Ed25519 is supported though,...
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #9899: Add jonasschnellis new NIST-P 256 signing key (master...2017/03/key) https://github.com/bitcoin/bitcoin/pull/9899
< bitcoin-git> [bitcoin] laanwj closed pull request #9821: util: Specific GetOSRandom for Linux/FreeBSD/OpenBSD (master...2017_02_osrandom) https://github.com/bitcoin/bitcoin/pull/9821
< bitcoin-git> bitcoin/master 7cad849 Wladimir J. van der Laan: sanity: Move OS random to sanity check function...
< bitcoin-git> bitcoin/master aa09ccb Wladimir J. van der Laan: squashme: comment that NUM_OS_RANDOM_BYTES should not be changed lightly
< bitcoin-git> bitcoin/master 224e6eb Wladimir J. van der Laan: util: Specific GetOSRandom for Linux/FreeBSD/OpenBSD...
< bitcoin-git> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/cbdb4732f10c...d19d45a1e6a4
< bitcoin-git> [bitcoin] laanwj closed pull request #9868: Abstract out the command line options for block assembly (master...assembleroptions) https://github.com/bitcoin/bitcoin/pull/9868
< bitcoin-git> bitcoin/master cbdb473 Wladimir J. van der Laan: Merge #9868: Abstract out the command line options for block assembly...
< bitcoin-git> bitcoin/master 277b472 Pieter Wuille: Run miner_tests with fixed options
< bitcoin-git> bitcoin/master 48faf0b Pieter Wuille: Abstract out BlockAssembler options
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/1ce7ec2a4f28...cbdb4732f10c
< bitcoin-git> bitcoin/0.14 a80dc94 Luke Dashjr: Bugfix: Only install manpages for built programs...