aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2_api.h
Commit message (Collapse)AuthorAgeFilesLines
* split wallet and wallet_apimoneromooo-monero2017-11-161-899/+0
| | | | | This speeds up building a lot when wallet2.h (or something it includes) changes, since all the API includes wallet2.h
* Merge pull request #2701Riccardo Spagni2017-11-141-1/+1
|\ | | | | | | 867b67c4 Wallet API: override update subdir when built from src (Jaquee)
| * Wallet API: override update subdir when built from srcJaquee2017-10-291-1/+1
| |
* | Wallet API: default values for account and subaddr indexJaquee2017-10-221-6/+6
|/
* walletAPI: add lightwallet login() and importWalletRequest()Jaquee2017-10-151-0/+6
|
* walletAPI: init() lightwallet and SSL supportJaquee2017-10-151-1/+4
|
* Subaddresseskenshi842017-10-071-5/+123
|
* store is optional during close and defaults to true; except during descructionm2049r2017-09-231-1/+1
|
* Merge pull request #2270Riccardo Spagni2017-08-151-0/+3
|\ | | | | | | 1307e3cc WalletAPI: add getDefaultDataDir() (Jaquee)
| * WalletAPI: add getDefaultDataDir()Jaquee2017-08-091-0/+3
| |
* | Merge pull request #2238Riccardo Spagni2017-08-151-1/+10
|\ \ | |/ |/| | | ad4649ac Enable verifying wallet password with having to load wallet. (m2049r)
| * Enable verifying wallet password with having to load wallet.m2049r2017-08-031-1/+10
| |
* | Merge pull request #2247Riccardo Spagni2017-08-071-0/+1
|\ \ | | | | | | | | | a839a6fa Wallet API: add tx unlock time (Jaquee)
| * | Wallet API: add tx unlock timeJaquee2017-08-031-0/+1
| |/
* / walletAPI: add getRefreshFromBlockHeight()Jaquee2017-08-051-0/+6
|/
* Wallet API: add spend/view key gettersJaquee2017-05-021-3/+21
|
* Wallet API: add hard fork info functionsJaquee2017-03-241-4/+4
|
* Merge pull request #1827Riccardo Spagni2017-03-031-1/+1
|\ | | | | | | db1c7d80 wallet api: add missing mining options (Jaquee)
| * wallet api: add missing mining optionsJaquee2017-03-021-1/+1
| |
* | Wallet API: Add support for daemon rpc loginJaquee2017-02-251-1/+1
|/
* wallet2_api: add updates check apimoneromooo-monero2017-02-221-0/+3
|
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* wallet_api: fix logging init via apimoneromooo-monero2017-02-181-0/+1
|
* Wallet API: Easylogger wrapper for guiJaquee2017-02-051-0/+2
|
* wallet api: Remove initAsync() and don't start refresh automatically on initJaquee2017-02-041-14/+4
|
* Wallet API: Create wallet from keysJaquee2017-01-301-0/+20
|
* Wallet api: testnet getter=2017-01-221-0/+1
|
* wallet2_api: add API to set log categoriesmoneromooo-monero2017-01-161-0/+1
|
* Merge pull request #1564Riccardo Spagni2017-01-151-0/+15
|\ | | | | | | 1d317981 Wallet API: add key image import/export functions (Jaquee)
| * Wallet API: add key image import/export functionsJaquee2017-01-131-0/+15
| |
* | Wallet API: add rescanSpent()Jaquee2017-01-131-0/+5
|/
* Merge pull request #1559Riccardo Spagni2017-01-131-0/+8
|\ | | | | | | db56a03f Wallet2 + API: Callbacks for unconfirmed transfers (Jaquee)
| * Wallet2 + API: Callbacks for unconfirmed transfersJaquee2017-01-121-0/+8
| |
* | Merge pull request #1541Riccardo Spagni2017-01-131-1/+59
|\ \ | | | | | | | | | | | | | | | 0d3918e1 Wallet api: Update trustedDaemon when daemon is changed (Jaquee) dbb838f4 GUI cold signing (Jaquee) afb85a02 Wallet API: functions for supporting/creating view only wallets (Jaquee)
| * | GUI cold signingJaquee2017-01-101-1/+59
| | | | | | | | | | | | fix conflict
| * | Wallet API: functions for supporting/creating view only walletsJaquee2017-01-101-0/+21
| |/
* | Merge pull request #1526Riccardo Spagni2017-01-131-0/+21
|\ \ | | | | | | | | | 5eed5b05 Wallet API: functions for supporting/creating view only wallets (Jaquee)
| * | Wallet API: functions for supporting/creating view only walletsJaquee2017-01-101-0/+21
| |/
* / wallet2_api: add solo mining APImoneromooo-monero2017-01-091-0/+9
|/
* Merge pull request #1542Riccardo Spagni2017-01-081-0/+2
|\ | | | | | | 60fe1b61 Add parse_uri to wallet2_api (MoroccanMalinois)
| * Add parse_uri to wallet2_apiMoroccanMalinois2017-01-081-0/+2
| |
* | Merge pull request #1521Riccardo Spagni2017-01-081-0/+1
|\ \ | | | | | | | | | 21c5af5a wallet2_api: add an address book payment id lookup API (moneromooo-monero)
| * | wallet2_api: add an address book payment id lookup APImoneromooo-monero2017-01-011-0/+1
| |/
* / wallet2_api: some new APIs to access daemon statemoneromooo-monero2016-12-251-0/+6
|/
* wallet2_api: add an API to the OpenAlias resolvermoneromooo-monero2016-12-171-0/+3
|
* Merge pull request #1455Riccardo Spagni2016-12-151-4/+4
|\ | | | | | | 4bb0bff2 AddressBook: use unsigned type for row ID's (anonimal)
| * AddressBook: use unsigned type for row ID'sanonimal2016-12-141-4/+4
| | | | | | | | Fixes build warnings and may also prevent future headaches.
* | Wallet API: Do not refresh while daemon is syncingJaquee2016-12-151-0/+9
|/ | | | | + fixed fast refresh when creating wallet offline + improved close wallet logic (make sure refresh thread is stopped)
* Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that ↵Randi Joseph2016-12-131-1/+3
| | | | third party uses of the wallet api can transition.
* addressbook updatesJaquee2016-12-121-2/+4
|