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.cpp
Age
Commit message (
Expand
)
Author
2024-01-18
wallet: avoid returning a reference to vMasterKey after releasing the mutex t...
Vasil Dimov
2024-01-12
wallet: Reset chain notifications handler if AttachChain fails
Ava Chow
2024-01-08
Merge bitcoin/bitcoin#28610: wallet: Migrate entire address book entries to w...
fanquake
2023-12-23
refactor: share and use `GenerateRandomKey` helper
Sebastian Falbesoner
2023-12-14
Merge bitcoin/bitcoin#28920: wallet: birth time update during tx scanning
Ava Chow
2023-12-11
wallet: Assert that the wallet is not initialized in LoadWallet
Andrew Chow
2023-12-08
Merge bitcoin/bitcoin#28894: wallet: batch all individual spkms setup db writ...
fanquake
2023-12-05
wallet: Migrate entire address book entries
Andrew Chow
2023-11-23
wallet: birth time update during tx scanning
furszy
2023-11-23
refactor: rename FirstKeyTimeChanged to MaybeUpdateBirthTime
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
Use Txid in COutpoint
dergoegge
2023-10-23
wallet: Add asserts to detect unset transaction height values
Ryan Ofsky
2023-10-23
wallet, refactor: Add CWalletTx::updateState function
Ryan Ofsky
2023-10-23
Merge bitcoin/bitcoin#28609: wallet: Reload watchonly and solvables wallets a...
Ryan Ofsky
2023-10-19
wallet: Reload watchonly and solvables wallets after migration
Andrew Chow
2023-10-19
wallet: Copy all tx metadata to watchonly wallet
Andrew Chow
2023-10-17
Merge bitcoin/bitcoin#28544: wallet: Add TxStateString function for debugging...
Andrew Chow
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-10-02
Merge bitcoin/bitcoin#27596: assumeutxo (2)
Andrew Chow
2023-09-30
wallet: validationinterface: only handle active chain notifications
James O'Beirne
2023-09-30
validation: pass ChainstateRole for validationinterface calls
James O'Beirne
2023-09-27
wallet: Add TxStateString function for debugging and logging
Ryan Ofsky
2023-09-26
wallet: Check last block and conflict height are valid in MarkConflicted
Andrew Chow
2023-09-20
Merge bitcoin-core/gui#738: Add menu option to migrate a wallet
Hennadii Stepanov
2023-09-19
Merge bitcoin/bitcoin#28125: wallet: bugfix, disallow migration of invalid sc...
Andrew Chow
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
Rename script/standard.{cpp/h} to script/solver.{cpp/h}
Andrew Chow
2023-08-14
Clean up things that include script/standard.h
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-08-03
lint: remove /* Continued */ markers from codebase
fanquake
2023-07-06
wallet: migration bugfix, persist empty labels
furszy
2023-07-06
wallet: migration bugfix, clone 'send' record label to all wallets
furszy
2023-07-06
Merge bitcoin/bitcoin#27869: wallet: Give deprecation warning when loading a ...
glozow
2023-06-28
Merge bitcoin/bitcoin#27927: util: Allow std::byte and char Span serialization
Andrew Chow
2023-06-27
Merge bitcoin/bitcoin#24914: wallet: Load database records in a particular order
Ryan Ofsky
2023-06-27
walletdb: refactor address book loading
Andrew Chow
2023-06-27
Use only Span{} constructor for byte-like types where possible
MarcoFalke
2023-06-23
wallet: Give deprecation warning when loading a legacy wallet
Andrew Chow
2023-06-20
Merge bitcoin/bitcoin#26740: wallet: Migrate wallets that are not in a wallet...
Ryan Ofsky
2023-06-13
interfaces, wallet: Expose migrate wallet
Andrew Chow
2023-06-12
wallet: Generated migrated wallet's path from walletdir and name
Andrew Chow
2023-06-09
Merge bitcoin/bitcoin#27576: kernel: Remove args, settings, chainparams, chai...
Ryan Ofsky
[next]