aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
AgeCommit message (Expand)Author
2017-03-27Do not break backward compatibility during wallet encryptionJonas Schnelli
2017-03-24Define CWallet::DeriveNewChildKey() as privateJonas Schnelli
2017-03-24Remove FEATURE_HD_SPLIT bump TODOJonas Schnelli
2017-03-24CKeyPool avoid "catch (...)" in SerializationOpJonas Schnelli
2017-03-24Fix issue where CDataStream->nVersion was taken a CKeyPool record versionJonas Schnelli
2017-03-24[Wallet] split the keypool in an internal and external partJonas Schnelli
2017-03-14Initialize nRelockTimePatrick Strateman
2017-03-10Add COutput::fSafe member for safe handling of unconfirmed outputsRussell Yanofsky
2017-03-09Trivial: Add const modifier to GetHDChain and IsHDEnabledNicolasDorier
2017-03-07Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan
2017-03-07Merge #9369: Factor out CWallet::nTimeSmart computation into a method.Wladimir J. van der Laan
2017-03-06Use CScheduler for wallet flushing, remove ThreadFlushWalletDBMatt Corallo
2017-03-06Merge #9906: Disallow copy constructor CReserveKeysWladimir J. van der Laan
2017-03-06Disallow copy of CReserveKeysGregory Sanders
2017-03-06Merge #9333: Document CWalletTx::mapValue entries and remove erase of nonexis...Wladimir J. van der Laan
2017-03-03Add documentation describing CWallet::nTimeSmart.Russell Yanofsky
2017-03-03Factor out CWallet::nTimeSmart computation into a method.Russell Yanofsky
2017-02-27Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique pe...Luke Dashjr
2017-02-27wallet: Remove sendfreeMarcoFalke
2017-02-17Return errors from importmulti if complete rescans are not successfulRussell Yanofsky
2017-02-15wallet: Prevent "overrides a member function but is not marked 'override'" wa...Wladimir J. van der Laan
2017-02-10Use importmulti timestamp when importing watch only keysRussell Yanofsky
2017-02-10Dedup nTimeFirstKey update logicRussell Yanofsky
2017-02-06Merge #9378: [trivial] Add documentation for CWalletTx::fFromMe member.Wladimir J. van der Laan
2017-01-30wallet: Refactor dummy signature signing for reusabilitySuhas Daftuar
2017-01-30Merge #9615: Wallet incremental feeWladimir J. van der Laan
2017-01-26Introduce WALLET_INCREMENTAL_RELAY_FEEAlex Morcos
2017-01-25Refactor GetMinimumFee to give option of providing targetFeeAlex Morcos
2017-01-25[trivial] Add comment documenting bumpfee mapValuesRussell Yanofsky
2017-01-20Merge #9377: fundrawtransaction: Keep change-output keys by default, make it ...Wladimir J. van der Laan
2017-01-19[Wallet] Add an option to keep the change address key, true by defaultJonas Schnelli
2017-01-19Merge #8456: [RPC] Simplified bumpfee command.Wladimir J. van der Laan
2017-01-19[RPC] bumpfeemrbandrews
2017-01-12Merge #9222: Add 'subtractFeeFromAmount' option to 'fundrawtransaction'.Wladimir J. van der Laan
2017-01-10[wallet] Add IsAllFromMe: true if all inputs are from walletSuhas Daftuar
2017-01-06Try to reduce change output to make needed fee in CreateTransactionAlex Morcos
2017-01-04Merge #9450: Increment MIT licence copyright header year on files modified in...Wladimir J. van der Laan
2017-01-03Merge #8776: Wallet refactoring leading up to multiwalletPieter Wuille
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-30SetMerkleBranch: remove unused code, remove cs_main lock requirementJonas Schnelli
2016-12-21Merge #8717: [WALLET] Addition of ImmatureCreditCached to MarkDirty()Wladimir J. van der Laan
2016-12-20Merge #9262: Prefer coins that have fewer ancestors, sanity check txn before ...Wladimir J. van der Laan
2016-12-15Add documentation for CWalletTx::fFromMe member.Russell Yanofsky
2016-12-14Remove reference to nonexistent "version" wallet transaction mapvalue fieldRussell Yanofsky
2016-12-13Add 'subtractFeeFromOutputs' option to 'fundrawtransaction'.Chris Moore
2016-12-13SelectCoinsMinConf: Prefer coins with fewer ancestorsGregory Sanders
2016-12-12[trivial] Add comment documenting CWalletTx::mapValueRussell Yanofsky
2016-12-02Make CWalletTx store a CTransactionRef instead of inheritingPieter Wuille
2016-11-11Make strWalletFile constJonas Schnelli
2016-11-11Wallet: Split main logic from InitLoadWallet into CreateWalletFromFileLuke Dashjr