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
/
scriptpubkeyman.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Implement SetType in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-1
/
+5
*
|
Introduce DescriptorScriptPubKeyMan as a dummy class
Andrew Chow
2020-04-23
1
-0
/
+110
*
|
Introduce SetType function to tell ScriptPubKeyMans the type and internal-nes...
Andrew Chow
2020-04-23
1
-0
/
+2
*
|
Merge #17219: wallet: allow transaction without change if keypool is empty
Samuel Dobson
2020-04-18
1
-1
/
+1
|
\
\
|
*
|
[wallet] translate "Keypool ran out" message
Sjors Provoost
2020-02-04
1
-1
/
+1
|
|
/
*
|
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
|
Replace std::to_string with locale-independent alternative
Ben Woosley
2020-03-14
1
-2
/
+3
*
|
Replace GetSigningProvider with GetSolvingProvider
Andrew Chow
2020-03-09
1
-1
/
+1
*
|
Move direct calls to MessageSign into new SignMessage functions in CWallet an...
Andrew Chow
2020-03-09
1
-0
/
+14
*
|
Move key and script filling and signing from CWallet::FillPSBT to ScriptPubKe...
Andrew Chow
2020-03-09
1
-0
/
+42
*
|
Add SignTransaction function to ScriptPubKeyMan and LegacyScriptPubKeyMan
Andrew Chow
2020-03-08
1
-0
/
+6
*
|
wallet/spkm: make GetOldestKeyPoolTime() const
Karl-Johan Alm
2020-03-02
1
-1
/
+1
*
|
wallet: make CanGetAddresses() const
Karl-Johan Alm
2020-03-02
1
-1
/
+1
*
|
wallet: make KeypoolCountExternalKeys() const
Karl-Johan Alm
2020-03-02
1
-1
/
+1
*
|
wallet: make CanGenerateKeys() const
Karl-Johan Alm
2020-03-02
1
-1
/
+1
*
|
wallet: Improve LegacyScriptPubKeyMan::CanProvide script recognition
Russell Yanofsky
2020-02-12
1
-8
/
+16
|
/
*
Refactor: Replace SigningProvider pointers with unique_ptrs
Andrew Chow
2020-01-23
1
-2
/
+2
*
Refactor: Copy CWallet signals and print function to LegacyScriptPubKeyMan
Andrew Chow
2020-01-23
1
-10
/
+0
*
Box the wallet: Add multiple keyman maps and loops
Andrew Chow
2020-01-23
1
-0
/
+33
*
HD Split: Avoid redundant upgrades
Andrew Chow
2020-01-23
1
-1
/
+1
*
Locking: Lock cs_KeyStore instead of cs_wallet in legacy keyman
Andrew Chow
2020-01-23
1
-34
/
+34
*
Merge #17537: wallet: Cleanup and move opportunistic and superfluous TopUp()s
fanquake
2019-12-17
1
-3
/
+0
|
\
|
*
keypool: Move opportunistic TopUps from LegacyScriptPubKeyMan to CWallet and ...
Andrew Chow
2019-11-22
1
-3
/
+0
*
|
Replace LegacyScriptPubKeyMan::IsCrypted with LegacyScriptPubKeyMan::HasEncry...
Andrew Chow
2019-12-06
1
-7
/
+6
*
|
Remove SetCrypted() and fUseCrypto; Change IsCrypted()'s implementation
Andrew Chow
2019-12-06
1
-10
/
+4
*
|
Rename EncryptKeys to Encrypt and pass in the encrypted batch to use
Andrew Chow
2019-12-06
1
-4
/
+13
*
|
Clear mapKeys before encrypting
Andrew Chow
2019-12-06
1
-2
/
+3
*
|
Move fDecryptionThoroughlyChecked from CWallet to LegacyScriptPubKeyMan
Andrew Chow
2019-12-06
1
-2
/
+1
*
|
Move Unlock implementation to LegacyScriptPubKeyMan
Andrew Chow
2019-12-06
1
-4
/
+2
*
|
Replace LegacyScriptPubKeyMan::vMasterKey with GetDecryptionKey()
Andrew Chow
2019-12-06
1
-3
/
+2
*
|
Key pool: Fix omitted pre-split count in GetKeyPoolSize
Andrew Chow
2019-12-02
1
-1
/
+1
*
|
Key pool: Change ReturnDestination interface to take address instead of key
Andrew Chow
2019-12-02
1
-4
/
+12
*
|
Key pool: Move LearnRelated and GetDestination calls
Andrew Chow
2019-12-02
1
-1
/
+3
*
|
Add OutputType and CPubKey parameters to KeepDestination
Andrew Chow
2019-11-26
1
-4
/
+4
*
|
Rename Keep/ReturnKey to Keep/ReturnDestination and remove the wrapper
Andrew Chow
2019-11-26
1
-13
/
+3
*
|
Key pool: Move CanGetAddresses call
Andrew Chow
2019-11-22
1
-0
/
+4
|
/
*
Clean up nested scope in GetReservedDestination
Russell Yanofsky
2019-11-05
1
-4
/
+2
*
Get rid of confusing LegacyScriptPubKeyMan::TopUpKeyPool method
Russell Yanofsky
2019-11-05
1
-11
/
+6
*
Pass CTxDestination to ScriptPubKeyMan::GetMetadata
Russell Yanofsky
2019-11-05
1
-8
/
+14
*
Refactor: Move nTimeFirstKey accesses out of CWallet
Andrew Chow
2019-11-01
1
-0
/
+6
*
Refactor: Move GetKeypoolSize code out of CWallet
Andrew Chow
2019-11-01
1
-0
/
+6
*
Refactor: Move RewriteDB code out of CWallet
Andrew Chow
2019-11-01
1
-0
/
+11
*
Refactor: Move SetupGeneration code out of CWallet
Andrew Chow
2019-11-01
1
-0
/
+13
*
Refactor: Move HavePrivateKeys code out of CWallet::CreateWalletFromFile
Andrew Chow
2019-11-01
1
-0
/
+6
*
Refactor: Move Upgrade code out of CWallet::CreateWalletFromFile
Andrew Chow
2019-11-01
1
-0
/
+35
*
Refactor: Move MarkUnusedAddresses code out of CWallet::AddToWalletIfInvolvingMe
Andrew Chow
2019-11-01
1
-0
/
+17
*
Refactor: Move GetMetadata code out of getaddressinfo
Andrew Chow
2019-11-01
1
-0
/
+15
*
Refactor: Move LoadKey LegacyScriptPubKeyMan method definition
Andrew Chow
2019-11-01
1
-0
/
+5
*
Refactor: Move SetAddressBookWithDB call out of LegacyScriptPubKeyMan::Import...
Andrew Chow
2019-11-01
1
-6
/
+1
*
refactor: Replace UnsetWalletFlagWithDB with UnsetBlankWalletFlag in ScriptPu...
Andrew Chow
2019-11-01
1
-4
/
+4
[prev]
[next]