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
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
0f724e716dCloses#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
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