2017-04-14

< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to 0.14: https://github.com/bitcoin/bitcoin/compare/06909df179e7...30fa231011a6
< bitcoin-git> [bitcoin] laanwj closed pull request #10204: [rpc] rename disconnectnode argument (master...rename_disconnect_node_argument) https://github.com/bitcoin/bitcoin/pull/10204
< bitcoin-git> bitcoin/master f4db00f Wladimir J. van der Laan: Merge #10204: [rpc] rename disconnectnode argument...
< bitcoin-git> bitcoin/master 883154c John Newbery: [rpc] rename disconnectnode argument
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b7365f0545b1...f4db00f9a548
< bitcoin-git> [bitcoin] jonasschnelli reopened pull request #10208: [wallet] Rescan abortability (master...rescan-abortability) https://github.com/bitcoin/bitcoin/pull/10208
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #10208: [wallet] Rescan abortability (master...rescan-abortability) https://github.com/bitcoin/bitcoin/pull/10208
< bitcoin-git> [bitcoin] kallewoof opened pull request #10208: [wallet] Rescan abortability (master...rescan-abortability) https://github.com/bitcoin/bitcoin/pull/10208
< bitcoin-git> [bitcoin] kallewoof closed pull request #9872: [qa] Multi-chain support in test framework (master...qa-multi-chain-support) https://github.com/bitcoin/bitcoin/pull/9872
< bitcoin-git> [bitcoin] wtogami opened pull request #10207: Clarify importprivkey help text ... example of blank label without rescan (master...importprivkey) https://github.com/bitcoin/bitcoin/pull/10207

2017-04-13

< bitcoin-git> [bitcoin] dramaticbulgarian closed pull request #10206: Chainparams: In ReceivedBlockTransactions() (master...chainparams) https://github.com/bitcoin/bitcoin/pull/10206
< bitcoin-git> [bitcoin] dramaticbulgarian opened pull request #10206: Chainparams: In ReceivedBlockTransactions() (master...chainparams) https://github.com/bitcoin/bitcoin/pull/10206
< bitcoin-git> [bitcoin] theuni opened pull request #10205: net: define NodeId as an int64_t (0.14...10176-backport) https://github.com/bitcoin/bitcoin/pull/10205
< bitcoin-git> [bitcoin] jnewbery opened pull request #10204: [rpc] rename disconnectnode argument (master...rename_disconnect_node_argument) https://github.com/bitcoin/bitcoin/pull/10204
< bitcoin-git> [bitcoin] sipa closed pull request #9480: De-duplicate SignatureCacheHasher (master...refactor-signaturecachehasher-visibility) https://github.com/bitcoin/bitcoin/pull/9480
< bitcoin-git> bitcoin/master b7365f0 Pieter Wuille: Merge #9480: De-duplicate SignatureCacheHasher...
< bitcoin-git> bitcoin/master f9c8807 Jeremy Rubin: Deduplicate SignatureCacheHasher...
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/eab00d96dfe9...b7365f0545b1
< bitcoin-git> [bitcoin] laanwj closed pull request #9665: Use cached [compact] blocks to respond to getdata messages (master...2017-02-processgetdata-cache) https://github.com/bitcoin/bitcoin/pull/9665
< bitcoin-git> bitcoin/master b49ad44 Matt Corallo: Add comment about cs_most_recent_block coverage
< bitcoin-git> bitcoin/master c47f5b7 Matt Corallo: Cache witness-enabled state with recent-compact-block-cache
< bitcoin-git> bitcoin/master efc135f Matt Corallo: Use cached [compact] blocks to respond to getdata messages
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/cf8a8b1028d6...eab00d96dfe9
< bitcoin-git> [bitcoin] laanwj closed pull request #10176: net: gracefully handle NodeId wrapping (master...nodeid-no-wrap) https://github.com/bitcoin/bitcoin/pull/10176
< bitcoin-git> bitcoin/master cf8a8b1 Wladimir J. van der Laan: Merge #10176: net: gracefully handle NodeId wrapping...
< bitcoin-git> bitcoin/master c851be4 Cory Fields: net: define NodeId as an int64_t...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/70f6f56e9dde...cf8a8b1028d6
< bitcoin-git> [bitcoin] laanwj closed pull request #7148: [NO MERGE] Travis: Run nightly test suite (master...travis/nightly) https://github.com/bitcoin/bitcoin/pull/7148
< bitcoin-git> [bitcoin] NicolasDorier opened pull request #10202: [Wallet] FundRawTransaction can fund a transaction with preset inputs found in the CoinView (master...fundrawtransaction) https://github.com/bitcoin/bitcoin/pull/10202
< bitcoin-git> [bitcoin] NicolasDorier closed pull request #10068: [Wallet] FundRawTransaction accepts preset non-wallet inputs (master...nonwalletinputs) https://github.com/bitcoin/bitcoin/pull/10068
< bitcoin-git> [bitcoin] mariodian opened pull request #10201: pass Consensus::Params& to ReceivedBlockTransactions() (master...consensusparams-receivedblocktransactions) https://github.com/bitcoin/bitcoin/pull/10201
< bitcoin-git> [bitcoin] laanwj closed pull request #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair (master...inputcoin) https://github.com/bitcoin/bitcoin/pull/10165
< bitcoin-git> bitcoin/master f597dcb NicolasDorier: [Wallet] Simplify code using CInputCoin
< bitcoin-git> bitcoin/master e78bc45 NicolasDorier: [Wallet] Decouple CInputCoin from CWalletTx
< bitcoin-git> bitcoin/master fd44ac1 NicolasDorier: [Wallet] Rename std::pair<const CWalletTx*, unsigned int> to CInputCoin
< bitcoin-git> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/c9ff4f8ee601...70f6f56e9dde
< bitcoin-git> bitcoin/0.14 06909df Wladimir J. van der Laan: Merge #10185: [0.14] Mention dbcache memory changes in release notes...
< bitcoin-git> bitcoin/0.14 b7caa30 Suhas Daftuar: Mention dbcache memory changes in 0.14.1 release notes
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to 0.14: https://github.com/bitcoin/bitcoin/compare/55f641ca194b...06909df179e7
< bitcoin-git> [bitcoin] laanwj closed pull request #10186: Remove SYNC_TRANSACTION_NOT_IN_BLOCK magic number (master...remove_SYNC_TRANSACTION_NOT_IN_BLOCK_magic_number) https://github.com/bitcoin/bitcoin/pull/10186
< bitcoin-git> bitcoin/master c9ff4f8 Wladimir J. van der Laan: Merge #10186: Remove SYNC_TRANSACTION_NOT_IN_BLOCK magic number...
< bitcoin-git> bitcoin/master d0cd0bd John Newbery: Make CWallet::SyncTransactions() interface friendlier
< bitcoin-git> bitcoin/master 714e4ad John Newbery: AddToWalletIfInvolvingMe should test pIndex, not posInBlock
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/de01da7cad32...c9ff4f8ee601

