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
...
*
|
|
[wallet] Move getBlockHash from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
1
-2
/
+2
*
|
|
[wallet] Move getBlockHeight from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
1
-4
/
+3
*
|
|
[wallet] Move getHeight from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
1
-4
/
+3
*
|
|
Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w...
fanquake
2020-04-29
1
-1
/
+2
|
\
\
\
|
*
|
|
[wallet] Update the rebroadcast frequency to be ~1/day.
Amiti Uttarwar
2020-04-23
1
-1
/
+2
*
|
|
|
Implement CWallet::IsSpentKey for non-LegacySPKMans
Andrew Chow
2020-04-23
1
-16
/
+23
*
|
|
|
Return error when no ScriptPubKeyMan is available for specified type
Andrew Chow
2020-04-23
1
-0
/
+2
*
|
|
|
add importdescriptors RPC and tests for native descriptor wallets
Hugo Nguyen
2020-04-23
1
-0
/
+86
*
|
|
|
Add IsLegacy to CWallet so that the GUI knows whether to show watchonly
Andrew Chow
2020-04-23
1
-0
/
+9
*
|
|
|
Generate new descriptors when encrypting
Andrew Chow
2020-04-23
1
-2
/
+5
*
|
|
|
Be able to create new wallets with DescriptorScriptPubKeyMans as backing
Andrew Chow
2020-04-23
1
-8
/
+51
*
|
|
|
Implement FillPSBT in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-46
/
+4
*
|
|
|
Implement SignTransaction in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-29
/
+12
*
|
|
|
Implement IsHDEnabled in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-2
/
+3
*
|
|
|
Add LoadDescriptorScriptPubKeyMan and SetActiveScriptPubKeyMan to CWallet
Andrew Chow
2020-04-23
1
-0
/
+22
*
|
|
|
Create LegacyScriptPubKeyMan when not a descriptor wallet
Andrew Chow
2020-04-23
1
-2
/
+4
*
|
|
|
Return nullptr from GetLegacyScriptPubKeyMan if descriptor wallet
Andrew Chow
2020-04-23
1
-1
/
+4
|
|
/
/
|
/
|
|
*
|
|
wallet: Refactor WalletRescanReserver to use wallet reference
João Barbosa
2020-04-19
1
-1
/
+1
*
|
|
Merge #15761: Replace -upgradewallet startup option with upgradewallet RPC
MarcoFalke
2020-04-19
1
-38
/
+36
|
\
\
\
|
*
|
|
Remove -upgradewallet startup option
Andrew Chow
2020-04-13
1
-7
/
+1
|
*
|
|
Make UpgradeWallet a member function of CWallet
Andrew Chow
2020-04-13
1
-15
/
+14
|
*
|
|
Have UpgradeWallet take the version to upgrade to and an error message out pa...
Andrew Chow
2020-04-13
1
-3
/
+3
|
*
|
|
Only run UpgradeWallet if the wallet needs to be upgraded
Andrew Chow
2020-04-13
1
-28
/
+25
|
*
|
|
Move wallet upgrading to its own function
Andrew Chow
2020-04-13
1
-36
/
+44
*
|
|
|
Merge #17219: wallet: allow transaction without change if keypool is empty
Samuel Dobson
2020-04-18
1
-12
/
+11
|
\
\
\
\
|
*
|
|
|
[wallet] allow transaction without change if keypool is empty
Sjors Provoost
2020-02-04
1
-3
/
+9
|
*
|
|
|
[wallet] CreateTransaction: simplify change address check
Sjors Provoost
2020-02-04
1
-9
/
+2
|
*
|
|
|
[wallet] translate "Keypool ran out" message
Sjors Provoost
2020-02-04
1
-2
/
+2
*
|
|
|
|
wallet: Prefer full destination groups in coin selection
Fabian Jahr
2020-04-14
1
-18
/
+35
*
|
|
|
|
Merge #17954: wallet: Remove calls to Chain::Lock methods
MarcoFalke
2020-04-14
1
-66
/
+64
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
wallet: Avoid use of Chain::Lock in CWallet::GetKeyBirthTimes
Russell Yanofsky
2020-03-31
1
-10
/
+15
|
*
|
|
|
wallet: Avoid use of Chain::Lock in CWallet::CreateTransaction
Russell Yanofsky
2020-03-31
1
-10
/
+8
|
*
|
|
|
wallet: Avoid use of Chain::Lock in CWallet::ScanForWalletTransactions
Russell Yanofsky
2020-03-31
1
-32
/
+28
|
*
|
|
|
wallet: Avoid use of Chain::Lock in rescanblockchain
Russell Yanofsky
2020-03-31
1
-7
/
+8
|
*
|
|
|
wallet refactor: Avoid use of Chain::Lock in CWallet::RescanFromTime
Russell Yanofsky
2020-03-31
1
-7
/
+4
|
*
|
|
|
refactor: Add interfaces::FoundBlock class to selectively return block data
Russell Yanofsky
2020-03-31
1
-5
/
+6
*
|
|
|
|
Wallet: Change IsMine check in CWallet::DelAddressBook from assert to failure
Luke Dashjr
2020-04-06
1
-1
/
+4
*
|
|
|
|
Wallet: Replace CAddressBookData.name with GetLabel() method
Luke Dashjr
2020-04-06
1
-1
/
+1
*
|
|
|
|
Merge #18192: Bugfix: Wallet: Safely deal with change in the address book
MarcoFalke
2020-04-07
1
-15
/
+32
|
\
\
\
\
\
|
*
|
|
|
|
Wallet: Add warning comments and assert to CWallet::DelAddressBook
Luke Dashjr
2020-04-02
1
-0
/
+5
|
*
|
|
|
|
Wallet: Avoid treating change-in-the-addressbook as non-change everywhere
Luke Dashjr
2020-04-02
1
-2
/
+4
|
*
|
|
|
|
Wallet: New FindAddressBookEntry method to filter out change entries (and ski...
Luke Dashjr
2020-04-02
1
-0
/
+10
|
*
|
|
|
|
Wallet: Require usage of new CAddressBookData::setLabel to change label
Luke Dashjr
2020-04-02
1
-1
/
+1
|
*
|
|
|
|
scripted-diff: Wallet: Rename mapAddressBook to m_address_book
Luke Dashjr
2020-04-02
1
-15
/
+15
|
|
/
/
/
/
*
/
/
/
/
wallet: Handle duplicate fileid exception
João Barbosa
2020-03-31
1
-10
/
+15
|
/
/
/
/
*
|
/
/
Fix wallet unload race condition
Russell Yanofsky
2020-03-27
1
-11
/
+5
|
|
/
/
|
/
|
|
*
|
|
refactor: Change Chain::broadcastTransaction param order
Russell Yanofsky
2020-03-19
1
-1
/
+1
*
|
|
refactor: Rename Chain::Notifications methods to be consistent with other int...
Russell Yanofsky
2020-03-19
1
-9
/
+9
*
|
|
Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...
Wladimir J. van der Laan
2020-03-19
1
-4
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
[validation interface] Remove vtxConflicted from BlockConnected
John Newbery
2020-03-11
1
-1
/
+1
[prev]
[next]