aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/abandonconflict.py
Commit message (Collapse)AuthorAgeFilesLines
* Update RPC tests for Dogecoin (#1431)Ross Nicoll2018-09-191-14/+14
| | | | | | | | | * 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
* [qa] abandonconflict: Use assert_equalMarcoFalke2016-08-171-13/+13
|
* [qa] Remove hardcoded "4 nodes" from test_frameworkMarcoFalke2016-05-151-0/+4
|
* [qa] Switch to py3MarcoFalke2016-05-051-10/+7
|
* Fix calculation of balances and available coins.Alex Morcos2016-03-181-0/+6
| | | | | | No longer consider coins which aren't in our mempool. Add test for regression in abandonconflict.py
* Add RPC test for abandoned and conflicted transactions.Alex Morcos2016-01-131-0/+153