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
2018-02-25
Merge #12287: Optimise lock behaviour for GuessVerificationProgress()
Jonas Schnelli
2018-02-15
Merge #12356: Fix 'mempool min fee not met' debug output
Wladimir J. van der Laan
2018-02-14
Merge #11866: Do not un-mark fInMempool on wallet txn if ATMP fails.
Wladimir J. van der Laan
2018-02-12
Merge #12381: Remove more boost threads
Wladimir J. van der Laan
2018-02-08
boost: drop boost threads for [alert|block|wallet]notify
Cory Fields
2018-02-08
Merge #12333: Make CWallet::ListCoins atomic
Wladimir J. van der Laan
2018-02-08
[wallet] Indent only change of CWallet::AvailableCoins
João Barbosa
2018-02-08
[wallet] Make CWallet::ListCoins atomic
João Barbosa
2018-02-08
Consistently use FormatStateMessage in RPC error output
Ben Woosley
2018-02-08
Merge #12282: wallet: Disallow abandon of conflicted txes
Wladimir J. van der Laan
2018-02-06
wallet: Disallow abandon of conflicted txes
MarcoFalke
2018-01-30
Fix missing cs_main lock for GuessVerificationProgress()
Jonas Schnelli
2018-01-28
[wallet] Remove duplicate mapWallet lookups
João Barbosa
2018-01-24
[wallet] Add change type to CCoinControl
João Barbosa
2018-01-24
Merge #12119: [wallet] use P2WPKH change output if any destination is P2WPKH ...
Wladimir J. van der Laan
2018-01-23
Reduce cs_main lock in ReadBlockFromDisk, only read GetBlockPos under the lock
Jonas Schnelli
2018-01-23
Make sure WalletRescanReserver has successfully reserved the rescan
Jonas Schnelli
2018-01-23
Avoid pemanent cs_main/cs_wallet lock during wallet rescans
Jonas Schnelli
2018-01-23
[wallet] use P2WPKH change output if any destination is P2WPKH or P2WSH
Sjors Provoost
2018-01-10
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-09
Support downgrading after recovered keypool witness keys
Pieter Wuille
2018-01-09
SegWit wallet support
Pieter Wuille
2018-01-03
[refactor] GetAccount{PubKey,Address} -> GetAccountDestination
Pieter Wuille
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-26
Add helper to wait for validation interface queue to catch up
Matt Corallo
2017-12-14
Merge #10839: Don't use pass by reference to const for cheaply-copied types (...
Wladimir J. van der Laan
2017-12-14
Merge #11864: Make CWallet::FundTransaction atomic
Wladimir J. van der Laan
2017-12-14
[wallet] Make CWallet::FundTransaction atomic
João Barbosa
2017-12-14
[wallet] Tidy up CWallet::FundTransaction
João Barbosa
2017-12-12
Merge #11870: wallet: Remove unnecessary mempool lock in ReacceptWalletTransa...
Wladimir J. van der Laan
2017-12-12
Merge #11854: Split up key and script metadata for better type safety
Wladimir J. van der Laan
2017-12-12
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-12-11
wallet: Remove unnecessary mempool lock in ReacceptWalletTransactions
João Barbosa
2017-12-11
Do not un-mark fInMempool on wallet txn if ATMP fails.
Matt Corallo
2017-12-11
don't attempt mempool entry for wallet transactions on startup if already in ...
Gregory Sanders
2017-12-08
Split up key and script metadata for better type safety
Russell Yanofsky
2017-11-30
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-15
Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)
Wladimir J. van der Laan
2017-11-09
Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...))
practicalswift
2017-11-09
Merge #11074: Assert that CWallet::SyncMetaData finds oldest transaction.
Wladimir J. van der Laan
2017-11-09
Merge #10368: [wallet] Remove helper conversion operator from wallet
Wladimir J. van der Laan
2017-10-18
Merge #11467: Fix typos. Use nullptr instead of NULL.
Wladimir J. van der Laan
2017-10-13
Use callbacks to cache whether wallet transactions are in mempool
Matt Corallo
2017-10-13
Add CWallet::BlockUntilSyncedToCurrentChain()
Matt Corallo
2017-10-13
Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>"
Jonas Schnelli
2017-10-12
[Wallet] add rescanblockchain <start_height> <stop_height> RPC command
Jonas Schnelli
2017-10-12
Merge #11133: Document assumptions that are being made to avoid division by zero
Wladimir J. van der Laan
2017-10-09
Use range-based for loops (C++11) when looping over map elements
practicalswift
[next]