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-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
2022-10-13
Merge bitcoin/bitcoin#25526: wallet: avoid double keypool TopUp() call on des...
Andrew Chow
2022-10-13
refactor: Use type-safe time point for CWallet::m_next_resend
MacroFake
2022-10-13
Merge bitcoin/bitcoin#26205: wallet: #25768 follow ups
fanquake
2022-10-09
Fix comment typos in scriptpubkeyman.cpp, wallet.cpp, wallet.h
Dimitris Tsapakidis
2022-09-30
refactor: revert m_next_resend to not be std::atomic
stickies-v
2022-09-30
wallet: only update m_next_resend when actually resending
stickies-v
2022-09-30
refactor: carve out tx resend timer logic into ShouldResend
stickies-v
2022-09-20
Fix nNextResend data race in ResubmitWalletTransactions
MacroFake
2022-09-05
Merge bitcoin/bitcoin#25768: wallet: Properly rebroadcast unconfirmed transac...
glozow
2022-09-01
Merge bitcoin/bitcoin#19602: wallet: Migrate legacy wallets to descriptor wal...
Andrew Chow
2022-08-29
Implement MigrateLegacyToDescriptor
Andrew Chow
2022-08-29
Implement MigrateToSQLite
Andrew Chow
2022-08-29
wallet: Deduplicate Resend and ReacceptWalletTransactions
Andrew Chow
2022-08-26
wallet: Refactor SetupDescSPKMs to take CExtKey
Andrew Chow
2022-08-22
Merge bitcoin/bitcoin#25775: docs: remove non-signaling mentions of BIP125
fanquake
2022-08-19
Merge bitcoin/bitcoin#25784: Wallet: Document expectations for AddWalletFlags...
Andrew Chow
2022-08-19
Merge bitcoin/bitcoin#25679: wallet: Correctly identify external inputs that ...
fanquake
2022-08-17
Merge bitcoin/bitcoin#24678: Prevent wallet unload on GetWalletForJSONRPCRequest
fanquake
2022-08-16
wallet: Add CWallet::IsMine(COutPoint)
Andrew Chow
2022-08-16
Merge bitcoin/bitcoin#25504: RPC: allow to track coins by parent descriptors
Andrew Chow
2022-08-12
wallet: remove unused `nAccountingEntryNumber` field
furszy
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-05
Bugfix: Wallet: Document expectations for AddWalletFlags (now InitWalletFlags...
Luke Dashjr
2022-08-04
[doc] remove non-signaling mentions of BIP125
glozow
2022-08-03
Change mapWallet to be a std::unordered_map
Andrew Chow
2022-08-03
Change mapTxSpends to be a std::unordered_multimap
Andrew Chow
2022-08-03
refactor: Replace BResult with util::Result
Ryan Ofsky
[prev]
[next]