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
2023-10-02
Merge bitcoin/bitcoin#28508: refactor: Remove SER_GETHASH, hard-code client v...
fanquake
2023-09-19
Merge bitcoin/bitcoin#28125: wallet: bugfix, disallow migration of invalid sc...
Andrew Chow
2023-09-19
Remove SER_GETHASH, hard-code client version in CKeyPool serialize
MarcoFalke
2023-08-18
Merge bitcoin/bitcoin#28237: refactor: Enforce C-str fmt strings in WalletLog...
fanquake
2023-08-14
Clean up things that include script/standard.h
Andrew Chow
2023-08-14
Move CTxDestination to its own file
Andrew Chow
2023-08-14
Move CScriptID to script.{h/cpp}
Andrew Chow
2023-08-10
wallet: disallow migration of invalid or not-watched scripts
furszy
2023-08-08
refactor: Enforce C-str fmt strings in WalletLogPrintf()
MarcoFalke
2023-05-29
Merge bitcoin/bitcoin#27759: Fix `#include`s in `src/wallet`
fanquake
2023-05-25
Fix `#include`s in `src/wallet`
Hennadii Stepanov
2023-05-25
wallet: skip block scan if block was created before wallet birthday
furszy
2023-04-11
wallet: Add wallet/types.h for simple public enum and struct types
Ryan Ofsky
2023-03-20
refactor: remove unused param from legacy pubkey
Bushstar
2023-02-15
wallet: set keypool_size instead of access global args manager
furszy
2023-02-01
Fix clang-tidy readability-const-return-type violations
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-25
wallet: add method for retrieving the end range for a ScriptPubKeyMan
Sebastian Falbesoner
2022-10-25
wallet: support fetching scriptPubKeys with minimum descriptor range index
Sebastian Falbesoner
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-10
Merge bitcoin/bitcoin#25656: refactor: wallet: return util::Result from `GetR...
MacroFake
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-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
[next]