aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2019-02-04wallet: Close wallet env lock fileJoão Barbosa
2019-02-04wallet: Close dbenv error file db.logJoão Barbosa
2019-02-04wallet: Factor out LoadWalletJoão Barbosa
2019-02-04Merge #15322: wallet: Add missing cs_db lockWladimir J. van der Laan
2019-02-01Rename Chain getLocator -> getTipLocatorRussell Yanofsky
2019-02-01Drop redundant get_value_orRussell Yanofsky
2019-02-01Fix ScanForWalletTransactions start_block commentRussell Yanofsky
2019-02-01wallet: Add missing cs_db lockJoão Barbosa
2019-02-01Document rescanblockchain returned stop_height being nullRussell Yanofsky
2019-02-01doc: Add cs_main lock annotations for mapBlockIndexpracticalswift
2019-02-01Merge #15308: build: Restore compatibility with older boostMarcoFalke
2019-02-01Add suggested rescanblockchain commentsRussell Yanofsky
2019-02-01Update ScanForWalletTransactions result commentRussell Yanofsky
2019-02-01Rename ScanResult stop_block fieldRussell Yanofsky
2019-02-01Merge #15235: Do not import private keys to wallets with private keys disabledWladimir J. van der Laan
2019-01-31Prefer boost::optional#get_value_or over #value_orBen Woosley
2019-01-31Do not import private keys to wallets with private keys disabledAndrew Chow
2019-01-31Refactor importwallet to extract data from the file and then importAndrew Chow
2019-01-31Merge #11911: Free BerkeleyEnvironment instances when not in useWladimir J. van der Laan
2019-01-31Merge #13926: [Tools] bitcoin-wallet - a tool for creating and managing walle...MarcoFalke
2019-01-31Merge #15225: GUI: Change the receive button to respond to keypool state chan...Wladimir J. van der Laan
2019-01-30Merge #15292: Remove 'boost::optional'-related false positive -Wmaybe-uniniti...Wladimir J. van der Laan
2019-01-30[tools] Add wallet inspection and modification toolJonas Schnelli
2019-01-30Remove 'boost::optional'-related gcc warningsHennadii Stepanov
2019-01-30Merge #15279: wallet: Clarify rescanblockchain docMarcoFalke
2019-01-30Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet codeMeshCollider
2019-01-29wallet: Fixup rescanblockchain result docMarcoFalke
2019-01-29Merge #14987: RPCHelpMan: Pass through Result and ExamplesMarcoFalke
2019-01-25RPCHelpMan: Pass through Result and ExamplesMarcoFalke
2019-01-24Trivial: fixup a few doxygen commentsBen Woosley
2019-01-23Notify the GUI that the keypool has changed to set the receive buttonAndrew Chow
2019-01-21Merge #14906: refactor: Make explicit CMutableTransaction -> CTransaction con...Wladimir J. van der Laan
2019-01-19Remove errant past from walletcreatefundedpsbt for nLocktime replaceabilityGregory Sanders
2019-01-18rpc: remove duplicate solvable field from getaddressinfofanquake
2019-01-16Merge #15122: [RPC] Expand help text for importmulti changesWladimir J. van der Laan
2019-01-16Merge #14268: Introduce SafeDbt to handle Dbt with free or memory_cleanse rai...Wladimir J. van der Laan
2019-01-15[docs] Expand help text for importmulti changesJohn Newbery
2019-01-15Remove remaining chainActive references from CWalletRussell Yanofsky
2019-01-15Convert CWallet::ScanForWalletTransactions and SyncTransaction to the new Cha...Russell Yanofsky
2019-01-15Add findFork and findBlock to the Chain interfaceRussell Yanofsky
2019-01-15Add time methods to the Chain interfaceRussell Yanofsky
2019-01-15Add height, depth, and hash methods to the Chain interfaceRussell Yanofsky
2019-01-15Merge #14941: rpc: Make unloadwallet wait for complete wallet unloadWladimir J. van der Laan
2019-01-15rpc: Make unloadwallet wait for complete wallet unloadJoão Barbosa
2019-01-13Replace remaining 0 with nullptr in Qt codeBen Woosley
2019-01-10Merge #15039: wallet: Avoid leaking nLockTime fingerprint when anti-fee-snipingWladimir J. van der Laan
2019-01-09Merge #15109: refactor: Use C++11 default member initializersWladimir J. van der Laan
2019-01-05Use C++11 default member initializersMarcoFalke
2019-01-05test: Run invalid_txs.InputMissing test in feature_blockMarcoFalke
2018-12-27wallet: Avoid leaking locktime fingerprint when anti-fee-snipingMarcoFalke