aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/test_framework/blocktools.py
Commit message (Collapse)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-1/+1
|
* qa: fix p2p-acceptblockPatrick Lodder2021-08-131-1/+1
| | | | | | | | | | | | This test failed because the sheer number of blocks required to trigger the max length of a fork we'd keep, exceed the v4 fork height on regtest. - Adapted the blocktools.py miner to mine 0x00620004 blocks as done elsewhere too (be it suboptimal, but at least consistent) - Adapted the test to work with 1440 blocks (Dogecoin limit) instead of 288 (Bitcoin limit) - Made p2p-acceptblock a standard test instead of an extended test
* Update RPC tests for Dogecoin (#1431)Ross Nicoll2018-09-191-1/+3
| | | | | | | | | * Make most of the RPC tests pass * Add AUXPoW rpc tests - Tests the auxpow rpc interface `getauxblock` - Tests consensus constraints for auxpow: - Minimum block height - Valid scrypt proof of work - Foreign chain ID
* Rename CTxinWitness -> CTxInWitnessBob McElrath2016-07-061-1/+1
|
* [qa] p2p segwit testsSuhas Daftuar2016-06-221-1/+24
| | | | | | | | | | | | mininode now supports witness transactions/blocks, blocktools has a helper for adding witness commitments to blocks, and script has a function to calculate hashes for signature under sigversion 1, used by segwit. Py3 conversion by Marco Falke Test to make sure upgraded nodes don't ask for non-wit blocks by Gregory Sanders.
* Continuing port of java comptoolmrbandrews2016-06-021-4/+19
|
* [qa] Switch to py3MarcoFalke2016-05-051-3/+3
|
* [qa] py2: Unfiddle strings into bytes explicitlyMarcoFalke2016-04-101-1/+1
|
* [qa] rpc-tests: Properly use integers, floatsMarcoFalke2016-04-011-1/+1
|
* [qa] Use python2/3 syntaxMarcoFalke2016-03-311-2/+2
|
* [qa] mininode: Add and use CONSTsMarcoFalke2016-03-141-1/+1
|
* Merge #7300: [trivial] Add missing copyright headersWladimir J. van der Laan2016-01-271-1/+1
|\ | | | | | | | | | | fabcee1 Remove copyright header from autogenerated chainparamsseeds.h (MarcoFalke) fa60d05 Add missing copyright headers (MarcoFalke) fa7e4c0 Bump copyright headers to 2014 (MarcoFalke)
| * Add missing copyright headersMarcoFalke2016-01-051-1/+1
| |
* | [qa] Fix pyton syntax in rpc testsMarcoFalke2016-01-131-1/+1
|/
* Add p2p-fullblocktest.pyCasey Rodarmor2015-08-211-9/+11
|
* [QA] restructure rpc tests directoryJonas Schnelli2015-05-181-0/+65
* move non-test classes to subdir `test-framework`