414 Commits (v1.0.9-win)

Author SHA1 Message Date
Nathan Wilcox 5a027a4a6e Do not use `-rpcwait` on all `zcash_rpc` invocations, only block when starting zcashd. 7 years ago
Nathan Wilcox 4e47698633 Reuse zcash_rpc. 7 years ago
Nathan Wilcox 453c74743c Fix a variable name typo. 7 years ago
Nathan Wilcox 0cfc9d65fa Enable set -u mode. 7 years ago
Jack Grigg 08dc7889d2
Remove additional sources of determinism from benchmark archive 7 years ago
Jack Grigg c66c731adf
Add a benchmark for calling ConnectBlock on a block with many inputs 7 years ago
Jay Graber 0a56135336 Poll on getblocktemplate result rather than use bare sleep to avoid race condition. 7 years ago
Daira Hopwood 80cbdbc749 Fix an error reporting bug due to BrokenPipeError and ConnectionResetError not existing in Python 2. 7 years ago
Jack Grigg 338ff45787
Use a larger -rpcclienttimeout for slow performance measurements 7 years ago
Simon 99eb947a98 Add AMQP 1.0 support via Apache Qpid Proton C++ API 0.17.0 7 years ago
Wladimir J. van der Laan f3e1770cfb
tests: Disable Tor interaction 9 years ago
Jack Grigg 47855b599d
Revert "Revert "rpc-tests: re-enable rpc-tests for Windows"" 7 years ago
Wladimir J. van der Laan e93a3e1945
test: Avoid ConnectionResetErrors during RPC tests 8 years ago
Pieter Wuille 2edad86b2d
Fix interrupted HTTP RPC connection workaround for Python 3.5+ 8 years ago
Jack Grigg 53c96bfa6c
Test boolean fallback in z_importkey 7 years ago
Wladimir J. van der Laan 7b41e725d0
Make RPC tests cope with server-side timeout between requests 9 years ago
Wladimir J. van der Laan 7fd5d4e30e
Revert "rpc-tests: re-enable rpc-tests for Windows" 9 years ago
Wladimir J. van der Laan cc14ac45f4
tests: GET requests cannot have request body, use POST in rest.py 9 years ago
Wladimir J. van der Laan 14dcc6ab96
qa: Remove -rpckeepalive tests from httpbasics 10 years ago
Jack Grigg bec25c91cb
Revert "Closes #1680, temporary fix for rpc deadlock inherited from upstream." 7 years ago
Jack Grigg dec148f498
Fix prioritisetransaction RPC test 7 years ago
Jack Grigg b7e5b7d5ee
Simplify z_importkey by making rescan a string 7 years ago
Jack Grigg a31ba7a0cb
Usability improvements for z_importkey 8 years ago
Jack Grigg 542a7a40f1
Add tests for getmempoolinfo 7 years ago
Pavel Janík 30c163d99d
Implement REST mempool API, add test and documentation. 9 years ago
Casey Rodarmor df8f8095b6
Don't share objects between TestInstances 9 years ago
Wladimir J. van der Laan 7cc6648341
tests: Extend RPC proxy tests 9 years ago
Jack Grigg 25b8f796ff
Re-encode t-addrs in disablewallet.py with Zcash prefixes 7 years ago
Jack Grigg 5329495fe4
Adjust fundrawtransaction RPC test for Zcash 7 years ago
Wladimir J. van der Laan 56215c77d8
Fix crash in validateaddress with -disablewallet 9 years ago
Jonas Schnelli c2616abb3c
[QA] add testcases for parsing strings as values 9 years ago
Wladimir J. van der Laan d101d7b8e6
univalue: Avoid unnecessary roundtrip through double for numbers 9 years ago
zathras-crypto a11c4bbd26
Exempt unspendable transaction outputs from dust checks 9 years ago
Jonas Schnelli 5bfd954fc6
[QA] remove rawtransactions.py from the extended test list 9 years ago
Jonas Schnelli 897a370c39
[QA] fix possible reorg issue in rawtransaction.py/fundrawtransaction.py RPC test 9 years ago
Jonas Schnelli 81eb80d841
[REST] add JSON support for /rest/headers/ 10 years ago
mruddy 81ae51c883
add tests for the decodescript rpc. add mention of the rpc regression tests to the testing seciton of the main readme. 9 years ago
Wladimir J. van der Laan bf890b6518
test: Move reindex test to standard tests 9 years ago
Jonas Schnelli 788d8e6a6f
fundrawtransaction tests 9 years ago
Jonas Schnelli 2ab237a088
add RPC tests for setban & disconnectnode 9 years ago
Jonas Schnelli e521939942
[RPC] extend setban to allow subnets 9 years ago
Jonas Schnelli 962ec4b5e4
[QA] add setban/listbanned/clearbanned tests 9 years ago
Stephen 6699b42518
Add paytxfee to getwalletinfo, warnings to getnetworkinfo 9 years ago
Simon 85c9ecb846 Part of #1969. Update tests to avoid error 'absurdly high fee' from change in min fee calc. 7 years ago
Simon ebe750a882 Part of #1969. Changing min fee calculation also changes the dust threshold. 7 years ago
Jay Graber 8d2dac6e3f Inc num of txs in test mempool 7 years ago
Jay Graber cc64e2ccc8 Add rpc test for prioritisetransaction 8 years ago
Simon 238fec642d Update test to check for updated error messages in AmountFromValue(). 7 years ago
Simon 91270dcfbc Update test to check for more joinsplit related fields in getrawtransaction 7 years ago
Jack Grigg b8eb37757b
Require -experimentalmode for wallet encryption 7 years ago