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
/
interfaces
/
wallet.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge #17354: wallet: Tidy CWallet::SetUsedDestinationState
fanquake
2019-11-08
1
-2
/
+4
|
\
\
|
*
|
wallet: Reuse existing batch in CWallet::SetUsedDestinationState
João Barbosa
2019-11-02
1
-2
/
+4
|
|
/
*
/
Remove locked_chain from GetDepthInMainChain and its callers
Antoine Riard
2019-11-06
1
-15
/
+14
|
/
*
Merge #16839: Replace Connman and BanMan globals with NodeContext local
Wladimir J. van der Laan
2019-10-30
1
-1
/
+5
|
\
|
*
Avoid using g_rpc_node global in wallet code
Russell Yanofsky
2019-10-28
1
-1
/
+5
*
|
Refactor: Split up CWallet and LegacyScriptPubKeyMan and classes
Andrew Chow
2019-10-25
1
-9
/
+16
|
/
*
Merge #17154: wallet: Remove return value from CommitTransaction
Wladimir J. van der Laan
2019-10-24
1
-10
/
+3
|
\
|
*
[wallet] Remove `state` argument from CWallet::CommitTransaction
John Newbery
2019-10-18
1
-3
/
+1
|
*
[wallet] Remove return value from CommitTransaction()
John Newbery
2019-10-18
1
-8
/
+3
*
|
Remove unused includes
practicalswift
2019-10-15
1
-2
/
+0
|
/
*
change wallet pointers to references in feebumper
Adam Jonas
2019-10-10
1
-4
/
+4
*
Encapsulate tx status in a Confirmation struct
Antoine Riard
2019-08-23
1
-1
/
+1
*
Get rid of PendingWalletTx class.
Russell Yanofsky
2019-07-18
1
-29
/
+18
*
Merge #16208: wallet: Consume ReserveDestination on successful CreateTransaction
MeshCollider
2019-07-17
1
-4
/
+3
|
\
|
*
Restrict lifetime of ReserveDestination to CWallet::CreateTransaction
Gregory Sanders
2019-07-10
1
-4
/
+3
*
|
Merge #16227: Refactor CWallet's inheritance chain
Wladimir J. van der Laan
2019-07-11
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Remove CCryptoKeyStore and move all of it's functionality into CWallet
Andrew Chow
2019-07-09
1
-1
/
+1
*
|
Merge #16237: Have the wallet give out destinations instead of keys
Wladimir J. van der Laan
2019-07-10
1
-6
/
+8
|
\
\
|
|
/
|
/
|
|
*
Replace CReserveKey with ReserveDestinatoin
Andrew Chow
2019-07-09
1
-4
/
+4
|
*
Add GetNewDestination to CWallet to fetch new destinations
Andrew Chow
2019-07-09
1
-2
/
+4
*
|
Move ismine to wallet module
Andrew Chow
2019-06-19
1
-1
/
+1
|
/
*
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-8
/
+0
*
Merge #15778: [wallet] Move maxtxfee from node to wallet
MarcoFalke
2019-04-27
1
-0
/
+1
|
\
|
*
[wallet] Move maxTxFee to wallet
John Newbery
2019-04-18
1
-0
/
+1
*
|
generalize bumpfee to add inputs when needed
Gregory Sanders
2019-04-11
1
-2
/
+7
|
/
*
[build] Move wallet load functions to wallet/load unit
John Newbery
2019-04-09
1
-0
/
+1
*
wallet: Get all balances in one call
MarcoFalke
2019-04-04
1
-7
/
+8
*
Remove remaining wallet accesses to node globals
Russell Yanofsky
2019-03-06
1
-7
/
+1
*
Remove use of CRPCTable::appendCommand in wallet code
Russell Yanofsky
2019-03-05
1
-1
/
+2
*
Remove use of g_connman / PushInventory in wallet code
Russell Yanofsky
2019-02-22
1
-1
/
+1
*
Remove uses of fee globals in wallet code
Russell Yanofsky
2019-02-22
1
-1
/
+1
*
Remove uses of CheckFinalTx in wallet code
Russell Yanofsky
2019-02-22
1
-2
/
+2
*
refactor: Drop redundant wallet reference
João Barbosa
2019-02-21
1
-128
/
+127
*
interfaces: Add remove to Wallet
João Barbosa
2019-02-12
1
-0
/
+4
*
Merge #15153: gui: Add Open Wallet menu
Jonas Schnelli
2019-02-12
1
-1
/
+1
|
\
|
*
interfaces: Avoid interface instance if wallet is null
João Barbosa
2019-02-04
1
-1
/
+1
*
|
Merge #15226: Allow creating blank (empty) wallets (alternative)
MeshCollider
2019-02-11
1
-0
/
+1
|
\
\
|
*
|
[wallet] Support creating a blank wallet
Andrew Chow
2019-02-10
1
-0
/
+1
*
|
|
wallet: Add lock annotation for mapAddressBook
MarcoFalke
2019-02-07
1
-0
/
+1
|
|
/
|
/
|
*
|
Prefer boost::optional#get_value_or over #value_or
Ben Woosley
2019-01-31
1
-2
/
+2
|
/
*
Merge #15225: GUI: Change the receive button to respond to keypool state chan...
Wladimir J. van der Laan
2019-01-31
1
-0
/
+4
|
\
|
*
Notify the GUI that the keypool has changed to set the receive button
Andrew Chow
2019-01-23
1
-0
/
+4
*
|
Add time methods to the Chain interface
Russell Yanofsky
2019-01-15
1
-2
/
+7
*
|
Add height, depth, and hash methods to the Chain interface
Russell Yanofsky
2019-01-15
1
-3
/
+3
|
/
*
Don't label transactions "Open" while catching up
Hennadii Stepanov
2019-01-03
1
-1
/
+3
*
Pass chain locked variables where needed
Russell Yanofsky
2018-11-06
1
-21
/
+27
*
Remove uses of cs_main in wallet code
Russell Yanofsky
2018-11-06
1
-19
/
+36
*
Remove direct node->wallet calls in init.cpp
Russell Yanofsky
2018-11-06
1
-0
/
+12
*
Add skeleton chain and client classes
Russell Yanofsky
2018-11-06
1
-0
/
+24
*
Merge #14554: qt: Remove unused `adjustedTime` parameter
Wladimir J. van der Laan
2018-11-05
1
-6
/
+2
|
\
[prev]
[next]