aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2021-09-29Merge bitcoin/bitcoin#20591: wallet, bugfix: fix ComputeTimeSmart function du...Samuel Dobson
2021-09-29Merge bitcoin/bitcoin#22650: Remove -deprecatedrpc=addresses flag and corresp...Samuel Dobson
2021-09-28doc: update doxygen documention of ComputeTimeSmart() and AddToWalletIfInvolv...BitcoinTsunami
2021-09-28wallet: fix ComputeTimeSmart algorithm to use blocktime during old block resc...BitcoinTsunami
2021-09-28Merge bitcoin/bitcoin#23106: Ensure wallet is unlocked before signing PSBT wi...MarcoFalke
2021-09-28Merge bitcoin/bitcoin#22938: test: Add remaining scenarios of 0 waste, in wal...Samuel Dobson
2021-09-28Ensure wallet is unlocked before signing in walletprocesspsbtSamuel Dobson
2021-09-26Merge bitcoin/bitcoin#23065: Allow UTXO locks to be written to wallet DBW. J. van der Laan
2021-09-25Make GUI UTXO lock/unlock persistentSamuel Dobson
2021-09-25Allow lockunspent to store the lock in the wallet DBSamuel Dobson
2021-09-25Allow locked UTXOs to be store in the wallet databaseSamuel Dobson
2021-09-24rpc: remove deprecated addresses and reqSigs from rpc outputsMichael Dietz
2021-09-24test: Add remaining scenarios of 0 wasterajarshimaitra
2021-09-21doc: Fix RPC result documentationMarcoFalke
2021-09-20Merge bitcoin/bitcoin#12677: RPC: Add ancestor{count,size,fees} to listunspen...W. J. van der Laan
2021-09-17Merge bitcoin/bitcoin#22941: wallet: refactor: inline functions `{Read,Write}...fanquake
2021-09-16RPC: Add ancestor{count,size,fees} to listunspent outputLuke Dashjr
2021-09-16Merge bitcoin/bitcoin#22979: doc: Fix walletdisplayaddress RPC docfanquake
2021-09-16Merge bitcoin/bitcoin#22219: multiprocess: Start using init makeNode, makeCha...fanquake
2021-09-15doc: Fix walletdisplayaddress RPC docMarcoFalke
2021-09-12wallet: refactor: avoid duplicate lookup on `mapValue["timesmart"]`Sebastian Falbesoner
2021-09-12wallet: refactor: inline function WriteOrderPos()Sebastian Falbesoner
2021-09-10wallet: refactor: inline function ReadOrderPos()Sebastian Falbesoner
2021-09-09Merge bitcoin/bitcoin#22903: Enable clang-tidy bugprone-argument-comment and ...fanquake
2021-09-07Enable clang-tidy bugprone-argument-comment and fix violationsMarcoFalke
2021-09-03wallet: AddWalletDescriptor requires cs_wallet lockJoão Barbosa
2021-09-03wallet: GetLabelAddresses requires cs_wallet lockJoão Barbosa
2021-09-03Merge bitcoin/bitcoin#17526: Add Single Random Draw as an additional coin sel...Samuel Dobson
2021-09-27Merge bitcoin/bitcoin#22976: scripted-diff: Rename overloaded int GetArg to G...merge-script
2021-09-27Merge bitcoin/bitcoin#22892: doc: Clarify that change_cost cannot be negative...W. J. van der Laan
2021-09-27scripted-diff: Rename overloaded int GetArg to GetIntArgRussell Yanofsky
2021-09-23Use SelectCoinsSRD if it has less wasteAndrew Chow
2021-09-23Add SelectCoinsSRD functionAndrew Chow
2021-09-05doc: Clarify that change_cost cannot be negative in GetSelectionWastebenthecarman
2021-09-01refactor: Detach wallet transaction methods (followup for move-only)Russell Yanofsky
2021-09-01Merge bitcoin/bitcoin#22009: wallet: Decide which coin selection solution to ...Samuel Dobson
2021-08-27Use waste metric for deciding which selection to useAndrew Chow
2021-08-27tests: Test GetSelectionWasteAndrew Chow
2021-08-27Add waste metric calculation functionAndrew Chow
2021-08-27scripted-diff: tests: Use KnapsackSolver directlyAndrew Chow
2021-08-27tests: Add KnapsackGroupOutputs helper functionAndrew Chow
2021-08-27tests: Use SelectCoinsBnB directly instead of AttemptSelectionAndrew Chow
2021-08-27Allow the long term feerate to be configured, default of 10 sat/vbAndrew Chow
2021-08-26Merge bitcoin/bitcoin#22713: Fix build with Boost 1.77.0fanquake
2021-08-26Merge bitcoin/bitcoin#22183: Remove `gArgs` from `wallet.h` and `wallet.cpp`MarcoFalke
2021-08-25Use `context.args` in `src/wallet/load.cpp`.Kiminuo
2021-08-24Fix build with Boost 1.77.0Rafael Sadowski
2021-08-24Use `context.args` in `CWallet::Create` instead of `gArgs`.Kiminuo
2021-08-24Merge bitcoin/bitcoin#22772: refactor: hasher cleanup (follow-up to 19935)fanquake
2021-08-24Merge bitcoin/bitcoin#22220: util: make ParseMoney return a std::optional<CAm...fanquake