2017-05-15

< bitcoin-git> bitcoin/master 8bd16ee MarcoFalke: Merge #10376: [tests] fix disconnect_ban intermittency...
< bitcoin-git> bitcoin/master 3ba2c08 John Newbery: [tests] fix disconnect_ban intermittency
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/96c850c20913...8bd16ee12fc8
< bitcoin-git> [bitcoin] laanwj closed pull request #8704: [RPC] Transaction details in getblock (master...getblock-extraverbose) https://github.com/bitcoin/bitcoin/pull/8704
< bitcoin-git> bitcoin/master 96c850c Wladimir J. van der Laan: Merge #8704: [RPC] Transaction details in getblock...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/41987aa92f0d...96c850c20913
< bitcoin-git> bitcoin/master c99ab3c Luke Dashjr: RPC: Allow multiple names for parameters
< bitcoin-git> bitcoin/master e3c9f2d Andrew Chow: Use a verbosity instead of two verbose parameters...
< bitcoin-git> [bitcoin] laanwj opened pull request #10405: tests: Correct testcase in script_tests.json for large number OP_EQUAL (master...2017_05_scriptnum_test) https://github.com/bitcoin/bitcoin/pull/10405
< bitcoin-git> [bitcoin] sdaftuar opened pull request #10404: Add logging to FinalizeNode() (master...2017-05-log-finalize-node) https://github.com/bitcoin/bitcoin/pull/10404
< bitcoin-git> [bitcoin] ryanofsky opened pull request #10403: Fix importmulti failure to return rescan errors (master...pr/scansame) https://github.com/bitcoin/bitcoin/pull/10403
< bitcoin-git> [bitcoin] laanwj closed pull request #9494: Introduce an ArgsManager class encapsulating cs_args, mapArgs and mapMultiArgs (master...0.13-args-class) https://github.com/bitcoin/bitcoin/pull/9494
< bitcoin-git> bitcoin/master 5292245 Jorge Timón: Util: Put mapMultiArgs inside ArgsManager...
< bitcoin-git> bitcoin/master b3cbd55 Jorge Timón: scripted-diff: Util: Encapsulate mapMultiArgs behind gArgs...
< bitcoin-git> bitcoin/master f2957ce Jorge Timón: Util: Create ArgsManager class......
< bitcoin-git> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/87abe20fc118...41987aa92f0d

2017-05-14

< bitcoin-git> [bitcoin] rvelhote opened pull request #10400: [RPC] Add an uptime command that displays the amount of time (in seconds) bitcoind has been running (master...rpc-uptime) https://github.com/bitcoin/bitcoin/pull/10400
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10253: [test] Add test for getnetworkhashps (master...test_getnetworkhashps) https://github.com/bitcoin/bitcoin/pull/10253
< bitcoin-git> bitcoin/master 87abe20 MarcoFalke: Merge #10253: [test] Add test for getnetworkhashps...
< bitcoin-git> bitcoin/master de487b7 Jimmy Song: Tests: Add test for getnetworkhashps
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/94e52273f30f...87abe20fc118
< bitcoin-git> [bitcoin] sipa opened pull request #10396: Report LevelDB estimate for chainstate size in gettxoutsetinfo (master...diskdbsize) https://github.com/bitcoin/bitcoin/pull/10396

2017-05-13

< bitcoin-git> [bitcoin] practicalswift opened pull request #10395: Replace boost::function with std::function (C++11) (master...replace-boost-function) https://github.com/bitcoin/bitcoin/pull/10395
< bitcoin-git> [bitcoin] practicalswift closed pull request #10378: Rename TxConfirmStats to CTxConfirmStats to achieve class naming consistency (master...TxConfirmStats) https://github.com/bitcoin/bitcoin/pull/10378

2017-05-12

< bitcoin-git> [bitcoin] luke-jr opened pull request #10391: OP_CHECKBLOCKATHEIGHT anti-replay (BIP 115; logic only) (master...cbah) https://github.com/bitcoin/bitcoin/pull/10391
< bitcoin-git> [bitcoin] instagibbs opened pull request #10390: [wallet] remove minimum total fee option (master...killminfee) https://github.com/bitcoin/bitcoin/pull/10390

2017-05-11

