aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* refactor: Drop redundant wallet referenceJoão Barbosa2019-02-211-128/+127
* interfaces: Add remove to WalletJoão Barbosa2019-02-121-0/+4
* Merge #15153: gui: Add Open Wallet menuJonas Schnelli2019-02-121-1/+1
|\
| * interfaces: Avoid interface instance if wallet is nullJoão Barbosa2019-02-041-1/+1
* | Merge #15226: Allow creating blank (empty) wallets (alternative)MeshCollider2019-02-111-0/+1
|\ \
| * | [wallet] Support creating a blank walletAndrew Chow2019-02-101-0/+1
* | | wallet: Add lock annotation for mapAddressBookMarcoFalke2019-02-071-0/+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-311-0/+4
|\
| * Notify the GUI that the keypool has changed to set the receive buttonAndrew Chow2019-01-231-0/+4
* | Add time methods to the Chain interfaceRussell Yanofsky2019-01-151-2/+7
* | Add height, depth, and hash methods to the Chain interfaceRussell Yanofsky2019-01-151-3/+3
|/
* Don't label transactions "Open" while catching upHennadii Stepanov2019-01-031-1/+3
* Pass chain locked variables where neededRussell Yanofsky2018-11-061-21/+27
* Remove uses of cs_main in wallet codeRussell Yanofsky2018-11-061-19/+36
* Remove direct node->wallet calls in init.cppRussell Yanofsky2018-11-061-0/+12
* Add skeleton chain and client classesRussell Yanofsky2018-11-061-0/+24
* Merge #14554: qt: Remove unused `adjustedTime` parameterWladimir J. van der Laan2018-11-051-6/+2
|\
| * Remove unused `adjustedTime` parameterHennadii Stepanov2018-10-281-6/+2
* | wallet: Add Clang thread safety analysis annotationspracticalswift2018-10-091-1/+1
|/
* Merge #13825: [wallet] Kill accountsWladimir J. van der Laan2018-08-301-2/+1
|\
| * [wallet] Kill accountsJohn Newbery2018-08-301-2/+1
* | Merge #13769: Mark single-argument constructors "explicit"MarcoFalke2018-08-271-2/+2
|\ \ | |/ |/|
| * Mark single-argument constructors "explicit"practicalswift2018-07-261-2/+2
* | Add compile time checking for all cs_main runtime locking assertionspracticalswift2018-08-261-3/+3
* | wallet: Fix accidental use of the comma operatorpracticalswift2018-07-261-1/+1
|/
* Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...Wladimir J. van der Laan2018-07-201-0/+1
|\
| * [Qt] Disable creating receive addresses when private keys are disabledJonas Schnelli2018-07-121-0/+1
* | Merge #13566: Fix get balancePieter Wuille2018-07-131-1/+1
|\ \ | |/ |/|
| * [wallet] Factor out GetWatchOnlyBalance()John Newbery2018-06-281-1/+1
* | Remove useless mapRequest tracking that just effects Qt display.Matt Corallo2018-07-091-1/+0
|/
* ui: Support wallets unloaded dynamicallyJoão Barbosa2018-06-181-0/+4
* wallet: Use shared pointer to retain wallet instanceJoão Barbosa2018-05-221-2/+3
* Add purpose arg to Wallet::getAddressJames O'Beirne2018-04-251-1/+7
* wallet: Make fee settings non-static membersMarcoFalke2018-04-231-0/+17
* Merge #11200: Allow for aborting rescans in the GUIJonas Schnelli2018-04-131-0/+1
|\
| * Add cancel button to rescan progress dialogAndrew Chow2018-04-121-0/+1
* | wallet: Remove redundant lambda function arg in handleTransactionChangedWladimir J. van der Laan2018-04-101-1/+1
* | Remove duplicate includespracticalswift2018-04-091-2/+0
|/
* scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-0/+441