aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* wallet, bugfix: allow send to take string fee rate valuesJon Atack2020-12-101-1/+1
* Use the correct incremental fee constant in bumpfee helpJon Atack2020-11-261-3/+2
* Allow zero-fee fundrawtxn and walletcreatefundedpsbt callsJon Atack2020-11-261-13/+3
* Merge #20490: [backport] wallet: upgradewallet fixes, improvements, test cove...MarcoFalke2020-11-251-6/+26
|\
| * wallet: fix and improve upgradewallet error responsesJon Atack2020-11-191-8/+8
| * wallet: fix and improve upgradewallet result responsesJon Atack2020-11-191-4/+24
* | Merge #20485: [backport] wallet: Do not treat default constructed types as No...MarcoFalke2020-11-251-17/+15
|\ \
| * | wallet: Do not treat default constructed types as None-typeMarcoFalke2020-11-191-10/+8
| * | refactor: Change pointer to reference because it can not be nullMarcoFalke2020-11-181-7/+7
* | | RPC/Wallet: unloadwallet: Clarify docs/error when both the RPC endpoint and w...Luke Dashjr2020-11-241-2/+2
|/ /
* | Merge #20305: wallet: introduce fee_rate sat/vB param/optionMarcoFalke2020-11-171-98/+125
|\ \ | |/ |/|
| * wallet: override minfee checks (fOverrideFeeRate) for fee_rateJon Atack2020-11-121-18/+27
| * wallet: update sendtoaddress, send RPC examples with fee_rateJon Atack2020-11-121-9/+20
| * wallet: use MIN_RELAY_TX_FEE in bumpfee helpJon Atack2020-11-121-1/+3
| * wallet: provide valid values if invalid estimate mode passedJon Atack2020-11-121-1/+1
| * wallet: update remaining rpcwallet fee rate units to BTC/kvBJon Atack2020-11-121-4/+4
| * wallet: update fee rate units, use sat/vB for fee_rate error messagesJon Atack2020-11-121-1/+1
| * wallet: remove fee rates from conf_target helpsJon Atack2020-11-111-14/+7
| * wallet: add fee_rate unit warnings to bumpfeeJon Atack2020-11-111-3/+5
| * wallet: remove redundant bumpfee fee_rate checksJon Atack2020-11-111-12/+0
| * wallet: introduce fee_rate (sat/vB) param/optionJon Atack2020-11-111-49/+77
| * wallet: remove unneeded WALLET_BTC_KB_TO_SAT_B constantJon Atack2020-11-111-8/+2
| * wallet: fix bug in RPC send optionsJon Atack2020-11-111-1/+1
* | Merge #20139: Wallet: do not return warnings from UpgradeWallet()MarcoFalke2020-11-171-3/+1
|\ \
| * | [upgradewallet] removed unused warning paramSishir Giri2020-11-161-3/+1
| |/
* | Add missing optional.h includeKristaps Kaupe2020-11-141-0/+1
* | Silence false positive GCC warningKristaps Kaupe2020-11-141-1/+1
|/
* Merge #20220: wallet, rpc: explicit fee rate follow-ups/fixes for 0.21Samuel Dobson2020-11-041-16/+22
|\
| * rpc: update conf_target helps for correctness/consistencyJon Atack2020-10-291-9/+16
| * wallet, rpc: fix send subtract_fee_from_outputs helpJon Atack2020-10-291-1/+1
| * wallet: improve bumpfee error/help, add explicit fee rate coverageJon Atack2020-10-271-4/+4
| * wallet: fix SetFeeEstimateMode() error messageJon Atack2020-10-251-1/+1
| * wallet, bugfix: fix bumpfee with explicit fee rate modesJon Atack2020-10-241-1/+0
* | [wallet] Return object from upgradewallet RPCSishir Giri2020-11-021-2/+11
* | Merge #20156: build: Make sqlite support optional (compile-time)Wladimir J. van der Laan2020-10-291-0/+3
|\ \
| * | RPC: createwallet: Nicer error message if descriptor wallet requested and sql...Luke Dashjr2020-10-201-0/+3
* | | Merge #20125: rpc, wallet: Expose database format in getwalletinfoSamuel Dobson2020-10-201-0/+2
|\ \ \ | |_|/ |/| |
| * | rpc, wallet: Expose database format in getwalletinfoJoão Barbosa2020-10-141-0/+2
| |/
* | Merge #19836: rpc: Properly deserialize txs with witness before signingfanquake2020-10-161-2/+2
|\ \ | |/ |/|
| * rpc: Adjust witness-tx deserialize error messageMarcoFalke2020-10-131-1/+1
| * rpc: Properly deserialize txs with witness before signingMarcoFalke2020-08-301-1/+1
* | rpc: change no wallet loaded message to be clearerAndrew Chow2020-10-071-1/+1
* | Merge #19956: rpc: Improve invalid vout value rpc error messagefanquake2020-10-031-1/+1
|\ \
| * | scripted diff: Improve invalid vout value rpc error messageNima Yazdanmehr2020-09-301-1/+1
* | | doc: Remove double-whitespace from help string, other whitespace fixupsMarcoFalke2020-09-301-34/+34
* | | Merge #19501: send* RPCs in the wallet returns the "fee reason"MarcoFalke2020-09-301-12/+43
|\ \ \
| * | | [send] Make send RPCs return fee reasonSishir Giri2020-09-261-12/+43
| |/ /
* | | Merge #19969: Send RPC bug fix and touch-upsfanquake2020-09-291-14/+13
|\ \ \ | |/ / |/| |
| * | [rpc] send: various touch-upsSjors Provoost2020-09-171-13/+11
| * | [rpc] send: fix parsing replaceable optionSjors Provoost2020-09-171-1/+1