2017-05-08

< 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
< bitcoin-git> bitcoin/master 85f950a Jimmy Song: [test] Add tests for getconnectioncount, getnettotals and ping...
< bitcoin-git> bitcoin/master 492d22f MarcoFalke: Merge #10264: [test] Add tests for getconnectioncount, getnettotals and ping...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9c33ffd38764...492d22f92919
< bitcoin-git> [bitcoin] kallewoof opened pull request #10304: [rpc] Allow a txid param in getrawmempool (master...getrawmempool-include-txid) https://github.com/bitcoin/bitcoin/pull/10304
< bitcoin-git> bitcoin/master 9c33ffd Wladimir J. van der Laan: Merge #8824: Refactor TxToJSON() and ScriptPubKeyToJSON()...
< bitcoin-git> bitcoin/master 0ff9320 jonnynewbs: refactor TxToJSON() and ScriptPubKeyToJSON()
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8d6d43e9338a...9c33ffd38764
< bitcoin-git> [bitcoin] laanwj closed pull request #10290: Add -stopatheight for benchmarking (master...shutdown_at_height) https://github.com/bitcoin/bitcoin/pull/10290
< bitcoin-git> bitcoin/master 8d6d43e Wladimir J. van der Laan: Merge #10290: Add -stopatheight for benchmarking...
< bitcoin-git> bitcoin/master b297426 Pieter Wuille: Add -stopatheight for benchmarking
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/80c3a734298e...8d6d43e9338a
< bitcoin-git> [bitcoin] kallewoof opened pull request #10303: [bench] Include ms/blk stats in Connect* benchmarks. (master...bench-add-per-block-stats) https://github.com/bitcoin/bitcoin/pull/10303

2017-04-30

< bitcoin-git> [bitcoin] spencerlievens opened pull request #10302: [Makefile] Alphabetically Reorder addrdb.cpp (master...patch-2) https://github.com/bitcoin/bitcoin/pull/10302
< bitcoin-git> [bitcoin] jameshilliard opened pull request #10301: Check if sys/random.h is required for getentropy. (master...getentropy-rand) https://github.com/bitcoin/bitcoin/pull/10301

2017-04-29

< bitcoin-git> [bitcoin] sipa opened pull request #10299: Remove OpenSSL (master...simplerandom) https://github.com/bitcoin/bitcoin/pull/10299
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10256: [test] Add test for gettxout to wallet.py (master...test_gettxout) https://github.com/bitcoin/bitcoin/pull/10256
< bitcoin-git> bitcoin/master 80c3a73 MarcoFalke: Merge #10256: [test] Add test for gettxout to wallet.py...
< bitcoin-git> bitcoin/master dd1ea59 Jimmy Song: [test] Add gettxout call...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4c924011f535...80c3a734298e

2017-04-28

< bitcoin-git> [bitcoin] fanquake closed pull request #10298: jslee1301 patch 1 (0.11...gh-jslee1301-patch-1) https://github.com/bitcoin/bitcoin/pull/10298
< bitcoin-git> [bitcoin] gh-jslee1301 opened pull request #10298: jslee1301 patch 1 (0.11...gh-jslee1301-patch-1) https://github.com/bitcoin/bitcoin/pull/10298
< bitcoin-git> [bitcoin] sipa opened pull request #10297: Simplify DisconnectBlock arguments/return value (master...disconnect_enum) https://github.com/bitcoin/bitcoin/pull/10297
< bitcoin-git> [bitcoin] ryanofsky opened pull request #10295: [qt] Move some WalletModel functions into CWallet (master...pr/ipc-move) https://github.com/bitcoin/bitcoin/pull/10295
< bitcoin-git> [bitcoin] instagibbs opened pull request #10294: [Wallet] unset change position when there is no change (master...fixchangepos) https://github.com/bitcoin/bitcoin/pull/10294
< bitcoin-git> [bitcoin] mm-s opened pull request #10292: Improved efficiency in COutPoint constructors (master...master) https://github.com/bitcoin/bitcoin/pull/10292
< bitcoin-git> [bitcoin] mm-s closed pull request #10277: Improved efficiency in constructors of COutPoint (master...master) https://github.com/bitcoin/bitcoin/pull/10277

2017-04-27