< bitcoin-git> [bitcoin] morcos opened pull request #10388: Output line to debug.log when IsInitialBlockDownload latches to false (master...printIBD) https://github.com/bitcoin/bitcoin/pull/10388
< bitcoin-git> [bitcoin] laanwj closed pull request #10308: [wallet] Securely erase potentially sensitive keys/values (master...tjps_secure_erase) https://github.com/bitcoin/bitcoin/pull/10308
< bitcoin-git> bitcoin/master 94e5227 Wladimir J. van der Laan: Merge #10308: [wallet] Securely erase potentially sensitive keys/values...
< bitcoin-git> bitcoin/master 6c914ac Thomas Snider: [wallet] Securely erase potentially sensitive keys/values
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/eb8263bdc9d3...94e52273f30f
< bitcoin-git> [bitcoin] laanwj closed pull request #10317: Remove unused Python imports (master...remove-unused-python-imports-ii) https://github.com/bitcoin/bitcoin/pull/10317
< bitcoin-git> bitcoin/master eb8263b Wladimir J. van der Laan: Merge #10317: Remove unused Python imports...
< bitcoin-git> bitcoin/master 0c60c63 practicalswift: Remove unused Python imports
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/18c9debe602d...eb8263bdc9d3
< bitcoin-git> [bitcoin] laanwj closed pull request #10341: rpc/wallet: Workaround older UniValue which returns a std::string temporary for get_str (master...rpcwallet_uv_workaround) https://github.com/bitcoin/bitcoin/pull/10341
< bitcoin-git> bitcoin/master 18c9deb Wladimir J. van der Laan: Merge #10341: rpc/wallet: Workaround older UniValue which returns a std::string temporary for get_str...
< bitcoin-git> bitcoin/master a637734 Luke Dashjr: rpc/wallet: Workaround older UniValue which returns a std::string temporary for get_str
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/79aeff6e08f3...18c9debe602d
< bitcoin-git> [bitcoin] laanwj closed pull request #10328: Update contrib/debian to latest Ubuntu PPA upload. (master...2017-05-update-debian) https://github.com/bitcoin/bitcoin/pull/10328
< bitcoin-git> bitcoin/master c5071e1 Matt Corallo: Build with QT5 on Debian-based systems using contrib/debian
< bitcoin-git> bitcoin/master a8e9286 Matt Corallo: Bump minimum boost version in contrib/debian
< bitcoin-git> bitcoin/master 9970219 Matt Corallo: Update contrib/debian to latest Ubuntu PPA upload....
< bitcoin-git> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/7f2b9e0868f5...79aeff6e08f3
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #10387: [WIP] Define and signal NODE_NETWORK_LIMITED (pruned peers) (master...2017/05/node_network_limited) https://github.com/bitcoin/bitcoin/pull/10387
< bitcoin-git> [bitcoin] laanwj closed pull request #10381: Shadowing warnings are not enabled by default, update doc accordingly (master...20170510_Wshadow_not_enabled_by_default) https://github.com/bitcoin/bitcoin/pull/10381
< bitcoin-git> bitcoin/master 7f2b9e0 Wladimir J. van der Laan: Merge #10381: Shadowing warnings are not enabled by default, update doc accordingly...
< bitcoin-git> bitcoin/master f203ecc Pavel Janík: Shadowing is not enabled by default, update doc accordingly.
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a26280bc1415...7f2b9e0868f5
< bitcoin-git> [bitcoin] kallewoof opened pull request #10386: [wallet] Optional '-avoidreuse' flag which defaults to not reusing addresses in sends (master...feature-white-black-address) https://github.com/bitcoin/bitcoin/pull/10386

2017-05-10

< bitcoin-git> [bitcoin] pinheadmz opened pull request #10385: RPC: getblock returns coinbase scriptsig (master...cbtext) https://github.com/bitcoin/bitcoin/pull/10385
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #10384: Make sure we disable NODE_BLOOM when pruning is enabled (master...2017/05/prune_bloom) https://github.com/bitcoin/bitcoin/pull/10384
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #10384: Make sure we disable NODE_BLOOM when pruning is enabled (master...2017/05/prune_bloom) https://github.com/bitcoin/bitcoin/pull/10384
< bitcoin-git> [bitcoin] jnewbery opened pull request #10383: [logging] log system time and mock time (master...log_mocktime) https://github.com/bitcoin/bitcoin/pull/10383
< bitcoin-git> [bitcoin] Casimir1904 closed pull request #10382: test (master...release) https://github.com/bitcoin/bitcoin/pull/10382
< bitcoin-git> [bitcoin] Casimir1904 opened pull request #10382: test (master...release) https://github.com/bitcoin/bitcoin/pull/10382
< bitcoin-git> [bitcoin] paveljanik opened pull request #10381: Shadowing is not enabled by default, update doc accordingly (master...20170510_Wshadow_not_enabled_by_default) https://github.com/bitcoin/bitcoin/pull/10381
< bitcoin-git> [bitcoin] laanwj closed pull request #10325: 0.15.0 Depends Updates (master...depends-0-15-0) https://github.com/bitcoin/bitcoin/pull/10325
< bitcoin-git> bitcoin/master d78269a fanquake: [depends] Boost 1.64.0
< bitcoin-git> bitcoin/master daeb767 fanquake: [depends] libevent 2.1.8-stable
< bitcoin-git> bitcoin/master 7d92c6f fanquake: [depends] Latest config.guess and config.sub
< bitcoin-git> [bitcoin] laanwj pushed 6 new commits to master: https://github.com/bitcoin/bitcoin/compare/4b766fcdd4ca...a26280bc1415
< bitcoin-git> [bitcoin] madeo opened pull request #10380: [doc] Removing comments about dirty entries on txmempool (master...master) https://github.com/bitcoin/bitcoin/pull/10380

2017-05-09

