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-06-27
psbt: Remove non_witness_utxo for segwit v1+
Andrew Chow
2022-06-20
wallet: avoid extra wtx lookup in AddToSpends
furszy
2022-06-17
Merge bitcoin/bitcoin#25005: wallet: remove extra wtx lookup in 'AvailableCoi...
Andrew Chow
2022-06-10
Merge bitcoin/bitcoin#24931: Strengthen thread safety assertions
MacroFake
2022-06-08
wallet: remove unused IsSpentKey(hash, index) method
furszy
2022-06-08
wallet: decouple IsSpentKey(scriptPubKey) from IsSpentKey(hash, n)
furszy
2022-06-08
wallet: IsSpent, 'COutPoint' arg instead of (hash, index)
furszy
2022-06-08
wallet: IsLockedCoin, 'COutPoint' arg instead of (hash, index)
furszy
2022-05-29
wallet: CommitTransaction, remove extra wtx lookup and add exception for a po...
furszy
2022-05-21
scripted-diff: Convert global Mutexes to GlobalMutexes
Anthony Towns
2022-05-18
Merge bitcoin/bitcoin#25148: refactor: Remove `NO_THREAD_SAFETY_ANALYSIS` fro...
MacroFake
2022-05-16
Merge bitcoin/bitcoin#25088: Wallet: Ensure m_attaching_chain is set before r...
Andrew Chow
2022-05-16
Add more proper thread safety annotations
Hennadii Stepanov
2022-05-16
Add proper thread safety annotation to `CWallet::GetTxConflicts()`
Hennadii Stepanov
2022-05-10
wallet: Change log interval to use `steady_clock`
w0xlt
2022-05-09
Wallet: Ensure m_attaching_chain is set before registering for signals
Luke Dashjr
2022-05-05
Wrap boost::replace_all
MacroFake
2022-04-28
Merge bitcoin/bitcoin#18554: wallet: ensure wallet files are not reused acros...
Andrew Chow
2022-04-28
Merge bitcoin/bitcoin#24984: wallet: ignore chainStateFlushed notifications w...
Andrew Chow
2022-04-26
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2022-04-26
wallet: ignore chainStateFlushed notifications while attaching chain
Martin Zumsande
2022-04-21
Merge bitcoin/bitcoin#24213: refactor: use Span in random.*
laanwj
2022-04-15
Change wallet validation order
w0xlt
2022-03-30
wallet: Postpone NotifyWalletLoaded() for encrypted wallets
Hennadii Stepanov
2022-03-29
wallet, refactor: Add wallet::NotifyWalletLoaded() function
Hennadii Stepanov
2022-03-24
Merge bitcoin/bitcoin#23732: refactor: Remove `gArgs` from `bdb.h` and `sqlit...
MarcoFalke
2022-03-23
refactor: use Span in random.*
pasta
2022-03-16
Replace use of `ArgsManager` with `DatabaseOptions`
Kiminuo
2022-03-10
wallet: Add a deprecation warning for newly created legacy wallets
Andrew Chow
2022-02-23
Merge bitcoin/bitcoin#24401: wallet: Add external-signer-support specific err...
Andrew Chow
2022-02-20
wallet: Add external-signer-support specific error message
Hennadii Stepanov
2022-02-18
Rename wallet-tool to bitcoin-wallet in code comment
Kristaps Kaupe
2022-02-16
wallet: ensure wallet files are not reused across chains
Seibart Nedor
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-02-01
Merge bitcoin/bitcoin#24083: Revert "Add to spends only transcations from me"
Andrew Chow
2022-01-24
wallet: Allow user specified input size to override
Andrew Chow
2022-01-17
Revert "Add to spends only transcations from me"
S3RK
2022-01-11
Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:...
MarcoFalke
2022-01-11
Change type of `backup_file` parameter in RestoreWallet/restoreWallet
Hennadii Stepanov
2022-01-10
refactor: Block unsafe std::string fs::path conversion copy_file calls
Hennadii Stepanov
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-17
wallet: Strictly match tx change type to improve privacy
MarcoFalke
2021-12-16
Merge bitcoin/bitcoin#23721: wallet, refactor: Move restorewallet() logic to ...
MarcoFalke
2021-12-15
refactor: remove the wallet folder if the restore fails
w0xlt
2021-12-15
refactor: Move restorewallet() RPC logic to the wallet section
w0xlt
2021-12-14
refactor: Implement restorewallet() logic in the wallet section
w0xlt
2021-12-10
Merge bitcoin/bitcoin#23628: Check descriptors returned by external signers
fanquake
2021-12-09
Check descriptors returned by external signers
sstone
2021-12-07
Merge bitcoin/bitcoin#23644: wallet: Replace confusing getAdjustedTime() with...
MarcoFalke
[next]