aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
* Generate legacy addresses by defaultRoss Nicoll2021-06-121-1/+1
* Remove separate node and wallet contextsRoss Nicoll2021-06-093-3/+3
* Directly include NodeContext instead of defining itRoss Nicoll2021-06-091-2/+2
* Add node context to wallet RPC request objectRoss Nicoll2021-06-094-3/+8
* Add Dogecoin block subsidiesRoss Nicoll2021-05-301-2/+4
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-15/+17
* 1.21 key prefix (#1710)Ross Nicoll2021-03-041-1/+1
* 1.21 codebase rebrand (#1711)barrystyle2021-02-202-1/+14
* 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-253-15/+31
|\
| * wallet: fix and improve upgradewallet error responsesJon Atack2020-11-191-8/+8
| * wallet: fix and improve upgradewallet result responsesJon Atack2020-11-191-4/+24
| * Don't upgrade to HD split if it is already supportedAndrew Chow2020-11-191-1/+1
| * wallet: refactor GetClosestWalletFeature()Jon Atack2020-11-181-8/+4
* | 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-172-99/+126
|\ \ | |/ |/|
| * 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-122-2/+2
| * 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-173-5/+3
|\ \
| * | [upgradewallet] removed unused warning paramSishir Giri2020-11-163-5/+3
* | | Merge #18836: wallet: upgradewallet fixes and additional testsWladimir J. van der Laan2020-11-166-51/+49
|\ \ \
| * | | wallet: Remove -upgradewallet from dummywalletMarcoFalke2020-11-041-2/+1
| * | | wallet: upgrade the CHDChain version number when upgrading to split hdAndrew Chow2020-11-041-0/+7
| * | | wallet: remove nWalletMaxVersionAndrew Chow2020-11-043-43/+16
| * | | wallet: have ScriptPubKeyMan::Upgrade check against the new versionAndrew Chow2020-11-043-7/+7
| * | | wallet: Add GetClosestWalletFeature functionAndrew Chow2020-10-192-0/+14
| * | | wallet: Add utility method for CanSupportFeatureAndrew Chow2020-10-193-2/+7
* | | | Add missing optional.h includeKristaps Kaupe2020-11-141-0/+1
* | | | Silence false positive GCC warningKristaps Kaupe2020-11-141-1/+1
| |/ / |/| |
* | | fix potential devision by 0Jonas Schnelli2020-11-121-2/+2
* | | Remove references to CreateWalletFromFilefanquake2020-11-121-2/+2
* | | Merge #19502: Bugfix: Wallet: Soft-fail exceptions within ListWalletDir file ...Samuel Dobson2020-11-121-17/+22
|\ \ \
| * | | Bugfix: Wallet: Soft-fail exceptions within ListWalletDir file checksLuke Dashjr2020-11-061-17/+22
* | | | Merge #20344: wallet: fix scanning progress calculation for single block rangeMarcoFalke2020-11-111-1/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | wallet: fix scanning progress calculation for single block rangeSebastian Falbesoner2020-11-111-1/+5