aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | Refactor OutputGroups to handle effective values, fees, and filteringAndrew Chow2020-08-111-20/+8
| |/
* | Merge #19568: Wallet should not override signing errorsfanquake2020-08-141-17/+0
|\ \ | |/ |/|
| * wallet: Don't override signing errorsFabian Jahr2020-07-251-17/+0
* | walletdb: Move BerkeleyDatabase::Flush(true) to Close()Andrew Chow2020-07-141-2/+7
|/
* wallet: Fix typo in comments; Simplify assertMarcoFalke2020-07-111-2/+2
* Merge #19046: Replace CWallet::Set* functions that use memonly with Add/Load ...Samuel Dobson2020-07-111-14/+26
|\
| * Split SetWalletFlags into Add/LoadWalletFlagsAndrew Chow2020-06-221-6/+15
| * Split SetActiveScriptPubKeyMan into Add/LoadActiveScriptPubKeyManAndrew Chow2020-05-211-8/+11
* | Merge #18850: wallet: Fix ZapSelectTx to sync wallet spendsSamuel Dobson2020-07-111-1/+3
|\ \
| * | Fix ZapSelectTx to sync wallet spendsAnthony Fieroni2020-05-071-1/+3
* | | Merge #19324: wallet: Move BerkeleyBatch static functions to BerkeleyDatabaseMarcoFalke2020-07-051-5/+1
|\ \ \
| * | | walletdb: Combine VerifyDatabaseFile and VerifyEnvironmentAndrew Chow2020-07-011-5/+1
* | | | Merge #19215: psbt: Include and allow both non_witness_utxo and witness_utxo ...Samuel Dobson2020-07-031-6/+1
|\ \ \ \
| * | | | psbt: always put a non_witness_utxo and don't remove itAndrew Chow2020-06-241-1/+1
| * | | | psbt: Allow both non_witness_utxo and witness_utxoAndrew Chow2020-06-241-5/+0
* | | | | Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTOWladimir J. van der Laan2020-07-021-9/+15
|\ \ \ \ \
| * | | | | Remove confusing OutputType::CHANGE_AUTOMarcoFalke2020-07-011-9/+15
| |/ / / /
* | | | | Merge #19300: wallet: Handle concurrent wallet loadingMarcoFalke2020-06-291-2/+18
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | wallet: Handle concurrent wallet loadingJoão Barbosa2020-06-191-2/+18
* | | | | Merge #18027: "PSBT Operations" dialogSamuel Dobson2020-06-211-2/+10
|\ \ \ \ \
| * | | | | FillPSBT: report number of inputs signed (or would sign)Glenn Willen2020-06-181-2/+10
| | |/ / / | |/| | |
* | | | | Merge #16377: [rpc] don't automatically append inputs in walletcreatefundedpsbtSamuel Dobson2020-06-211-0/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [rpc] walletcreatefundedpsbt: don't automatically append inputsSjors Provoost2020-03-121-0/+5
* | | | | scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabaseAndrew Chow2020-06-171-3/+3
| |/ / / |/| | |
* | | | Remove unused variablesMarcoFalke2020-06-161-1/+0
* | | | Merge #18275: wallet: error if an explicit fee rate was given but the needed ...MarcoFalke2020-06-161-0/+6
|\ \ \ \
| * | | | wallet: error if an explicit fee rate was given but the needed fee rate differedKarl-Johan Alm2020-05-051-0/+6
* | | | | refactor: Drop ::HasWallets()João Barbosa2020-06-131-6/+0
* | | | | refactor: Error message bilingual_str consistencyWladimir J. van der Laan2020-06-091-1/+1
* | | | | Merge #18982: wallet: Minimal fix to restore conflicted transaction notificat...MarcoFalke2020-06-021-13/+40
|\ \ \ \ \
| * | | | | trivial: Suggested cleanups to surrounding codeRussell Yanofsky2020-05-221-13/+9
| * | | | | wallet: Minimal fix to restore conflicted transaction notificationsRussell Yanofsky2020-05-151-2/+33
| | |_|/ / | |/| | |
* | | | | Merge #18918: wallet: Move salvagewallet into wallettoolSamuel Dobson2020-05-271-13/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | walletdb: don't automatically salvage when corruption is detectedAndrew Chow2020-05-251-1/+1
| * | | | wallet: remove -salvagewalletAndrew Chow2020-05-251-12/+3
| |/ / /
* | | | Merge #18787: wallet: descriptor wallet release notes and cleanupsSamuel Dobson2020-05-221-3/+3
|\ \ \ \
| * | | | Change SetType to SetInternal and remove m_address_typeAndrew Chow2020-05-051-3/+3
| | |/ / | |/| |
* | | | [wallet] remove nLastResend logicgzhao4082020-05-171-4/+0
| |/ / |/| |
* | | Merge #18853: wallet: Fix typo in assert that is compile-time trueWladimir J. van der Laan2020-05-061-2/+5
|\ \ \
| * | | wallet: Fix typo in assert that is compile-time trueMarcoFalke2020-05-041-2/+5
* | | | Merge #9381: Remove CWalletTx merging logic from AddToWalletSamuel Dobson2020-05-061-56/+50
|\ \ \ \ | |_|/ / |/| | |
| * | | Get rid of BindWalletRussell Yanofsky2020-05-011-2/+1
| * | | Disable CWalletTx copy constructorRussell Yanofsky2020-05-011-2/+2
| * | | Avoid copying CWalletTx in LoadToWalletRussell Yanofsky2020-05-011-12/+14
| * | | Remove CWalletTx merging logic from AddToWalletRussell Yanofsky2020-05-011-40/+33
* | | | wallet: Remove trailing whitespace from potential translation stringsMarcoFalke2020-05-011-2/+2
* | | | wallet: Avoid translating RPC errors when creating txsMarcoFalke2020-05-011-18/+18
* | | | wallet: Avoid translating RPC errors when loading walletsMarcoFalke2020-05-011-56/+57
|/ / /
* | | [wallet] Remove locked_chain from CWallet, its RPCs and testsAntoine Riard2020-04-301-34/+14
* | | [wallet] Move methods from Chain::Lock interface to simple ChainAntoine Riard2020-04-301-19/+19