index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
wallet.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge #11041: Add LookupBlockIndex
Wladimir J. van der Laan
2018-03-13
1
-15
/
+17
|
\
\
|
|
/
|
/
|
|
*
Add LookupBlockIndex function
João Barbosa
2018-03-06
1
-15
/
+15
|
*
Add missing cs_lock in CreateWalletFromFile
João Barbosa
2018-03-06
1
-0
/
+2
*
|
Merge #11687: External wallet files
Wladimir J. van der Laan
2018-03-07
1
-6
/
+5
|
\
\
|
*
|
Create new wallet databases as directories rather than files
Russell Yanofsky
2018-03-03
1
-1
/
+0
|
*
|
Allow wallet files in multiple directories
Russell Yanofsky
2018-03-03
1
-5
/
+5
|
|
/
*
|
Merge #11372: Address encoding cleanup
Wladimir J. van der Laan
2018-03-07
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-19
1
-1
/
+1
*
|
Fix ListCoins test failure due to unset g_wallet_allow_fallback_fee
Russell Yanofsky
2018-03-02
1
-1
/
+1
*
|
Merge #11882: Disable default fallbackfee on mainnet
Wladimir J. van der Laan
2018-03-01
1
-0
/
+6
|
\
\
|
*
|
Disable wallet fallbackfee by default on mainnet
Jonas Schnelli
2018-02-25
1
-0
/
+6
*
|
|
Merge #12287: Optimise lock behaviour for GuessVerificationProgress()
Jonas Schnelli
2018-02-25
1
-8
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix missing cs_main lock for GuessVerificationProgress()
Jonas Schnelli
2018-01-30
1
-8
/
+4
*
|
|
Merge #12356: Fix 'mempool min fee not met' debug output
Wladimir J. van der Laan
2018-02-15
1
-1
/
+1
|
\
\
\
|
*
|
|
Consistently use FormatStateMessage in RPC error output
Ben Woosley
2018-02-08
1
-1
/
+1
*
|
|
|
Merge #11866: Do not un-mark fInMempool on wallet txn if ATMP fails.
Wladimir J. van der Laan
2018-02-14
1
-6
/
+1
|
\
\
\
\
|
*
|
|
|
Do not un-mark fInMempool on wallet txn if ATMP fails.
Matt Corallo
2017-12-11
1
-6
/
+1
*
|
|
|
|
Merge #12381: Remove more boost threads
Wladimir J. van der Laan
2018-02-12
1
-2
/
+2
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
boost: drop boost threads for [alert|block|wallet]notify
Cory Fields
2018-02-08
1
-2
/
+2
*
|
|
|
|
Merge #12333: Make CWallet::ListCoins atomic
Wladimir J. van der Laan
2018-02-08
1
-81
/
+79
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
[wallet] Indent only change of CWallet::AvailableCoins
João Barbosa
2018-02-08
1
-78
/
+75
|
*
|
|
|
[wallet] Make CWallet::ListCoins atomic
João Barbosa
2018-02-08
1
-4
/
+5
|
|
/
/
/
*
|
|
|
Merge #12282: wallet: Disallow abandon of conflicted txes
Wladimir J. van der Laan
2018-02-08
1
-2
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
wallet: Disallow abandon of conflicted txes
MarcoFalke
2018-02-06
1
-2
/
+2
|
|
|
/
|
|
/
|
*
/
|
[wallet] Remove duplicate mapWallet lookups
João Barbosa
2018-01-28
1
-11
/
+6
|
/
/
*
|
[wallet] Add change type to CCoinControl
João Barbosa
2018-01-24
1
-4
/
+4
*
|
Merge #12119: [wallet] use P2WPKH change output if any destination is P2WPKH ...
Wladimir J. van der Laan
2018-01-24
1
-2
/
+32
|
\
\
|
*
|
[wallet] use P2WPKH change output if any destination is P2WPKH or P2WSH
Sjors Provoost
2018-01-23
1
-2
/
+32
*
|
|
Reduce cs_main lock in ReadBlockFromDisk, only read GetBlockPos under the lock
Jonas Schnelli
2018-01-23
1
-6
/
+1
*
|
|
Make sure WalletRescanReserver has successfully reserved the rescan
Jonas Schnelli
2018-01-23
1
-8
/
+12
*
|
|
Avoid pemanent cs_main/cs_wallet lock during wallet rescans
Jonas Schnelli
2018-01-23
1
-12
/
+50
|
/
/
*
|
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-10
1
-7
/
+116
|
\
\
|
*
|
Support downgrading after recovered keypool witness keys
Pieter Wuille
2018-01-09
1
-0
/
+1
|
*
|
SegWit wallet support
Pieter Wuille
2018-01-09
1
-5
/
+112
|
*
|
[refactor] GetAccount{PubKey,Address} -> GetAccountDestination
Pieter Wuille
2018-01-03
1
-4
/
+5
*
|
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
|
|
Add helper to wait for validation interface queue to catch up
Matt Corallo
2017-12-26
1
-6
/
+1
*
|
|
Merge #10839: Don't use pass by reference to const for cheaply-copied types (...
Wladimir J. van der Laan
2017-12-14
1
-3
/
+3
|
\
\
\
|
*
|
|
Don't use pass by reference to const for cheaply-copied types (bool, char, et...
practicalswift
2017-08-14
1
-3
/
+3
*
|
|
|
Merge #11864: Make CWallet::FundTransaction atomic
Wladimir J. van der Laan
2017-12-14
1
-18
/
+19
|
\
\
\
\
|
*
|
|
|
[wallet] Make CWallet::FundTransaction atomic
João Barbosa
2017-12-14
1
-1
/
+4
|
*
|
|
|
[wallet] Tidy up CWallet::FundTransaction
João Barbosa
2017-12-14
1
-18
/
+16
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge #11870: wallet: Remove unnecessary mempool lock in ReacceptWalletTransa...
Wladimir J. van der Laan
2017-12-12
1
-4
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
wallet: Remove unnecessary mempool lock in ReacceptWalletTransactions
João Barbosa
2017-12-11
1
-4
/
+1
|
|
/
/
*
|
|
Merge #11854: Split up key and script metadata for better type safety
Wladimir J. van der Laan
2017-12-12
1
-3
/
+11
|
\
\
\
|
*
|
|
Split up key and script metadata for better type safety
Russell Yanofsky
2017-12-08
1
-3
/
+11
*
|
|
|
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-12-12
1
-2
/
+0
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
1
-2
/
+0
*
|
|
|
don't attempt mempool entry for wallet transactions on startup if already in ...
Gregory Sanders
2017-12-11
1
-0
/
+5
|
|
/
/
|
/
|
|
*
|
|
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-30
1
-23
/
+23
|
\
\
\
|
|
/
/
|
/
|
|
[prev]
[next]