aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
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-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
2021-07-10wallet, rpc: add listdescriptors private optionS3RK
2021-07-01Change SignTransaction's input_errors to use bilingual_strAndrew Chow
2021-07-01Use bilingual_str for address fetching functionsAndrew Chow
2021-07-01Merge bitcoin/bitcoin#22334: wallet: do not spam about non-existent spk managersfanquake
2021-07-01wallet: Properly set fInMempool in mempool notificationsMarcoFalke
2021-07-01wallet: erase spkmans rather than setting to nullptrAndrew Chow
2021-07-01Merge bitcoin/bitcoin#20191: wallet, refactor: make DescriptorScriptPubKeyMan...fanquake
2021-07-01Merge bitcoin/bitcoin#19651: wallet: importdescriptors update existingfanquake
2021-07-01Merge bitcoin/bitcoin#21329: descriptor wallet: Cache last hardened xpub and ...Samuel Dobson
2021-06-30refactor: remove m_internal from DescriptorSPKmanS3RK
2021-06-29wallet: do not spam about non-existent spk managersS3RK
2021-06-28wallet: deactivate descriptorS3RK
2021-06-28wallet: maintain SPK consistency on internal flag changeS3RK
2021-06-28wallet: don't mute exceptions in importdescriptorsS3RK