aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2019-02-21refactor: Drop redundant wallet referenceJoão Barbosa
2019-02-12interfaces: Add remove to WalletJoão Barbosa
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-05Merge #15342: Suggested wallet code cleanups from #14711MarcoFalke
2019-02-04Merge #15266: memory: Construct globals on first useMarcoFalke
2019-02-04interfaces: Avoid interface instance if wallet is nullJoão Barbosa
2019-02-04interfaces: Add loadWallet to NodeJoão Barbosa
2019-02-01Rename Chain getLocator -> getTipLocatorRussell Yanofsky
2019-01-31Prefer boost::optional#get_value_or over #value_orBen Woosley
2019-01-31Merge #15225: GUI: Change the receive button to respond to keypool state chan...Wladimir J. van der Laan
2019-01-30Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet codeMeshCollider
2019-01-29log: Construct global logger on first useMarcoFalke
2019-01-23Notify the GUI that the keypool has changed to set the receive buttonAndrew Chow
2019-01-16net: move BanMan to its own filesCory Fields
2019-01-16banman: create and split out banmanCory Fields
2019-01-16net: Break disconnecting out of Ban()Cory Fields
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 #14556: qt: fix confirmed transaction labeled "open" (#13299)Wladimir J. van der Laan
2019-01-11Merge #13216: [Qt] implements concept for different disk sizes on introJonas Schnelli
2019-01-03Don't label transactions "Open" while catching upHennadii Stepanov
2018-11-16Remove unreferenced boost headersMurray Nesbitt
2018-11-06Pass chain locked variables where neededRussell Yanofsky
2018-11-06Remove uses of cs_main in wallet codeRussell Yanofsky
2018-11-06Remove direct node->wallet calls in init.cppRussell Yanofsky
2018-11-06Pass chain and client variables where neededRussell Yanofsky
2018-11-06Add skeleton chain and client classesRussell Yanofsky
2018-11-05Merge #14554: qt: Remove unused `adjustedTime` parameterWladimir J. van der Laan
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-28Remove unused `adjustedTime` parameterHennadii Stepanov
2018-10-24Merge #11634: wallet: Add missing cs_wallet/cs_KeyStore locks to walletMarcoFalke
2018-10-18interfaces: Add getWalletDir and listWalletDir to NodeJoão Barbosa
2018-10-09wallet: Add Clang thread safety analysis annotationspracticalswift
2018-10-07implements different disk sizes for different networks on intromarcoagner
2018-09-13[build] remove #ifdef ENABLE_WALLET from interfaces/nodeJohn Newbery
2018-08-30Merge #13825: [wallet] Kill accountsWladimir J. van der Laan
2018-08-30[wallet] Kill accountsJohn Newbery
2018-08-27Merge #13769: Mark single-argument constructors "explicit"MarcoFalke
2018-08-26Add compile time checking for all cs_main runtime locking assertionspracticalswift
2018-08-13Merge #13634: ui: Compile boost::signals2 only onceMarcoFalke
2018-08-07ui: Compile boost:signals2 only onceMarcoFalke
2018-07-30Ignore unknown config file options for nowPieter Wuille
2018-07-26wallet: Fix accidental use of the comma operatorpracticalswift
2018-07-26Mark single-argument constructors "explicit"practicalswift