< bitcoin-git> [bitcoin] practicalswift opened pull request #10378: Rename TxConfirmStats to CTxConfirmStats to achieve class naming consistency (master...TxConfirmStats) https://github.com/bitcoin/bitcoin/pull/10378
< bitcoin-git> [bitcoin] sipa opened pull request #10377: Use rdrand as entropy source on supported platforms (master...hwrand) https://github.com/bitcoin/bitcoin/pull/10377
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10371: [tests] Clean up addrman_tests.cpp (master...update_addressman_test) https://github.com/bitcoin/bitcoin/pull/10371
< bitcoin-git> bitcoin/master 4b766fc MarcoFalke: Merge #10371: [tests] Clean up addrman_tests.cpp...
< bitcoin-git> bitcoin/master a80f295 Jimmy Song: [tests] Clean up addrman_tests.cpp...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f6241b3e420e...4b766fcdd4ca
< bitcoin-git> [bitcoin] jnewbery opened pull request #10376: [tests] fix disconnect_ban intermittency (master...disconnect_ban_flakiness) https://github.com/bitcoin/bitcoin/pull/10376
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10361: qa: disablewallet: Check that wallet is really disabled (master...Mf1705-disableWalletPass) https://github.com/bitcoin/bitcoin/pull/10361
< bitcoin-git> bitcoin/master f6241b3 MarcoFalke: Merge #10361: qa: disablewallet: Check that wallet is really disabled...
< bitcoin-git> bitcoin/master fa7396d MarcoFalke: qa: disablewallet: Check that wallet is really disabled
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/7ee523604851...f6241b3e420e
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #10374: qa: Warn when specified test is not found (master...Mf1705-qaWarnTestNotFound) https://github.com/bitcoin/bitcoin/pull/10374
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10365: [tests] increase timeouts in sendheaders test (master...improve_sendheaders) https://github.com/bitcoin/bitcoin/pull/10365
< bitcoin-git> bitcoin/master 7ee5236 MarcoFalke: Merge #10365: [tests] increase timeouts in sendheaders test...
< bitcoin-git> bitcoin/master 56befa0 John Newbery: [tests] increase timeouts in sendheaders test
< bitcoin-git> bitcoin/master b0bfa23 John Newbery: [tests] Make wait_until timeout 60 seconds by default
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/daf3e7def7b9...7ee523604851
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #10372: Add perf counter data to GetStrongRandBytes state in scheduler (master...2017-05-scheduler-rng) https://github.com/bitcoin/bitcoin/pull/10372
< bitcoin-git> [bitcoin] sipa closed pull request #10338: Maintain state across GetStrongRandBytes calls (master...stateful_rng) https://github.com/bitcoin/bitcoin/pull/10338
< bitcoin-git> bitcoin/master 97477c5 Pieter Wuille: Maintain state across GetStrongRandBytes calls
< bitcoin-git> bitcoin/master daf3e7d Pieter Wuille: Merge #10338: Maintain state across GetStrongRandBytes calls...
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/bc64b5aa0fc5...daf3e7def7b9
< bitcoin-git> [bitcoin] sipa closed pull request #10322: Use hardware timestamps in RNG seeding (master...rdtsc) https://github.com/bitcoin/bitcoin/pull/10322
< bitcoin-git> bitcoin/master 2c0a6f1 Pieter Wuille: Use sanity check timestamps as entropy
< bitcoin-git> bitcoin/master 33f853d Pieter Wuille: Test that GetPerformanceCounter() increments
< bitcoin-git> bitcoin/master f544094 Pieter Wuille: Use hardware timestamps in RNG seeding
< bitcoin-git> [bitcoin] sipa pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/776ba233e939...bc64b5aa0fc5
< bitcoin-git> [bitcoin] jimmysong opened pull request #10371: [tests] Clean up addrman_tests.cpp (master...update_addressman_test) https://github.com/bitcoin/bitcoin/pull/10371
< bitcoin-git> [bitcoin] runn1ng opened pull request #10370: [pull request idea] addressindex, spentindex, timestampindex (Bitcore patches) (master...rebase_bitcoin_master) https://github.com/bitcoin/bitcoin/pull/10370
< bitcoin-git> [bitcoin] sdaftuar closed pull request #10357: Allow setting nMinimumChainWork on command line (master...2017-05-chainwork-commandline) https://github.com/bitcoin/bitcoin/pull/10357
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10287: [tests] Update Unit Test for addrman.h/addrman.cpp (master...test_addrman) https://github.com/bitcoin/bitcoin/pull/10287
< bitcoin-git> bitcoin/master 776ba23 MarcoFalke: Merge #10287: [tests] Update Unit Test for addrman.h/addrman.cpp...
< bitcoin-git> bitcoin/master ed36de5 Jimmy Song: [tests] Update Unit Test for addrman.h/addrman.cpp...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c973cc5a4318...776ba233e939
< bitcoin-git> bitcoin/master c1082a7 Jorge Timón: Chainparams: Use the factory for pow tests
< bitcoin-git> bitcoin/master 2351a06 Jorge Timón: Chainparams: Get rid of CChainParams& Params(std::string)
< bitcoin-git> bitcoin/master f87f362 Jorge Timón: Chainparams: Use a regular factory for creating chainparams
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/08a7316c144f...c973cc5a4318
< bitcoin-git> [bitcoin] laanwj closed pull request #9279: Consensus: Move CFeeRate out of libconsensus (master...0.13-consensus-dust-out-minimal) https://github.com/bitcoin/bitcoin/pull/9279
< bitcoin-git> bitcoin/master 08a7316 Wladimir J. van der Laan: Merge #9279: Consensus: Move CFeeRate out of libconsensus...
< bitcoin-git> bitcoin/master 381a46e Jorge Timón: Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module...
< bitcoin-git> bitcoin/master 330bb5a Jorge Timón: Consensus: Minimal way to move dust out of consensus
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/6a796b2b53fe...08a7316c144f
< bitcoin-git> [bitcoin] kallewoof opened pull request #10368: [wallet] Remove helper conversion operator from wallet (master...wallet-refactor-remove-ctrans-helper) https://github.com/bitcoin/bitcoin/pull/10368
< bitcoin-git> [bitcoin] kallewoof opened pull request #10367: [test] Test abortrescan command. (master...test-abort-rescan-2) https://github.com/bitcoin/bitcoin/pull/10367
< bitcoin-git> [bitcoin] kallewoof opened pull request #10366: [test] Remove all * imports (master...tests-unstar-imports) https://github.com/bitcoin/bitcoin/pull/10366

2017-05-08

