index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
scriptpubkeyman.h
Age
Commit message (
Expand
)
Author
2021-02-23
wallet: ExternalSigner: add GetDescriptors method
Sjors Provoost
2021-02-23
wallet: add ExternalSignerScriptPubKeyMan
Sjors Provoost
2021-02-18
Merge #19136: wallet: add parent_desc to getaddressinfo
Samuel Dobson
2021-01-13
Merge #19935: Move SaltedHashers to separate file and add some new ones
Wladimir J. van der Laan
2020-12-01
refactor: Improve use of explicit keyword
Fabian Jahr
2020-11-18
Include wallet/bdb.h where it is actually being used
Andrew Chow
2020-11-16
Merge #18836: wallet: upgradewallet fixes and additional tests
Wladimir J. van der Laan
2020-11-10
Replace KeyIDHasher with SaltedSipHasher
Andrew Chow
2020-11-04
wallet: remove nWalletMaxVersion
Andrew Chow
2020-11-04
wallet: have ScriptPubKeyMan::Upgrade check against the new version
Andrew Chow
2020-10-14
rpc, wallet: Expose database format in getwalletinfo
João Barbosa
2020-10-09
wallet: Add GetDescriptorString to DescriptorScriptPubKeyMan
Andrew Chow
2020-08-29
Add missed thread safety annotations
Hennadii Stepanov
2020-07-11
Merge #19046: Replace CWallet::Set* functions that use memonly with Add/Load ...
Samuel Dobson
2020-06-18
FillPSBT: report number of inputs signed (or would sign)
Glenn Willen
2020-05-26
Merge #19032: Serialization improvements: final step
Wladimir J. van der Laan
2020-05-24
Convert wallet to new serialization
Pieter Wuille
2020-05-21
Split SetHDChain into AddHDChain and LoadHDChain
Andrew Chow
2020-05-22
Merge #18787: wallet: descriptor wallet release notes and cleanups
Samuel Dobson
2020-05-22
Merge #17681: wallet: Keep inactive seeds after sethdseed and derive keys fro...
Samuel Dobson
2020-05-21
Merge #16946: wallet: include a checksum of encrypted private keys
Wladimir J. van der Laan
2020-05-15
Generate new keys for inactive seeds after marking used
Andrew Chow
2020-05-15
Determine inactive HD seeds from key metadata and track them in LegacyScriptP...
Andrew Chow
2020-05-05
Change SetType to SetInternal and remove m_address_type
Andrew Chow
2020-05-05
Remove unimplemented SetCrypted from DescriptorScriptPubKeyMan
Andrew Chow
2020-05-05
Merge #18782: wallet: Make sure no DescriptorScriptPubKeyMan or WalletDescrip...
Samuel Dobson
2020-05-01
have GenerateNewKey and DeriveNewChildKey take a CHDChain as an argument
Andrew Chow
2020-05-01
wallet: Avoid translating RPC errors when loading wallets
MarcoFalke
2020-04-27
wallet: Make sure no DescriptorScriptPubKeyMan members are uninitialized afte...
practicalswift
2020-04-23
add importdescriptors RPC and tests for native descriptor wallets
Hugo Nguyen
2020-04-23
Change GetMetadata to use unique_ptr<CKeyMetadata>
Andrew Chow
2020-04-23
Implement GetSolvingProvider for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement TopUp in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement SetupGeneration for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement writing descriptorkeys, descriptorckeys, and descriptors to wallet ...
Andrew Chow
2020-04-23
Implement loading of keys for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Load the descriptor cache from the wallet file
Andrew Chow
2020-04-23
Implement SetType in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Store WalletDescriptor in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Add a lock cs_desc_man for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Introduce DescriptorScriptPubKeyMan as a dummy class
Andrew Chow
2020-04-23
Introduce SetType function to tell ScriptPubKeyMans the type and internal-nes...
Andrew Chow
2020-03-09
Replace GetSigningProvider with GetSolvingProvider
Andrew Chow
2020-03-09
Move direct calls to MessageSign into new SignMessage functions in CWallet an...
Andrew Chow
2020-03-09
Move key and script filling and signing from CWallet::FillPSBT to ScriptPubKe...
Andrew Chow
2020-03-08
Add SignTransaction function to ScriptPubKeyMan and LegacyScriptPubKeyMan
Andrew Chow
2020-03-02
wallet/spkm: make GetOldestKeyPoolTime() const
Karl-Johan Alm
2020-03-02
wallet: make CanGetAddresses() const
Karl-Johan Alm
2020-03-02
wallet: make KeypoolCountExternalKeys() const
Karl-Johan Alm
2020-03-02
wallet: make CanGenerateKeys() const
Karl-Johan Alm
[next]