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
2022-08-26
Implement LegacyScriptPubKeyMan::DeleteRecords
Andrew Chow
2022-08-25
Implement LegacyScriptPubKeyMan::MigrateToDescriptor
Andrew Chow
2022-08-25
scriptpubkeyman: Implement GetScriptPubKeys in Legacy
Andrew Chow
2022-08-19
Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces...
MacroFake
2022-08-17
Merge bitcoin/bitcoin#25748: refactor: Avoid copies in FlatSigningProvider Merge
Andrew Chow
2022-08-16
Merge bitcoin/bitcoin#25734: wallet, refactor: #24584 follow-ups
Andrew Chow
2022-08-12
refactor: Avoid copies in FlatSigningProvider Merge
MacroFake
2022-08-11
Merge bitcoin/bitcoin#25664: refactor: Redefine `IsSolvable()` using descriptors
Andrew Chow
2022-08-11
script/sign: remove needless IsSolvable() utility
Antoine Poinsot
2022-08-10
Merge bitcoin/bitcoin#25642: Don't wrap around when deriving an extended key ...
Andrew Chow
2022-08-10
Merge bitcoin/bitcoin#25656: refactor: wallet: return util::Result from `GetR...
MacroFake
2022-08-10
refactor: add UNKNOWN OutputType
josibake
2022-08-05
Merge bitcoin/bitcoin#24699: wallet: Improve AvailableCoins performance by re...
Andrew Chow
2022-08-05
refactor: wallet: return util::Result from `GetReservedDestination` methods
Sebastian Falbesoner
2022-08-03
wallet: Cache SigningProviders
Andrew Chow
2022-08-03
refactor: Replace BResult with util::Result
Ryan Ofsky
2022-07-27
refactor: Make const refs vars where applicable
Aurèle Oulès
2022-07-19
spkman: don't ignore the return value when deriving an extended key
Antoine Poinsot
2022-07-08
wallet: refactor GetNewDestination, use BResult
furszy
2022-06-27
wallet: also search taproot pubkeys in FillPSBT
Andrew Chow
2022-03-02
Merge bitcoin/bitcoin#23304: wallet: Derive inactive HD chains in additional ...
laanwj
2022-02-16
wallet: Don't generate keys when privkeys disabled when upgrading
Andrew Chow
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
wallet: Parse hdKeypath if key_origin is not available
Andrew Chow
2021-12-08
Add size check on meta.key_origin.path
Rob Fielding
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
[next]