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
2022-12-07
Merge bitcoin/bitcoin#26298: refactor: Move src/interfaces/*.cpp files to lib...
fanquake
2022-12-06
Merge bitcoin/bitcoin#26238: clang-tidy: fixup named argument comments
MarcoFalke
2022-12-05
Merge bitcoin/bitcoin#26462: wallet: fix crash on loading descriptor wallet c...
Andrew Chow
2022-12-05
Fixup clang-tidy named argument comments
fanquake
2022-12-01
Merge bitcoin/bitcoin#26594: wallet: Avoid a segfault in migratewallet failur...
fanquake
2022-11-29
wallet: Avoid null pointer deref when cleaning up migratewallet
Andrew Chow
2022-11-29
refactor: Rename ambiguous interfaces::MakeHandler functions
Ryan Ofsky
2022-11-08
wallet: throw error if legacy entries are present on loading descriptor wallets
Sebastian Falbesoner
2022-10-26
Merge bitcoin/bitcoin#25957: wallet: fast rescan with BIP157 block filters fo...
Andrew Chow
2022-10-25
wallet: fast rescan: show log message for every non-skipped block
Sebastian Falbesoner
2022-10-25
wallet: take use of `FastWalletRescanFilter`
Sebastian Falbesoner
2022-10-25
wallet: add `FastWalletRescanFilter` class for speeding up rescans
Sebastian Falbesoner
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-10
Merge bitcoin/bitcoin#26282: wallet: have prune error take precedence over as...
fanquake
2022-10-09
Fix comment typos in scriptpubkeyman.cpp, wallet.cpp, wallet.h
Dimitris Tsapakidis
2022-10-07
wallet: have prune error take precedence over assumedvalid
James O'Beirne
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-29
refactor: remove unused locks for ResubmitWalletTransactions
stickies-v
2022-09-29
wallet: fix capitalization in docstring
stickies-v
2022-09-24
Merge bitcoin/bitcoin#26130: Bugfix: Wallet: Lock cs_wallet for SignMessage
MacroFake
2022-09-20
Fix nNextResend data race in ResubmitWalletTransactions
MacroFake
2022-09-20
Bugfix: Wallet: Lock cs_wallet for SignMessage
Luke Dashjr
2022-09-19
Merge bitcoin/bitcoin#26005: Wallet: Fix error handling (copy_file failure in...
fanquake
2022-09-16
Bugfix: Wallet: Wrap RestoreWallet content in a try block to ensure exception...
Luke Dashjr
2022-09-16
Merge bitcoin/bitcoin#25499: Use steady clock for all millis bench logging
fanquake
2022-09-15
test: Add missing syncwithvalidationinterfacequeue
MacroFake
2022-09-14
test/doc: Remove unused syncwithvalidationinterfacequeue
MacroFake
2022-09-09
wallet: bugfix, load wallet with an unknown descriptor cause fatal error
furszy
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-25
Apply label to all scriptPubKeys of imported combo()
Andrew Chow
2022-08-25
Wallet::SetMinVersion - Log the new minversion
Ali Sherief
2022-08-19
Merge bitcoin/bitcoin#25784: Wallet: Document expectations for AddWalletFlags...
Andrew Chow
2022-08-19
Merge bitcoin/bitcoin#25869: wallet: remove UNKNOWN type from OUTPUT_TYPES array
Andrew Chow
2022-08-19
Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces...
MacroFake
2022-08-19
Merge bitcoin/bitcoin#25679: wallet: Correctly identify external inputs that ...
fanquake
2022-08-18
wallet: remove UNKNOWN type from OUTPUT_TYPES array
furszy
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#25734: wallet, refactor: #24584 follow-ups
Andrew Chow
2022-08-16
Merge bitcoin/bitcoin#25504: RPC: allow to track coins by parent descriptors
Andrew Chow
2022-08-12
wallet: avoid double TopUp() calls on descriptor wallets
furszy
[next]