dogecoin/qa/rpc-tests/test_framework
Cory Fields d6a5dc4a2e add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests
waitfornewblock waits until a new block is received, or the timeout expires, then
returns the current block height/hash.

waitforblock waits for a specific blockhash, or until the timeout expires, then
returns the current block height/hash. If the target blockhash is the current
tip, it will return immediately.

waitforblockheight waits until the tip has reached a certain height or higher,
then returns the current height and hash.

waitforblockheight is used to avoid polling in the rpc tests.
2016-09-07 12:46:01 -04:00
..
__init__.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
authproxy.py test: add ensure_ascii setting to AuthServiceProxy 2016-06-10 15:20:49 +02:00
bignum.py [qa] Switch to py3 2016-05-05 15:43:37 +02:00
blockstore.py Tests: Rework blockstore to avoid re-serialization. 2016-05-31 14:21:40 -04:00
blocktools.py Rename CTxinWitness -> CTxInWitness 2016-07-06 19:46:46 -04:00
comptool.py [qa] Switch to py3 2016-05-05 15:43:37 +02:00
coverage.py [qa] Switch to py3 2016-05-05 15:43:37 +02:00
key.py Add p2p-fullblocktest.py 2015-08-21 15:31:37 -04:00
mininode.py Add support for compactblocks to mininode 2016-07-29 09:41:58 -04:00
netutil.py [qa] Switch to py3 2016-05-05 15:43:37 +02:00
script.py Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY 2016-06-28 17:17:36 +01:00
siphash.py Implement SipHash in Python 2016-07-29 09:41:58 -04:00
socks5.py [qa] Switch to py3 2016-05-05 15:43:37 +02:00
test_framework.py Merge #8482: [qa] Use single cache dir for chains 2016-08-17 12:23:45 +02:00
util.py add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests 2016-09-07 12:46:01 -04:00