aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_send.py
Commit message (Expand)AuthorAgeFilesLines
* Add Dogecoin block subsidiesRoss Nicoll2021-05-301-4/+5
* 1.21 codebase rebrand (#1711)barrystyle2021-02-201-8/+8
* wallet, bugfix: allow send to take string fee rate valuesJon Atack2020-12-101-2/+2
* Allow zero-fee fundrawtxn and walletcreatefundedpsbt callsJon Atack2020-11-261-1/+7
* wallet: Do not treat default constructed types as None-typeMarcoFalke2020-11-191-5/+4
* wallet: provide valid values if invalid estimate mode passedJon Atack2020-11-121-8/+5
* wallet: update fee rate units, use sat/vB for fee_rate error messagesJon Atack2020-11-121-2/+1
* wallet: introduce fee_rate (sat/vB) param/optionJon Atack2020-11-111-32/+37
* wallet: fix bug in RPC send optionsJon Atack2020-11-111-14/+15
* Merge #20220: wallet, rpc: explicit fee rate follow-ups/fixes for 0.21Samuel Dobson2020-11-041-12/+58
|\
| * wallet: add rpc send explicit fee rate coverageJon Atack2020-10-291-12/+58
* | test: Fix intermittent issue in wallet_sendMarcoFalke2020-10-181-0/+1
|/
* test, refactor: add default_wallet_name and wallet_data_filename variablesRussell Yanofsky2020-09-291-1/+1
* [rpc] send: various touch-upsSjors Provoost2020-09-171-11/+12
* [rpc] send: fix parsing replaceable optionSjors Provoost2020-09-171-2/+6
* [rpc] add send methodSjors Provoost2020-09-101-0/+339