< bitcoin-git> [bitcoin] jnewbery opened pull request #10365: [tests] increase timeouts in sendheaders test (master...improve_sendheaders) https://github.com/bitcoin/bitcoin/pull/10365
< bitcoin-git> [bitcoin] ericchong closed pull request #10363: 0.13 (master...0.13) https://github.com/bitcoin/bitcoin/pull/10363
< bitcoin-git> [bitcoin] ericchong opened pull request #10363: 0.13 (master...0.13) https://github.com/bitcoin/bitcoin/pull/10363
< bitcoin-git> [bitcoin] spencerlievens closed pull request #10324: Add OSX keystroke to clear RPCConsole (master...patch-3) https://github.com/bitcoin/bitcoin/pull/10324
< bitcoin-git> [bitcoin] spencerlievens opened pull request #10362: Add OSX keystroke to RPCConsole info (master...RPC-OSX-Keystroke) https://github.com/bitcoin/bitcoin/pull/10362
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #10361: qa: disablewallet: Check that wallet is really disabled (master...Mf1705-disableWalletPass) https://github.com/bitcoin/bitcoin/pull/10361
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10342: [tests] Improve mempool_persist test (master...improve_wait_until_test) https://github.com/bitcoin/bitcoin/pull/10342
< bitcoin-git> bitcoin/master 6a796b2 MarcoFalke: Merge #10342: [tests] Improve mempool_persist test...
< bitcoin-git> bitcoin/master 329ac3b John Newbery: [tests] use wait_until in mempool_persist.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/23d78c4dd01b...6a796b2b53fe
< bitcoin-git> [bitcoin] instagibbs opened pull request #10360: [WIP] [Wallet] Target effective value during transaction creation (master...feedo) https://github.com/bitcoin/bitcoin/pull/10360
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10352: test: Add elapsed time to RPC tracing (master...2017_05_rpc_trace_time) https://github.com/bitcoin/bitcoin/pull/10352
< bitcoin-git> bitcoin/master 20187e4 Wladimir J. van der Laan: test: Add elapsed time to RPC tracing...
< bitcoin-git> bitcoin/master 23d78c4 MarcoFalke: Merge #10352: test: Add elapsed time to RPC tracing...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f4b15e2de97c...23d78c4dd01b
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10310: [doc] Add hint about getmempoolentry to getrawmempool help. (master...doc-getrawmempool-getmempoolentry) https://github.com/bitcoin/bitcoin/pull/10310
< bitcoin-git> bitcoin/master f4b15e2 MarcoFalke: Merge #10310: [doc] Add hint about getmempoolentry to getrawmempool help....
< bitcoin-git> bitcoin/master 3a0a5bc Karl-Johan Alm: [doc] Add hint about getmempoolentry to getrawmempool help.
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3f57c55dba6e...f4b15e2de97c
< bitcoin-git> [bitcoin] jnewbery opened pull request #10359: [tests] functional tests should call BitcoinTestFramework start/stop node methods (master...test_framework_start_stop_nodes) https://github.com/bitcoin/bitcoin/pull/10359
< bitcoin-git> [bitcoin] sdaftuar opened pull request #10357: Allow setting nMinimumChainWork on command line (master...2017-05-chainwork-commandline) https://github.com/bitcoin/bitcoin/pull/10357
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #10355: test (master...master) https://github.com/bitcoin/bitcoin/pull/10355
< bitcoin-git> [bitcoin] xjl456852 opened pull request #10355: test (master...master) https://github.com/bitcoin/bitcoin/pull/10355
< bitcoin-git> [bitcoin] sipa closed pull request #10351: removed unused code in INV message (master...master) https://github.com/bitcoin/bitcoin/pull/10351
< bitcoin-git> bitcoin/master 3f57c55 Pieter Wuille: Merge #10351: removed unused code in INV message...
< bitcoin-git> bitcoin/master c707ca8 Greg Griffith: removed unused code in INV message...
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/fff72de5bf8a...3f57c55dba6e
< bitcoin-git> [bitcoin] luke-jr opened pull request #10353: Refactor script interpreter flags to use new CScriptFlags class for stricter checking (master...scriptflags) https://github.com/bitcoin/bitcoin/pull/10353

2017-05-07

< bitcoin-git> [bitcoin] MarcoFalke closed 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/master 4550049 John Newbery: Reorganize BitcoinTestFramework class
< bitcoin-git> bitcoin/master b7dd44c John Newbery: Add start and stop node methods to BitcoinTestFramework
< bitcoin-git> bitcoin/master b111324 John Newbery: move initialize_chain() and initialize_chain_clean() to be methods of BitcoinTestFramework
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/750c5a5b8468...fff72de5bf8a
< bitcoin-git> bitcoin/master 0f3471f Cory Fields: net: make CNode's id private
< bitcoin-git> [bitcoin] laanwj closed 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/master 9ff0a51 Cory Fields: scripted-diff: net: Use accessor rather than node's id directly...
< bitcoin-git> bitcoin/master e50c33e Cory Fields: devtools: add script to verify scriptable changes
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/170bc2c381f8...750c5a5b8468
< bitcoin-git> [bitcoin] laanwj opened pull request #10352: test: Add elapsed time to RPC tracing (master...2017_05_rpc_trace_time) https://github.com/bitcoin/bitcoin/pull/10352
< bitcoin-git> [bitcoin] Greg-Griffith opened pull request #10351: removed unused code in INV message (master...master) https://github.com/bitcoin/bitcoin/pull/10351
< bitcoin-git> [bitcoin] CodeShark opened pull request #10350: Added support for MSG_FILTERED_WITNESS_BLOCK messages. (master...MSG_FILTERED_WITNESS_BLOCK_2) https://github.com/bitcoin/bitcoin/pull/10350

