Commit Graph

  • da7579184e make CAddrMan::size() return the correct type of size_t Philip Kaufmann 2015-06-15 14:43:31 +02:00
  • e079f010bf Consensus: Refactor: Separate Consensus::CheckTxInputs and GetSpendHeight in CheckInputs Jorge Timón 2015-04-24 16:45:16 +02:00
  • fbbd3cc638 [init] add -blockversion help and extend -upnp help Philip Kaufmann 2015-06-01 14:37:21 +02:00
  • bfa832c7ed Reduce checkpoints' effect on consensus. Pieter Wuille 2015-03-19 05:34:06 -07:00
  • db954a65ac use const references where appropriate Philip Kaufmann 2015-05-31 15:36:44 +02:00
  • 5e478618e6 Improve comment explaining purpose of MAX_MONEY constant Peter Todd 2015-05-27 21:02:04 -04:00
  • 14454a3a82 Fix typo in listbanned RPC keys Jack Grigg 2017-02-28 11:52:34 -08:00
  • 4acd140eeb Update default RPC port in help strings Jack Grigg 2017-02-28 11:51:46 -08:00
  • 3c014397a9 BTC -> ZEC in paytxfee RPC docs Jack Grigg 2017-02-28 11:50:36 -08:00
  • 25b8f796ff Re-encode t-addrs in disablewallet.py with Zcash prefixes Jack Grigg 2017-02-28 12:49:22 -08:00
  • 5329495fe4 Adjust fundrawtransaction RPC test for Zcash Jack Grigg 2017-02-15 16:12:06 +00:00
  • 56215c77d8 Fix crash in validateaddress with -disablewallet Wladimir J. van der Laan 2015-11-09 08:40:46 +01:00
  • c2616abb3c [QA] add testcases for parsing strings as values Jonas Schnelli 2015-07-14 21:13:16 +02:00
  • 84d1d5fd6f rpc: Accept strings in AmountFromValue Wladimir J. van der Laan 2015-07-06 11:43:56 +02:00
  • d101d7b8e6 univalue: Avoid unnecessary roundtrip through double for numbers Wladimir J. van der Laan 2015-07-18 07:44:19 +02:00
  • a11c4bbd26 Exempt unspendable transaction outputs from dust checks zathras-crypto 2015-03-25 02:04:02 -07:00
  • ce83df8fc4 rpc: Remove chain-specific RequireRPCPassword Wladimir J. van der Laan 2015-07-08 14:47:39 +02:00
  • 5bfd954fc6 [QA] remove rawtransactions.py from the extended test list Jonas Schnelli 2015-07-10 21:14:33 +02:00
  • 897a370c39 [QA] fix possible reorg issue in rawtransaction.py/fundrawtransaction.py RPC test Jonas Schnelli 2015-07-10 20:11:44 +02:00
  • 81eb80d841 [REST] add JSON support for /rest/headers/ Jonas Schnelli 2014-12-16 10:50:44 +01:00
  • 483672f772 When processing RPC commands during warmup phase, parse the request object before returning an error so that id value can be used in the response. Forrest Voight 2015-07-01 21:34:31 -04:00
  • 0352b37bff Adjust blockheaderToJSON() for Zcash block header Jack Grigg 2017-02-15 14:54:58 +00:00
  • d3d5483eef Add getblockheader RPC call Peter Todd 2015-06-05 17:07:17 -02:30
  • 81ae51c883 add tests for the decodescript rpc. add mention of the rpc regression tests to the testing seciton of the main readme. mruddy 2015-06-30 09:40:44 -04:00
  • bf890b6518 test: Move reindex test to standard tests Wladimir J. van der Laan 2015-06-17 18:06:39 +02:00
  • 5548701eeb UniValue: don't escape solidus, keep espacing of reverse solidus Jonas Schnelli 2015-06-24 22:31:10 +02:00
  • 788d8e6a6f fundrawtransaction tests Jonas Schnelli 2015-04-24 18:26:30 -07:00
  • 3d8013a01b Add fundrawtransaction RPC method Matt Corallo 2015-04-24 18:27:30 -07:00
  • aa30f65502 Add FundTransaction method to wallet Matt Corallo 2015-04-24 18:29:00 -07:00
  • b6616548ce Small tweaks to CCoinControl for fundrawtransaction Matt Corallo 2015-04-24 18:27:00 -07:00
  • 18e804a925 Add DummySignatureCreator which just creates zeroed sigs Pieter Wuille 2015-05-01 15:21:06 +02:00
  • 9c7167d1bc Return all available information via validateaddress dexX7 2015-06-09 17:11:13 +02:00
  • a0455eca11 rpc: make gettxoutsettinfo run lock-free Wladimir J. van der Laan 2014-10-22 09:25:08 +02:00
  • cbf3ab51f9 fix lock issue for QT node diconnect and RPC disconnectnode Jonas Schnelli 2015-06-19 16:32:22 +02:00
  • fa80be8ff5 setban: add IPv6 tests Jonas Schnelli 2015-06-19 13:51:42 +02:00
  • 0382246bb1 fix missing lock in CNode::ClearBanned() Jonas Schnelli 2015-06-19 13:31:33 +02:00
  • 2ab237a088 add RPC tests for setban & disconnectnode Jonas Schnelli 2015-06-16 18:21:03 +02:00
  • 1cad8c9ff9 setban: add RPCErrorCode Jonas Schnelli 2015-06-12 22:27:03 +02:00
  • 171b4de8d9 fix CSubNet comparison operator Jonas Schnelli 2015-06-12 19:51:50 +02:00
  • fcc8920f36 setban: rewrite to UniValue, allow absolute bantime Jonas Schnelli 2015-06-12 18:31:47 +02:00
  • 63c06b232b rename json field "bannedtill" to "banned_until" Jonas Schnelli 2015-06-12 17:42:32 +02:00
  • e521939942 [RPC] extend setban to allow subnets Jonas Schnelli 2015-05-25 20:03:51 +02:00
  • 445cd761c5 [net] remove unused return type bool from CNode::Ban() Jonas Schnelli 2015-05-19 17:15:25 +02:00
  • 962ec4b5e4 [QA] add setban/listbanned/clearbanned tests Jonas Schnelli 2015-05-19 10:20:31 +02:00
  • ed3f13a057 [RPC] add setban/listbanned/clearbanned RPC commands Jonas Schnelli 2015-05-19 10:07:46 +02:00
  • 997829713c [net] extend core functionallity for ban/unban/listban Jonas Schnelli 2015-05-19 10:07:23 +02:00
  • 94ee48c42a New RPC command disconnectnode Alex van der Peet 2015-06-11 20:20:54 -07:00
  • 6699b42518 Add paytxfee to getwalletinfo, warnings to getnetworkinfo Stephen 2015-06-11 16:12:34 -04:00
  • e940185294 Fix univalue handling of \u0000 characters. Daniel Kraft 2015-06-10 14:57:57 +02:00
  • 28a5393401 Auto merge of #2138 - daira:2137.compactsize-portability.0, r=arcalinea zkbot 2017-03-02 21:07:20 +00:00
  • b75b2de004 Auto merge of #2124 - str4d:2086-help2man, r=str4d zkbot 2017-03-02 19:20:10 +00:00
  • 633787060a Update release process with gen-manpages.sh Jack Grigg 2017-02-23 02:28:39 +00:00
  • 1f5cc3fa74 Regenerate and collate Zcash manpages, delete Bitcoin ones Jack Grigg 2017-02-23 01:40:28 +00:00
  • a0e6d5a185 Adjust gen-manpages.sh for Zcash, use in Debian builds Jack Grigg 2017-02-23 01:23:44 +00:00
  • 076406650c improved gen-manpages.sh, includes bitcoin-tx and strips commit tag, now also runs binaries from build dir by default, added variables for more control nomnombtc 2016-09-01 16:51:24 +02:00
  • 4a558b2bea regenerated all manpages with commit tag stripped, also add bitcoin-tx nomnombtc 2016-09-01 16:36:38 +02:00
  • 1b5e712c72 change help string --enable-man to --disable-man nomnombtc 2016-08-28 02:46:36 +02:00
  • abfcaefe3d add conditional for --enable-man, default is yes nomnombtc 2016-08-27 01:12:41 +02:00
  • 6ee75b3b7b Auto merge of #2014 - arcalinea:test-prioritisetransaction, r=arcalinea zkbot 2017-03-02 06:47:04 +00:00
  • 14711a4a43 Auto merge of #2141 - bitcartel:1969_free_rate_limiter, r=daira zkbot 2017-03-02 03:51:14 +00:00
  • c1cff6069f Auto merge of #2130 - str4d:2095-metrics-reindex-msg, r=arcalinea zkbot 2017-03-02 03:08:29 +00:00
  • 1a41597af8 Auto merge of #2114 - bitcartel:fix_fr_test_bug_and_new_testnet_addresses, r=daira zkbot 2017-03-02 02:18:33 +00:00
  • 312fbd9d0e Auto merge of #1932 - aniemerg:1522-pause-mining-for-joinsplit, r=arcalinea zkbot 2017-03-02 01:23:44 +00:00
  • 49c2cecb9f Pause mining during joinsplit creation Allan Niemerg 2016-12-04 21:05:30 -06:00
  • 44ccf1ff20 Auto merge of #2123 - bitcartel:2112_z_getoperationresult_returns_executing_status, r=arcalinea zkbot 2017-03-02 00:24:26 +00:00
  • 85c9ecb846 Part of #1969. Update tests to avoid error 'absurdly high fee' from change in min fee calc. Simon 2017-02-28 11:44:51 -08:00
  • ebe750a882 Part of #1969. Changing min fee calculation also changes the dust threshold. Simon 2017-02-28 11:44:07 -08:00
  • 0f724e716d Closes #1969. Default fee now sufficient for large shielded tx. Simon 2017-02-28 11:43:04 -08:00
  • 6f5d8fbe81 Auto merge of #2126 - bitcartel:checkpoint_mainnet_67500, r=daira zkbot 2017-02-28 01:01:56 +00:00
  • 98ddf87d18 Auto merge of #2128 - bitcartel:checkpoint_testnet_38000, r=daira zkbot 2017-02-28 00:12:04 +00:00
  • 8d2dac6e3f Inc num of txs in test mempool Jay Graber 2017-02-27 14:11:09 -08:00
  • d8de3e0e98 Revert "Remove prints" jl777 2017-02-27 21:45:21 +02:00
  • dc64e81e0f Remove prints jl777 2017-02-27 21:45:10 +02:00
  • d76ed723c5 Don't assume sizes of unsigned short and unsigned int in GetSizeOfCompactSize and WriteCompactSize. Fixes #2137 Daira Hopwood 2017-02-27 19:34:23 +00:00
  • 703fee7dc6 Merge pull request #220 from jl777/dPoW jl777 2017-02-27 08:30:34 +02:00
  • 19045e5489 Merge pull request #219 from jl777/beta jl777 2017-02-27 08:29:32 +02:00
  • cf8b7395f7 Merge pull request #217 from jl777/dev jl777 2017-02-26 16:14:28 +02:00
  • cfd94f88ba Test jl777 2017-02-26 16:10:10 +02:00
  • dd42fd9b20 Test jl777 2017-02-26 15:47:26 +02:00
  • 38671f757e Test jl777 2017-02-26 15:21:03 +02:00
  • 5c81c5719f Test jl777 2017-02-26 15:16:30 +02:00
  • 3ddd280040 Test jl777 2017-02-26 14:48:10 +02:00
  • eaf1e6145f Test jl777 2017-02-26 14:46:12 +02:00
  • 017d82119c Test jl777 2017-02-26 14:34:39 +02:00
  • 08d0b73ce3 Test jl777 2017-02-26 14:26:00 +02:00
  • a8ffc9b98e Test jl777 2017-02-26 14:17:43 +02:00
  • 41b528bb97 Test jl777 2017-02-26 14:10:27 +02:00
  • f8e7086088 Test jl777 2017-02-26 14:03:36 +02:00
  • 81a991e482 Test jl777 2017-02-26 13:58:21 +02:00
  • ebd3b25254 Test jl777 2017-02-26 13:53:45 +02:00
  • 9e44127296 Test jl777 2017-02-26 13:42:41 +02:00
  • 649a9ebfed Test jl777 2017-02-26 13:31:01 +02:00
  • 68cfaa1356 Test jl777 2017-02-26 12:56:04 +02:00
  • 1dc7baaae3 Test jl777 2017-02-26 12:54:19 +02:00
  • 9aefc81b62 Test jl777 2017-02-26 12:26:10 +02:00
  • 846304163c Test jl777 2017-02-26 12:13:58 +02:00
  • a822a07057 Test jl777 2017-02-26 11:54:27 +02:00
  • fe348242d7 Test jl777 2017-02-26 11:43:06 +02:00
  • 4f83a8f7f2 Test jl777 2017-02-26 11:42:10 +02:00
  • b8cceac522 Test jl777 2017-02-26 11:25:44 +02:00