aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
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-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
2021-08-22refactor: Remove unused KeyIDHasherMartin Zumsande
2021-08-24the result of CWallet::IsHDEnabled() was initialized with true.Saibato
2021-08-19Merge bitcoin/bitcoin#22217: refactor: Avoid wallet code writing node setting...Samuel Dobson
2021-08-17Start using init makeNode, makeChain, etc methodsRussell Yanofsky
2021-08-17refactor: remove ::vpwallets and related global variablesRussell Yanofsky
2021-08-16wallet: use PACKAGE_NAME instead of "Bitcoin" in rpcdumpfanquake
2021-08-16wallet: use FormatFullVersion instead of CLIENT_BUILD in rpcdumpfanquake
2021-08-16Merge bitcoin/bitcoin#22686: wallet: Use GetSelectionAmount in ApproximateBes...fanquake
2021-08-13wallet: Assert that enough was selected to cover the feesAndrew Chow
2021-08-13wallet: Use GetSelectionAmount for target value calculationsAndrew Chow
2021-08-10Add a new RPC command: restorewalletlsilva01
2021-08-09Merge bitcoin/bitcoin#22337: wallet: Use bilingual_str for errorsSamuel Dobson
2021-08-09Merge bitcoin/bitcoin#22359: wallet: Do not set fInMempool in transactionAdde...Samuel Dobson
2021-08-09Merge bitcoin/bitcoin#21500: wallet, rpc: add an option to list private descr...Samuel Dobson
2021-08-05Merge bitcoin/bitcoin#22618: [p2p] Small follow-ups to 21528MarcoFalke
2021-08-04[docs] Add release notes for #21528Amiti Uttarwar
2021-08-04util: make ParseMoney return a std::optional<CAmount>fanquake
2021-08-04make ParseOutputType return a std::optional<OutputType>fanquake
2021-07-27Merge bitcoin/bitcoin#22155: wallet test: Add test for subtract fee from reci...MarcoFalke
2021-07-19Reorder dumpwallet so that cs_main functions go firstAndrew Chow
2021-07-15Change ScriptPubKeyMan::Upgrade to default to return trueAndrew Chow