aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_fallbackfee.py
Commit message (Collapse)AuthorAgeFilesLines
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-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 codeSjors Provoost2020-06-191-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 compiledMarcoFalke2018-09-101-0/+3
|
* tests: Use explicit importspracticalswift2018-08-131-1/+1
|
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|
* [wallet] deprecate sendfrom RPC method.John Newbery2018-06-181-1/+0
|
* [QA] add wallet-rbf testJonas Schnelli2018-02-251-0/+28