< bitcoin-git> [bitcoin] practicalswift reopened pull request #9544: [trivial] Add end of namespace comments. Improve consistency. (master...consistent-use-of-end-of-namespace-comments) https://github.com/bitcoin/bitcoin/pull/9544
< bitcoin-git> [bitcoin] practicalswift closed pull request #9544: [trivial] Add end of namespace comments. Improve consistency. (master...consistent-use-of-end-of-namespace-comments) https://github.com/bitcoin/bitcoin/pull/9544
< bitcoin-git> [bitcoin] sipa opened pull request #10290: Add -stopatheight for benchmarking (master...shutdown_at_height) https://github.com/bitcoin/bitcoin/pull/10290
< bitcoin-git> [bitcoin] laanwj closed pull request #10075: Remove unused C++ code not covered by unit tests (master...unused) https://github.com/bitcoin/bitcoin/pull/10075
< bitcoin-git> bitcoin/master 4c92401 Wladimir J. van der Laan: Merge #10075: Remove unused C++ code not covered by unit tests...
< bitcoin-git> bitcoin/master b51aaf1 practicalswift: Remove unused C++ code not covered by unit tests
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a550f6e415fd...4c924011f535
< bitcoin-git> [bitcoin] sipa closed pull request #10283: Cleanup: reduce to one GetMinimumFee call signature (master...oneGetMinimumFee) https://github.com/bitcoin/bitcoin/pull/10283
< bitcoin-git> bitcoin/master a550f6e Pieter Wuille: Merge #10283: Cleanup: reduce to one GetMinimumFee call signature...
< bitcoin-git> bitcoin/master 3edbd79 Alex Morcos: cleanup: reduce to one GetMinimumFee call signature
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/47535d7c3ec7...a550f6e415fd
< bitcoin-git> [bitcoin] jimmysong opened 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] TheBlueMatt opened pull request #10286: Call wallet notify callbacks in scheduler thread (without cs_main) (master...2017-01-wallet-cache-inmempool-4) https://github.com/bitcoin/bitcoin/pull/10286
< bitcoin-git> [bitcoin] theuni opened pull request #10285: net: refactor the connection process. moving towards async connections. (master...connman-events6) https://github.com/bitcoin/bitcoin/pull/10285

