aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
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-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
2021-06-28wallet: allow to import same descriptor twiceS3RK
2021-06-28Remove unused wallet pointer from NotifyAddressBookChangedMarcoFalke
2021-06-28Remove unused wallet pointer from NotifyTransactionChanged signalMarcoFalke
2021-06-24wallet, rpc: listdescriptors does not need unlockedAndrew Chow
2021-06-24Pass in DescriptorCache to ToNormalizedStringAndrew Chow
2021-06-24Remove priv option for ToNormalizedStringAndrew Chow
2021-06-24wallet: Upgrade existing descriptor cachesAndrew Chow
2021-06-24wallet: Store last hardened xpub cacheAndrew Chow
2021-06-24Move DescriptorCache writing to WalletBatchAndrew Chow
2021-06-24Refactor Cache merging and writingAndrew Chow
2021-06-24Merge bitcoin/bitcoin#22154: Add OutputType::BECH32M and related wallet suppo...W. J. van der Laan
2021-06-23Merge bitcoin/bitcoin#22166: Add support for inferring tr() descriptorsSamuel Dobson
2021-06-22wallet: Add error message to GetReservedDestinationAndrew Chow
2021-06-22Disallow bech32m addresses for legacy wallet thingsAndrew Chow
2021-06-22Opportunistically use bech32m change addresses if availableAndrew Chow