2017-04-12

< bitcoin-git> [bitcoin] sdaftuar opened pull request #10200: Mining: Skip recent transactions if fee difference is small (master...2017-04-dont-mine-recent-tx) https://github.com/bitcoin/bitcoin/pull/10200
< bitcoin-git> [bitcoin] bulldozer00 closed pull request #10194: Remove unecessary friend keyword from the class definition (master...patch-1) https://github.com/bitcoin/bitcoin/pull/10194
< bitcoin-git> [bitcoin] laanwj closed pull request #10177: Changed "Send" button default status from true to false (master...ui_fixes) https://github.com/bitcoin/bitcoin/pull/10177
< bitcoin-git> bitcoin/master de01da7 Wladimir J. van der Laan: Merge #10177: Changed "Send" button default status from true to false...
< bitcoin-git> bitcoin/master 8c3e6c6 KibbledJiveElkZoo: Changed "Send" button default status from true to false...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/350b22497c7c...de01da7cad32
< bitcoin-git> [bitcoin] laanwj closed pull request #10150: [rpc] Add logging rpc (master...logging_rpc) https://github.com/bitcoin/bitcoin/pull/10150
< bitcoin-git> bitcoin/master 7fd50c3 John Newbery: allow libevent logging to be updated during runtime
< bitcoin-git> bitcoin/master 5255aca John Newbery: [rpc] Add logging RPC...
< bitcoin-git> bitcoin/master 4d9950d John Newbery: Set BCLog::LIBEVENT correctly for old libevent versions.
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/b44adf92342a...350b22497c7c
< bitcoin-git> [bitcoin] morcos opened pull request #10199: Better fee estimates (master...smarterfee) https://github.com/bitcoin/bitcoin/pull/10199
< bitcoin-git> [bitcoin] jnewbery closed pull request #10198: [tests] Remove is_network_split from functional test framework (master...remove_is_network_split) https://github.com/bitcoin/bitcoin/pull/10198
< bitcoin-git> [bitcoin] jnewbery opened pull request #10198: [tests] Remove is_network_split from functional test framework (master...remove_is_network_split) https://github.com/bitcoin/bitcoin/pull/10198
< bitcoin-git> [bitcoin] jnewbery opened pull request #10197: Functional test warnings (master...functional_test_warnings) https://github.com/bitcoin/bitcoin/pull/10197
< bitcoin-git> [bitcoin] sdaftuar opened pull request #10196: Bugfix: PrioritiseTransaction updates the mempool tx counter (master...2017-04-prioritise-transaction) https://github.com/bitcoin/bitcoin/pull/10196
< bitcoin-git> [bitcoin] jnewbery reopened pull request #10191: [trivial] Remove unused submit block parameters argument (master...remove_submit_block_params) https://github.com/bitcoin/bitcoin/pull/10191
< bitcoin-git> [bitcoin] sipa opened pull request #10195: Switch chainstate db and cache to per-txout model (master...pertxoutcache) https://github.com/bitcoin/bitcoin/pull/10195
< bitcoin-git> [bitcoin] bulldozer00 opened pull request #10194: Remove unecessary friend keyword from the class definition (master...patch-1) https://github.com/bitcoin/bitcoin/pull/10194
< bitcoin-git> [bitcoin] jtimon opened pull request #10193: scripted-diff: sed -i 's/BOOST_FOREACH(\(.*\),/for (\1 :/' ./src/qt/*.cpp (master...b14-10189-scripted-qt-foreach) https://github.com/bitcoin/bitcoin/pull/10193