2017-04-26

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10280: [test] Unit test amount.h/amount.cpp (master...test_amount) https://github.com/bitcoin/bitcoin/pull/10280
< bitcoin-git> bitcoin/master 47535d7 MarcoFalke: Merge #10280: [test] Unit test amount.h/amount.cpp...
< bitcoin-git> bitcoin/master dcb69fd Jimmy Song: [test] Unit test amount.h/amount.cpp...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cf5782508a3f...47535d7c3ec7
< bitcoin-git> [bitcoin] morcos opened pull request #10284: Always log debug information for fee calculation in CreateTransaction (master...debugEstimates) https://github.com/bitcoin/bitcoin/pull/10284
< bitcoin-git> [bitcoin] morcos opened pull request #10283: Cleanup: reduce to one GetMinimumFee call signature (master...oneGetMinimumFee) https://github.com/bitcoin/bitcoin/pull/10283
< bitcoin-git> [bitcoin] luke-jr opened pull request #10282: Expire bitcoind & bitcoin-qt 7-8 years after its last change (master...timebomb) https://github.com/bitcoin/bitcoin/pull/10282
< bitcoin-git> [bitcoin] laanwj closed pull request #9614: [wallet] [refactor] Simplify getbalance implementation (master...pr/getbalance-cleanup) https://github.com/bitcoin/bitcoin/pull/9614
< bitcoin-git> bitcoin/master cf57825 Wladimir J. van der Laan: Merge #9614: [wallet] [refactor] Simplify getbalance implementation...
< bitcoin-git> bitcoin/master 02d9f50 Russell Yanofsky: [wallet] Remove unneeded legacy getbalance code
< bitcoin-git> bitcoin/master 82b7dc3 Russell Yanofsky: [wallet] Add GetLegacyBalance method to simplify getbalance RPC...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/6fdb31916589...cf5782508a3f
< bitcoin-git> [bitcoin] practicalswift closed pull request #9545: Add final where appropriate (master...add-overrides-where-appropriate) https://github.com/bitcoin/bitcoin/pull/9545
< bitcoin-git> [bitcoin] fanquake closed pull request #9363: Reduce fingerprinting attacks (master...MinChainWorkBlocktxns) https://github.com/bitcoin/bitcoin/pull/9363
< bitcoin-git> [bitcoin] laanwj closed pull request #9743: Fix several potential issues found by sanitizers (master...fsanitize) https://github.com/bitcoin/bitcoin/pull/9743
< bitcoin-git> bitcoin/master 6fdb319 Wladimir J. van der Laan: Merge #9743: Fix several potential issues found by sanitizers...
< bitcoin-git> bitcoin/master 1d31093 Pieter Wuille: fix tsan: utiltime race on nMockTime
< bitcoin-git> bitcoin/master 321bbc2 Pieter Wuille: fix ubsan: bitcoin-tx: not initialize context before IsFullyValid
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/bd9ec0ef1ea7...6fdb31916589
< bitcoin-git> [bitcoin] laanwj closed pull request #9670: contrib: github-merge improvements (master...2017_01_ghmerge_update) https://github.com/bitcoin/bitcoin/pull/9670
< bitcoin-git> bitcoin/master bd9ec0e Wladimir J. van der Laan: Merge #9670: contrib: github-merge improvements...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8979f4569e0e...bd9ec0ef1ea7
< bitcoin-git> bitcoin/master b508424 Wladimir J. van der Laan: contrib: github-merge improvements...
< bitcoin-git> [bitcoin] laanwj closed pull request #10273: [scripts] Minor improvements to `macdeployqtplus` script. (master...macdeployqtplus) https://github.com/bitcoin/bitcoin/pull/10273
< bitcoin-git> bitcoin/master 8979f45 Wladimir J. van der Laan: Merge #10273: [scripts] Minor improvements to `macdeployqtplus` script....
< bitcoin-git> bitcoin/master e8babc4 Chris Gavin: Use `with` in `macdeployqtplus` script.
< bitcoin-git> bitcoin/master 4f3ac7d Chris Gavin: Remove unused variable from `macdeployqtplus` script.
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/8254a8ae213b...8979f4569e0e
< bitcoin-git> [bitcoin] laanwj closed pull request #10278: [test] Add Unit Test for GetListenPort (master...test_listenport) https://github.com/bitcoin/bitcoin/pull/10278
< bitcoin-git> bitcoin/master 1b14449 Jimmy Song: [test] Add Unit Test for GetListenPort...
< bitcoin-git> bitcoin/master 8254a8a Wladimir J. van der Laan: Merge #10278: [test] Add Unit Test for GetListenPort...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9c94fb6c3257...8254a8ae213b
< bitcoin-git> [bitcoin] laanwj closed pull request #9930: Trivial: Correct indentation and bracing (master...fix-indent) https://github.com/bitcoin/bitcoin/pull/9930
< bitcoin-git> [bitcoin] laanwj opened pull request #10281: doc: Add RPC interface guidelines (master...2017_04_rpc_if_guidelines) https://github.com/bitcoin/bitcoin/pull/10281
< bitcoin-git> [bitcoin] jimmysong opened pull request #10280: [test] Unit test amount.h/amount.cpp (master...test_amount) https://github.com/bitcoin/bitcoin/pull/10280
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #10279: Add a CChainState class to validation.cpp to take another step towards clarifying internal interfaces (master...2016-12-cconsensus) https://github.com/bitcoin/bitcoin/pull/10279

2017-04-25

