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
...
|
*
|
Use range-based for loops (C++11) when looping over map elements
practicalswift
2017-10-09
1
-23
/
+23
*
|
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-28
/
+28
*
|
|
Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)
Wladimir J. van der Laan
2017-11-15
1
-8
/
+68
|
\
\
\
|
*
|
|
Use callbacks to cache whether wallet transactions are in mempool
Matt Corallo
2017-10-13
1
-6
/
+31
|
*
|
|
Add CWallet::BlockUntilSyncedToCurrentChain()
Matt Corallo
2017-10-13
1
-2
/
+37
*
|
|
|
Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...))
practicalswift
2017-11-09
1
-1
/
+1
*
|
|
|
Merge #11074: Assert that CWallet::SyncMetaData finds oldest transaction.
Wladimir J. van der Laan
2017-11-09
1
-0
/
+3
|
\
\
\
\
|
*
|
|
|
Assert that CWallet::SyncMetaData finds oldest transaction.
Eelis
2017-08-17
1
-0
/
+3
*
|
|
|
|
Merge #10368: [wallet] Remove helper conversion operator from wallet
Wladimir J. van der Laan
2017-11-09
1
-10
/
+10
|
\
\
\
\
\
|
*
|
|
|
|
[wallet] Remove CTransaction&() helper conversion operator from wallet implem...
Karl-Johan Alm
2017-05-09
1
-10
/
+10
*
|
|
|
|
|
Merge #11467: Fix typos. Use nullptr instead of NULL.
Wladimir J. van der Laan
2017-10-18
1
-1
/
+1
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Use nullptr instead of NULL
practicalswift
2017-10-09
1
-1
/
+1
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>"
Jonas Schnelli
2017-10-13
1
-3
/
+13
|
\
\
\
\
\
|
*
|
|
|
|
[Wallet] add rescanblockchain <start_height> <stop_height> RPC command
Jonas Schnelli
2017-10-12
1
-3
/
+13
*
|
|
|
|
|
Merge #11133: Document assumptions that are being made to avoid division by zero
Wladimir J. van der Laan
2017-10-12
1
-0
/
+1
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Document assumptions that are being made to avoid division by zero
practicalswift
2017-08-28
1
-0
/
+1
*
|
|
|
|
|
Merge #10939: [init] Check non-emptiness of -blocknotify command prior to exe...
Wladimir J. van der Laan
2017-10-04
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Check that -blocknotify command is non-empty before executing
practicalswift
2017-08-14
1
-1
/
+1
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge #11303: Fix estimatesmartfee rounding display issue
MarcoFalke
2017-09-30
1
-4
/
+4
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Make float <-> int casts explicit outside of test, qt, CFeeRate
Matt Corallo
2017-09-11
1
-4
/
+4
*
|
|
|
|
|
|
Merge #11309: Minor cleanups for AcceptToMemoryPool
MarcoFalke
2017-09-29
1
-1
/
+2
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Change AcceptToMemoryPool function signature
Alex Morcos
2017-09-12
1
-1
/
+2
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge #11167: Full BIP173 (Bech32) support
Wladimir J. van der Laan
2017-09-29
1
-1
/
+20
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Implement BIP173 addresses and tests
Pieter Wuille
2017-09-28
1
-1
/
+20
*
|
|
|
|
|
|
|
Merge #11225: wallet: update stored witness in AddToWallet
Wladimir J. van der Laan
2017-09-26
1
-0
/
+9
|
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
wallet: update stored witness in AddToWallet
Suhas Daftuar
2017-09-03
1
-0
/
+9
|
|
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge #11132: Document assumptions that are being made to avoid NULL pointer ...
Wladimir J. van der Laan
2017-09-20
1
-0
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Document assumptions that are being made to avoid NULL pointer dereferences
practicalswift
2017-09-06
1
-0
/
+1
|
|
/
/
/
/
/
/
*
|
/
/
/
/
/
wallet: Display non-HD error on first run
MarcoFalke
2017-09-12
1
-2
/
+6
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge #11250: Bump wallet version to 159900 and remove the `usehd` option
Wladimir J. van der Laan
2017-09-08
1
-11
/
+7
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Remove usehd option and warn when it is used
Andrew Chow
2017-09-07
1
-11
/
+7
|
*
|
|
|
|
|
Bump wallet version number to 159900
Andrew Chow
2017-09-07
1
-2
/
+2
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge #10916: add missing lock to crypter GetKeys()
Wladimir J. van der Laan
2017-09-07
1
-4
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
keystore GetKeys(): return result instead of writing to reference
Marko Bencun
2017-07-23
1
-4
/
+1
*
|
|
|
|
|
|
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-09-06
1
-8
/
+8
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge #11126: Acquire cs_main lock before cs_wallet during wallet initialization
Wladimir J. van der Laan
2017-08-28
1
-1
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Acquire cs_main lock before cs_wallet during wallet initialization
Russell Yanofsky
2017-08-24
1
-1
/
+2
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge #11145: Fix rounding bug in calculation of minimum change
Wladimir J. van der Laan
2017-08-28
1
-10
/
+13
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Output a bit more information for fee calculation report.
Alex Morcos
2017-08-25
1
-3
/
+4
|
*
|
|
|
|
|
Fix rounding errors in calculation of minimum change size
Alex Morcos
2017-08-25
1
-7
/
+9
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge #10976: [MOVEONLY] Move some static functions out of wallet.h/cpp
Wladimir J. van der Laan
2017-08-25
1
-311
/
+1
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
MOVEONLY: Init functions wallet/wallet.cpp -> wallet/init.cpp
Russell Yanofsky
2017-08-14
1
-235
/
+0
|
*
|
|
|
|
MOVEONLY: Fee functions wallet/wallet.cpp -> wallet/fees.cpp
Russell Yanofsky
2017-08-14
1
-76
/
+0
|
*
|
|
|
|
Move some static functions out of wallet.h/cpp
Russell Yanofsky
2017-08-14
1
-10
/
+11
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge #11007: wallet: Fix potential memory leak when loading a corrupted wall...
Wladimir J. van der Laan
2017-08-22
1
-4
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
wallet: Fix memory leak when loading a corrupted wallet file
practicalswift
2017-08-14
1
-4
/
+1
|
|
/
/
/
/
*
|
|
|
|
Merge #10952: [wallet] Remove vchDefaultKey and have better first run detection
Wladimir J. van der Laan
2017-08-18
1
-18
/
+8
|
\
\
\
\
\
|
*
|
|
|
|
Remove vchDefaultKey and have better first run detection
Andrew Chow
2017-08-15
1
-18
/
+8
|
|
/
/
/
/
*
|
|
|
|
Merge #11044: [wallet] Keypool topup cleanups
Wladimir J. van der Laan
2017-08-18
1
-5
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
[wallet] Add logging to MarkReserveKeysAsUsed
John Newbery
2017-08-16
1
-0
/
+1
[prev]
[next]