2017-04-11

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10187: tests: Fix test_runner return value in case of skipped test (master...2017_04_fix_tracis) https://github.com/bitcoin/bitcoin/pull/10187
< bitcoin-git> bitcoin/master b44adf9 MarcoFalke: Merge #10187: tests: Fix test_runner return value in case of skipped test...
< bitcoin-git> bitcoin/master e96462f Wladimir J. van der Laan: tests: Fix test_runner return value in case of skipped test...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/67023e9004ba...b44adf92342a
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #10125: Exit bitcoind immediately on shutdown instead of 200ms later (master...2017-03-faster-shutdown) https://github.com/bitcoin/bitcoin/pull/10125
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #10192: Cache full script execution results in addition to signatures (master...2017-04-cache-scriptchecks) https://github.com/bitcoin/bitcoin/pull/10192
< bitcoin-git> [bitcoin] jnewbery closed pull request #10191: [trivial] Remove unused submit block parameters argument (master...remove_submit_block_params) https://github.com/bitcoin/bitcoin/pull/10191
< bitcoin-git> [bitcoin] jnewbery opened pull request #10191: [trivial] Remove unused submit block parameters argument (master...remove_submit_block_params) https://github.com/bitcoin/bitcoin/pull/10191
< bitcoin-git> [bitcoin] jnewbery opened pull request #10190: Mining functional tests (including regression test for submitblock) (master...mining_functional_test) https://github.com/bitcoin/bitcoin/pull/10190
< bitcoin-git> [bitcoin] theuni opened pull request #10189: devtools/net: add a verifier for scriptable changes. Use it to make CNode::id private. (master...private-nodeid) https://github.com/bitcoin/bitcoin/pull/10189
< bitcoin-git> [bitcoin] laanwj opened pull request #10187: tests: Fix test_runner return value in case of skipped test (master...2017_04_fix_tracis) https://github.com/bitcoin/bitcoin/pull/10187
< bitcoin-git> [bitcoin] jnewbery opened pull request #10186: Remove SYNC_TRANSACTION_NOT_IN_BLOCK magic number (master...remove_SYNC_TRANSACTION_NOT_IN_BLOCK_magic_number) https://github.com/bitcoin/bitcoin/pull/10186
< bitcoin-git> [bitcoin] sdaftuar opened pull request #10185: [0.14] Mention dbcache memory changes in release notes (0.14...2017-04-relnotes-0.14.1) https://github.com/bitcoin/bitcoin/pull/10185
< bitcoin-git> [bitcoin] NicolasDorier opened pull request #10184: [Wallet] Worst case performance improvement on KeyPool filtering (master...hdinternalperf) https://github.com/bitcoin/bitcoin/pull/10184
< bitcoin-git> [bitcoin] KibbledJiveElkZoo opened pull request #10183: Don't default rescan on private/public key imports. (master...rpc_rescan_fixes) https://github.com/bitcoin/bitcoin/pull/10183
< bitcoin-git> [bitcoin] tjps opened pull request #10182: [scheduler] Switched CScheduler to C++11 threading primitives (master...tjps_scheduler) https://github.com/bitcoin/bitcoin/pull/10182
< bitcoin-git> [bitcoin] jtimon opened pull request #10181: Include cleanup (master...2017-04-10-includes) https://github.com/bitcoin/bitcoin/pull/10181

2017-04-10

< bitcoin-git> [bitcoin] practicalswift opened pull request #10180: [trivial] Fix typos (tempoarily → temporarily, inadvertantly → inadvertently) (master...inadvertantly-and-tempoarily) https://github.com/bitcoin/bitcoin/pull/10180
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #10179: Give CValidationInterface Support for calling notifications on the CScheduler Thread (master...2017-01-wallet-cache-inmempool-3) https://github.com/bitcoin/bitcoin/pull/10179
< bitcoin-git> [bitcoin] laanwj closed pull request #9725: CValidationInterface Cleanups (master...2017-01-wallet-cache-inmempool-1) https://github.com/bitcoin/bitcoin/pull/9725
< bitcoin-git> bitcoin/master 29e6e23 Matt Corallo: Make ConnectTrace::blocksConnected private, hide behind accessors
< bitcoin-git> bitcoin/master 822000c Matt Corallo: Add pblock to connectTrace at the end of ConnectTip, not start...
< bitcoin-git> bitcoin/master f5e9a01 Matt Corallo: Include missing #include in zmqnotificationinterface.h
< bitcoin-git> [bitcoin] laanwj pushed 13 new commits to master: https://github.com/bitcoin/bitcoin/compare/e183ea2047b3...67023e9004ba
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #10178: Remove CValidationInterface::UpdatedTransaction (master...2017-01-wallet-cache-inmempool-2) https://github.com/bitcoin/bitcoin/pull/10178
< bitcoin-git> [bitcoin] KibbledJiveElkZoo opened pull request #10177: Changed "Send" button default status from true to false (master...ui_fixes) https://github.com/bitcoin/bitcoin/pull/10177
< bitcoin-git> [bitcoin] theuni opened pull request #10176: net: gracefully handle NodeId wrapping (master...nodeid-no-wrap) https://github.com/bitcoin/bitcoin/pull/10176
< bitcoin-git> [bitcoin] mrwhythat closed pull request #10161: Support for Tor's Single Onion Service (master...tor-single-onion-service) https://github.com/bitcoin/bitcoin/pull/10161
< bitcoin-git> [bitcoin] laanwj closed pull request #10164: Wallet: reduce excess logic InMempool() (master...patch-1) https://github.com/bitcoin/bitcoin/pull/10164
< bitcoin-git> bitcoin/master 3491476 Kewde: Wallet: reduce excess logic InMemPool()...
< bitcoin-git> bitcoin/master e183ea2 Wladimir J. van der Laan: Merge #10164: Wallet: reduce excess logic InMempool()...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e19586a8a955...e183ea2047b3
< bitcoin-git> [bitcoin] laanwj closed pull request #10135: [p2p] Send the correct error code in reject messages (master...correctrejectmessages) https://github.com/bitcoin/bitcoin/pull/10135
< bitcoin-git> bitcoin/master e19586a Wladimir J. van der Laan: Merge #10135: [p2p] Send the correct error code in reject messages...
< bitcoin-git> bitcoin/master 5d08c9c John Newbery: Send the correct error code in reject messages
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a27dbc55b1aa...e19586a8a955
< bitcoin-git> [bitcoin] laanwj closed 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/master a27dbc5 Wladimir J. van der Laan: Merge #9949: [bench] Avoid function call arguments which are pointers to uninitialized values...
< bitcoin-git> bitcoin/master 218d915 practicalswift: [bench] Avoid function call arguments which are pointers to uninitialized values
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/51833a17347f...a27dbc55b1aa
< bitcoin-git> [bitcoin] laanwj closed pull request #10156: Fix for issues with startup and multiple monitors on windows. (master...masterMultiMonFix) https://github.com/bitcoin/bitcoin/pull/10156
< bitcoin-git> bitcoin/master 51833a1 Wladimir J. van der Laan: Merge #10156: Fix for issues with startup and multiple monitors on windows....
< bitcoin-git> bitcoin/master e9ff818 Allan Doensen: Fix for issues with startup and multiple monitors on windows.
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1fa4ae67a330...51833a17347f
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #9890: Add a button to open the config file in a text editor (master...master) https://github.com/bitcoin/bitcoin/pull/9890
< bitcoin-git> bitcoin/master 1fa4ae6 Jonas Schnelli: Merge #9890: Add a button to open the config file in a text editor...
< bitcoin-git> bitcoin/master 9ab9e7d Eric Shaw Jr: Add a button to open the config file in a text editor
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/64962aecb6be...1fa4ae67a330
< bitcoin-git> [bitcoin] practicalswift opened pull request #10175: Remove excess logic. (master...excess-logic) https://github.com/bitcoin/bitcoin/pull/10175
< bitcoin-git> [bitcoin] laanwj closed pull request #10166: Ignore Doxyfile generated from Doxyfile.in template. (master...20170407_gitignoreDoxyfile) https://github.com/bitcoin/bitcoin/pull/10166
< bitcoin-git> bitcoin/master 64962ae Wladimir J. van der Laan: Merge #10166: Ignore Doxyfile generated from Doxyfile.in template....
< bitcoin-git> bitcoin/master 9eaf718 Pavel Janík: Ignore Doxyfile generated from Doxyfile.in template.
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/813eacf81b73...64962aecb6be
< bitcoin-git> [bitcoin] laanwj closed pull request #10167: [trivial] Fix typo ("improssible" → "impossible") (master...improssible) https://github.com/bitcoin/bitcoin/pull/10167
< bitcoin-git> bitcoin/master 813eacf Wladimir J. van der Laan: Merge #10167: [trivial] Fix typo ("improssible" → "impossible")...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ed09dd3f5a87...813eacf81b73
< bitcoin-git> bitcoin/master bcca57e practicalswift: [trivial] Fix typo ("improssible" → "impossible")
< bitcoin-git> [bitcoin] laanwj closed pull request #10142: Run bitcoin_test-qt under minimal QPA platform (master...pr/qtmin) https://github.com/bitcoin/bitcoin/pull/10142
< bitcoin-git> bitcoin/master ed09dd3 Wladimir J. van der Laan: Merge #10142: Run bitcoin_test-qt under minimal QPA platform...
< bitcoin-git> bitcoin/master bf10264 Russell Yanofsky: Run bitcoin_test-qt under minimal QPA platform...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/703202180bde...ed09dd3f5a87
< bitcoin-git> [bitcoin] laanwj closed pull request #10168: Fix build warning from #error text (master...fixbuildwarning) https://github.com/bitcoin/bitcoin/pull/10168
< bitcoin-git> bitcoin/master 7032021 Wladimir J. van der Laan: Merge #10168: Fix build warning from #error text...
< bitcoin-git> bitcoin/master dd7e43e John Newbery: Fix build warning from #error text
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/88799ea1b1c0...703202180bde

