aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | credit values are CAmountGregory Sanders2016-11-151-1/+1
|/
* Merge #8977: [Wallet] Refactor wallet/init interaction (Reaccept wtx, flush t...Wladimir J. van der Laan2016-11-021-0/+10
|\
| * [Wallet] Refactor wallet/init interaction (Reaccept wtx, flush thread)Jonas Schnelli2016-10-201-0/+10
* | Move CWalletDB::ReorderTransactions to CWalletPatrick Strateman2016-10-301-1/+72
* | Merge #8989: [Qt] overhaul smart-fee slider, adjust default confirmation targetWladimir J. van der Laan2016-10-281-2/+7
|\ \
| * | CoinControl: add option for custom confirmation targetJonas Schnelli2016-10-281-2/+7
* | | Return useful error message on ATMP failureinstagibbs2016-10-261-6/+6
|/ /
* / moveonly: move `coincontrol` to `src/wallet`Wladimir J. van der Laan2016-10-211-1/+1
|/
* Merge #8928: Fix init segfault where InitLoadWallet() calls ATMP before genesisWladimir J. van der Laan2016-10-191-2/+0
|\
| * Fix init segfault where InitLoadWallet() calls ATMP before genesisMatt Corallo2016-10-151-2/+0
* | Merge #8287: [wallet] Set fLimitFree = trueWladimir J. van der Laan2016-10-181-5/+4
|\ \
| * | [wallet] Set fLimitFree = trueMarcoFalke2016-08-251-5/+4
* | | Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-171-2/+2
| |/ |/|
* | Move key derivation logic from GenerateNewKey to DeriveNewChildKeyPatrick Strateman2016-09-301-37/+41
* | Merge #8814: [wallet, policy] ParameterInteraction: Don't allow 0 feeWladimir J. van der Laan2016-09-281-1/+1
|\ \
| * | [wallet, policy] ParameterInteraction: Don't allow 0 feeMarcoFalke2016-09-261-1/+1
* | | Do not shadow variablesPavel Janík2016-09-271-8/+8
|/ /
* | [wallet] Add high transaction fee warningsMarcoFalke2016-09-261-5/+14
* | [wallet] Introduce DEFAULT_DISABLE_WALLETMarcoFalke2016-09-211-3/+3
* | init: Get rid of fDisableWalletMarcoFalke2016-09-201-0/+12
* | Merge #8696: [Wallet] Remove last external reference to CWalletDBWladimir J. van der Laan2016-09-201-4/+22
|\ \
| * | Remove pwalletdb parameter from CWallet::AddAccountingEntryPatrick Strateman2016-09-151-4/+11
| * | Add CWallet::ReorderTransactions and use in accounting_tests.cppPatrick Strateman2016-09-151-0/+6
| * | Add CWallet::ListAccountCreditDebitPatrick Strateman2016-09-151-0/+5
* | | init: Get rid of some ENABLE_WALLETMarcoFalke2016-09-191-0/+9
|/ /
* | Merge #8601: Add option to opt into full-RBF when sending funds (rebase, orig...Wladimir J. van der Laan2016-09-131-3/+12
|\ \
| * | Rename `-optintofullrbf` option to `-walletrbf`Wladimir J. van der Laan2016-09-131-4/+4
| * | wallet: Add BIP125 comment for MAXINT-1/-2 behaviorWladimir J. van der Laan2016-08-261-0/+6
| * | Add option to opt into full-RBF when sending fundsPeter Todd2016-08-261-3/+6
* | | Merge #8664: Fix segwit-related wallet bugWladimir J. van der Laan2016-09-091-0/+1
|\ \ \
| * | | Clear witness with vin/vout in CWallet::CreateTransaction()Suhas Daftuar2016-09-041-0/+1
* | | | Made the ForEachNode* functions in src/net.cpp more pragmatic and self docume...Jeremy Rubin2016-09-081-1/+0
* | | | net: create generic functor accessors and move vNodes to CConnmanCory Fields2016-09-081-2/+9
* | | | net: Pass CConnection to wallet rather than using the globalCory Fields2016-09-081-7/+7
|/ / /
* / / Remove unused variablesMarcoFalke2016-08-251-1/+0
|/ /
* | Merge #8445: Move CWallet::setKeyPool to private section of CWallet.Wladimir J. van der Laan2016-08-241-0/+10
|\ \
| * | Move wallet initialization logic from AppInit2 to CWallet::InitLoadWalletPatrick Strateman2016-08-201-0/+10
* | | Merge #8554: trivial: remove unused variableWladimir J. van der Laan2016-08-221-1/+0
|\ \ \
| * | | trivial: remove unused variableDaniel Kraft2016-08-201-1/+0
* | | | Merge #8548: [wallet] Use __func__ to get function name for output printingWladimir J. van der Laan2016-08-221-17/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Use __func__ to get function name for output printingMarcoFalke2016-08-191-17/+17
* | | | Merge #8517: [Qt] show wallet HD state in statusbarJonas Schnelli2016-08-191-5/+10
|\ \ \ \
| * | | | [Qt] add HD enabled/disabled icon to the status barJonas Schnelli2016-08-191-5/+10
* | | | | Merge #8443: [Wallet] Trivial cleanup of HD wallet changesJonas Schnelli2016-08-191-2/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | [Wallet] Trivial cleanup of HD wallet changesJonas Schnelli2016-08-191-2/+1
| | |/ / | |/| |
* | | | Merge #8505: Trivial: Fix typos in various filesWladimir J. van der Laan2016-08-171-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | various typosleijurv2016-08-141-1/+1
| |/ /
* / / Reduce cs_main locks during ConnectTip/SyncWithWalletsJonas Schnelli2016-08-121-27/+16
|/ /
* | Remove unused pwalletdb from CWallet::AddToWalletPatrick Strateman2016-07-291-8/+0
* | Remove CWalletDB* parameter from CWallet::AddToWalletPatrick Strateman2016-07-291-10/+9