index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
wallet.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #20305: wallet: introduce fee_rate sat/vB param/option
MarcoFalke
2020-11-17
1
-1
/
+1
|
\
|
*
wallet: update fee rate units, use sat/vB for fee_rate error messages
Jon Atack
2020-11-12
1
-1
/
+1
*
|
Merge #20139: Wallet: do not return warnings from UpgradeWallet()
MarcoFalke
2020-11-17
1
-1
/
+1
|
\
\
|
*
|
[upgradewallet] removed unused warning param
Sishir Giri
2020-11-16
1
-1
/
+1
*
|
|
Merge #18836: wallet: upgradewallet fixes and additional tests
Wladimir J. van der Laan
2020-11-16
1
-33
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
wallet: Remove -upgradewallet from dummywallet
MarcoFalke
2020-11-04
1
-2
/
+1
|
*
|
wallet: remove nWalletMaxVersion
Andrew Chow
2020-11-04
1
-31
/
+10
|
*
|
wallet: have ScriptPubKeyMan::Upgrade check against the new version
Andrew Chow
2020-11-04
1
-2
/
+2
*
|
|
fix potential devision by 0
Jonas Schnelli
2020-11-12
1
-2
/
+2
*
|
|
Merge #20344: wallet: fix scanning progress calculation for single block range
MarcoFalke
2020-11-11
1
-1
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
wallet: fix scanning progress calculation for single block range
Sebastian Falbesoner
2020-11-11
1
-1
/
+5
*
|
|
Merge #20153: wallet: do not import a descriptor with hardened derivations in...
Wladimir J. van der Laan
2020-11-09
1
-1
/
+4
|
\
\
\
|
*
|
|
wallet: fix importdescriptor silent fail
Ivan Metlushko
2020-10-15
1
-1
/
+4
|
|
|
/
|
|
/
|
*
|
|
Merge #20266: wallet: fix change detection of imported internal descriptors
Wladimir J. van der Laan
2020-11-09
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix change detection of imported internal descriptors
Andrew Chow
2020-10-29
1
-2
/
+2
|
|
/
*
/
wallet: Fix bug when just created encrypted wallet cannot get address
Hennadii Stepanov
2020-10-23
1
-0
/
+1
|
/
*
Use SQLite for descriptor wallets
Andrew Chow
2020-10-14
1
-1
/
+3
*
wallet: remove db mode string
Ivan Metlushko
2020-10-13
1
-6
/
+6
*
Merge #19501: send* RPCs in the wallet returns the "fee reason"
MarcoFalke
2020-09-30
1
-3
/
+7
|
\
|
*
[send] Make send RPCs return fee reason
Sishir Giri
2020-09-26
1
-3
/
+7
*
|
wallet: no need for duplicate storage for ABANDON_HASH constant
Anthony Towns
2020-09-28
1
-2
/
+0
*
|
scripted-diff: Replace UINT256_ONE() with uint256::ONE
Anthony Towns
2020-09-28
1
-1
/
+1
|
/
*
Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas
Gregory Sanders
2020-09-22
1
-3
/
+3
*
bugfix: make LoadWallet assigns status always
Akio Nakamura
2020-09-10
1
-0
/
+3
*
Merge #19738: wallet: Avoid multiple BerkeleyBatch in DelAddressBook
Samuel Dobson
2020-09-07
1
-3
/
+5
|
\
|
*
wallet: Avoid multiple BerkeleyBatch in DelAddressBook
João Barbosa
2020-09-06
1
-3
/
+5
*
|
wallet: Remove path checking code from createwallet RPC
Russell Yanofsky
2020-09-03
1
-7
/
+0
*
|
refactor: Pass wallet database into CWallet::Create
Russell Yanofsky
2020-09-03
1
-8
/
+9
*
|
wallet: Remove Verify and IsLoaded methods
Russell Yanofsky
2020-09-03
1
-21
/
+6
*
|
refactor: Use DatabaseStatus and DatabaseOptions types
Russell Yanofsky
2020-09-03
1
-13
/
+23
*
|
Remove WalletLocation class
Russell Yanofsky
2020-09-03
1
-21
/
+21
|
/
*
Merge #19754: wallet, gui: Reload previously loaded wallets on startup
Jonas Schnelli
2020-09-03
1
-5
/
+65
|
\
|
*
wallet: Reload previously loaded wallets on GUI startup
Andrew Chow
2020-09-01
1
-5
/
+65
*
|
Merge #19671: wallet: Remove -zapwallettxes
fanquake
2020-09-01
1
-57
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove -zapwallettxes
Andrew Chow
2020-08-31
1
-57
/
+0
*
|
Merge #18244: rpc: fundrawtransaction and walletcreatefundedpsbt also lock ma...
Samuel Dobson
2020-08-31
1
-3
/
+4
|
\
\
|
*
|
[rpc] fundrawtransaction, walletcreatefundedpsbt lock manually selected coins
Sjors Provoost
2020-08-07
1
-3
/
+4
*
|
|
Merge #19773: wallet: Avoid recursive lock in IsTrusted
Samuel Dobson
2020-08-31
1
-15
/
+16
|
\
\
\
|
*
|
|
wallet: Avoid recursive lock in IsTrusted
João Barbosa
2020-08-28
1
-15
/
+16
|
|
|
/
|
|
/
|
*
|
|
Merge #19099: refactor: Move wallet methods out of chain.h and node.h
MarcoFalke
2020-08-31
1
-5
/
+0
|
\
\
\
|
*
|
|
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2020-08-27
1
-5
/
+0
|
|
/
/
*
/
/
wallet, refactor: Remove duplicate map lookups in GetAddressBalances
João Barbosa
2020-08-28
1
-3
/
+0
|
/
/
*
|
Merge #19289: wallet: GetWalletTx and IsMine require cs_wallet lock
Wladimir J. van der Laan
2020-08-27
1
-22
/
+30
|
\
\
|
*
|
wallet: IsChange requires cs_wallet lock
João Barbosa
2020-08-21
1
-1
/
+3
|
*
|
wallet: IsMine overloads require cs_wallet lock
João Barbosa
2020-08-17
1
-21
/
+26
|
*
|
wallet: GetWalletTx requires cs_wallet lock
João Barbosa
2020-08-17
1
-1
/
+2
*
|
|
-maxapsfee: follow-up fixes
Karl-Johan Alm
2020-08-18
1
-4
/
+5
*
|
|
Merge #14582: wallet: always do avoid partial spends if fees are within a spe...
Samuel Dobson
2020-08-17
1
-1
/
+56
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
wallet: try -avoidpartialspends mode and use its result if fees are below thr...
Karl-Johan Alm
2020-08-06
1
-1
/
+56
|
|
/
*
|
Merge #17458: Refactor OutputGroup effective value calculations and filtering...
Samuel Dobson
2020-08-15
1
-20
/
+8
|
\
\
[next]