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
*
Don't upgrade to HD split if it is already supported
Andrew Chow
2020-11-19
1
-1
/
+1
*
wallet: upgrade the CHDChain version number when upgrading to split hd
Andrew Chow
2020-11-04
1
-0
/
+7
*
wallet: have ScriptPubKeyMan::Upgrade check against the new version
Andrew Chow
2020-11-04
1
-3
/
+3
*
Merge #19986: refactor: clean up -Wlogical-op warning in wallet/scriptpubkeym...
fanquake
2020-10-19
1
-1
/
+1
|
\
|
*
refactor: Clean up -Wlogical-op warning
maskoficarus
2020-09-29
1
-1
/
+1
*
|
Make Taproot spends standard + policy limits
Pieter Wuille
2020-10-12
1
-0
/
+1
*
|
scripted-diff: Replace UINT256_ONE() with uint256::ONE
Anthony Towns
2020-09-28
1
-1
/
+1
|
/
*
Merge #19046: Replace CWallet::Set* functions that use memonly with Add/Load ...
Samuel Dobson
2020-07-11
1
-13
/
+15
|
\
|
*
Split SetHDChain into AddHDChain and LoadHDChain
Andrew Chow
2020-05-21
1
-13
/
+15
*
|
Merge #19215: psbt: Include and allow both non_witness_utxo and witness_utxo ...
Samuel Dobson
2020-07-03
1
-10
/
+0
|
\
\
|
*
|
psbt: Allow both non_witness_utxo and witness_utxo
Andrew Chow
2020-06-24
1
-10
/
+0
*
|
|
Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTO
Wladimir J. van der Laan
2020-07-02
1
-2
/
+2
|
\
\
\
|
*
|
|
Enable Wswitch for OutputType
MarcoFalke
2020-07-01
1
-2
/
+2
|
|
/
/
*
|
|
Merge #19114: scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-28
1
-11
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-21
1
-11
/
+11
*
|
|
Merge #18027: "PSBT Operations" dialog
Samuel Dobson
2020-06-21
1
-2
/
+24
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
FillPSBT: report number of inputs signed (or would sign)
Glenn Willen
2020-06-18
1
-2
/
+24
|
|
/
*
/
Use explicit conversion from PKHash -> CKeyID
Ben Woosley
2020-06-19
1
-4
/
+2
|
/
*
Merge #18787: wallet: descriptor wallet release notes and cleanups
Samuel Dobson
2020-05-22
1
-6
/
+7
|
\
|
*
Change SetType to SetInternal and remove m_address_type
Andrew Chow
2020-05-05
1
-6
/
+7
*
|
Merge #17681: wallet: Keep inactive seeds after sethdseed and derive keys fro...
Samuel Dobson
2020-05-22
1
-24
/
+94
|
\
\
|
*
|
Generate new keys for inactive seeds after marking used
Andrew Chow
2020-05-15
1
-3
/
+56
|
*
|
Determine inactive HD seeds from key metadata and track them in LegacyScriptP...
Andrew Chow
2020-05-15
1
-4
/
+21
|
*
|
have GenerateNewKey and DeriveNewChildKey take a CHDChain as an argument
Andrew Chow
2020-05-01
1
-18
/
+18
*
|
|
Merge #16946: wallet: include a checksum of encrypted private keys
Wladimir J. van der Laan
2020-05-21
1
-1
/
+11
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Upgrade or rewrite encrypted key checksums
Andrew Chow
2020-01-30
1
-0
/
+5
|
*
|
Set fDecryptionThoroughlyChecked based on whether crypted key checksums are v...
Andrew Chow
2020-01-30
1
-1
/
+6
*
|
|
wallet: Avoid translating RPC errors when loading wallets
MarcoFalke
2020-05-01
1
-3
/
+2
|
|
/
|
/
|
*
|
add importdescriptors RPC and tests for native descriptor wallets
Hugo Nguyen
2020-04-23
1
-0
/
+41
*
|
Implement GetMetadata in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-0
/
+13
*
|
Change GetMetadata to use unique_ptr<CKeyMetadata>
Andrew Chow
2020-04-23
1
-4
/
+4
*
|
Implement FillPSBT in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-2
/
+64
*
|
Implement SignMessage for descriptor wallets
Andrew Chow
2020-04-23
1
-1
/
+15
*
|
Implement SignTransaction in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-1
/
+10
*
|
Implement GetSolvingProvider for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-1
/
+65
*
|
Implement GetKeypoolOldestTime and only display it if greater than 0
Andrew Chow
2020-04-23
1
-1
/
+3
*
|
Implement ReturnDestination in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-0
/
+7
*
|
Implement GetReservedDestination in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-1
/
+5
*
|
Implement Unlock and Encrypt in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-2
/
+47
*
|
Implement GetNewDestination for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-1
/
+38
*
|
Implement TopUp in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-1
/
+92
*
|
Implement SetupGeneration for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-0
/
+67
*
|
Implement writing descriptorkeys, descriptorckeys, and descriptors to wallet ...
Andrew Chow
2020-04-23
1
-0
/
+24
*
|
Implement several simple functions in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-5
/
+16
*
|
Implement loading of keys for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-0
/
+18
*
|
Load the descriptor cache from the wallet file
Andrew Chow
2020-04-23
1
-0
/
+20
*
|
Implement GetID for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-1
/
+5
*
|
Implement IsHDEnabled in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-1
/
+2
*
|
Implement MarkUnusedAddresses in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-0
/
+11
*
|
Implement IsMine for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
1
-1
/
+5
[next]