aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
AgeCommit message (Expand)Author
2019-02-17Use a single wallet batch for UpgradeKeyMetadataJonas Schnelli
2019-02-14Fetch keys from keypool when private keys are disabledAndrew Chow
2019-02-14Add a method to add a pubkey to the keypoolAndrew Chow
2019-02-14Implement a function to add KeyOriginInfo to a walletAndrew Chow
2019-02-14Store key origin info in key metadataAndrew Chow
2019-02-14Add a method to CWallet to write just CKeyMetadataAndrew Chow
2019-02-14Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}Andrew Chow
2019-02-12Merge #15153: gui: Add Open Wallet menuJonas Schnelli
2019-02-11Merge #15226: Allow creating blank (empty) wallets (alternative)MeshCollider
2019-02-10[wallet] Support creating a blank walletAndrew Chow
2019-02-07wallet: Add lock annotation for mapAddressBookMarcoFalke
2019-02-04wallet: Factor out LoadWalletJoão Barbosa
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-01Merge #15308: build: Restore compatibility with older boostMarcoFalke
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-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-30[tools] Add wallet inspection and modification toolJonas Schnelli
2019-01-30Remove 'boost::optional'-related gcc warningsHennadii Stepanov
2019-01-30Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet codeMeshCollider
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-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
2018-12-27wallet: Avoid leaking locktime fingerprint when anti-fee-snipingMarcoFalke
2018-12-17 Minimal changes to comply with explicit CMutableTransaction -> CTranaction c...lucash-dev
2018-12-17wallet: Initialize stop_block to nullptr in CWallet::ScanForWalletTransactionsBen Woosley
2018-12-14Merge #14821: Replace CAffectedKeysVisitor with descriptor based logicMeshCollider
2018-12-12Introduce a Shuffle for FastRandomContext and use it in wallet and coinselectionPieter Wuille
2018-12-12Merge #13076: Fix ScanForWalletTransactions to return an enum indicating scan...MeshCollider
2018-11-30Merge #14380: fix assert crash when specified change output spend size is unk...MarcoFalke
2018-11-27Replace CAffectedKeysVisitor with descriptor based logicPieter Wuille
2018-11-26Free BerkeleyEnvironment instances when not in useRussell Yanofsky
2018-11-20Merge #14552: wallet: detecting duplicate wallet by comparing the db filename.Wladimir J. van der Laan
2018-11-13Add stop_block out arg to ScanForWalletTransactionsBen Woosley
2018-11-13Return a status enum from ScanForWalletTransactionsBen Woosley
2018-11-13Make CWallet::ScanForWalletTransactions args and return value constBen Woosley
2018-11-12CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown changeGregory Sanders