< bitcoin-git> [bitcoin] jimmysong opened pull request #10278: [test] Add Unit Test for GetListenPort (master...test_listenport) https://github.com/bitcoin/bitcoin/pull/10278
< bitcoin-git> [bitcoin] mm-s opened pull request #10277: Improved efficiency in constructors of COutPoint (master...master) https://github.com/bitcoin/bitcoin/pull/10277
< bitcoin-git> [bitcoin] laanwj closed pull request #10225: [test] Add aborttrescan tests (master...abort-rescan-tests) https://github.com/bitcoin/bitcoin/pull/10225
< bitcoin-git> bitcoin/master e0a7e19 Wladimir J. van der Laan: Merge #10225: [test] Add aborttrescan tests...
< bitcoin-git> bitcoin/master ed60970 Karl-Johan Alm: [test] Test abortrescan command.
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c29a0d48129d...e0a7e1994e6f
< bitcoin-git> [bitcoin] laanwj closed pull request #10265: [wallet] [moveonly] Check non-null pindex before potentially referencing (master...fix-check-pindex-scanforwallettx) https://github.com/bitcoin/bitcoin/pull/10265
< bitcoin-git> bitcoin/master c29a0d4 Wladimir J. van der Laan: Merge #10265: [wallet] [moveonly] Check non-null pindex before potentially referencing...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cb007e4346cf...c29a0d48129d
< bitcoin-git> bitcoin/master c36ea69 Karl-Johan Alm: [wallet] Make sure pindex is non-null before possibly referencing in LogPrintf call.
< bitcoin-git> [bitcoin] laanwj closed pull request #10263: Trivial: fix fee estimate write error log message (master...coinbase) https://github.com/bitcoin/bitcoin/pull/10263
< bitcoin-git> bitcoin/master cb007e4 Wladimir J. van der Laan: Merge #10263: Trivial: fix fee estimate write error log message...
< bitcoin-git> bitcoin/master 94807be CryptAxe: Trivial: fix fee estimate write error log message
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/95f5e4407502...cb007e4346cf
< bitcoin-git> [bitcoin] knocte opened pull request #10276: contrib/verifybinaries: allow filtering by platform (master...filterByPlatformInVerifySh) https://github.com/bitcoin/bitcoin/pull/10276
< bitcoin-git> [bitcoin] laanwj closed pull request #10270: Remove Clang workaround for Boost 1.46 (master...remove-boost-clang-workaround) https://github.com/bitcoin/bitcoin/pull/10270
< bitcoin-git> bitcoin/master 95f5e44 Wladimir J. van der Laan: Merge #10270: Remove Clang workaround for Boost 1.46...
< bitcoin-git> bitcoin/master 93dbb15 fanquake: Remove Clang workaround for Boost 1.46
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/54e2d87e792f...95f5e4407502
< bitcoin-git> [bitcoin] laanwj closed pull request #10274: Replace by fee v0.11.2 (master...replace-by-fee-v0.11.2) https://github.com/bitcoin/bitcoin/pull/10274
< bitcoin-git> [bitcoin] kallewoof opened pull request #10275: [rpc] Allow fetching tx directly from specified block in getrawtransaction (master...gettx-with-blockhash) https://github.com/bitcoin/bitcoin/pull/10275
< bitcoin-git> [bitcoin] ericchong opened pull request #10274: Replace by fee v0.11.2 (master...replace-by-fee-v0.11.2) https://github.com/bitcoin/bitcoin/pull/10274
< bitcoin-git> [bitcoin] chrisgavin opened pull request #10273: [scripts] Minor improvements to `macdeployqtplus` script. (master...macdeployqtplus) https://github.com/bitcoin/bitcoin/pull/10273
< bitcoin-git> [bitcoin] practicalswift closed pull request #10212: Make sure parameter names in .cpp and .h files are in sync (master...make-doxygen-happy-by-using-consistent-parameter-names) https://github.com/bitcoin/bitcoin/pull/10212
< bitcoin-git> [bitcoin] laanwj closed pull request #10272: [Tests] Prevent warning: variable 'x' is uninitialized (master...20170425_FastRandomContext_test_warnings) https://github.com/bitcoin/bitcoin/pull/10272
< bitcoin-git> bitcoin/master 54e2d87 Wladimir J. van der Laan: Merge #10272: [Tests] Prevent warning: variable 'x' is uninitialized...
< bitcoin-git> bitcoin/master 5ec8836 Pavel Janík: Prevent warning: variable 'x' is uninitialized
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c73af5416b66...54e2d87e792f
< bitcoin-git> [bitcoin] paveljanik opened pull request #10272: [Tests] Prevent warning: variable 'x' is uninitialized (master...20170425_FastRandomContext_test_warnings) https://github.com/bitcoin/bitcoin/pull/10272
< bitcoin-git> [bitcoin] fanquake opened pull request #10271: Use std::thread::hardware_concurrency, instead of Boost, to determine available cores (master...replace-boost-getnumcores) https://github.com/bitcoin/bitcoin/pull/10271
< bitcoin-git> [bitcoin] fanquake opened pull request #10270: Remove Clang workaround for Boost 1.46 (master...remove-boost-clang-workaround) https://github.com/bitcoin/bitcoin/pull/10270

