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
/
wallet.h
Age
Commit message (
Expand
)
Author
2023-12-14
Merge bitcoin/bitcoin#28920: wallet: birth time update during tx scanning
Ava Chow
2023-12-05
rpc: getwalletinfo, return wallet 'birthtime'
furszy
2023-11-23
refactor: rename FirstKeyTimeChanged to MaybeUpdateBirthTime
furszy
2023-11-21
wallet: descriptors setup, batch db operations
furszy
2023-11-16
Merge bitcoin/bitcoin#28605: Fix typos
fanquake
2023-11-07
doc: fix typos
Sjors Provoost
2023-10-23
wallet: Add asserts to detect unset transaction height values
Ryan Ofsky
2023-09-30
validation: pass ChainstateRole for validationinterface calls
James O'Beirne
2023-09-20
Merge bitcoin-core/gui#738: Add menu option to migrate a wallet
Hennadii Stepanov
2023-09-12
wallet: Use CTxDestination in CRecipient rather than scriptPubKey
Andrew Chow
2023-09-06
Merge bitcoin/bitcoin#26567: Wallet: estimate the size of signed inputs using...
Andrew Chow
2023-08-25
wallet: use descriptor satisfaction size to estimate inputs size
Antoine Poinsot
2023-08-22
Merge bitcoin/bitcoin#28200: refactor: Remove unused includes from wallet.cpp
fanquake
2023-08-18
Merge bitcoin/bitcoin#28237: refactor: Enforce C-str fmt strings in WalletLog...
fanquake
2023-08-18
Remove unused includes from wallet.cpp
MarcoFalke
2023-08-14
Move CTxDestination to its own file
Andrew Chow
2023-08-08
refactor: Enforce C-str fmt strings in WalletLogPrintf()
MarcoFalke
2023-06-13
interfaces, wallet: Expose migrate wallet
Andrew Chow
2023-05-29
Add [[nodiscard]] where ignoring a Result return type is an error
MarcoFalke
2023-05-27
Merge bitcoin/bitcoin#27145: wallet: when a block is disconnected, update tra...
Andrew Chow
2023-05-25
wallet: skip block scan if block was created before wallet birthday
furszy
2023-05-25
refactor: single method to append new spkm to the wallet
furszy
2023-05-06
Merge bitcoin/bitcoin#27405: util: Use steady clock instead of system clock t...
fanquake
2023-05-01
Merge bitcoin/bitcoin#27224: refactor: Remove CAddressBookData::destdata
Andrew Chow
2023-04-22
wallet: introduce generic recursive tx state updating function
ishaanam
2023-04-12
Merge bitcoin/bitcoin#27279: Add "warnings", deprecate "warning" in {create,l...
Andrew Chow
2023-04-12
refactor: Remove CAddressBookData::destdata
Ryan Ofsky
2023-04-11
wallet: Replace use of purpose strings with an enum
Andrew Chow
2023-04-10
rpc: move WALLET_FLAG_CAVEATS to the compilation unit of its caller
Jon Atack
2023-04-04
wallet: Use steady clock to measure scanning duration
MarcoFalke
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-03-08
wallet: remove unused methods
furszy
2023-02-23
wallet: skip R-value grinding for external signers
Sjors Provoost
2023-02-22
Merge bitcoin/bitcoin#26595: wallet: be able to specify a wallet name and pas...
fanquake
2023-02-21
Merge bitcoin/bitcoin#26347: wallet: ensure the wallet is unlocked when neede...
Andrew Chow
2023-02-16
wallet: Be able to unlock the wallet for migration
Andrew Chow
2023-02-16
wallet: Allow MigrateLegacyToDescriptor to take a wallet name
Andrew Chow
2023-02-15
refactor: remove <util/system.h> include from wallet.h
furszy
2023-02-15
refactor: wallet, remove global 'ArgsManager' access
furszy
2023-02-15
wallet: set '-walletnotify' script instead of access global args manager
furszy
2023-02-15
wallet: set keypool_size instead of access global args manager
furszy
2023-02-14
wallet: ensure that the passphrase is not deleted from memory when being used...
ishaanam
2023-02-14
wallet: keep track of when the passphrase is needed when rescanning
ishaanam
2023-02-01
Fix clang-tidy readability-const-return-type violations
MarcoFalke
2023-01-31
clang-tidy: Fix `modernize-use-default-member-init` in headers
Hennadii Stepanov
2023-01-04
Merge bitcoin/bitcoin#26752: wallet: Remove `mempool_sequence` from interface...
glozow
2022-12-26
wallet: remove `mempool_sequence` from `transactionRemovedFromMempool`
w0xlt
2022-12-26
wallet: remove `mempool_sequence` from `transactionAddedToMempool`
w0xlt
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-24
Merge bitcoin/bitcoin#26302: refactor: Use type-safe time point for CWallet::...
fanquake
[next]