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
2022-07-08
wallet: refactor GetNewDestination, use BResult
furszy
2022-03-02
Merge bitcoin/bitcoin#23304: wallet: Derive inactive HD chains in additional ...
laanwj
2022-01-14
wallet: Refactor TopUp to be able to top up inactive chains too
Andrew Chow
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-08
psbt: Actually use SIGHASH_DEFAULT
Andrew Chow
2021-12-02
Merge bitcoin/bitcoin#22929: wallet: Automatically add receiving destinations...
W. J. van der Laan
2021-11-29
Merge bitcoin/bitcoin#22513: rpc: Allow walletprocesspsbt to sign without fin...
W. J. van der Laan
2021-11-03
wallet, refactor: Make GetOldestKeyPoolTime return type std::optional
Hennadii Stepanov
2021-10-06
Return used destinations from ScriptPubKeyMan::MarkUnusedAddresses
S3RK
2021-09-28
psbt: sign without finalizing
Andrew Chow
2021-08-22
refactor: Remove unused KeyIDHasher
Martin Zumsande
2021-08-09
Merge bitcoin/bitcoin#22337: wallet: Use bilingual_str for errors
Samuel Dobson
2021-08-09
Merge bitcoin/bitcoin#21500: wallet, rpc: add an option to list private descr...
Samuel Dobson
2021-07-15
Change ScriptPubKeyMan::Upgrade to default to return true
Andrew Chow
2021-07-10
wallet, rpc: add listdescriptors private option
S3RK
2021-07-01
Change SignTransaction's input_errors to use bilingual_str
Andrew Chow
2021-07-01
Use bilingual_str for address fetching functions
Andrew Chow
2021-07-01
Merge bitcoin/bitcoin#20191: wallet, refactor: make DescriptorScriptPubKeyMan...
fanquake
2021-07-01
Merge bitcoin/bitcoin#19651: wallet: importdescriptors update existing
fanquake
2021-06-30
refactor: remove m_internal from DescriptorSPKman
S3RK
2021-06-28
wallet: allow to import same descriptor twice
S3RK
2021-06-24
Remove priv option for ToNormalizedString
Andrew Chow
2021-06-24
wallet: Upgrade existing descriptor caches
Andrew Chow
2021-06-22
wallet: Add error message to GetReservedDestination
Andrew Chow
2021-06-22
Limit LegacyScriptPubKeyMan address types
Andrew Chow
2021-06-12
Construct and use PrecomputedTransactionData in PSBT signing
Pieter Wuille
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
[next]