2017-04-09

< bitcoin-git> [bitcoin] sipa closed pull request #9599: [WIP] Perform validation in a separate thread to message handling. (master...ValidationThread) https://github.com/bitcoin/bitcoin/pull/9599
< bitcoin-git> [bitcoin] sipa closed pull request #8087: Introduce CBlockchain and move CheckBlockHeader (master...2016-05-22-cblockchain) https://github.com/bitcoin/bitcoin/pull/8087

2017-04-08

< bitcoin-git> [bitcoin] awemany opened pull request #10172: Fix opt-in RBF reliance on compiler integer size (master...rbf-numlimits-fix) https://github.com/bitcoin/bitcoin/pull/10172
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10124: [test] Suppress test logging spam (master...suppress_test_logging_spam) https://github.com/bitcoin/bitcoin/pull/10124
< bitcoin-git> bitcoin/master 88799ea MarcoFalke: Merge #10124: [test] Suppress test logging spam...
< bitcoin-git> bitcoin/master 45ce471 John Newbery: Reduce spammy test logging...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/df1ca9e93a61...88799ea1b1c0
< bitcoin-git> [bitcoin] jnewbery opened pull request #10171: [tests] Add node methods to test framework (master...add_node_methods_to_test_framework) https://github.com/bitcoin/bitcoin/pull/10171
< bitcoin-git> [bitcoin] jnewbery closed pull request #10111: [WIP] Remove NetworkThread from individual test cases (master...remove_network_thread_from_test_scripts) https://github.com/bitcoin/bitcoin/pull/10111

2017-04-07