2017-05-06

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10318: [tests] fix wait_for_inv() (master...fix_wait_for_inv) https://github.com/bitcoin/bitcoin/pull/10318
< bitcoin-git> bitcoin/master 170bc2c MarcoFalke: Merge #10318: [tests] fix wait_for_inv()...
< bitcoin-git> bitcoin/master 3e3c22f John Newbery: [tests] fix wait_for_inv()
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/314ebdfcb38d...170bc2c381f8
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10134: [qa] Fixes segwit block relay test after inv-direct-fetch was disabled (master...2017-03-fix-segwit-relay-test) https://github.com/bitcoin/bitcoin/pull/10134
< bitcoin-git> bitcoin/master 314ebdf MarcoFalke: Merge #10134: [qa] Fixes segwit block relay test after inv-direct-fetch was disabled...
< bitcoin-git> bitcoin/master f19abd9 Suhas Daftuar: [qa] Fixes segwit block relay test after inv-direct-fetch was disabled...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e9274839bf31...314ebdfcb38d
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10344: [tests] Fix abandonconflict.py intermittency (master...fix_abandon_conflict) https://github.com/bitcoin/bitcoin/pull/10344
< bitcoin-git> bitcoin/master e927483 MarcoFalke: Merge #10344: [tests] Fix abandonconflict.py intermittency...
< bitcoin-git> bitcoin/master 965a124 John Newbery: [tests] Fix abandonconflict.py intermittency
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/35da2aeed7d4...e9274839bf31

2017-05-05

< bitcoin-git> [bitcoin] practicalswift opened pull request #10347: Use range-based for loops (C++11) when looping over vector elements (master...range-based-for-loops) https://github.com/bitcoin/bitcoin/pull/10347
< bitcoin-git> [bitcoin] practicalswift closed pull request #10346: Use range-based for loops (C++11) when looping over vector elements (master...range-based-for-loops) https://github.com/bitcoin/bitcoin/pull/10346
< bitcoin-git> [bitcoin] practicalswift opened pull request #10346: Use range-based for loops (C++11) when looping over vector elements (master...range-based-for-loops) https://github.com/bitcoin/bitcoin/pull/10346
< bitcoin-git> [bitcoin] sdaftuar opened pull request #10345: [P2P] Timeout for headers sync (master...2017-05-timeout-headers-sync) https://github.com/bitcoin/bitcoin/pull/10345
< bitcoin-git> [bitcoin] jnewbery opened pull request #10344: [tests] Fix abandonconflict.py intermittency (master...fix_abandon_conflict) https://github.com/bitcoin/bitcoin/pull/10344
< bitcoin-git> [bitcoin] practicalswift opened pull request #10343: Remove redundant on-the-same-line-repetition of type names (DRY): RepeatedTypeName foo = static_cast<RepeatedTypeName>(bar) (master...auto) https://github.com/bitcoin/bitcoin/pull/10343
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #10340: Add harmless missing cs_wallet lock in qt CoinControlDialog (master...2017-05-fix-mapwallet-zap-runtime) https://github.com/bitcoin/bitcoin/pull/10340
< bitcoin-git> [bitcoin] jnewbery opened pull request #10342: [tests] Improve mempool_persist test (master...improve_wait_until_test) https://github.com/bitcoin/bitcoin/pull/10342
< bitcoin-git> [bitcoin] jtimon closed pull request #10119: Util: Remove ArgsManager wrappers: (master...0.14-args-wrappers) https://github.com/bitcoin/bitcoin/pull/10119
< bitcoin-git> [bitcoin] luke-jr opened pull request #10341: rpc/wallet: Workaround older UniValue which returns a std::string temporary for get_str (master...rpcwallet_uv_workaround) https://github.com/bitcoin/bitcoin/pull/10341

2017-05-04

< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #10340: Add harmless missing cs_wallet lock in qt CoinControlDialog (master...2017-05-fix-mapwallet-zap-runtime) https://github.com/bitcoin/bitcoin/pull/10340
< bitcoin-git> [bitcoin] jtimon opened pull request #10339: Optimization: Calculate block hash less times (master...b15-optimization-blockhash) https://github.com/bitcoin/bitcoin/pull/10339
< bitcoin-git> [bitcoin] sipa opened pull request #10338: Maintain state across GetStrongRandBytes calls (master...stateful_rng) https://github.com/bitcoin/bitcoin/pull/10338
< bitcoin-git> [bitcoin] snvakula opened pull request #10336: Get actual path for EUID instead of HOME dir (master...contrib) https://github.com/bitcoin/bitcoin/pull/10336
< bitcoin-git> [bitcoin] theuni opened pull request #10335: back-compat: add fallback getentropy implementation (master...getentropy-back-compat) https://github.com/bitcoin/bitcoin/pull/10335

2017-05-03

