Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |