| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update RPC tests for Dogecoin (#1431) | Ross Nicoll | 2018-09-19 | 1 | -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_equal | MarcoFalke | 2016-08-17 | 1 | -13/+13 |
| | | |||||
| * | [qa] Remove hardcoded "4 nodes" from test_framework | MarcoFalke | 2016-05-15 | 1 | -0/+4 |
| | | |||||
| * | [qa] Switch to py3 | MarcoFalke | 2016-05-05 | 1 | -10/+7 |
| | | |||||
| * | Fix calculation of balances and available coins. | Alex Morcos | 2016-03-18 | 1 | -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 Morcos | 2016-01-13 | 1 | -0/+153 |