aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
AgeCommit message (Expand)Author
2021-02-23rpc: send: support external signerSjors Provoost
2021-02-23rpc: signerdisplayaddressSjors Provoost
2021-02-23wallet: ExternalSigner: add GetDescriptors methodSjors Provoost
2021-02-23wallet: add GetExternalSigner()Sjors Provoost
2021-02-23wallet: add ExternalSignerScriptPubKeyManSjors Provoost
2021-02-23wallet: add external_signer flagSjors Provoost
2021-02-01Merge #20040: wallet: Refactor OutputGroups to handle fees and spending eligi...Samuel Dobson
2021-01-15Replace fs::absolute calls with AbsPathJoin callsKiminuo
2021-01-11Merge #20480: Replace boost::variant with std::variantfanquake
2021-01-07Merge #20584: Declare de facto const reference variables/member functions as ...MarcoFalke
2021-01-05Replace boost::variant with std::variantMarcoFalke
2020-12-19Replace boost::optional with std::optionalMarcoFalke
2020-12-19Remove unused MakeOptionalMarcoFalke
2020-12-17Merge #20635: fix misleading comment about call to non-existing functionWladimir J. van der Laan
2020-12-13Merge #20588: Remove unused and confusing CTransaction constructorfanquake
2020-12-12fix misleading comment about call to non-existing functionpox
2020-12-10test: Fix inconsistent lock order in wallet_tests/CreateWalletHennadii Stepanov
2020-12-09Rewrite OutputGroups to be clearer and to use scriptPubKeysAndrew Chow
2020-12-07wallet: document that tx in CreateTransaction is purely an out-paramMarcoFalke
2020-12-07refactor: Get rid of more redundant chain methodsRussell Yanofsky
2020-12-06Don't declare de facto const reference variables as non-constpracticalswift
2020-12-06Don't declare de facto const member functions as non-constpracticalswift
2020-12-02Merge #19980: refactor: Some wallet cleanupsfanquake
2020-11-25Merge #20403: wallet: upgradewallet fixes, improvements, test coverageMarcoFalke
2020-11-19wallet (not for backport): improve upgradewallet error messagesJon Atack
2020-11-17Merge #20305: wallet: introduce fee_rate sat/vB param/optionMarcoFalke
2020-11-17Merge #20139: Wallet: do not return warnings from UpgradeWallet()MarcoFalke
2020-11-16[upgradewallet] removed unused warning paramSishir Giri
2020-11-16Merge #18836: wallet: upgradewallet fixes and additional testsWladimir J. van der Laan
2020-11-12fix potential devision by 0Jonas Schnelli
2020-11-12wallet: update fee rate units, use sat/vB for fee_rate error messagesJon Atack
2020-11-11Merge #20344: wallet: fix scanning progress calculation for single block rangeMarcoFalke
2020-11-11wallet: fix scanning progress calculation for single block rangeSebastian Falbesoner
2020-11-09Merge #20153: wallet: do not import a descriptor with hardened derivations in...Wladimir J. van der Laan
2020-11-09Merge #20266: wallet: fix change detection of imported internal descriptorsWladimir J. van der Laan
2020-11-07refactor: Assert before dereference in CWallet::GetDatabaseJoão Barbosa
2020-11-04wallet: Remove -upgradewallet from dummywalletMarcoFalke
2020-11-04wallet: remove nWalletMaxVersionAndrew Chow
2020-11-04wallet: have ScriptPubKeyMan::Upgrade check against the new versionAndrew Chow
2020-10-29Fix change detection of imported internal descriptorsAndrew Chow
2020-10-23wallet: Fix bug when just created encrypted wallet cannot get addressHennadii Stepanov
2020-10-15wallet: fix importdescriptor silent failIvan Metlushko
2020-10-14Use SQLite for descriptor walletsAndrew Chow
2020-10-13wallet: remove db mode stringIvan Metlushko
2020-10-02Explicitly filter out partial groups when we don't want themAndrew Chow
2020-10-02Move OutputGroup positive only filtering into InsertAndrew Chow
2020-09-30Merge #19501: send* RPCs in the wallet returns the "fee reason"MarcoFalke
2020-09-29Move EligibleForSpending into GroupOutputsAndrew Chow
2020-09-29Move fee setting of OutputGroup to InsertAndrew Chow
2020-09-29Move GroupOutputs into SelectCoinsMinConfAndrew Chow