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
2024-04-16
wallet: return and display signer error
Sjors Provoost
2024-03-29
Merge bitcoin/bitcoin#29130: wallet: Add `createwalletdescriptor` and `gethdk...
Ryan Ofsky
2024-03-20
wallet, rpc: Add gethdkeys RPC
Ava Chow
2024-03-18
desc spkm: Add functions to retrieve specific private keys
Ava Chow
2024-02-23
Fix CI-detected codespell warnings
LÅ‘rinc
2024-02-20
Merge bitcoin/bitcoin#26008: wallet: cache IsMine scriptPubKeys to improve pe...
fanquake
2024-02-16
wallet: Introduce a callback called after TopUp completes
Ava Chow
2024-02-03
wallet: remove unused 'accept_no_keys' arg from decryption process
furszy
2024-01-18
wallet: avoid returning a reference to vMasterKey after releasing the mutex t...
Vasil Dimov
2023-12-14
Merge bitcoin/bitcoin#28920: wallet: birth time update during tx scanning
Ava Chow
2023-12-05
wallet: fix legacy spkm default birth time
furszy
2023-11-21
wallet: batch external signer descriptor import
Sjors Provoost
2023-11-21
wallet: descriptors setup, batch db operations
furszy
2023-11-21
wallet: batch legacy spkm TopUp
furszy
2023-11-21
wallet: batch descriptor spkm TopUp
furszy
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
[next]