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-08-27
Merge bitcoin/bitcoin#30697: Bugfix: Ensure Atomicity in Wallet Settings Upda...
Ava Chow
2024-08-26
wallet: bugfix: ensure atomicity in settings updates
ismaelsadeeq
2024-08-21
Fix maybe-uninitialized warning in IsSpentKey
Ava Chow
2024-08-16
Merge bitcoin/bitcoin#30621: wallet: fix blank legacy detection
glozow
2024-08-15
Rename ReleaseWallet to FlushAndDeleteWallet
furszy
2024-08-14
wallet: WaitForDeleteWallet, do not expect thread safety
Ryan Ofsky
2024-08-14
wallet: rename UnloadWallet to WaitForDeleteWallet
furszy
2024-08-14
wallet: unload, notify GUI as soon as possible
furszy
2024-08-12
wallet: fix, detect blank legacy wallets in IsLegacy
furszy
2024-07-19
log: Remove NOLINT(bitcoin-unterminated-logprintf)
MarcoFalke
2024-07-16
Merge bitcoin/bitcoin#30357: Fix cases of calls to `FillPSBT` errantly return...
Ava Chow
2024-07-11
Merge bitcoin/bitcoin#26596: wallet: Migrate legacy wallets to descriptor wal...
glozow
2024-07-02
wallet: fix FillPSBT errantly showing as complete
willcl-ark
2024-07-01
wallet: Use LegacyDataSPKM when loading
Ava Chow
2024-06-26
Change MigrateLegacyToDescriptor to reopen wallet as BERKELEY_RO
Ava Chow
2024-06-20
refactor: remove extraneous lock annotations from function definitions
Cory Fields
2024-06-12
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
Ava Chow
2024-05-21
Merge bitcoin/bitcoin#26606: wallet: Implement independent BDB parser
merge-script
2024-05-16
wallet, test: Be able to always swap BDB endianness
Ava Chow
2024-05-16
util: Move util/string.h functions to util namespace
Ryan Ofsky
2024-05-16
util: add TransactionError includes and namespace declarations
Ryan Ofsky
2024-05-16
util: move fees.h and error.h to common/messages.h
Ryan Ofsky
2024-05-16
common: Add PSBTError enum
Ryan Ofsky
2024-05-16
util: move util/message to common/signmessage
Ryan Ofsky
2024-05-01
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
MarcoFalke
2024-04-16
wallet: return and display signer error
Sjors Provoost
2024-04-16
wallet: compare address returned by displayaddress
Sjors Provoost
2024-03-29
Merge bitcoin/bitcoin#29130: wallet: Add `createwalletdescriptor` and `gethdk...
Ryan Ofsky
2024-03-27
Merge bitcoin/bitcoin#27307: wallet: track mempool conflicts with wallet tran...
Ryan Ofsky
2024-03-20
wallet: Be able to retrieve single key from descriptors
Ava Chow
2024-03-20
wallet: Add GetActiveHDPubKeys to retrieve xpubs from active descriptors
Ava Chow
2024-03-20
wallet: Refactor function for single DescSPKM setup
Andrew Chow
2024-03-20
wallet: track mempool conflicts
ishaanam
2024-03-18
wallet: Add IsActiveScriptPubKeyMan
Ava Chow
2024-03-15
wallet refactor: use CWalletTx member functions to determine tx state
ishaanam
2024-03-14
scripted-diff: wallet: s/TxStateConflicted/TxStateBlockConflicted
ishaanam
2024-03-08
wallet: default wallet migration, modify inconvenient backup filename
furszy
2024-02-28
wallet: Avoid updating `ReserveDestination::nIndex` when `GetReservedDestinat...
UdjinM6
2024-02-20
Merge bitcoin/bitcoin#26008: wallet: cache IsMine scriptPubKeys to improve pe...
fanquake
2024-02-16
wallet: Retrieve ID from loaded DescSPKM directly
Ava Chow
2024-02-16
wallet: Use scriptPubKeyCache in GetSolvingProvider
Ava Chow
2024-02-16
wallet: Use scriptPubKey cache in GetScriptPubKeyMans
Ava Chow
2024-02-16
wallet: Use scriptPubKey cache in IsMine
Ava Chow
2024-02-16
wallet: Cache scriptPubKeys for all DescriptorSPKMs
Ava Chow
2024-02-16
wallet: Introduce a callback called after TopUp completes
Ava Chow
2024-02-12
wallet: db, introduce 'RunWithinTxn()' helper function
furszy
2024-02-12
Merge bitcoin/bitcoin#28987: wallet: simplify and batch zap wallet txes process
Ava Chow
2024-02-09
scripted-diff: rename ZapSelectTx to RemoveTxs
furszy
2024-02-09
wallet: batch and simplify ZapSelectTx process
furszy
2024-02-08
Merge bitcoin/bitcoin#26836: wallet: batch and simplify addressbook migration...
Ava Chow
[next]