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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #18836: wallet: upgradewallet fixes and additional tests
Wladimir J. van der Laan
2020-11-16
1
-3
/
+3
|
\
|
*
wallet: remove nWalletMaxVersion
Andrew Chow
2020-11-04
1
-1
/
+1
|
*
wallet: have ScriptPubKeyMan::Upgrade check against the new version
Andrew Chow
2020-11-04
1
-2
/
+2
*
|
rpc, wallet: Expose database format in getwalletinfo
João Barbosa
2020-10-14
1
-1
/
+1
|
/
*
Add missed thread safety annotations
Hennadii Stepanov
2020-08-29
1
-1
/
+1
*
Merge #19046: Replace CWallet::Set* functions that use memonly with Add/Load ...
Samuel Dobson
2020-07-11
1
-2
/
+4
|
\
|
*
Split SetHDChain into AddHDChain and LoadHDChain
Andrew Chow
2020-05-21
1
-2
/
+4
*
|
FillPSBT: report number of inputs signed (or would sign)
Glenn Willen
2020-06-18
1
-3
/
+3
*
|
Merge #19032: Serialization improvements: final step
Wladimir J. van der Laan
2020-05-26
1
-27
/
+28
|
\
\
|
|
/
|
/
|
|
*
Convert wallet to new serialization
Pieter Wuille
2020-05-24
1
-27
/
+28
*
|
Merge #18787: wallet: descriptor wallet release notes and cleanups
Samuel Dobson
2020-05-22
1
-9
/
+6
|
\
\
|
*
|
Change SetType to SetInternal and remove m_address_type
Andrew Chow
2020-05-05
1
-7
/
+6
|
*
|
Remove unimplemented SetCrypted from DescriptorScriptPubKeyMan
Andrew Chow
2020-05-05
1
-2
/
+0
|
|
/
*
|
Merge #17681: wallet: Keep inactive seeds after sethdseed and derive keys fro...
Samuel Dobson
2020-05-22
1
-4
/
+31
|
\
\
|
*
|
Generate new keys for inactive seeds after marking used
Andrew Chow
2020-05-15
1
-0
/
+12
|
*
|
Determine inactive HD seeds from key metadata and track them in LegacyScriptP...
Andrew Chow
2020-05-15
1
-0
/
+15
|
*
|
have GenerateNewKey and DeriveNewChildKey take a CHDChain as an argument
Andrew Chow
2020-05-01
1
-4
/
+4
*
|
|
Merge #16946: wallet: include a checksum of encrypted private keys
Wladimir J. van der Laan
2020-05-21
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Set fDecryptionThoroughlyChecked based on whether crypted key checksums are v...
Andrew Chow
2020-01-30
1
-2
/
+2
*
|
|
Merge #18782: wallet: Make sure no DescriptorScriptPubKeyMan or WalletDescrip...
Samuel Dobson
2020-05-05
1
-1
/
+1
|
\
\
\
|
*
|
|
wallet: Make sure no DescriptorScriptPubKeyMan members are uninitialized afte...
practicalswift
2020-04-27
1
-1
/
+1
|
|
|
/
|
|
/
|
*
/
|
wallet: Avoid translating RPC errors when loading wallets
MarcoFalke
2020-05-01
1
-2
/
+3
|
/
/
*
|
add importdescriptors RPC and tests for native descriptor wallets
Hugo Nguyen
2020-04-23
1
-0
/
+7
*
|
Change GetMetadata to use unique_ptr<CKeyMetadata>
Andrew Chow
2020-04-23
1
-3
/
+3
*
|
Implement GetSolvingProvider for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-0
/
+10
*
|
Implement TopUp in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-0
/
+7
*
|
Implement SetupGeneration for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-0
/
+3
*
|
Implement writing descriptorkeys, descriptorckeys, and descriptors to wallet ...
Andrew Chow
2020-04-23
1
-0
/
+2
*
|
Implement loading of keys for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-0
/
+13
*
|
Load the descriptor cache from the wallet file
Andrew Chow
2020-04-23
1
-0
/
+2
*
|
Implement SetType in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-0
/
+7
*
|
Store WalletDescriptor in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-1
/
+10
*
|
Add a lock cs_desc_man for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-0
/
+2
*
|
Introduce DescriptorScriptPubKeyMan as a dummy class
Andrew Chow
2020-04-23
1
-0
/
+46
*
|
Introduce SetType function to tell ScriptPubKeyMans the type and internal-nes...
Andrew Chow
2020-04-23
1
-0
/
+4
*
|
Replace GetSigningProvider with GetSolvingProvider
Andrew Chow
2020-03-09
1
-7
/
+7
*
|
Move direct calls to MessageSign into new SignMessage functions in CWallet an...
Andrew Chow
2020-03-09
1
-0
/
+4
*
|
Move key and script filling and signing from CWallet::FillPSBT to ScriptPubKe...
Andrew Chow
2020-03-09
1
-0
/
+5
*
|
Add SignTransaction function to ScriptPubKeyMan and LegacyScriptPubKeyMan
Andrew Chow
2020-03-08
1
-0
/
+5
*
|
wallet/spkm: make GetOldestKeyPoolTime() const
Karl-Johan Alm
2020-03-02
1
-2
/
+2
*
|
wallet: make CanGetAddresses() const
Karl-Johan Alm
2020-03-02
1
-2
/
+2
*
|
wallet: make KeypoolCountExternalKeys() const
Karl-Johan Alm
2020-03-02
1
-2
/
+2
*
|
wallet: make CanGenerateKeys() const
Karl-Johan Alm
2020-03-02
1
-1
/
+1
|
/
*
Merge #17261: Make ScriptPubKeyMan an actual interface and the wallet to have...
Samuel Dobson
2020-01-30
1
-39
/
+74
|
\
|
*
Refactor: Replace SigningProvider pointers with unique_ptrs
Andrew Chow
2020-01-23
1
-2
/
+18
|
*
Refactor: Copy CWallet signals and print function to LegacyScriptPubKeyMan
Andrew Chow
2020-01-23
1
-8
/
+14
|
*
Box the wallet: Add multiple keyman maps and loops
Andrew Chow
2020-01-23
1
-1
/
+15
|
*
Locking: Lock cs_KeyStore instead of cs_wallet in legacy keyman
Andrew Chow
2020-01-23
1
-30
/
+29
*
|
Merge #17719: Document better -keypool as a look-ahead safety mechanism
Samuel Dobson
2020-01-30
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
Document better -keypool as a look-ahead safety mechanism
Antoine Riard
2019-12-18
1
-0
/
+5
[next]