Commit Graph

  • 4191647b13 Remove some lingering C++-isms in `zc_benchmark` command and construct JSON results directly. zcash-2356-v0.11.2 Nathan Wilcox 2017-05-18 23:46:34 +0000
  • 9382bac709 Untested attempt to update zc_benchmark to use new JSON API; remove all benchmarks except `sleep` and `validatelargetx`. [Does not compile.] Nathan Wilcox 2017-05-17 22:06:41 +0000
  • da76b509ea Paste the rpcwallet benchmarking function in directly; no API fixes. [Does not compile] Nathan Wilcox 2017-05-17 21:57:40 +0000
  • 5974323250 Downgrade zcbenchmarks.cpp out of C++11 mode; update library calls to match; remove QT+UPNP from build; remove unused includes. [Compiles; no testing.] Nathan Wilcox 2017-05-18 23:06:20 +0000
  • cf87f3b5c8 Rip out all zcash benchmark code except `benchmark_sleep` and `benchmark_large_tx`; rename `MAX_TX_SIZE` to `TARGET_TX_SIZE`. [Compiles; no testing.] Nathan Wilcox 2017-05-16 21:59:25 +0000
  • 7fa2740d9a Paste zcbenchmarks.{h,cpp} directly from zcash without modification; hook them into build system. [Does not compile.] Nathan Wilcox 2017-05-16 21:05:51 +0000
  • 1b2827d5e5 Paste in the zcash build script, then tweak it to remove new options and disable QT. Nathan Wilcox 2017-05-16 19:28:26 +0000
  • 95546c859b
    Merge #10362: [GUI] Add OSX keystroke to RPCConsole info master Jonas Schnelli 2017-05-16 08:54:29 +0200
  • d0c37ee789
    Merge #10383: [logging] log system time and mock time Wladimir J. van der Laan 2017-05-16 08:06:26 +0200
  • b6ee855b41
    Merge #10380: [doc] Removing comments about dirty entries on txmempool Pieter Wuille 2017-05-15 15:34:47 -0700
  • 8bd16ee12f
    Merge #10376: [tests] fix disconnect_ban intermittency MarcoFalke 2017-05-15 22:49:25 +0200
  • 96c850c209
    Merge #8704: [RPC] Transaction details in getblock Wladimir J. van der Laan 2017-05-15 17:10:56 +0200
  • 41987aa92f
    Merge #9494: Introduce an ArgsManager class encapsulating cs_args, mapArgs and mapMultiArgs Wladimir J. van der Laan 2017-05-15 07:30:09 +0200
  • 87abe20fc1
    Merge #10253: [test] Add test for getnetworkhashps MarcoFalke 2017-05-14 12:43:33 +0200
  • e3c9f2ddb1 Use a verbosity instead of two verbose parameters Andrew Chow 2017-04-10 09:28:56 -0400
  • 94e52273f3
    Merge #10308: [wallet] Securely erase potentially sensitive keys/values Wladimir J. van der Laan 2017-05-11 19:28:04 +0200
  • eb8263bdc9
    Merge #10317: Remove unused Python imports Wladimir J. van der Laan 2017-05-11 19:26:54 +0200
  • 18c9debe60
    Merge #10341: rpc/wallet: Workaround older UniValue which returns a std::string temporary for get_str Wladimir J. van der Laan 2017-05-11 19:09:43 +0200
  • 79aeff6e08
    Merge #10328: Update contrib/debian to latest Ubuntu PPA upload. Wladimir J. van der Laan 2017-05-11 18:54:02 +0200
  • 7f2b9e0868
    Merge #10381: Shadowing warnings are not enabled by default, update doc accordingly Wladimir J. van der Laan 2017-05-11 07:17:10 +0200
  • 761392db3a [logging] log system time and mock time John Newbery 2017-05-10 15:49:00 -0400
  • f203ecc621 Shadowing is not enabled by default, update doc accordingly. Pavel Janík 2017-05-10 19:48:24 +0200
  • a26280bc14
    Merge #10325: 0.15.0 Depends Updates Wladimir J. van der Laan 2017-05-10 17:16:14 +0200
  • 4f3782ed67 [doc] Removing comments about dirty entries on txmempool Simone Madeo 2017-05-10 10:33:38 +0100
  • 4b766fcdd4
    Merge #10371: [tests] Clean up addrman_tests.cpp MarcoFalke 2017-05-09 23:23:40 +0200
  • 3ba2c08980 [tests] fix disconnect_ban intermittency John Newbery 2017-05-09 17:20:24 -0400
  • f6241b3e42
    Merge #10361: qa: disablewallet: Check that wallet is really disabled MarcoFalke 2017-05-09 23:15:15 +0200
  • 7ee5236048
    Merge #10365: [tests] increase timeouts in sendheaders test MarcoFalke 2017-05-09 23:03:30 +0200
  • a80f295666 [tests] Clean up addrman_tests.cpp Jimmy Song 2017-05-09 09:11:12 -0700
  • 78da882edd
    Util: Small improvements in gArgs usage Jorge Timón 2017-05-07 19:37:54 +0200
  • 52922456b8
    Util: Put mapMultiArgs inside ArgsManager Jorge Timón 2017-05-06 21:23:21 +0200
  • b3cbd554d9
    scripted-diff: Util: Encapsulate mapMultiArgs behind gArgs Jorge Timón 2017-05-07 18:54:43 +0200
  • f2957ce6cd
    Util: Create ArgsManager class... Jorge Timón 2017-05-06 01:36:47 +0200
  • daf3e7def7
    Merge #10338: Maintain state across GetStrongRandBytes calls Pieter Wuille 2017-05-09 10:13:45 -0700
  • bc64b5aa0f
    Merge #10322: Use hardware timestamps in RNG seeding Pieter Wuille 2017-05-09 10:10:23 -0700
  • 56befa03ac [tests] increase timeouts in sendheaders test John Newbery 2017-05-08 17:14:07 -0400
  • b0bfa233a1 [tests] Make wait_until timeout 60 seconds by default John Newbery 2017-05-09 08:54:58 -0400
  • 776ba233e9
    Merge #10287: [tests] Update Unit Test for addrman.h/addrman.cpp MarcoFalke 2017-05-09 12:58:36 +0200
  • c973cc5a43
    Merge #8855: Use a proper factory for creating chainparams Wladimir J. van der Laan 2017-05-09 09:29:12 +0200
  • 08a7316c14
    Merge #9279: Consensus: Move CFeeRate out of libconsensus Wladimir J. van der Laan 2017-05-09 09:11:09 +0200
  • 012fa9b99d Add OSX keystroke to clear RPCConsole Spencer Lievens 2017-05-08 21:39:34 +0200
  • fa7396d6d9 qa: disablewallet: Check that wallet is really disabled MarcoFalke 2017-05-08 21:09:07 +0200
  • 6a796b2b53
    Merge #10342: [tests] Improve mempool_persist test MarcoFalke 2017-05-08 20:13:47 +0200
  • 329ac3bab1 [tests] use wait_until in mempool_persist.py John Newbery 2017-05-05 09:17:39 -0400
  • 23d78c4dd0
    Merge #10352: test: Add elapsed time to RPC tracing MarcoFalke 2017-05-08 19:31:49 +0200
  • f4b15e2de9
    Merge #10310: [doc] Add hint about getmempoolentry to getrawmempool help. MarcoFalke 2017-05-08 19:28:55 +0200
  • 3f57c55dba
    Merge #10351: removed unused code in INV message Pieter Wuille 2017-05-07 21:45:56 -0700
  • fff72de5bf
    Merge #10171: [tests] Add node methods to test framework MarcoFalke 2017-05-07 15:13:29 +0200
  • 750c5a5b84
    Merge #10189: devtools/net: add a verifier for scriptable changes. Use it to make CNode::id private. Wladimir J. van der Laan 2017-05-07 09:59:42 +0200
  • 20187e4ad0 test: Add elapsed time to RPC tracing Wladimir J. van der Laan 2017-04-17 10:50:00 +0200
  • c707ca872d removed unused code in INV message Greg Griffith 2017-05-07 00:42:04 -0400
  • 170bc2c381
    Merge #10318: [tests] fix wait_for_inv() MarcoFalke 2017-05-06 12:20:50 +0200
  • 314ebdfcb3
    Merge #10134: [qa] Fixes segwit block relay test after inv-direct-fetch was disabled MarcoFalke 2017-05-06 12:07:19 +0200
  • e9274839bf
    Merge #10344: [tests] Fix abandonconflict.py intermittency MarcoFalke 2017-05-06 12:00:01 +0200
  • f19abd9053 [qa] Fixes segwit block relay test after inv-direct-fetch was disabled Suhas Daftuar 2017-03-31 13:24:35 -0400
  • 3a0a5bc234
    [doc] Add hint about getmempoolentry to getrawmempool help. Karl-Johan Alm 2017-05-06 12:51:01 +0900
  • 4550049903 Reorganize BitcoinTestFramework class John Newbery 2017-03-23 17:48:29 -0400
  • 2c0a6f157d Use sanity check timestamps as entropy Pieter Wuille 2017-05-05 11:45:37 -0700
  • 33f853d8d8 Test that GetPerformanceCounter() increments Pieter Wuille 2017-05-05 11:32:06 -0700
  • f544094d5e Use hardware timestamps in RNG seeding Pieter Wuille 2017-05-02 18:21:33 -0700
  • 91700aa1df Re-enable upnp support in contrib/debian Matt Corallo 2017-05-05 13:29:18 -0400
  • c5071e1f03 Build with QT5 on Debian-based systems using contrib/debian Matt Corallo 2017-05-04 17:15:16 -0400
  • 965a124427 [tests] Fix abandonconflict.py intermittency John Newbery 2017-05-05 13:01:27 -0400
  • a637734ba2 rpc/wallet: Workaround older UniValue which returns a std::string temporary for get_str Luke Dashjr 2017-05-05 00:20:02 +0000
  • a8e928699a Bump minimum boost version in contrib/debian Matt Corallo 2017-05-04 17:13:41 -0400
  • 97477c537e Maintain state across GetStrongRandBytes calls Pieter Wuille 2017-05-03 03:07:53 -0700
  • 0f3471f3ad net: make CNode's id private Cory Fields 2017-04-11 12:11:27 -0400
  • 9ff0a51164 scripted-diff: net: Use accessor rather than node's id directly Cory Fields 2017-04-11 12:13:55 -0400
  • e50c33ea27 devtools: add script to verify scriptable changes Cory Fields 2017-04-11 16:03:22 -0400
  • 6c914ac176 [wallet] Securely erase potentially sensitive keys/values Thomas Snider 2017-03-23 14:07:51 -0700
  • c1082a7d35
    Chainparams: Use the factory for pow tests Jorge Timón 2016-10-21 01:33:08 +0200
  • 2351a064a6
    Chainparams: Get rid of CChainParams& Params(std::string) Jorge Timón 2015-11-28 15:04:35 +0100
  • f87f3626e3
    Chainparams: Use a regular factory for creating chainparams Jorge Timón 2015-05-22 03:50:01 +0200
  • 381a46e38f
    Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module Jorge Timón 2016-03-31 23:30:17 +0200
  • 330bb5a456
    Consensus: Minimal way to move dust out of consensus Jorge Timón 2016-10-14 17:49:05 +0200
  • 997021986e Update contrib/debian to latest Ubuntu PPA upload. Matt Corallo 2017-05-03 09:54:35 -0400
  • 35da2aeed7
    Merge #10327: [tests] remove import-abort-rescan.py Wladimir J. van der Laan 2017-05-03 15:42:24 +0200
  • 981e586ab8 [tests] remove import-abort-rescan.py John Newbery 2017-05-03 09:15:39 -0400
  • 3e3c22f09d [tests] fix wait_for_inv() John Newbery 2017-05-02 16:34:44 -0400
  • 355c11679b
    [depends] dbus 1.10.18 fanquake 2017-05-02 13:10:39 +0800
  • a8d7474ff2
    [depends] ccache 3.3.4 fanquake 2017-05-02 06:57:11 +0800
  • daeb767f24
    [depends] libevent 2.1.8-stable fanquake 2017-05-02 06:55:36 +0800
  • d78269ac99
    [depends] Boost 1.64.0 fanquake 2017-05-02 06:48:38 +0800
  • 7d92c6f3bc
    [depends] Latest config.guess and config.sub fanquake 2017-05-02 06:37:16 +0800
  • 22d870016e
    Merge #10311: Remove unused args from GetFetchFlags() Wladimir J. van der Laan 2017-05-03 11:42:13 +0200
  • 0912620888
    Merge #10302: [Makefile] Alphabetically Reorder addrdb.cpp Wladimir J. van der Laan 2017-05-03 11:36:20 +0200
  • 2a183de0ec
    Merge #9966: Control mempool persistence using a command line parameter Wladimir J. van der Laan 2017-05-03 09:23:39 +0200
  • d3dce0eb67
    Merge #10115: Avoid reading the old hd master key during wallet encryption Wladimir J. van der Laan 2017-05-03 09:10:59 +0200
  • 83073de4bd
    Merge #10307: [tests] allow zmq test to be run in out-of-tree builds Wladimir J. van der Laan 2017-05-03 08:37:14 +0200
  • d4732f3232
    Merge #9733: Add getchaintxstats RPC Wladimir J. van der Laan 2017-05-03 08:14:50 +0200
  • bd1f138e73 Add getchaintxstats RPC Pieter Wuille 2017-02-09 17:24:30 -0800
  • 431a548faa
    Merge #10297: Simplify DisconnectBlock arguments/return value Pieter Wuille 2017-05-02 20:35:05 -0700
  • 0c60c63de0 Remove unused Python imports practicalswift 2017-05-02 21:12:36 +0200
  • 75171f099e
    Merge #10137: Remove unused import. Remove accidental trailing semicolons. MarcoFalke 2017-05-02 20:50:57 +0200
  • b7dd44c528 Add start and stop node methods to BitcoinTestFramework John Newbery 2017-03-23 16:56:45 -0400
  • b111324acd move initialize_chain() and initialize_chain_clean() to be methods of BitcoinTestFramework John Newbery 2017-03-23 16:49:02 -0400
  • 3c5e6c94ca
    Merge #10255: [test] Add test for listaddressgroupings MarcoFalke 2017-05-02 20:18:30 +0200
  • dc8fc0c73b
    Merge #10198: [tests] Remove is_network_split from functional test framework MarcoFalke 2017-05-02 20:02:55 +0200
  • ed36de59e4 [tests] Update Unit Test for addrman.h/addrman.cpp Jimmy Song 2017-04-26 18:15:07 -0700
  • c9cc76dcaa [tests] Remove is_network_split from funtional test cases John Newbery 2017-04-03 09:34:04 -0400