| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Dogecoin: Update coinbase maturity | Ross Nicoll | 2021-05-20 | 1 | -1/+1 |
| | | | | | | | | * Change coinbase maturity to 240 blocks in most cases, with main/test early chains allowing 30 blocks. I've kept the 240 consistent in regtest to avoid having to redesign a lot of the test cases. * Disabled mining unit test which require COINBASE_MATURITY worth of pre-calculated blocks, as we'd otherwise be constantly refactoring them. * Moved functional test which uses the Bitcoin testnet block data as its reference, as it completely breaks as we introduce Dogecoin data. * Updated standard blockchains for tests from 100/200 to 240/480 as appropriate. | ||||
| * | [rpc] refactor: consolidate sendmany and sendtoaddress code | Sjors Provoost | 2020-06-19 | 1 | -1/+1 |
| | | | | | The only new behavior is some error codes are changed from -4 to -6. | ||||
| * | qa: Run all tests even if wallet is not compiled | MarcoFalke | 2018-09-10 | 1 | -0/+3 |
| | | |||||
| * | tests: Use explicit imports | practicalswift | 2018-08-13 | 1 | -1/+1 |
| | | |||||
| * | Update copyright headers to 2018 | DrahtBot | 2018-07-27 | 1 | -1/+1 |
| | | |||||
| * | [wallet] deprecate sendfrom RPC method. | John Newbery | 2018-06-18 | 1 | -1/+0 |
| | | |||||
| * | [QA] add wallet-rbf test | Jonas Schnelli | 2018-02-25 | 1 | -0/+28 |