< bitcoin-git> [bitcoin] jnewbery opened pull request #10169: [tests] Remove func test code duplication (master...remove_func_test_code_duplication) https://github.com/bitcoin/bitcoin/pull/10169
< bitcoin-git> [bitcoin] jnewbery closed pull request #10160: [WIP] updatepeer RPC (master...updatepeer) https://github.com/bitcoin/bitcoin/pull/10160
< bitcoin-git> [bitcoin] jnewbery opened pull request #10168: Fix build warning from #error text (master...fixbuildwarning) https://github.com/bitcoin/bitcoin/pull/10168
< bitcoin-git> [bitcoin] practicalswift opened pull request #10167: [trivial] Fix typo ("improssible" → "impossible") (master...improssible) https://github.com/bitcoin/bitcoin/pull/10167
< bitcoin-git> [bitcoin] paveljanik opened pull request #10166: Ignore Doxyfile generated from Doxyfile.in template. (master...20170407_gitignoreDoxyfile) https://github.com/bitcoin/bitcoin/pull/10166
< bitcoin-git> [bitcoin] laanwj closed pull request #10159: [tests] color test results and sort alphabetically (master...sort_test_results) https://github.com/bitcoin/bitcoin/pull/10159
< bitcoin-git> bitcoin/master d80baaa John Newbery: fixup - align summary row correctly and make colors/glyphs globals
< bitcoin-git> bitcoin/master bb92d83 John Newbery: [tests] Add unicode symbols for tests passing/failing/skipping
< bitcoin-git> bitcoin/master 63062bd John Newbery: [tests] color test results and sort alphabetically
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/a5fd74667459...df1ca9e93a61
< bitcoin-git> [bitcoin] laanwj closed pull request #9681: Refactor Bumpfee, move core functionality to CWallet (master...2017/02/qt_bump) https://github.com/bitcoin/bitcoin/pull/9681
< bitcoin-git> bitcoin/master 2718db0 Jonas Schnelli: Restore invalid fee check (must be > 0)
< bitcoin-git> bitcoin/master 0337a39 Jonas Schnelli: Refactor Bumpfee core functionality
< bitcoin-git> bitcoin/master d1a95e8 Jonas Schnelli: Bumpfee move request parameter interaction to the top
< bitcoin-git> [bitcoin] laanwj pushed 10 new commits to master: https://github.com/bitcoin/bitcoin/compare/928695bee67e...a5fd74667459
< bitcoin-git> [bitcoin] laanwj closed pull request #10155: build: Deduplicate version numbers (master...2017_03_version_bump) https://github.com/bitcoin/bitcoin/pull/10155
< bitcoin-git> bitcoin/master 08d9aee Wladimir J. van der Laan: build: Remove duplicate version information from src/clientversion.h...
< bitcoin-git> bitcoin/master 168a703 Wladimir J. van der Laan: doc: Make build system insert version in Doxyfile
< bitcoin-git> bitcoin/master b67eb8d Wladimir J. van der Laan: doc: Remove version numbers from READMEs...
< bitcoin-git> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/a3a2160b6650...928695bee67e
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #10043: Fix bug in CKey DER encoding (master...2017/03/fix_der_comp) https://github.com/bitcoin/bitcoin/pull/10043
< bitcoin-git> [bitcoin] laanwj closed pull request #10162: [trivial] Log calls to getblocktemplate (master...loggetblocktemplatecalls) https://github.com/bitcoin/bitcoin/pull/10162
< bitcoin-git> bitcoin/master a3a2160 Wladimir J. van der Laan: Merge #10162: [trivial] Log calls to getblocktemplate...
< bitcoin-git> bitcoin/master 1352092 John Newbery: Log calls to getblocktemplate
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8c28670e92b6...a3a2160b6650
< bitcoin-git> [bitcoin] NicolasDorier opened pull request #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair (master...inputcoin) https://github.com/bitcoin/bitcoin/pull/10165
< bitcoin-git> [bitcoin] kallewoof closed pull request #9686: [WIP] RPC help tabulation (master...rpc-help-tabulation) https://github.com/bitcoin/bitcoin/pull/9686
< bitcoin-git> [bitcoin] kewde opened pull request #10164: Wallet: reduce excess logic InMemPool() (master...patch-1) https://github.com/bitcoin/bitcoin/pull/10164

2017-04-06

< bitcoin-git> [bitcoin] laanwj closed pull request #9902: Lightweight abstraction of boost::filesystem (master...2017_03_fs) https://github.com/bitcoin/bitcoin/pull/9902
< bitcoin-git> bitcoin/master bac5c9c Wladimir J. van der Laan: Replace uses of boost::filesystem with fs...
< bitcoin-git> bitcoin/master 7d5172d Wladimir J. van der Laan: Replace includes of boost/filesystem.h with fs.h...
< bitcoin-git> bitcoin/master 19e36bb Wladimir J. van der Laan: Add fs.cpp/h
< bitcoin-git> [bitcoin] laanwj pushed 7 new commits to master: https://github.com/bitcoin/bitcoin/compare/c7e73eafa139...8c28670e92b6
< bitcoin-git> [bitcoin] jnewbery opened pull request #10162: [trivial] Log calls to getblocktemplate (master...loggetblocktemplatecalls) https://github.com/bitcoin/bitcoin/pull/10162
< bitcoin-git> [bitcoin] laanwj closed pull request #10157: [0.14] Fix the mempool_packages.py test (0.14...test-0.14.1rc1) https://github.com/bitcoin/bitcoin/pull/10157
< bitcoin-git> [bitcoin] laanwj closed pull request #10158: Add some more release notes for 0.14.1. (0.14...relnote141) https://github.com/bitcoin/bitcoin/pull/10158
< bitcoin-git> [bitcoin] mrwhythat opened pull request #10161: [WIP] Support for Tor's Single Onion Service (master...tor-single-onion-service) https://github.com/bitcoin/bitcoin/pull/10161

2017-04-05

< bitcoin-git> [bitcoin] jnewbery opened pull request #10160: [WIP] updatepeer RPC (master...updatepeer) https://github.com/bitcoin/bitcoin/pull/10160
< bitcoin-git> [bitcoin] jnewbery opened pull request #10159: [tests] color test results and sort alphabetically (master...sort_test_results) https://github.com/bitcoin/bitcoin/pull/10159
< bitcoin-git> [bitcoin] gmaxwell opened pull request #10158: Add some more release notes for 0.14.1. (0.14...relnote141) https://github.com/bitcoin/bitcoin/pull/10158
< bitcoin-git> [bitcoin] sdaftuar opened pull request #10157: [0.14] Fix the mempool_packages.py test (0.14...test-0.14.1rc1) https://github.com/bitcoin/bitcoin/pull/10157
< bitcoin-git> bitcoin/0.14 df82ea9 Wladimir J. van der Laan: doc: Remove release note about release notes
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to 0.14: https://github.com/bitcoin/bitcoin/commit/df82ea914f6f569e244ab59ca24e4eea898eb1a9
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to 0.14: https://github.com/bitcoin/bitcoin/commit/920acbcca8240cb11a74055a81d5129c8a4c85af
< bitcoin-git> bitcoin/0.14 920acbc Wladimir J. van der Laan: doc: Update release notes for 0.14.1
< bitcoin-git> [bitcoin] laanwj closed pull request #10151: [logging] initialize flag variable to 0 (and continue if GetLogCategory() fails) (master...logging_initialization) https://github.com/bitcoin/bitcoin/pull/10151
< bitcoin-git> bitcoin/master c7e73ea Wladimir J. van der Laan: Merge #10151: [logging] initialize flag variable to 0 (and continue if GetLogCategory() fails)...
< bitcoin-git> bitcoin/master cd7f394 John Newbery: initialize flag variable to 0 (and continue if GetLogCategory() fails)
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3c95bd43d8ff...c7e73eafa139
< bitcoin-git> [bitcoin] laanwj closed pull request #10154: init: Remove redundant logging code (master...Mf1704-lognodebug) https://github.com/bitcoin/bitcoin/pull/10154
< bitcoin-git> bitcoin/master 3c95bd4 Wladimir J. van der Laan: Merge #10154: init: Remove redundant logging code...
< bitcoin-git> bitcoin/master faafa80 MarcoFalke: init: Remove redundant logging code
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/fade78854cf4...3c95bd43d8ff
< bitcoin-git> [bitcoin] AllanDoensen opened pull request #10156: Fix for issues with startup and mutiple monitors on windows. (master...masterMultiMonFix) https://github.com/bitcoin/bitcoin/pull/10156
< bitcoin-git> [bitcoin] laanwj opened pull request #10155: build: Deduplicate version numbers (master...2017_03_version_bump) https://github.com/bitcoin/bitcoin/pull/10155
< bitcoin-git> [bitcoin] laanwj closed pull request #10153: logging: Fix off-by-one for shrinkdebugfile default (master...Mf1704-offbyoneDebug) https://github.com/bitcoin/bitcoin/pull/10153
< bitcoin-git> bitcoin/master fade788 Wladimir J. van der Laan: Merge #10153: logging: Fix off-by-one for shrinkdebugfile default...
< bitcoin-git> bitcoin/master faab624 MarcoFalke: logging: Fix off-by-one for shrinkdebugfile
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f93f9b92969b...fade78854cf4
< bitcoin-git> bitcoin/0.14 47d24c8 Wladimir J. van der Laan: Bump version to 0.14.1
< bitcoin-git> bitcoin/0.14 ea060c7 Suhas Daftuar: Bugfix: ancestor modifed fees were incorrect for descendants...
< bitcoin-git> bitcoin/0.14 d947afc Suhas Daftuar: Test prioritisetransaction and ancestor fee state...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to 0.14: https://github.com/bitcoin/bitcoin/compare/0e5133cb2ef8...47d24c85b71b
< bitcoin-git> [bitcoin] laanwj closed pull request #10144: Prioritisetransaction wasn't always updating ancestor fee (master...2017-04-fix-mempool-modified-ancestor-fees) https://github.com/bitcoin/bitcoin/pull/10144
< bitcoin-git> bitcoin/master f93f9b9 Wladimir J. van der Laan: Merge #10144: Prioritisetransaction wasn't always updating ancestor fee...
< bitcoin-git> bitcoin/master 9bef02e Suhas Daftuar: Bugfix: ancestor modifed fees were incorrect for descendants...
< bitcoin-git> bitcoin/master ba7dd8b Suhas Daftuar: Test prioritisetransaction and ancestor fee state...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/5fc6a77aa626...f93f9b92969b
< bitcoin-git> bitcoin/0.14 0e5133c Alex Morcos: Make threshold for flushing more conservative....
< bitcoin-git> bitcoin/0.14 d686768 Alex Morcos: Lower default memory footprint slightly...
< bitcoin-git> bitcoin/0.14 ab864d3 Alex Morcos: Make pcoinsTip memory calculations consistent...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to 0.14: https://github.com/bitcoin/bitcoin/compare/a44a6a15f94a...0e5133cb2ef8
< bitcoin-git> [bitcoin] laanwj closed pull request #10133: Clean up calculations of pcoinsTip memory usage (master...cachememory) https://github.com/bitcoin/bitcoin/pull/10133
< bitcoin-git> bitcoin/master 1b55e07 Alex Morcos: Make threshold for flushing more conservative....
< bitcoin-git> bitcoin/master f33afd3 Alex Morcos: Lower default memory footprint slightly
< bitcoin-git> bitcoin/master 5b95a19 Alex Morcos: Make pcoinsTip memory calculations consistent...
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/fadf078c9cd7...5fc6a77aa626
< bitcoin-git> [bitcoin] laanwj closed pull request #10104: linearize script: Option to use RPC cookie (master...linearize-use-cookie) https://github.com/bitcoin/bitcoin/pull/10104
< bitcoin-git> bitcoin/master fadf078 Wladimir J. van der Laan: Merge #10104: linearize script: Option to use RPC cookie...
< bitcoin-git> bitcoin/master bd41d98 Andrew Chow: Datadir option in linearize scripts...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/080d7c700fc3...fadf078c9cd7

