aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | 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 #11351: Refactor: Modernize disallowed copy constructors/assignmentPieter Wuille2017-09-212-7/+5
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | Refactor: Modernize disallowed copy constructors/assignmentDan Raviv2017-09-162-7/+5
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | 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-122-4/+6
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge #11250: Bump wallet version to 159900 and remove the `usehd` optionWladimir J. van der Laan2017-09-083-12/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove usehd option and warn when it is usedAndrew Chow2017-09-072-12/+7
| * | | | | | | | | | Bump wallet version number to 159900Andrew Chow2017-09-072-2/+4
* | | | | | | | | | | Merge #10767: [wallet] Clarify wallet initialization / destruction interfaceMarcoFalke2017-09-074-8/+59
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [trivial] fixup comment for VerifyWallets()John Newbery2017-09-071-1/+1
| * | | | | | | | | | | [wallet] Add StartWallets() function to wallet/init.cppJohn Newbery2017-09-072-0/+10
| * | | | | | | | | | | [wallet] Add RegisterWalletRPC() function to wallet/init.cppJohn Newbery2017-09-074-3/+16
| * | | | | | | | | | | [wallet] Add CloseWallets() function to wallet/init.cppJohn Newbery2017-09-072-0/+11
| * | | | | | | | | | | [wallet] Add StopWallets() function to wallet/init.cppJohn Newbery2017-09-072-4/+12
| * | | | | | | | | | | [wallet] Add FlushWallets() function to wallet/init.cppJohn Newbery2017-09-072-0/+9
| * | | | | | | | | | | [wallet] Rename WalletVerify() to VerifyWallets()John Newbery2017-09-072-2/+2
| * | | | | | | | | | | [wallet] Rename InitLoadWallet() to OpenWallets()John Newbery2017-09-072-2/+2
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge #10793: Changing &var[0] to var.data()Wladimir J. van der Laan2017-09-083-8/+7
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | Changing &vec[0] to vec.data(), what 9804 missedMeshCollider2017-09-083-8/+7
| |/ / / / / / / / /
* | | | | | | | | | Merge #10916: add missing lock to crypter GetKeys()Wladimir J. van der Laan2017-09-072-18/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | add missing lock to crypter GetKeys()Marko Bencun2017-07-231-0/+1
| * | | | | | | | | | keystore GetKeys(): return result instead of writing to referenceMarko Bencun2017-07-232-18/+12
* | | | | | | | | | | (finally) remove getinfo in favor of more module-specific infosMatt Corallo2017-09-061-1/+1
* | | | | | | | | | | Merge #11117: Prepare for non-Base58 addressesWladimir J. van der Laan2017-09-064-127/+137
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Introduce wrappers around CBitcoinAddressPieter Wuille2017-09-064-127/+137
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge #10845: Remove unreachable codeWladimir J. van der Laan2017-09-061-2/+0
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Remove unreachable codepracticalswift2017-07-161-2/+0
* | | | | | | | | | | Merge #11173: RPC: Fix currency unit string in the help textMarcoFalke2017-09-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix currency/fee-rate unit string in the help textAkio Nakamura2017-09-051-1/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* / | | | | | | | | rpc: Push down safe mode checksAndrew Chow2017-08-292-54/+78
|/ / / / / / / / /
* | | | | | | | | Merge #11126: Acquire cs_main lock before cs_wallet during wallet initializationWladimir J. van der Laan2017-08-282-8/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Acquire cs_main lock before cs_wallet during wallet initializationRussell Yanofsky2017-08-242-8/+12
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | 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-258-336/+401
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | MOVEONLY: Init functions wallet/wallet.cpp -> wallet/init.cppRussell Yanofsky2017-08-142-235/+235
| * | | | | | | | MOVEONLY: Fee functions wallet/wallet.cpp -> wallet/fees.cppRussell Yanofsky2017-08-142-76/+76
| * | | | | | | | Move some static functions out of wallet.h/cppRussell Yanofsky2017-08-148-35/+100
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge #11024: tests: Remove OldSetKeyFromPassphrase/OldEncrypt/OldDecryptWladimir J. van der Laan2017-08-221-122/+11
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | tests: Remove OldSetKeyFromPassphrase/OldEncrypt/OldDecryptpracticalswift2017-08-141-122/+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 #11050: Avoid treating null RPC arguments different from missing argumentsWladimir J. van der Laan2017-08-221-37/+49
|\ \ \ \ \ \ \
| * | | | | | | Clean up getbalance RPC parameter handlingRussell Yanofsky2017-08-151-7/+20
| * | | | | | | Avoid treating null RPC arguments different from missing argumentsRussell Yanofsky2017-08-141-13/+12
| * | | | | | | Get rid of redundant RPC params.size() checksRussell Yanofsky2017-08-141-18/+18
| |/ / / / / /
* | | | | | | Merge #10809: optim: mark a few classes finalWladimir J. van der Laan2017-08-211-2/+2
|\ \ \ \ \ \ \