aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* interfaces: Add Chain::requestMempoolTransactionsJoão Barbosa2019-04-012-0/+21
* refactor: Drop redundant wallet referenceJoão Barbosa2019-02-211-128/+127
* interfaces: Add remove to WalletJoão Barbosa2019-02-122-0/+7
* Merge #15153: gui: Add Open Wallet menuJonas Schnelli2019-02-123-1/+11
|\
| * interfaces: Avoid interface instance if wallet is nullJoão Barbosa2019-02-041-1/+1
| * interfaces: Add loadWallet to NodeJoão Barbosa2019-02-042-0/+10
* | Merge #15226: Allow creating blank (empty) wallets (alternative)MeshCollider2019-02-112-0/+4
|\ \
| * | [wallet] Support creating a blank walletAndrew Chow2019-02-102-0/+4
* | | wallet: Add lock annotation for mapAddressBookMarcoFalke2019-02-071-0/+1
* | | Merge #15342: Suggested wallet code cleanups from #14711MarcoFalke2019-02-052-2/+2
|\ \ \
| * | | Rename Chain getLocator -> getTipLocatorRussell Yanofsky2019-02-012-2/+2
| | |/ | |/|
* | | Merge #15266: memory: Construct globals on first useMarcoFalke2019-02-041-1/+1
|\ \ \ | |/ / |/| |
| * | log: Construct global logger on first useMarcoFalke2019-01-291-1/+1
* | | Prefer boost::optional#get_value_or over #value_orBen Woosley2019-01-311-2/+2
| |/ |/|
* | Merge #15225: GUI: Change the receive button to respond to keypool state chan...Wladimir J. van der Laan2019-01-312-0/+8
|\ \
| * | Notify the GUI that the keypool has changed to set the receive buttonAndrew Chow2019-01-232-0/+8
| |/
* | Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet codeMeshCollider2019-01-303-4/+240
|\ \ | |/ |/|
| * Remove remaining chainActive references from CWalletRussell Yanofsky2019-01-152-0/+38
| * Convert CWallet::ScanForWalletTransactions and SyncTransaction to the new Cha...Russell Yanofsky2019-01-152-0/+65
| * Add findFork and findBlock to the Chain interfaceRussell Yanofsky2019-01-152-0/+58
| * Add time methods to the Chain interfaceRussell Yanofsky2019-01-153-2/+27
| * Add height, depth, and hash methods to the Chain interfaceRussell Yanofsky2019-01-153-3/+53
* | net: move BanMan to its own filesCory Fields2019-01-162-0/+2
* | banman: create and split out banmanCory Fields2019-01-161-6/+6
* | net: Break disconnecting out of Ban()Cory Fields2019-01-162-1/+11
|/
* Merge #14556: qt: fix confirmed transaction labeled "open" (#13299)Wladimir J. van der Laan2019-01-152-2/+5
|\
| * Don't label transactions "Open" while catching upHennadii Stepanov2019-01-032-2/+5
* | Merge #13216: [Qt] implements concept for different disk sizes on introJonas Schnelli2019-01-112-0/+8
|\ \ | |/ |/|
| * implements different disk sizes for different networks on intromarcoagner2018-10-072-0/+8
* | Remove unreferenced boost headersMurray Nesbitt2018-11-161-1/+0
* | Pass chain locked variables where neededRussell Yanofsky2018-11-061-21/+27
* | Remove uses of cs_main in wallet codeRussell Yanofsky2018-11-063-19/+80
* | Remove direct node->wallet calls in init.cppRussell Yanofsky2018-11-062-0/+32
* | Pass chain and client variables where neededRussell Yanofsky2018-11-061-2/+6
* | Add skeleton chain and client classesRussell Yanofsky2018-11-064-1/+89
* | Merge #14554: qt: Remove unused `adjustedTime` parameterWladimir J. van der Laan2018-11-052-10/+4
|\ \
| * | Remove unused `adjustedTime` parameterHennadii Stepanov2018-10-282-10/+4
* | | scripted-diff: Move util files to separate directory.Jim Posen2018-11-042-2/+2
* | | Merge #11634: wallet: Add missing cs_wallet/cs_KeyStore locks to walletMarcoFalke2018-10-241-1/+1
|\ \ \ | |/ / |/| |
| * | wallet: Add Clang thread safety analysis annotationspracticalswift2018-10-091-1/+1
| |/
* / interfaces: Add getWalletDir and listWalletDir to NodeJoão Barbosa2018-10-182-0/+20
|/
* [build] remove #ifdef ENABLE_WALLET from interfaces/nodeJohn Newbery2018-09-132-15/+9
* Merge #13825: [wallet] Kill accountsWladimir J. van der Laan2018-08-302-3/+1
|\
| * [wallet] Kill accountsJohn Newbery2018-08-302-3/+1
* | Merge #13769: Mark single-argument constructors "explicit"MarcoFalke2018-08-272-3/+3
|\ \ | |/ |/|
| * Mark single-argument constructors "explicit"practicalswift2018-07-262-3/+3
* | Add compile time checking for all cs_main runtime locking assertionspracticalswift2018-08-261-3/+3
* | Merge #13634: ui: Compile boost::signals2 only onceMarcoFalke2018-08-131-11/+11
|\ \
| * | ui: Compile boost:signals2 only onceMarcoFalke2018-08-071-11/+11
* | | Ignore unknown config file options for nowPieter Wuille2018-07-301-1/+1