< bitcoin-git> [bitcoin] instagibbs opened pull request #10333: CreateTransction fee fixes: always create change, adjust value, and p… (master...fixfeefinal) https://github.com/bitcoin/bitcoin/pull/10333
< bitcoin-git> [bitcoin] parazyd closed pull request #10316: fix contrib/debian builds; prefer qt5 (master...debian-packaging) https://github.com/bitcoin/bitcoin/pull/10316
< bitcoin-git> [bitcoin] jnewbery opened pull request #10331: Share config between util and functional tests (master...shared_util_function_test_config) https://github.com/bitcoin/bitcoin/pull/10331
< bitcoin-git> [bitcoin] jnewbery opened pull request #10330: fix zapwallettxes interaction with persistent mempool (master...zapwallettxes) https://github.com/bitcoin/bitcoin/pull/10330
< bitcoin-git> [bitcoin] RHavar closed pull request #10100: Make ApproximateBestSubset optimize for amount of inputs (master...coinselection) https://github.com/bitcoin/bitcoin/pull/10100
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #10328: Update contrib/debian to latest Ubuntu PPA upload. (master...2017-05-update-debian) https://github.com/bitcoin/bitcoin/pull/10328
< bitcoin-git> [bitcoin] laanwj closed pull request #10327: [tests] remove import-abort-rescan.py (master...remove_abort_rescan) https://github.com/bitcoin/bitcoin/pull/10327
< bitcoin-git> bitcoin/master 35da2ae Wladimir J. van der Laan: Merge #10327: [tests] remove import-abort-rescan.py...
< bitcoin-git> bitcoin/master 981e586 John Newbery: [tests] remove import-abort-rescan.py...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/22d870016eb6...35da2aeed7d4
< bitcoin-git> [bitcoin] jnewbery opened pull request #10327: [tests] remove import-abort-rescan.py (master...remove_abort_rescan) https://github.com/bitcoin/bitcoin/pull/10327
< bitcoin-git> [bitcoin] fanquake opened pull request #10325: 0.15.0 Depends Updates (master...depends-0-15-0) https://github.com/bitcoin/bitcoin/pull/10325
< bitcoin-git> [bitcoin] laanwj closed pull request #10311: Remove unused args from GetFetchFlags() (master...getflags) https://github.com/bitcoin/bitcoin/pull/10311
< bitcoin-git> bitcoin/master 1ff2bb4 BtcDrak: Remove unused args from GetFetchhFlags()
< bitcoin-git> bitcoin/master 22d8700 Wladimir J. van der Laan: Merge #10311: Remove unused args from GetFetchFlags()...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0912620888e8...22d870016eb6
< bitcoin-git> [bitcoin] laanwj closed pull request #10302: [Makefile] Alphabetically Reorder addrdb.cpp (master...patch-2) https://github.com/bitcoin/bitcoin/pull/10302
< bitcoin-git> bitcoin/master 0912620 Wladimir J. van der Laan: Merge #10302: [Makefile] Alphabetically Reorder addrdb.cpp...
< bitcoin-git> bitcoin/master 56f09df Spencer Lievens: [Makefile] Alphabetically Reorder addrdb.cpp...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2a183de0ecb5...0912620888e8
< bitcoin-git> bitcoin/master 2a183de Wladimir J. van der Laan: Merge #9966: Control mempool persistence using a command line parameter...
< bitcoin-git> [bitcoin] laanwj closed pull request #9966: Control mempool persistence using a command line parameter (master...mempoolpersistenceoption) https://github.com/bitcoin/bitcoin/pull/9966
< bitcoin-git> bitcoin/master 91c91e1 John Newbery: Control mempool persistence using a command line parameter....
< bitcoin-git> bitcoin/master a750d77 John Newbery: Add tests for mempool persistence...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/d3dce0eb67e8...2a183de0ecb5
< bitcoin-git> [bitcoin] spencerlievens opened pull request #10324: Add OSX keystroke to clear RPCConsole (master...patch-3) https://github.com/bitcoin/bitcoin/pull/10324
< bitcoin-git> [bitcoin] laanwj closed pull request #10115: Avoid reading the old hd master key during wallet encryption (master...2017-03-cleanup-sethdmasterkey) https://github.com/bitcoin/bitcoin/pull/10115
< bitcoin-git> bitcoin/master d3dce0e Wladimir J. van der Laan: Merge #10115: Avoid reading the old hd master key during wallet encryption...
< bitcoin-git> bitcoin/master 185c7f0 Matt Corallo: Avoid reading the old hd master key during wallet encryption...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/83073de4bdd8...d3dce0eb67e8
< bitcoin-git> [bitcoin] laanwj closed pull request #10307: [tests] allow zmq test to be run in out-of-tree builds (master...fix_zmq_test_out_of_tree) https://github.com/bitcoin/bitcoin/pull/10307
< bitcoin-git> bitcoin/master 83073de Wladimir J. van der Laan: Merge #10307: [tests] allow zmq test to be run in out-of-tree builds...
< bitcoin-git> bitcoin/master b8251f6 John Newbery: [tests] allow zmq test to be run in out-of-tree builds
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d4732f3232c3...83073de4bdd8
< bitcoin-git> [bitcoin] laanwj closed pull request #9733: Add getchaintxstats RPC (master...chaintxstats) https://github.com/bitcoin/bitcoin/pull/9733
< bitcoin-git> bitcoin/master d4732f3 Wladimir J. van der Laan: Merge #9733: Add getchaintxstats RPC...
< bitcoin-git> bitcoin/master bd1f138 Pieter Wuille: Add getchaintxstats RPC
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/431a548faaf5...d4732f3232c3
< bitcoin-git> [bitcoin] sipa closed pull request #10297: Simplify DisconnectBlock arguments/return value (master...disconnect_enum) https://github.com/bitcoin/bitcoin/pull/10297
< bitcoin-git> bitcoin/master 431a548 Pieter Wuille: Merge #10297: Simplify DisconnectBlock arguments/return value...
< bitcoin-git> bitcoin/master db994b2 Pieter Wuille: Simplify DisconnectBlock arguments/return value...
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/75171f099e82...431a548faaf5
< bitcoin-git> [bitcoin] sipa opened pull request #10323: Update to latest libsecp256k1 master (master...secp_up) https://github.com/bitcoin/bitcoin/pull/10323
< bitcoin-git> [bitcoin] sipa opened pull request #10322: Use hardware timestamps in RNG seeding (master...rdtsc) https://github.com/bitcoin/bitcoin/pull/10322

2017-05-02

