aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/test_framework
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge #8047: [qa] test_framework: Set wait-timeout for bitcoind procsMarcoFalke2016-05-201-2/+4
|\ \
| * | [qa] test_framework: Set wait-timeout for bitcoind procsMarcoFalke2016-05-121-2/+4
| |/
* / [qa] Remove hardcoded "4 nodes" from test_frameworkMarcoFalke2016-05-152-25/+33
|/
* [qa] Add option --portseed to test_frameworkMarcoFalke2016-05-092-8/+15
* Merge #7971: [qa] Refactor test_framework and pull testerMarcoFalke2016-05-092-7/+25
|\
| * [qa] Stop other nodes, even when one fails to stopMarcoFalke2016-05-061-2/+9
| * [qa] Refactor test_framework and pull testerMarcoFalke2016-05-062-5/+16
* | Autofind rpc tests --srcdirJonas Schnelli2016-05-091-1/+1
|/
* [qa] Switch to py3MarcoFalke2016-05-0511-86/+92
* [qa] test_framework: Properly print exceptions and assert empty dictMarcoFalke2016-04-262-2/+2
* [qa] mininode: Unfiddle strings into bytesMarcoFalke2016-04-231-4/+4
* Tests: Fix deserialization of reject messagesSuhas Daftuar2016-04-201-2/+5
* Move method to check matches within arrays on util.pyJoao Fonseca2016-04-191-0/+29
* Merge #7833: tests: Check Content-Type header returned from RPC serverWladimir J. van der Laan2016-04-181-0/+5
|\
| * tests: Check Content-Type header returned from RPC serverWladimir J. van der Laan2016-04-071-0/+5
* | Merge #7853: [qa] py2: Unfiddle strings into bytes explicitlyWladimir J. van der Laan2016-04-147-106/+120
|\ \
| * | [qa] py2: Unfiddle strings into bytes explicitlyMarcoFalke2016-04-107-106/+120
* | | rpc-tests: handle KeyError nicely in test_framework.pyRusty Russell2016-04-131-0/+3
* | | getblockchaininfo: make bip9_softforks an object, not an array.Rusty Russell2016-04-131-4/+1
|/ /
* / Tests: move get_bip9_status to util.pySuhas Daftuar2016-04-071-0/+7
|/
* Merge #7778: [qa] Bug fixes and refactorWladimir J. van der Laan2016-04-037-75/+80
|\
| * [qa] mininode: Combine struct.pack format stringsMarcoFalke2016-04-021-15/+15
| * [qa] mininode: Catch exceptions in got_dataMarcoFalke2016-04-011-36/+39
| * [qa] rpc-tests: Properly use integers, floatsMarcoFalke2016-04-013-4/+4
| * [qa] Use python2/3 syntaxMarcoFalke2016-03-316-36/+38
* | Merge #7489: tests: Make proxy_test work on travis servers without IPv6Wladimir J. van der Laan2016-04-011-0/+15
|\ \ | |/ |/|
| * tests: Make proxy_test work on travis servers without IPv6Wladimir J. van der Laan2016-02-091-0/+15
* | Merge #7648: BIP9 versionbits softfork for BIP68, BIP112 and BIP113Wladimir J. van der Laan2016-03-301-0/+4
|\ \
| * | Test of BIP9 fork activation of mtp, csv, sequence_lockNicolasDorier2016-03-211-0/+4
* | | Merge #7744: test_framework: detect failure of bitcoind startupWladimir J. van der Laan2016-03-291-20/+40
|\ \ \
| * | | test_framework: detect failure of bitcoind startupWladimir J. van der Laan2016-03-261-20/+40
* | | | test_framework: Py3.4 compat: Specify timeout parameter by nameLuke Dashjr2016-03-281-3/+2
* | | | test_framework: Avoid infinite loop in encoding DecimalWladimir J. van der Laan2016-03-281-1/+1
|/ / /
* | | Add p2p test for feefilterAlex Morcos2016-03-211-1/+20
* | | Create SingleNodeConnCB class for RPC testsAlex Morcos2016-03-212-14/+40
|/ /
* | Tests: make prioritise_transaction.py more robustSuhas Daftuar2016-03-161-0/+6
* | [qa] mininode: Add and use CONSTsMarcoFalke2016-03-142-3/+5
* | [qa] Move create_tx() to util.pyMarcoFalke2016-03-141-0/+8
* | Merge #7184: Implement SequenceLocks functions for BIP 68Wladimir J. van der Laan2016-02-121-0/+8
|\ \ | |/ |/|
| * Add RPC test exercising BIP68 (mempool only)Suhas Daftuar2016-02-101-0/+8
* | [rpc-tests] Change solve() to use rehashmrbandrews2016-02-041-1/+1
* | Merge #7300: [trivial] Add missing copyright headersWladimir J. van der Laan2016-01-273-2/+8
|\ \
| * | Add missing copyright headersMarcoFalke2016-01-053-2/+8
* | | [qa] Change default block priority size to 0MarcoFalke2016-01-201-2/+1
* | | Merge pull request #7164: Do not download transactions during initial blockch...Wladimir J. van der Laan2016-01-191-4/+26
|\ \ \
| * | | Do not download transactions during inital syncptschip2015-12-151-4/+26
* | | | Merge pull request #7194Wladimir J. van der Laan2016-01-181-0/+17
|\ \ \ \
| * | | | Add assert_is_hex_string and assert_is_hash_string to RPC test utils.James O'Beirne2015-12-141-0/+17
* | | | | [qa] Fix pyton syntax in rpc testsMarcoFalke2016-01-133-11/+11
* | | | | Add race-condition debugging tool to mininodeSuhas Daftuar2016-01-071-0/+15
| |_|/ / |/| | |