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
*
Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.
furszy
2020-05-23
1
-2
/
+2
*
Merge #18587: gui: Avoid wallet tryGetBalances calls in WalletModel::pollBala...
Jonas Schnelli
2020-05-20
1
-2
/
+1
|
\
|
*
Revert "gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged"
Russell Yanofsky
2020-05-01
1
-2
/
+1
*
|
wallet: Avoid translating RPC errors when creating txs
MarcoFalke
2020-05-01
1
-3
/
+3
|
/
*
[wallet] Remove locked_chain from CWallet, its RPCs and tests
Antoine Riard
2020-04-30
1
-23
/
+1
*
[wallet] Move methods from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
1
-6
/
+6
*
[wallet] Move getHeight from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
1
-2
/
+2
*
Add IsLegacy to CWallet so that the GUI knows whether to show watchonly
Andrew Chow
2020-04-23
1
-0
/
+1
*
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
Merge #17954: wallet: Remove calls to Chain::Lock methods
MarcoFalke
2020-04-14
1
-10
/
+7
|
\
|
*
wallet: Avoid use of Chain::Lock in tryGetTxStatus and tryGetBalances
Russell Yanofsky
2020-03-31
1
-10
/
+7
*
|
Merge #17999: refactor: Add ChainClient setMockTime, getWallets methods
MarcoFalke
2020-04-10
1
-0
/
+9
|
\
\
|
*
|
Add ChainClient setMockTime, getWallets methods
Russell Yanofsky
2020-02-25
1
-0
/
+9
*
|
|
Wallet: Replace CAddressBookData.name with GetLabel() method
Luke Dashjr
2020-04-06
1
-2
/
+2
*
|
|
Wallet: Avoid treating change-in-the-addressbook as non-change everywhere
Luke Dashjr
2020-04-02
1
-1
/
+2
*
|
|
scripted-diff: Wallet: Rename mapAddressBook to m_address_book
Luke Dashjr
2020-04-02
1
-3
/
+3
|
|
/
|
/
|
*
|
Merge #18160: gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged
Wladimir J. van der Laan
2020-03-31
1
-2
/
+3
|
\
\
|
*
|
gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged
João Barbosa
2020-02-16
1
-2
/
+3
|
|
/
*
|
Merge #18312: wallet: remove deprecated fee bumping by totalFee
Wladimir J. van der Laan
2020-03-26
1
-8
/
+1
|
\
\
|
*
|
wallet: remove totalfee from createBumpTransaction()
Jon Atack
2020-03-26
1
-8
/
+1
*
|
|
refactor: Change createWallet, fillPSBT argument order
Russell Yanofsky
2020-03-19
1
-5
/
+5
*
|
|
refactor: Get rid of Wallet::IsWalletFlagSet method
Russell Yanofsky
2020-03-19
1
-2
/
+2
|
/
/
*
|
Replace GetSigningProvider with GetSolvingProvider
Andrew Chow
2020-03-09
1
-9
/
+1
*
|
Move direct calls to MessageSign into new SignMessage functions in CWallet an...
Andrew Chow
2020-03-09
1
-0
/
+4
*
|
Move FillPSBT to be a member of CWallet
Andrew Chow
2020-03-09
1
-3
/
+2
*
|
wallet: make CanGetAddresses() const
Karl-Johan Alm
2020-03-02
1
-1
/
+1
|
/
*
Refactor: Replace SigningProvider pointers with unique_ptrs
Andrew Chow
2020-01-23
1
-2
/
+2
*
Cleanup: Drop unused GUI learnRelatedScripts method
Andrew Chow
2020-01-23
1
-1
/
+0
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
Merge #16944: gui: create PSBT with watch-only wallet
Samuel Dobson
2019-11-23
1
-1
/
+10
|
\
|
*
[wallet] add fillPSBT to interface
Sjors Provoost
2019-11-13
1
-1
/
+10
*
|
Merge #17371: Refactor: Require scriptPubKey to get wallet SigningProvider
Samuel Dobson
2019-11-23
1
-2
/
+16
|
\
\
|
|
/
|
/
|
|
*
Refactor: Require scriptPubKey to get wallet SigningProvider
Andrew Chow
2019-11-18
1
-2
/
+16
*
|
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
[next]