Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-20 | Rename qa directory to test | John Newbery | |
2017-03-07 | Return correct error codes in fundrawtransaction(). | John Newbery | |
The fundrawtransaction() RPC was returning misleading or incorrect error codes (for example RPC_INTERNAL_ERROR when funding the transaction failed). This commit fixes those error codes: - RPC_INTERNAL_ERROR should not be returned for application-level errors, only for genuine internal errors such as corrupted data. That error code has been replaced with RPC_WALLET_ERROR. This commit also updates the test cases to explicitly test the error code. | |||
2017-02-23 | Fix docstrings in qa tests | John Newbery | |
This commit fixes the module-level docstrings for the tests and helper modules in qa. Many of these tests were uncommented previously - this commit ensures that every test case has at least a minimum level of commenting. | |||
2016-11-22 | add testcases for getrawtransaction | John Newbery | |
2016-06-08 | [RPC] Fix createrawtx sequence number unsigned int parsing | Jonas Schnelli | |
2016-06-07 | Merge #7957: [RPC][Bitcoin-TX] Add support for sequence number | Wladimir J. van der Laan | |
ae357d5 [Bitcoin-Tx] Add tests for sequence number support (Jonas Schnelli) e59336f [bitcoin-tx] allow to set nSequence number over the in= command (Jonas Schnelli) a946bb6 [RPC] createrawtransaction: add option to set the sequence number per input (Jonas Schnelli) | |||
2016-05-15 | [qa] Remove hardcoded "4 nodes" from test_framework | MarcoFalke | |
2016-05-05 | [qa] Switch to py3 | MarcoFalke | |
2016-04-27 | [RPC] createrawtransaction: add option to set the sequence number per input | Jonas Schnelli | |
2016-04-10 | [qa] py2: Unfiddle strings into bytes explicitly | MarcoFalke | |
2016-04-03 | [qa] Remove misleading "errorString syntax" | MarcoFalke | |
2016-03-31 | [qa] Use python2/3 syntax | MarcoFalke | |
2016-01-13 | [qa] Fix pyton syntax in rpc tests | MarcoFalke | |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-07-10 | [QA] fix possible reorg issue in rawtransaction.py/fundrawtransaction.py RPC ↵ | Jonas Schnelli | |
test - added missing mempool sync between block generations | |||
2015-05-18 | pull-tester/rpc-tests.sh: allow passing throug of arguments | Jonas Schnelli | |
2015-05-07 | [QA] add multisig rpc tests | Jonas Schnelli | |
2015-05-01 | RPC test for "#5418 Report missing inputs in sendrawtransaction" | Jonas Schnelli | |