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
2019-01-21
Merge #14906: refactor: Make explicit CMutableTransaction -> CTransaction con...
Wladimir J. van der Laan
2019-01-15
Merge #14941: rpc: Make unloadwallet wait for complete wallet unload
Wladimir J. van der Laan
2019-01-15
rpc: Make unloadwallet wait for complete wallet unload
João Barbosa
2018-12-27
wallet: Avoid leaking locktime fingerprint when anti-fee-sniping
MarcoFalke
2018-12-17
Minimal changes to comply with explicit CMutableTransaction -> CTranaction c...
lucash-dev
2018-12-17
wallet: Initialize stop_block to nullptr in CWallet::ScanForWalletTransactions
Ben Woosley
2018-12-14
Merge #14821: Replace CAffectedKeysVisitor with descriptor based logic
MeshCollider
2018-12-12
Introduce a Shuffle for FastRandomContext and use it in wallet and coinselection
Pieter Wuille
2018-12-12
Merge #13076: Fix ScanForWalletTransactions to return an enum indicating scan...
MeshCollider
2018-11-30
Merge #14380: fix assert crash when specified change output spend size is unk...
MarcoFalke
2018-11-27
Replace CAffectedKeysVisitor with descriptor based logic
Pieter Wuille
2018-11-20
Merge #14552: wallet: detecting duplicate wallet by comparing the db filename.
Wladimir J. van der Laan
2018-11-13
Add stop_block out arg to ScanForWalletTransactions
Ben Woosley
2018-11-13
Return a status enum from ScanForWalletTransactions
Ben Woosley
2018-11-13
Make CWallet::ScanForWalletTransactions args and return value const
Ben Woosley
2018-11-12
CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown change
Gregory Sanders
2018-11-12
Remove stale comment in CalculateMaximumSignedInputSize
Gregory Sanders
2018-11-06
Pass chain locked variables where needed
Russell Yanofsky
2018-11-06
Remove uses of cs_main in wallet code
Russell Yanofsky
2018-11-06
Pass chain and client variables where needed
Russell Yanofsky
2018-11-06
wallet: Add trailing wallet.dat when detecting duplicate wallet if it's a dir...
Chun Kuan Lee
2018-11-05
Merge #14350: Add WalletLocation class
Wladimir J. van der Laan
2018-11-05
Merge #14555: Move util files to directory
Wladimir J. van der Laan
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
Merge #14410: rpcwallet: 'ischange' field for 'getaddressinfo' RPC
MarcoFalke
2018-10-25
wallet: Refactor to use WalletLocation
João Barbosa
2018-10-13
rpcwallet: add 'ischange' field to 'getaddressinfo' response
whythat
2018-10-09
wallet: Add missing locks
practicalswift
2018-09-26
Merge #14282: [wallet] Remove -usehd
MarcoFalke
2018-09-24
Merge #13546: wallet: Fix use of uninitialized value bnb_used in CWallet::Cre...
MarcoFalke
2018-09-20
[wallet] Remove -usehd
John Newbery
2018-09-19
wallet: Avoid potential use of unitialized value bnb_used in CWallet::CreateT...
practicalswift
2018-09-14
Merge #12493: [wallet] Reopen CDBEnv after encryption instead of shutting down
Wladimir J. van der Laan
2018-09-13
Merge #14192: utils: Convert fs::filesystem_error messages from local multiby...
Wladimir J. van der Laan
2018-09-11
Merge #13558: Drop unused GetType() from CSizeComputer
Wladimir J. van der Laan
2018-09-11
Drop unused GetType() from CSizeComputer
Ben Woosley
2018-09-11
utils: Convert fs error messages from multibyte to utf-8
Chun Kuan Lee
2018-09-10
Merge #14138: wallet: Set encrypted_batch to nullptr after delete. Avoid doub...
Wladimir J. van der Laan
2018-09-04
Merge #13249: Make objects in range declarations immutable by default. Avoid ...
Wladimir J. van der Laan
2018-09-03
wallet: Set encrypted_batch to nullptr after delete. Avoid double free in the...
practicalswift
2018-08-31
Merge #10605: Add AssertLockHeld assertions in CWallet::ListCoins
MarcoFalke
2018-08-30
Merge #13825: [wallet] Kill accounts
Wladimir J. van der Laan
2018-08-30
[wallet] Kill accounts
John Newbery
2018-08-28
Merge #13723: PSBT key path cleanups
Wladimir J. van der Laan
2018-08-27
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-26
Move cs_main locking annotations from .cpp to .h
practicalswift
2018-08-26
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-08-25
Merge #13631: Add CMerkleTx::IsImmatureCoinBase method
Wladimir J. van der Laan
2018-08-13
Implement key origin lookup in CWallet
Pieter Wuille
2018-08-13
Merge #13666: Always create signatures with Low R values
Wladimir J. van der Laan
[next]