aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
| * | | | | [wallet] Remove keypool_topup_cleanupsJohn Newbery2017-08-161-5/+0
| |/ / / /
* | | | | Merge #11039: Avoid second mapWallet lookupWladimir J. van der Laan2017-08-181-20/+29
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | wallet: Avoid second mapWallet lookupJoão Barbosa2017-08-141-20/+29
* | | | | Use nullptr instead of zero (0) as the null pointer constantpracticalswift2017-08-161-8/+8
* | | | | Merge #10956: Fix typosMarcoFalke2017-08-161-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix typos.practicalswift2017-08-081-1/+1
| |/ / /
* | | | scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-53/+53
* | | | Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...Wladimir J. van der Laan2017-08-141-23/+23
|\ \ \ \
| * | | | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-23/+23
* | | | | Merge #11022: Basic keypool topupWladimir J. van der Laan2017-08-141-56/+110
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [wallet] keypool mark-used and topupJohn Newbery2017-08-101-0/+50
| * | | | [wallet] Add HasUnusedKeys() helperJohn Newbery2017-08-041-0/+5