aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
AgeCommit message (Expand)Author
2022-01-24wallet: Allow user specified input size to overrideAndrew Chow
2022-01-11Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:...MarcoFalke
2022-01-11Change type of `backup_file` parameter in RestoreWallet/restoreWalletHennadii Stepanov
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-22scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoaderRussell Yanofsky
2021-12-16Merge bitcoin/bitcoin#23721: wallet, refactor: Move restorewallet() logic to ...MarcoFalke
2021-12-14refactor: Implement restorewallet() logic in the wallet sectionw0xlt
2021-12-08psbt: Actually use SIGHASH_DEFAULTAndrew Chow
2021-12-02Merge bitcoin/bitcoin#22929: wallet: Automatically add receiving destinations...W. J. van der Laan
2021-11-29Merge bitcoin/bitcoin#22513: rpc: Allow walletprocesspsbt to sign without fin...W. J. van der Laan
2021-11-25Merge bitcoin/bitcoin#21206: refactor: Make CWalletTx sync state type-safeW. J. van der Laan
2021-11-22Merge bitcoin/bitcoin#23348: rpc, wallet: Do not return "keypoololdest" for b...Samuel Dobson
2021-11-15refactor: Make CWalletTx sync state type-safeRussell Yanofsky
2021-11-09Remove `gArgs` from `wallet.h` and `wallet.cpp`Kiminuo
2021-11-03wallet, refactor: Make GetOldestKeyPoolTime return type std::optionalHennadii Stepanov
2021-10-21doc: Fix CWalletTx::Confirmation docMarcoFalke
2021-10-06Add CWallet::IsInternalScriptPubKeyManS3RK
2021-10-05wallet: resolve ambiguity of two ScriptPubKey managers providing same scriptS3RK
2021-10-05Merge bitcoin/bitcoin#22951: consensus: move amount.h into consensusMarcoFalke
2021-10-04Merge bitcoin/bitcoin#17211: Allow fundrawtransaction and walletcreatefundedp...Samuel Dobson
2021-09-30[MOVEONLY] consensus: move amount.h into consensusfanquake
2021-09-30Corrupt wallet tx shouldn't trigger rescan of all walletsSamuel Dobson
2021-09-29Allow Coin Selection be able to take external inputsAndrew Chow
2021-09-28psbt: sign without finalizingAndrew Chow
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-25Allow locked UTXOs to be store in the wallet databaseSamuel Dobson
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-08-27Allow the long term feerate to be configured, default of 10 sat/vbAndrew Chow
2021-08-17refactor: remove ::vpwallets and related global variablesRussell Yanofsky
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#19651: wallet: importdescriptors update existingfanquake
2021-07-01Merge bitcoin/bitcoin#21329: descriptor wallet: Cache last hardened xpub and ...Samuel Dobson
2021-06-28wallet: deactivate descriptorS3RK
2021-06-28Remove unused wallet pointer from NotifyAddressBookChangedMarcoFalke
2021-06-28Remove unused wallet pointer from NotifyTransactionChanged signalMarcoFalke
2021-06-24wallet: Upgrade existing descriptor cachesAndrew Chow
2021-06-22wallet: Add error message to GetReservedDestinationAndrew Chow
2021-06-16refactor: clean up external_signer.h includesSjors Provoost
2021-06-09Merge bitcoin/bitcoin#22008: wallet: Cleanup and refactor CreateTransactionIn...Samuel Dobson
2021-06-03Merge bitcoin/bitcoin#21353: interfaces: Stop exposing wallet destdata to guiW. J. van der Laan
2021-05-30scripted-diff: Rename SelectCoinsMinConf to AttemptSelectionAndrew Chow
2021-05-30Move cs_wallet lock in CreateTransactionInternal to top of functionAndrew Chow
2021-05-26MOVEONLY: CWallet transaction code out of wallet.cpp/.hRussell Yanofsky
2021-05-26Replace size/weight estimate tuple with struct for named fieldsGregory Sanders
2021-05-26Merge bitcoin/bitcoin#17331: Use effective values throughout coin selectionSamuel Dobson