< bitcoin-git> [bitcoin] sipa opened pull request #10321: Use FastRandomContext for all tests (master...fast_rand_tests) https://github.com/bitcoin/bitcoin/pull/10321
< bitcoin-git> [bitcoin] sipa closed pull request #10299: Remove OpenSSL (master...simplerandom) https://github.com/bitcoin/bitcoin/pull/10299
< bitcoin-git> [bitcoin] practicalswift opened pull request #10319: Remove unused argument from MarkBlockAsInFlight(...) (master...remove-unused-argument) https://github.com/bitcoin/bitcoin/pull/10319
< bitcoin-git> [bitcoin] jnewbery opened pull request #10318: [tests] fix wait_for_inv() (master...fix_wait_for_inv) https://github.com/bitcoin/bitcoin/pull/10318
< bitcoin-git> [bitcoin] practicalswift opened pull request #10317: Remove unused Python imports (master...remove-unused-python-imports-ii) https://github.com/bitcoin/bitcoin/pull/10317
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10137: Remove unused import. Remove accidental trailing semicolons. (master...python-20170402) https://github.com/bitcoin/bitcoin/pull/10137
< bitcoin-git> bitcoin/master 75171f0 MarcoFalke: Merge #10137: Remove unused import. Remove accidental trailing semicolons....
< bitcoin-git> bitcoin/master b8d9a86 practicalswift: Remove unused import
< bitcoin-git> bitcoin/master 73b3721 practicalswift: Remove accidental trailing semicolons
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/3c5e6c94caf4...75171f099e82
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10255: [test] Add test for listaddressgroupings (master...test_listaddressgroupings) https://github.com/bitcoin/bitcoin/pull/10255
< bitcoin-git> bitcoin/master 3c5e6c9 MarcoFalke: Merge #10255: [test] Add test for listaddressgroupings...
< bitcoin-git> bitcoin/master dadfee3 Jimmy Song: [test] Add test for listaddressgroupings...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/dc8fc0c73beb...3c5e6c94caf4
< bitcoin-git> [bitcoin] parazyd opened pull request #10316: fix contrib/debian builds; prefer qt5 (master...debian-packaging) https://github.com/bitcoin/bitcoin/pull/10316
< bitcoin-git> [bitcoin] MarcoFalke 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/master dc8fc0c MarcoFalke: Merge #10198: [tests] Remove is_network_split from functional test framework...
< bitcoin-git> bitcoin/master c9cc76d John Newbery: [tests] Remove is_network_split from funtional test cases
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8f3e38477e30...dc8fc0c73beb
< bitcoin-git> bitcoin/master 8f3e384 Wladimir J. van der Laan: Merge #10169: [tests] Remove func test code duplication...
< bitcoin-git> bitcoin/master 2a52ae6 John Newbery: Remove duplicate method definitions in NodeConnCB subclasses...
< bitcoin-git> bitcoin/master 52e15aa John Newbery: Adds helper functions to NodeConnCB...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/2580ff81f442...8f3e38477e30
< bitcoin-git> [bitcoin] laanwj closed pull request #10314: Remove unused forward declaration for non-existent ScriptPubKeyToJSON(...) (master...remove-unused-function) https://github.com/bitcoin/bitcoin/pull/10314
< bitcoin-git> bitcoin/master 2580ff8 Wladimir J. van der Laan: Merge #10314: Remove unused forward declaration for non-existent ScriptPubKeyToJSON(...)...
< bitcoin-git> bitcoin/master 3fe8a83 practicalswift: Remove unused forward declaration for non-existent ScriptPubKeyToJSON(...)
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1d75597ba6e8...2580ff81f442
< bitcoin-git> [bitcoin] laanwj closed pull request #10260: [doc] Minor corrections to osx dependencies (master...osx-doc-update) https://github.com/bitcoin/bitcoin/pull/10260
< bitcoin-git> bitcoin/master 1d75597 Wladimir J. van der Laan: Merge #10260: [doc] Minor corrections to osx dependencies...
< bitcoin-git> bitcoin/master 661caf8 fanquake: [doc] Minor corrections to osx dependencies
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/faf2dea5ea81...1d75597ba6e8
< bitcoin-git> [bitcoin] laanwj closed pull request #10234: [net] listbanned RPC and QT should show correct banned subnets (master...list_banned_correctly) https://github.com/bitcoin/bitcoin/pull/10234
< bitcoin-git> bitcoin/master faf2dea Wladimir J. van der Laan: Merge #10234: [net] listbanned RPC and QT should show correct banned subnets...
< bitcoin-git> bitcoin/master d6732d8 John Newbery: [tests] update disconnect_ban.py test case to work with listbanned
< bitcoin-git> bitcoin/master 77c54b2 John Newbery: [net] listbanned RPC and QT should show correct banned subnets
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/a3e756b7d610...faf2dea5ea81
< bitcoin-git> [bitcoin] practicalswift opened pull request #10314: Remove unused forward declaration for non-existent ScriptPubKeyToJSON(...) (master...remove-unused-function) https://github.com/bitcoin/bitcoin/pull/10314
< bitcoin-git> [bitcoin] instagibbs opened pull request #10313: [Consensus] Add constant for maximum stack size (master...stackconst) https://github.com/bitcoin/bitcoin/pull/10313
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #10093: [Qt] Don't add arguments of sensitive command to console window (master...2017/03/qt_console) https://github.com/bitcoin/bitcoin/pull/10093
< bitcoin-git> bitcoin/master a3e756b Jonas Schnelli: Merge #10093: [Qt] Don't add arguments of sensitive command to console window...
< bitcoin-git> bitcoin/master 7278537 Jonas Schnelli: [Qt] Don't add arguments of sensitive command to console window
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f4a6180607a8...a3e756b7d610
< bitcoin-git> [bitcoin] laanwj closed pull request #10175: Remove excess logic. (master...excess-logic) https://github.com/bitcoin/bitcoin/pull/10175
< bitcoin-git> bitcoin/master f4a6180 Wladimir J. van der Laan: Merge #10175: Remove excess logic....
< bitcoin-git> bitcoin/master 9a763d4 practicalswift: Remove excess logic.
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e7b90f78f554...f4a6180607a8
< bitcoin-git> [bitcoin] laanwj closed pull request #10180: [trivial] Fix typos (tempoarily → temporarily, inadvertantly → inadvertently) (master...inadvertantly-and-tempoarily) https://github.com/bitcoin/bitcoin/pull/10180
< bitcoin-git> bitcoin/master e7b90f7 Wladimir J. van der Laan: Merge #10180: [trivial] Fix typos (tempoarily → temporarily, inadvertantly → inadvertently)...
< bitcoin-git> bitcoin/master 66082e0 practicalswift: [trivial] Fix typos (tempoarily → temporarily, inadvertantly → inadvertently)
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0e8499c53f9e...e7b90f78f554
< bitcoin-git> [bitcoin] btcdrak opened pull request #10311: Remove unused args from GetFetchFlags() (master...getflags) https://github.com/bitcoin/bitcoin/pull/10311
< bitcoin-git> [bitcoin] laanwj closed pull request #10281: doc: Add RPC interface guidelines (master...2017_04_rpc_if_guidelines) https://github.com/bitcoin/bitcoin/pull/10281
< bitcoin-git> bitcoin/master 0e8499c Wladimir J. van der Laan: Merge #10281: doc: Add RPC interface guidelines...
< bitcoin-git> bitcoin/master c26655e Wladimir J. van der Laan: doc: Add RPC interface guidelines
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e4bbd3d230f2...0e8499c53f9e
< bitcoin-git> [bitcoin] kallewoof opened pull request #10310: [doc] Add hint about getmempoolentry to getrawmempool help. (master...doc-getrawmempool-getmempoolentry) https://github.com/bitcoin/bitcoin/pull/10310
< bitcoin-git> [bitcoin] kallewoof closed pull request #10304: [rpc] Allow a txid param in getrawmempool (master...getrawmempool-include-txid) https://github.com/bitcoin/bitcoin/pull/10304

