Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-15 | [qa] Remove hardcoded "4 nodes" from test_framework | MarcoFalke | |
2016-05-05 | [qa] Switch to py3 | MarcoFalke | |
2016-03-14 | [qa] Move create_tx() to util.py | MarcoFalke | |
2016-01-20 | [qa] Change default block priority size to 0 | MarcoFalke | |
2016-01-13 | [qa] Fix pyton syntax in rpc tests | MarcoFalke | |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-05-18 | [QA] restructure rpc tests directory | Jonas Schnelli | |
* move non-test classes to subdir `test-framework` | |||
2015-04-01 | Introduce separate 'generate' RPC call | Pieter Wuille | |
2014-12-05 | Fix missing python2 in rpc-tests | Matt Corallo | |
2014-12-02 | Coinbases-in-mempool regression test | Gavin Andresen | |
Immature coinbase spends are allowed in the memory pool if they can be mined in the next block. They are not allowed in the memory pool if they cannot be mined in the next block. This regression test tests those edge cases. |