2017-04-04

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #10154: init: Remove redundant logging code (master...Mf1704-lognodebug) https://github.com/bitcoin/bitcoin/pull/10154
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #10153: logging: Fix off-by-one for shrinkdebugfile default (master...Mf1704-offbyoneDebug) https://github.com/bitcoin/bitcoin/pull/10153
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10152: [trivial] remove unused line in Travis config (master...travis_cleanup) https://github.com/bitcoin/bitcoin/pull/10152
< bitcoin-git> bitcoin/master 16791c5 John Newbery: [trivial] remove unused line in Travis config
< bitcoin-git> bitcoin/master 080d7c7 MarcoFalke: Merge #10152: [trivial] remove unused line in Travis config...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/72bc7e1303d5...080d7c700fc3
< bitcoin-git> [bitcoin] jnewbery opened pull request #10152: [trivial] remove unused line in Travis config (master...travis_cleanup) https://github.com/bitcoin/bitcoin/pull/10152
< bitcoin-git> [bitcoin] jnewbery opened pull request #10151: [logging] initialize flag variable to 0 (and continue if GetLogCategory() fails) (master...logging_initialization) https://github.com/bitcoin/bitcoin/pull/10151
< bitcoin-git> [bitcoin] jnewbery opened pull request #10150: [rpc Add logging rpc (master...logging_rpc) https://github.com/bitcoin/bitcoin/pull/10150
< bitcoin-git> [bitcoin] sipa opened pull request #10148: Use non-atomic flushing with block replay (master...non_atomic_flush) https://github.com/bitcoin/bitcoin/pull/10148
< bitcoin-git> [bitcoin] laanwj closed pull request #10146: Better error handling for submitblock (master...better_error_submitblock) https://github.com/bitcoin/bitcoin/pull/10146
< bitcoin-git> bitcoin/master 30f30c0 Gregory Maxwell: Add braces to submitblock per current style.
< bitcoin-git> bitcoin/master 4f15ea1 Gregory Maxwell: Check transaction count early in submitblock....
< bitcoin-git> bitcoin/master ada0caa Gregory Maxwell: Make GetWitnessCommitmentIndex callable on blocks without a coinbase txn....
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/471ed00fcd3b...72bc7e1303d5
< bitcoin-git> [bitcoin] gmaxwell opened pull request #10146: Better error handling for submitblock (master...better_error_submitblock) https://github.com/bitcoin/bitcoin/pull/10146

2017-04-03

< bitcoin-git> [bitcoin] JeremyRubin opened pull request #10145: Separate Contextual checks and handling & switch on enum in net_processing.cpp (master...netprocessing_enum_rebased) https://github.com/bitcoin/bitcoin/pull/10145
< bitcoin-git> [bitcoin] theuni reopened pull request #10143: [net] Allow disconnectnode RPC to be called with node id (master...disconnect_node_by_id) https://github.com/bitcoin/bitcoin/pull/10143
< bitcoin-git> [bitcoin] theuni closed pull request #10143: [net] Allow disconnectnode RPC to be called with node id (master...disconnect_node_by_id) https://github.com/bitcoin/bitcoin/pull/10143
< bitcoin-git> [bitcoin] sdaftuar opened pull request #10144: Prioritisetransaction wasn't always updating ancestor fee (master...2017-04-fix-mempool-modified-ancestor-fees) https://github.com/bitcoin/bitcoin/pull/10144
< bitcoin-git> [bitcoin] jnewbery opened pull request #10143: [net] Allow disconnectnode RPC to be called with node id (master...disconnect_node_by_id) https://github.com/bitcoin/bitcoin/pull/10143
< bitcoin-git> [bitcoin] laanwj closed pull request #10123: Allow debug logs to be excluded from specified component (master...debugexclude) https://github.com/bitcoin/bitcoin/pull/10123
< bitcoin-git> bitcoin/master 471ed00 Wladimir J. van der Laan: Merge #10123: Allow debug logs to be excluded from specified component...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cb598cfba1cb...471ed00fcd3b
< bitcoin-git> bitcoin/master 3bde556 John Newbery: Add -debugexclude option to switch off logging for specified components
< bitcoin-git> [bitcoin] ryanofsky closed pull request #10117: Fix "make check" on systems with qt and libxcb but no active DISPLAY (master...pr/noqapp) https://github.com/bitcoin/bitcoin/pull/10117
< bitcoin-git> [bitcoin] ryanofsky opened pull request #10142: Run bitcoin_test-qt under minimal QPA platform (master...pr/qtmin) https://github.com/bitcoin/bitcoin/pull/10142
< bitcoin-git> [bitcoin] laanwj closed pull request #9533: Allow non-power-of-2 signature cache sizes (master...anysigcachesize) https://github.com/bitcoin/bitcoin/pull/9533
< bitcoin-git> bitcoin/master 7482781 Pieter Wuille: Allow non-power-of-2 signature cache sizes
< bitcoin-git> bitcoin/master cb598cf Wladimir J. van der Laan: Merge #9533: Allow non-power-of-2 signature cache sizes...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a2cd0b0eecfe...cb598cfba1cb
< bitcoin-git> [bitcoin] laanwj closed pull request #10058: No need to use OpenSSL malloc/free (master...tjps_ssl_mutex) https://github.com/bitcoin/bitcoin/pull/10058
< bitcoin-git> bitcoin/master a2cd0b0 Wladimir J. van der Laan: Merge #10058: No need to use OpenSSL malloc/free...
< bitcoin-git> bitcoin/master 6d5dd60 Thomas Snider: No need to use OpenSSL malloc/free
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e6033e00b164...a2cd0b0eecfe
< bitcoin-git> bitcoin/0.14 f15268d practicalswift: [rpc] Remove auth cookie on shutdown...
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to 0.14: https://github.com/bitcoin/bitcoin/commit/f15268db3bf1a8c4ea410f4f63c6187b45e06ded
< bitcoin-git> [bitcoin] laanwj closed pull request #10139: [rpc] Remove auth cookie on shutdown (master...delete-auth-cookies) https://github.com/bitcoin/bitcoin/pull/10139
< bitcoin-git> bitcoin/master 4b87973 practicalswift: [rpc] Remove auth cookie on shutdown...
< bitcoin-git> bitcoin/master e6033e0 Wladimir J. van der Laan: Merge #10139: [rpc] Remove auth cookie on shutdown...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ebfd65379811...e6033e00b164

2017-04-02

