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.cpp
Age
Commit message (
Expand
)
Author
2021-12-08
psbt: Make sighash_type std::optional<int>
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-22
Merge bitcoin/bitcoin#22364: wallet: Make a tr() descriptor by default
MarcoFalke
2021-11-22
Merge bitcoin/bitcoin#23348: rpc, wallet: Do not return "keypoololdest" for b...
Samuel Dobson
2021-11-16
Create a tr() descriptor bech32m DescriptorScriptPubKeyMan by default
Andrew Chow
2021-11-03
wallet, refactor: Make GetOldestKeyPoolTime return type std::optional
Hennadii Stepanov
2021-11-01
refactor: Take Span in SetSeed
MarcoFalke
2021-10-14
Merge bitcoin/bitcoin#23093: Add ability to flush keypool and always flush wh...
W. J. van der Laan
2021-10-06
Return used destinations from ScriptPubKeyMan::MarkUnusedAddresses
S3RK
2021-09-28
psbt: sign without finalizing
Andrew Chow
2021-09-26
Make legacy wallet upgrades from non-HD to HD always flush the keypool
Samuel Dobson
2021-09-27
scripted-diff: Rename overloaded int GetArg to GetIntArg
Russell Yanofsky
2021-08-09
Merge bitcoin/bitcoin#22337: wallet: Use bilingual_str for errors
Samuel Dobson
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
wallet, rpc: listdescriptors does not need unlocked
Andrew Chow
2021-06-24
Pass in DescriptorCache to ToNormalizedString
Andrew Chow
2021-06-24
Remove priv option for ToNormalizedString
Andrew Chow
2021-06-24
wallet: Upgrade existing descriptor caches
Andrew Chow
2021-06-24
Move DescriptorCache writing to WalletBatch
Andrew Chow
2021-06-24
Refactor Cache merging and writing
Andrew Chow
2021-06-22
wallet: Add error message to GetReservedDestination
Andrew Chow
2021-06-22
Disallow bech32m addresses for legacy wallet things
Andrew Chow
2021-06-22
Add OutputType::BECH32M
Andrew Chow
2021-06-22
Limit LegacyScriptPubKeyMan address types
Andrew Chow
2021-06-18
Merge bitcoin/bitcoin#21365: Basic Taproot signing support for descriptor wal...
Samuel Dobson
2021-06-16
refactor: clean up external_signer.h includes
Sjors Provoost
2021-06-12
Construct and use PrecomputedTransactionData in PSBT signing
Pieter Wuille
2021-05-04
refactor: Replace &foo[0] with foo.data()
MarcoFalke
2021-04-08
Move external signer out of wallet module
Sjors Provoost
2021-04-06
doc: fixup -Wdocumentation issues
fanquake
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-02-23
rpc: send: support external signer
Sjors Provoost
2021-02-18
Merge #19136: wallet: add parent_desc to getaddressinfo
Samuel Dobson
2021-02-11
Merge #20211: Use -Wswitch for TxoutType where possible
MarcoFalke
2020-11-25
Merge #20403: wallet: upgradewallet fixes, improvements, test coverage
MarcoFalke
2020-11-19
Don't upgrade to HD split if it is already supported
Andrew Chow
2020-11-18
Include wallet/bdb.h where it is actually being used
Andrew Chow
2020-11-04
wallet: upgrade the CHDChain version number when upgrading to split hd
Andrew Chow
2020-11-04
wallet: have ScriptPubKeyMan::Upgrade check against the new version
Andrew Chow
2020-10-21
Use -Wswitch for TxoutType where possible
MarcoFalke
2020-10-19
Merge #19986: refactor: clean up -Wlogical-op warning in wallet/scriptpubkeym...
fanquake
[next]