aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | Use range-based for loops (C++11) when looping over map elementspracticalswift2017-10-091-23/+23
* | | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-28/+28
* | | Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)Wladimir J. van der Laan2017-11-151-8/+68
|\ \ \
| * | | Use callbacks to cache whether wallet transactions are in mempoolMatt Corallo2017-10-131-6/+31
| * | | Add CWallet::BlockUntilSyncedToCurrentChain()Matt Corallo2017-10-131-2/+37
* | | | Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...))practicalswift2017-11-091-1/+1
* | | | Merge #11074: Assert that CWallet::SyncMetaData finds oldest transaction.Wladimir J. van der Laan2017-11-091-0/+3
|\ \ \ \
| * | | | Assert that CWallet::SyncMetaData finds oldest transaction.Eelis2017-08-171-0/+3
* | | | | Merge #10368: [wallet] Remove helper conversion operator from walletWladimir J. van der Laan2017-11-091-10/+10
|\ \ \ \ \
| * | | | | [wallet] Remove CTransaction&() helper conversion operator from wallet implem...Karl-Johan Alm2017-05-091-10/+10
* | | | | | Merge #11467: Fix typos. Use nullptr instead of NULL.Wladimir J. van der Laan2017-10-181-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Use nullptr instead of NULLpracticalswift2017-10-091-1/+1
| | |_|/ / | |/| | |
* | | | | Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>"Jonas Schnelli2017-10-131-3/+13
|\ \ \ \ \
| * | | | | [Wallet] add rescanblockchain <start_height> <stop_height> RPC commandJonas Schnelli2017-10-121-3/+13
* | | | | | Merge #11133: Document assumptions that are being made to avoid division by zeroWladimir J. van der Laan2017-10-121-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Document assumptions that are being made to avoid division by zeropracticalswift2017-08-281-0/+1
* | | | | | Merge #10939: [init] Check non-emptiness of -blocknotify command prior to exe...Wladimir J. van der Laan2017-10-041-1/+1
|\ \ \ \ \ \
| * | | | | | Check that -blocknotify command is non-empty before executingpracticalswift2017-08-141-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge #11303: Fix estimatesmartfee rounding display issueMarcoFalke2017-09-301-4/+4
|\ \ \ \ \ \
| * | | | | | Make float <-> int casts explicit outside of test, qt, CFeeRateMatt Corallo2017-09-111-4/+4
* | | | | | | Merge #11309: Minor cleanups for AcceptToMemoryPoolMarcoFalke2017-09-291-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Change AcceptToMemoryPool function signatureAlex Morcos2017-09-121-1/+2
| |/ / / / / /
* | | | | | | Merge #11167: Full BIP173 (Bech32) supportWladimir J. van der Laan2017-09-291-1/+20
|\ \ \ \ \ \ \
| * | | | | | | Implement BIP173 addresses and testsPieter Wuille2017-09-281-1/+20
* | | | | | | | Merge #11225: wallet: update stored witness in AddToWalletWladimir J. van der Laan2017-09-261-0/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | wallet: update stored witness in AddToWalletSuhas Daftuar2017-09-031-0/+9
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge #11132: Document assumptions that are being made to avoid NULL pointer ...Wladimir J. van der Laan2017-09-201-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Document assumptions that are being made to avoid NULL pointer dereferencespracticalswift2017-09-061-0/+1
| |/ / / / / /
* | / / / / / wallet: Display non-HD error on first runMarcoFalke2017-09-121-2/+6
| |/ / / / / |/| | | | |
* | | | | | Merge #11250: Bump wallet version to 159900 and remove the `usehd` optionWladimir J. van der Laan2017-09-081-11/+7
|\ \ \ \ \ \
| * | | | | | Remove usehd option and warn when it is usedAndrew Chow2017-09-071-11/+7
| * | | | | | Bump wallet version number to 159900Andrew Chow2017-09-071-2/+2
| |/ / / / /
* | | | | | Merge #10916: add missing lock to crypter GetKeys()Wladimir J. van der Laan2017-09-071-4/+1
|\ \ \ \ \ \
| * | | | | | keystore GetKeys(): return result instead of writing to referenceMarko Bencun2017-07-231-4/+1
* | | | | | | Introduce wrappers around CBitcoinAddressPieter Wuille2017-09-061-8/+8
| |/ / / / / |/| | | | |
* | | | | | Merge #11126: Acquire cs_main lock before cs_wallet during wallet initializationWladimir J. van der Laan2017-08-281-1/+2
|\ \ \ \ \ \
| * | | | | | Acquire cs_main lock before cs_wallet during wallet initializationRussell Yanofsky2017-08-241-1/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge #11145: Fix rounding bug in calculation of minimum changeWladimir J. van der Laan2017-08-281-10/+13
|\ \ \ \ \ \
| * | | | | | Output a bit more information for fee calculation report.Alex Morcos2017-08-251-3/+4
| * | | | | | Fix rounding errors in calculation of minimum change sizeAlex Morcos2017-08-251-7/+9
| |/ / / / /
* | | | | | Merge #10976: [MOVEONLY] Move some static functions out of wallet.h/cppWladimir J. van der Laan2017-08-251-311/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MOVEONLY: Init functions wallet/wallet.cpp -> wallet/init.cppRussell Yanofsky2017-08-141-235/+0
| * | | | | MOVEONLY: Fee functions wallet/wallet.cpp -> wallet/fees.cppRussell Yanofsky2017-08-141-76/+0
| * | | | | Move some static functions out of wallet.h/cppRussell Yanofsky2017-08-141-10/+11
| | |/ / / | |/| | |
* | | | | Merge #11007: wallet: Fix potential memory leak when loading a corrupted wall...Wladimir J. van der Laan2017-08-221-4/+1
|\ \ \ \ \
| * | | | | wallet: Fix memory leak when loading a corrupted wallet filepracticalswift2017-08-141-4/+1
| |/ / / /
* | | | | Merge #10952: [wallet] Remove vchDefaultKey and have better first run detectionWladimir J. van der Laan2017-08-181-18/+8
|\ \ \ \ \
| * | | | | Remove vchDefaultKey and have better first run detectionAndrew Chow2017-08-151-18/+8
| |/ / / /
* | | | | Merge #11044: [wallet] Keypool topup cleanupsWladimir J. van der Laan2017-08-181-5/+1
|\ \ \ \ \
| * | | | | [wallet] Add logging to MarkReserveKeysAsUsedJohn Newbery2017-08-161-0/+1