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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove separate node and wallet contexts
Ross Nicoll
2021-06-09
1
-1
/
+1
*
Add node context to wallet RPC request object
Ross Nicoll
2021-06-09
1
-1
/
+1
*
Do not create default wallet
Andrew Chow
2020-09-08
1
-1
/
+1
*
refactor: Use DatabaseStatus and DatabaseOptions types
Russell Yanofsky
2020-09-03
1
-2
/
+1
*
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2020-08-27
1
-0
/
+35
*
Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTO
Wladimir J. van der Laan
2020-07-02
1
-3
/
+0
|
\
|
*
interfaces: Remove unused getDefaultChangeType
MarcoFalke
2020-06-27
1
-3
/
+0
*
|
wallet: Do not include server symbols
MarcoFalke
2020-06-27
1
-1
/
+1
|
/
*
FillPSBT: report number of inputs signed (or would sign)
Glenn Willen
2020-06-18
1
-1
/
+2
*
Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.
furszy
2020-05-23
1
-1
/
+1
*
Merge #18587: gui: Avoid wallet tryGetBalances calls in WalletModel::pollBala...
Jonas Schnelli
2020-05-20
1
-5
/
+2
|
\
|
*
Revert "gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged"
Russell Yanofsky
2020-05-01
1
-5
/
+2
*
|
wallet: Avoid translating RPC errors when creating txs
MarcoFalke
2020-05-01
1
-3
/
+4
|
/
*
[wallet] Remove locked_chain from CWallet, its RPCs and tests
Antoine Riard
2020-04-30
1
-0
/
+3
*
Add IsLegacy to CWallet so that the GUI knows whether to show watchonly
Andrew Chow
2020-04-23
1
-0
/
+3
*
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
Merge #17999: refactor: Add ChainClient setMockTime, getWallets methods
MarcoFalke
2020-04-10
1
-4
/
+4
|
\
|
*
refactor: Use psbt forward declaration
Russell Yanofsky
2020-02-25
1
-4
/
+4
*
|
Merge #18160: gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged
Wladimir J. van der Laan
2020-03-31
1
-2
/
+5
|
\
\
|
*
|
gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged
João Barbosa
2020-02-16
1
-2
/
+5
|
|
/
*
|
Merge #18312: wallet: remove deprecated fee bumping by totalFee
Wladimir J. van der Laan
2020-03-26
1
-1
/
+0
|
\
\
|
*
|
wallet: remove totalfee from createBumpTransaction()
Jon Atack
2020-03-26
1
-1
/
+0
*
|
|
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
-3
/
+3
|
/
/
*
|
Replace GetSigningProvider with GetSolvingProvider
Andrew Chow
2020-03-09
1
-3
/
+0
*
|
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
-1
/
+1
*
|
wallet: make CanGetAddresses() const
Karl-Johan Alm
2020-03-02
1
-1
/
+1
|
/
*
Cleanup: Drop unused GUI learnRelatedScripts method
Andrew Chow
2020-01-23
1
-4
/
+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
-0
/
+8
|
\
|
*
[wallet] add fillPSBT to interface
Sjors Provoost
2019-11-13
1
-0
/
+8
*
|
Refactor: Require scriptPubKey to get wallet SigningProvider
Andrew Chow
2019-11-18
1
-2
/
+2
|
/
*
[wallet] Remove return value from CommitTransaction()
John Newbery
2019-10-18
1
-3
/
+2
*
Get rid of PendingWalletTx class.
Russell Yanofsky
2019-07-18
1
-17
/
+7
*
Merge #16237: Have the wallet give out destinations instead of keys
Wladimir J. van der Laan
2019-07-10
1
-2
/
+2
|
\
|
*
Add GetNewDestination to CWallet to fetch new destinations
Andrew Chow
2019-07-09
1
-2
/
+2
*
|
Move ismine to wallet module
Andrew Chow
2019-06-19
1
-1
/
+3
|
/
*
[wallet] Move maxTxFee to wallet
John Newbery
2019-04-18
1
-0
/
+3
*
Remove remaining wallet accesses to node globals
Russell Yanofsky
2019-03-06
1
-3
/
+0
*
interfaces: Add remove to Wallet
João Barbosa
2019-02-12
1
-0
/
+3
*
[wallet] Support creating a blank wallet
Andrew Chow
2019-02-10
1
-0
/
+3
*
Notify the GUI that the keypool has changed to set the receive button
Andrew Chow
2019-01-23
1
-0
/
+4
*
Don't label transactions "Open" while catching up
Hennadii Stepanov
2019-01-03
1
-1
/
+2
*
Remove unused `adjustedTime` parameter
Hennadii Stepanov
2018-10-28
1
-4
/
+2
*
[build] remove #ifdef ENABLE_WALLET from interfaces/node
John Newbery
2018-09-13
1
-2
/
+2
*
[wallet] Kill accounts
John Newbery
2018-08-30
1
-1
/
+0
*
[Qt] Disable creating receive addresses when private keys are disabled
Jonas Schnelli
2018-07-12
1
-0
/
+3
*
Remove useless mapRequest tracking that just effects Qt display.
Matt Corallo
2018-07-09
1
-1
/
+0
*
ui: Support wallets unloaded dynamically
João Barbosa
2018-06-18
1
-0
/
+4
[next]