aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2021-08-27Fix build with Boost 1.77.0Rafael Sadowski
2021-07-01Merge bitcoin/bitcoin#22255: [0.21] wallet: Do not iterate a directory if hav...MarcoFalke
2021-06-15wallet: Do not iterate a directory if having an error while accessing itHennadii Stepanov
2021-04-16Merge #21520: [0.21] wallet: Avoid requesting fee rates multiple times during...fanquake
2021-04-01Rename CoinSelectionParams::effective_fee to m_effective_feerateAndrew Chow
2021-03-24wallet: Move discard feerate fetching to CreateTransactionAndrew Chow
2021-03-24wallet: Move long term feerate setting to CreateTransactionAndrew Chow
2021-03-24wallet: Replace nFeeRateNeeded with effective_feeAndrew Chow
2021-03-24wallet: Use existing feerate instead of getting a new oneAndrew Chow
2021-02-19Disallow sendtoaddress and sendmany when private keys disabledAndrew Chow
2020-12-10wallet, bugfix: allow send to take string fee rate valuesJon Atack
2020-11-26Use the correct incremental fee constant in bumpfee helpJon Atack
2020-11-26Allow zero-fee fundrawtxn and walletcreatefundedpsbt callsJon Atack
2020-11-25Merge #20490: [backport] wallet: upgradewallet fixes, improvements, test cove...MarcoFalke
2020-11-25Merge #20485: [backport] wallet: Do not treat default constructed types as No...MarcoFalke
2020-11-24RPC/Wallet: unloadwallet: Clarify docs/error when both the RPC endpoint and w...Luke Dashjr
2020-11-19wallet: fix and improve upgradewallet error responsesJon Atack
2020-11-19wallet: fix and improve upgradewallet result responsesJon Atack
2020-11-19wallet: Do not treat default constructed types as None-typeMarcoFalke
2020-11-19Don't upgrade to HD split if it is already supportedAndrew Chow
2020-11-18wallet: refactor GetClosestWalletFeature()Jon Atack
2020-11-18refactor: Change pointer to reference because it can not be nullMarcoFalke
2020-11-17Merge #20305: wallet: introduce fee_rate sat/vB param/optionMarcoFalke
2020-11-17Merge #20139: Wallet: do not return warnings from UpgradeWallet()MarcoFalke
2020-11-16[upgradewallet] removed unused warning paramSishir Giri
2020-11-16Merge #18836: wallet: upgradewallet fixes and additional testsWladimir J. van der Laan
2020-11-14Add missing optional.h includeKristaps Kaupe
2020-11-14Silence false positive GCC warningKristaps Kaupe
2020-11-12fix potential devision by 0Jonas Schnelli
2020-11-12wallet: override minfee checks (fOverrideFeeRate) for fee_rateJon Atack
2020-11-12wallet: update sendtoaddress, send RPC examples with fee_rateJon Atack
2020-11-12wallet: use MIN_RELAY_TX_FEE in bumpfee helpJon Atack
2020-11-12wallet: provide valid values if invalid estimate mode passedJon Atack
2020-11-12wallet: update remaining rpcwallet fee rate units to BTC/kvBJon Atack
2020-11-12wallet: update fee rate units, use sat/vB for fee_rate error messagesJon Atack
2020-11-12Remove references to CreateWalletFromFilefanquake
2020-11-12Merge #19502: Bugfix: Wallet: Soft-fail exceptions within ListWalletDir file ...Samuel Dobson
2020-11-11Merge #20344: wallet: fix scanning progress calculation for single block rangeMarcoFalke
2020-11-11wallet: remove fee rates from conf_target helpsJon Atack
2020-11-11wallet: add fee_rate unit warnings to bumpfeeJon Atack
2020-11-11wallet: remove redundant bumpfee fee_rate checksJon Atack
2020-11-11wallet: introduce fee_rate (sat/vB) param/optionJon Atack
2020-11-11wallet: remove unneeded WALLET_BTC_KB_TO_SAT_B constantJon Atack
2020-11-11wallet: fix bug in RPC send optionsJon Atack
2020-11-11wallet: fix scanning progress calculation for single block rangeSebastian Falbesoner
2020-11-09Merge #20153: wallet: do not import a descriptor with hardened derivations in...Wladimir J. van der Laan
2020-11-09Merge #20266: wallet: fix change detection of imported internal descriptorsWladimir J. van der Laan
2020-11-06Bugfix: Wallet: Soft-fail exceptions within ListWalletDir file checksLuke Dashjr
2020-11-05wallet: Set DatabaseStatus::SUCCESS in MakeSQLiteDatabaseMarcoFalke
2020-11-05Set bilingual error completelyHennadii Stepanov