2017-05-01

< bitcoin-git> [bitcoin] sipa closed pull request #10292: Improved efficiency in COutPoint constructors (master...master) https://github.com/bitcoin/bitcoin/pull/10292
< bitcoin-git> bitcoin/master e4bbd3d Pieter Wuille: Merge #10292: Improved efficiency in COutPoint constructors...
< bitcoin-git> bitcoin/master 4fbae77 Marcos Mayorga: Improved efficiency in COutPoint constructors
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c45da32047ca...e4bbd3d230f2
< bitcoin-git> [bitcoin] sipa closed pull request #10305: Fix potential NPD introduced in b297426c (master...2017-05-fix-10290-npd) https://github.com/bitcoin/bitcoin/pull/10305
< bitcoin-git> bitcoin/master c45da32 Pieter Wuille: Merge #10305: Fix potential NPD introduced in b297426c...
< bitcoin-git> bitcoin/master 70d3945 Matt Corallo: Fix potential NPD introduced in b297426c...
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ab1f1d324691...c45da32047ca
< bitcoin-git> [bitcoin] sipa closed pull request #10309: Trivial: remove extra character from comment (master...typoquestion) https://github.com/bitcoin/bitcoin/pull/10309
< bitcoin-git> bitcoin/master ab1f1d3 Pieter Wuille: Merge #10309: Trivial: remove extra character from comment...
< bitcoin-git> bitcoin/master 3503716 CryptAxe: Trivial: remove extra character from comment
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e2b99b13131b...ab1f1d324691
< bitcoin-git> [bitcoin] CryptAxe opened pull request #10309: Trivial: remove extra character from comment (master...typoquestion) https://github.com/bitcoin/bitcoin/pull/10309
< bitcoin-git> [bitcoin] tjps opened pull request #10308: [wallet] Securely erase potentially sensitive keys/values (master...tjps_secure_erase) https://github.com/bitcoin/bitcoin/pull/10308
< bitcoin-git> [bitcoin] jnewbery opened pull request #10307: [tests] allow zmq test to be run in out-of-tree builds (master...fix_zmq_test_out_of_tree) https://github.com/bitcoin/bitcoin/pull/10307
< bitcoin-git> [bitcoin] tjps closed pull request #10182: [scheduler] Switched CScheduler to C++11 threading primitives (master...tjps_scheduler) https://github.com/bitcoin/bitcoin/pull/10182
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #10305: Fix potential NPD introduced in b297426c (master...2017-05-fix-10290-npd) https://github.com/bitcoin/bitcoin/pull/10305
< bitcoin-git> [bitcoin] laanwj closed pull request #10294: [Wallet] unset change position when there is no change (master...fixchangepos) https://github.com/bitcoin/bitcoin/pull/10294
< bitcoin-git> bitcoin/master e2b99b1 Wladimir J. van der Laan: Merge #10294: [Wallet] unset change position when there is no change...
< bitcoin-git> bitcoin/master 7c58863 Gregory Sanders: [Wallet] unset change position when there is no change on exact match
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/492d22f92919...e2b99b13131b
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10264: [test] Add tests for getconnectioncount, getnettotals and ping (master...test_netrpccalls) https://github.com/bitcoin/bitcoin/pull/10264