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-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
2022-08-10
Merge bitcoin/bitcoin#25656: refactor: wallet: return util::Result from `GetR...
MacroFake
2022-08-10
refactor: add UNKNOWN OutputType
josibake
2022-08-08
Merge bitcoin/bitcoin#25790: wallet: improve `{LoadActive,Deactivate}ScriptPu...
Andrew Chow
2022-08-05
wallet: improve `{LoadActive,Deactivate}ScriptPubKeyMan` log
w0xlt
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-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
2022-08-02
Merge bitcoin/bitcoin#25272: wallet: guard and alert about a wallet invalid s...
Andrew Chow
2022-07-30
Use steady clock for all millis bench logging
MacroFake
2022-07-27
refactor: Make const refs vars where applicable
Aurèle Oulès
2022-07-19
Merge bitcoin/bitcoin#25494: indexes: Stop using node internal types
fanquake
2022-07-19
Merge bitcoin/bitcoin#25590: wallet: Precompute Txdata after setting PSBT inp...
MacroFake
2022-07-18
Merge bitcoin/bitcoin#23997: wallet: avoid rescans under assumed-valid blocks
Andrew Chow
2022-07-18
interfaces, refactor: Add more block information to block connected notificat...
Ryan Ofsky
2022-07-18
Merge bitcoin/bitcoin#25351: rpc, wallet: Scan mempool after import* - Second...
Andrew Chow
2022-07-18
wallet: guard and alert about a wallet invalid state during chain sync
furszy
2022-07-15
wallet: allow to fetch the wallet descriptors for a given Script
Antoine Poinsot
[prev]
[next]