aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge #20305: wallet: introduce fee_rate sat/vB param/optionMarcoFalke2020-11-171-1/+1
|\
| * wallet: update fee rate units, use sat/vB for fee_rate error messagesJon Atack2020-11-121-1/+1
* | Merge #20139: Wallet: do not return warnings from UpgradeWallet()MarcoFalke2020-11-171-1/+1
|\ \
| * | [upgradewallet] removed unused warning paramSishir Giri2020-11-161-1/+1
* | | Merge #18836: wallet: upgradewallet fixes and additional testsWladimir J. van der Laan2020-11-161-33/+11
|\ \ \ | |/ / |/| |
| * | wallet: Remove -upgradewallet from dummywalletMarcoFalke2020-11-041-2/+1
| * | wallet: remove nWalletMaxVersionAndrew Chow2020-11-041-31/+10
| * | wallet: have ScriptPubKeyMan::Upgrade check against the new versionAndrew Chow2020-11-041-2/+2
* | | fix potential devision by 0Jonas Schnelli2020-11-121-2/+2
* | | Merge #20344: wallet: fix scanning progress calculation for single block rangeMarcoFalke2020-11-111-1/+5
|\ \ \ | |_|/ |/| |
| * | wallet: fix scanning progress calculation for single block rangeSebastian Falbesoner2020-11-111-1/+5
* | | Merge #20153: wallet: do not import a descriptor with hardened derivations in...Wladimir J. van der Laan2020-11-091-1/+4
|\ \ \
| * | | wallet: fix importdescriptor silent failIvan Metlushko2020-10-151-1/+4
| | |/ | |/|
* | | Merge #20266: wallet: fix change detection of imported internal descriptorsWladimir J. van der Laan2020-11-091-2/+2
|\ \ \ | |_|/ |/| |
| * | Fix change detection of imported internal descriptorsAndrew Chow2020-10-291-2/+2
| |/
* / wallet: Fix bug when just created encrypted wallet cannot get addressHennadii Stepanov2020-10-231-0/+1
|/
* Use SQLite for descriptor walletsAndrew Chow2020-10-141-1/+3
* wallet: remove db mode stringIvan Metlushko2020-10-131-6/+6
* Merge #19501: send* RPCs in the wallet returns the "fee reason"MarcoFalke2020-09-301-3/+7
|\
| * [send] Make send RPCs return fee reasonSishir Giri2020-09-261-3/+7
* | wallet: no need for duplicate storage for ABANDON_HASH constantAnthony Towns2020-09-281-2/+0
* | scripted-diff: Replace UINT256_ONE() with uint256::ONEAnthony Towns2020-09-281-1/+1
|/
* Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltasGregory Sanders2020-09-221-3/+3
* bugfix: make LoadWallet assigns status alwaysAkio Nakamura2020-09-101-0/+3
* Merge #19738: wallet: Avoid multiple BerkeleyBatch in DelAddressBookSamuel Dobson2020-09-071-3/+5
|\
| * wallet: Avoid multiple BerkeleyBatch in DelAddressBookJoão Barbosa2020-09-061-3/+5
* | wallet: Remove path checking code from createwallet RPCRussell Yanofsky2020-09-031-7/+0
* | refactor: Pass wallet database into CWallet::CreateRussell Yanofsky2020-09-031-8/+9
* | wallet: Remove Verify and IsLoaded methodsRussell Yanofsky2020-09-031-21/+6
* | refactor: Use DatabaseStatus and DatabaseOptions typesRussell Yanofsky2020-09-031-13/+23
* | Remove WalletLocation classRussell Yanofsky2020-09-031-21/+21
|/
* Merge #19754: wallet, gui: Reload previously loaded wallets on startupJonas Schnelli2020-09-031-5/+65
|\
| * wallet: Reload previously loaded wallets on GUI startupAndrew Chow2020-09-011-5/+65
* | Merge #19671: wallet: Remove -zapwallettxesfanquake2020-09-011-57/+0
|\ \ | |/ |/|
| * Remove -zapwallettxesAndrew Chow2020-08-311-57/+0
* | Merge #18244: rpc: fundrawtransaction and walletcreatefundedpsbt also lock ma...Samuel Dobson2020-08-311-3/+4
|\ \
| * | [rpc] fundrawtransaction, walletcreatefundedpsbt lock manually selected coinsSjors Provoost2020-08-071-3/+4
* | | Merge #19773: wallet: Avoid recursive lock in IsTrustedSamuel Dobson2020-08-311-15/+16
|\ \ \
| * | | wallet: Avoid recursive lock in IsTrustedJoão Barbosa2020-08-281-15/+16
| | |/ | |/|
* | | Merge #19099: refactor: Move wallet methods out of chain.h and node.hMarcoFalke2020-08-311-5/+0
|\ \ \
| * | | refactor: Move wallet methods out of chain.h and node.hRussell Yanofsky2020-08-271-5/+0
| |/ /
* / / wallet, refactor: Remove duplicate map lookups in GetAddressBalancesJoão Barbosa2020-08-281-3/+0
|/ /
* | Merge #19289: wallet: GetWalletTx and IsMine require cs_wallet lockWladimir J. van der Laan2020-08-271-22/+30
|\ \
| * | wallet: IsChange requires cs_wallet lockJoão Barbosa2020-08-211-1/+3
| * | wallet: IsMine overloads require cs_wallet lockJoão Barbosa2020-08-171-21/+26
| * | wallet: GetWalletTx requires cs_wallet lockJoão Barbosa2020-08-171-1/+2
* | | -maxapsfee: follow-up fixesKarl-Johan Alm2020-08-181-4/+5
* | | Merge #14582: wallet: always do avoid partial spends if fees are within a spe...Samuel Dobson2020-08-171-1/+56
|\ \ \ | |/ / |/| |
| * | wallet: try -avoidpartialspends mode and use its result if fees are below thr...Karl-Johan Alm2020-08-061-1/+56
| |/
* | Merge #17458: Refactor OutputGroup effective value calculations and filtering...Samuel Dobson2020-08-151-20/+8
|\ \