2017-04-24

< bitcoin-git> [bitcoin] sipa closed pull request #10249: Switch CCoinsMap from boost to std unordered_map (master...stdcoinmap) https://github.com/bitcoin/bitcoin/pull/10249
< bitcoin-git> bitcoin/master c73af54 Pieter Wuille: Merge #10249: Switch CCoinsMap from boost to std unordered_map...
< bitcoin-git> bitcoin/master e6756ad Pieter Wuille: Switch CCoinsMap from boost to std unordered_map
< bitcoin-git> bitcoin/master 344a2c4 Pieter Wuille: Add support for std::unordered_{map,set} to memusage.h
< bitcoin-git> [bitcoin] sipa pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/fa1ac2881f2a...c73af5416b66
< bitcoin-git> [bitcoin] laanwj closed pull request #9951: Wallet database handling abstractions/simplifications (master...2017_03_wallet_dbwrapper) https://github.com/bitcoin/bitcoin/pull/9951
< bitcoin-git> bitcoin/master 071c955 Wladimir J. van der Laan: wallet: Get rid of fFileBacked...
< bitcoin-git> bitcoin/master be9e1a9 Wladimir J. van der Laan: wallet: Reduce references to global bitdb environment
< bitcoin-git> bitcoin/master 71afe3c Wladimir J. van der Laan: wallet: Introduce database handle wrapper...
< bitcoin-git> [bitcoin] laanwj pushed 7 new commits to master: https://github.com/bitcoin/bitcoin/compare/342b9bc3907e...fa1ac2881f2a
< bitcoin-git> [bitcoin] laanwj closed pull request #9792: FastRandomContext improvements and switch to ChaCha20 (master...chacha) https://github.com/bitcoin/bitcoin/pull/9792
< bitcoin-git> bitcoin/master e04326f Pieter Wuille: Add ChaCha20
< bitcoin-git> bitcoin/master 663fbae Pieter Wuille: FastRandom benchmark
< bitcoin-git> bitcoin/master c21cbe6 Pieter Wuille: Introduce FastRandomContext::randbool()
< bitcoin-git> [bitcoin] laanwj pushed 6 new commits to master: https://github.com/bitcoin/bitcoin/compare/1b25b6df0f08...342b9bc3907e
< bitcoin-git> [bitcoin] kallewoof opened pull request #10267: New -readconfig argument for including external configuration files (master...feature-config-readconfig) https://github.com/bitcoin/bitcoin/pull/10267
< bitcoin-git> [bitcoin] fanquake closed pull request #10266: Update policy.h (master...patch-1) https://github.com/bitcoin/bitcoin/pull/10266
< bitcoin-git> [bitcoin] 1mbtxn opened pull request #10266: Update policy.h (master...patch-1) https://github.com/bitcoin/bitcoin/pull/10266

2017-04-23

< bitcoin-git> [bitcoin] kallewoof opened pull request #10265: [wallet] Check non-null pindex before potentially referencing (master...fix-check-pindex-scanforwallettx) https://github.com/bitcoin/bitcoin/pull/10265
< bitcoin-git> [bitcoin] jimmysong opened pull request #10264: [test] Add tests for getconnectioncount, getnettotals and ping (master...test_netrpccalls) https://github.com/bitcoin/bitcoin/pull/10264
< bitcoin-git> [bitcoin] CryptAxe reopened pull request #10263: Trivial: fix fee estimate write error log message (master...coinbase) https://github.com/bitcoin/bitcoin/pull/10263
< bitcoin-git> [bitcoin] CryptAxe closed pull request #10263: Trivial: fix fee estimate write error log message (master...coinbase) https://github.com/bitcoin/bitcoin/pull/10263
< bitcoin-git> [bitcoin] CryptAxe opened pull request #10263: Trivial: fix fee estimate write error log message (master...coinbase) https://github.com/bitcoin/bitcoin/pull/10263
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10097: Move zmq test skipping logic into individual test case. (master...zmq_optional) https://github.com/bitcoin/bitcoin/pull/10097