< bitcoin-git> [bitcoin] jnewbery reopened pull request #10123: Allow debug logs to be excluded from specified component (master...debugexclude) https://github.com/bitcoin/bitcoin/pull/10123
< bitcoin-git> [bitcoin] jnewbery closed pull request #10123: Allow debug logs to be excluded from specified component (master...debugexclude) https://github.com/bitcoin/bitcoin/pull/10123
< bitcoin-git> [bitcoin] jnewbery reopened pull request #10123: Allow debug logs to be excluded from specified component (master...debugexclude) https://github.com/bitcoin/bitcoin/pull/10123
< bitcoin-git> [bitcoin] practicalswift opened pull request #10139: [rpc] Remove auth cookie on shutdown (master...delete-auth-cookies) https://github.com/bitcoin/bitcoin/pull/10139
< bitcoin-git> [bitcoin] laanwj closed pull request #10077: [qa] Add setnetworkactive smoke test (master...Mf1703-toggleNet) https://github.com/bitcoin/bitcoin/pull/10077
< bitcoin-git> bitcoin/master ebfd653 Wladimir J. van der Laan: Merge #10077: [qa] Add setnetworkactive smoke test...
< bitcoin-git> bitcoin/master fa697b7 MarcoFalke: [qa] Add setnetworkactive smoke test
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/12af74b289f8...ebfd65379811
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10072: Remove sources of unreliablility in extended functional tests (master...extended_test_unreliablility) https://github.com/bitcoin/bitcoin/pull/10072
< bitcoin-git> bitcoin/master 12af74b MarcoFalke: Merge #10072: Remove sources of unreliablility in extended functional tests...
< bitcoin-git> bitcoin/master a4fd89f John Newbery: Make forknotify.py more robust...
< bitcoin-git> bitcoin/master 1f3d78b John Newbery: Wait for connection to open in bip9-softforks.py...
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/2b477e6aa196...12af74b289f8
< bitcoin-git> [bitcoin] laanwj closed pull request #10098: Make qt wallet test compatible with qt4 (master...pr/wqt4) https://github.com/bitcoin/bitcoin/pull/10098
< bitcoin-git> bitcoin/master 2b477e6 Wladimir J. van der Laan: Merge #10098: Make qt wallet test compatible with qt4...
< bitcoin-git> bitcoin/master e9a6461 Russell Yanofsky: Make qt wallet test compatible with qt4...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/fbf36cae3a46...2b477e6aa196
< bitcoin-git> [bitcoin] fanquake closed pull request #9418: [Net] Refactor: exit when no direct fetch (master...ExitWhenNoDirectFetch) https://github.com/bitcoin/bitcoin/pull/9418
< bitcoin-git> [bitcoin] fanquake closed pull request #9402: Allow per network configuration file (master...PerNetworkConfig) https://github.com/bitcoin/bitcoin/pull/9402
< bitcoin-git> [bitcoin] laanwj closed pull request #10036: Fix init README format to render correctly on github (master...readmeFormatting) https://github.com/bitcoin/bitcoin/pull/10036
< bitcoin-git> bitcoin/master fbf36ca Wladimir J. van der Laan: Merge #10036: Fix init README format to render correctly on github...
< bitcoin-git> bitcoin/master b99fbad Jameson Lopp: Fix init README format to render correctly on github
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/427d2fd04eee...fbf36cae3a46
< bitcoin-git> [bitcoin] laanwj closed pull request #10128: Speed Up CuckooCache tests (master...cuckoo-tests-faster) https://github.com/bitcoin/bitcoin/pull/10128
< bitcoin-git> bitcoin/master 427d2fd Wladimir J. van der Laan: Merge #10128: Speed Up CuckooCache tests...
< bitcoin-git> bitcoin/master 3f098cc Jeremy Rubin: Decrease testcase sizes in cuckoocache tests
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1a5aaabb8a3d...427d2fd04eee
< bitcoin-git> [bitcoin] fanquake closed pull request #10121: Add missing header file (master...patch-1) https://github.com/bitcoin/bitcoin/pull/10121
< bitcoin-git> [bitcoin] laanwj closed pull request #9424: Change LogAcceptCategory to use uint32_t rather than sets of strings. (master...log_category_simplify) https://github.com/bitcoin/bitcoin/pull/9424
< bitcoin-git> bitcoin/master 1a5aaab Wladimir J. van der Laan: Merge #9424: Change LogAcceptCategory to use uint32_t rather than sets of strings....
< bitcoin-git> bitcoin/master 6b3bb3d Gregory Maxwell: Change LogAcceptCategory to use uint32_t rather than sets of strings....
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/81da4c7b5bc1...1a5aaabb8a3d
< bitcoin-git> [bitcoin] laanwj closed pull request #10136: build: Disable Wshadow warning (master...2017_04_disable_wshadow) https://github.com/bitcoin/bitcoin/pull/10136
< bitcoin-git> bitcoin/master 81da4c7 Wladimir J. van der Laan: Merge #10136: build: Disable Wshadow warning...
< bitcoin-git> bitcoin/master 2c83911 Wladimir J. van der Laan: build: Disable Wshadow warning...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/351d0ad40495...81da4c7b5bc1

2017-04-01

< bitcoin-git> [bitcoin] practicalswift opened pull request #10137: Remove unused import. Remove accidental trailing semicolons. (master...python-20170402) https://github.com/bitcoin/bitcoin/pull/10137
< bitcoin-git> [bitcoin] laanwj opened pull request #10136: build: Disable Wshadow warning (master...2017_04_disable_wshadow) https://github.com/bitcoin/bitcoin/pull/10136
< bitcoin-git> bitcoin/master 351d0ad Wladimir J. van der Laan: Merge #10129: scheduler: fix sub-second precision with boost < 1.50...
< bitcoin-git> [bitcoin] laanwj closed pull request #10129: scheduler: fix sub-second precision with boost < 1.50 (master...fix-scheduler-millisecs) https://github.com/bitcoin/bitcoin/pull/10129