aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Wallet API: add key image import/export functionsJaquee2017-01-131-6/+49
| |/
* / Wallet API: add rescanSpent()Jaquee2017-01-131-0/+18
|/
* Merge pull request #1559Riccardo Spagni2017-01-131-0/+15
|\ | | | | | | db56a03f Wallet2 + API: Callbacks for unconfirmed transfers (Jaquee)
| * Wallet2 + API: Callbacks for unconfirmed transfersJaquee2017-01-121-0/+15
| |
* | Wallet api: Update trustedDaemon when daemon is changedJaquee2017-01-101-0/+6
| |
* | GUI cold signingJaquee2017-01-101-0/+47
| | | | | | | | fix conflict
* | Wallet API: functions for supporting/creating view only walletsJaquee2017-01-101-4/+61
|/
* Merge pull request #1542Riccardo Spagni2017-01-081-0/+5
|\ | | | | | | 60fe1b61 Add parse_uri to wallet2_api (MoroccanMalinois)
| * Add parse_uri to wallet2_apiMoroccanMalinois2017-01-081-0/+5
| |
* | wallet api: prevent setting refresh height too highJaquee2016-12-271-4/+2
|/
* Wallet API: Do not refresh while daemon is syncingJaquee2016-12-151-18/+49
| | | | | + 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-6/+11
|
* GUI address bookJaquee2016-12-121-3/+10
|
* Merge pull request #1398Riccardo Spagni2016-12-041-1/+1
|\ | | | | | | f4772bae Fix a few minor typos (Pierre Boyer)
| * Fix a few minor typosPierre Boyer2016-12-041-1/+1
| |
* | Merge pull request #1380Riccardo Spagni2016-12-041-0/+5
|\ \ | | | | | | | | | 657a70e0 wallet: add a getter for the filename path (moneromooo-monero)
| * | wallet: add a getter for the filename pathmoneromooo-monero2016-11-261-0/+5
| |/
* / Improve daemon RPC version handlingmoneromooo-monero2016-11-261-3/+3
|/ | | | | | | Daemon RPC version is now composed of a major and minor number, so that incompatible changes bump the major version, while compatible changes can still bump the minor version without causing clients to unnecessarily complain.
* wallet2_api: fix payment ids from integrated addresses being ignoredmoneromooo-monero2016-11-181-0/+11
|
* Wallet2: calculate approximate blockchain height on offline creationJacob Brydolf2016-11-131-1/+4
| | | | Wallet API: add approximateBlockChainHeight()
* Merge pull request #1315Riccardo Spagni2016-11-111-2/+12
|\ | | | | | | 9150a16 Wallet API: use stored refresh height when rebuilding cache (Jacob Brydolf)
| * Wallet API: use stored refresh height when rebuilding cacheJacob Brydolf2016-11-091-2/+12
| |
* | wallet2_api: support for sweeping allmoneromooo-monero2016-11-091-9/+17
|/
* Merge pull request #1310Riccardo Spagni2016-11-091-0/+92
|\ | | | | | | 40a68e2 wallet2_api: add API for create_unmixable_sweep_transactions (moneromooo-monero)
| * wallet2_api: add API for create_unmixable_sweep_transactionsmoneromooo-monero2016-11-081-0/+92
| |
* | wallet2_api: API to sign and verify a messagemoneromooo-monero2016-11-081-0/+17
| |
* | Merge pull request #1308Riccardo Spagni2016-11-081-0/+6
|\ \ | | | | | | | | | 0c530de Wallet API: Pause refresh while creating transaction (Jacob Brydolf)
| * | Wallet API: Pause refresh while creating transactionJacob Brydolf2016-11-081-0/+6
| |/
* | Merge pull request #1302Riccardo Spagni2016-11-081-2/+8
|\ \ | | | | | | | | | 63fe6fd wallet2_api: allow connection to return "yes, but wrong version" (moneromooo-monero)
| * | wallet2_api: allow connection to return "yes, but wrong version"moneromooo-monero2016-11-071-2/+8
| |/
* | Wallet API: added getTxKey()Jacob Brydolf2016-11-081-0/+20
| |
* | wallet2_api: add API for tx notesmoneromooo-monero2016-11-051-0/+20
|/
* Merge pull request #1230Riccardo Spagni2016-10-231-0/+20
|\ | | | | | | 06b642d wallet_api: add address validation functions (moneromooo-monero)
| * wallet_api: add address validation functionsmoneromooo-monero2016-10-161-0/+20
| | | | | | | | The payment id from integrated addresses is also parsed
* | Merge pull request #1229Riccardo Spagni2016-10-221-2/+7
|\ \ | | | | | | | | | b6b86ab wallet2_api: recognize full size payment ids as valid (moneromooo-monero)
| * | wallet2_api: recognize full size payment ids as validmoneromooo-monero2016-10-161-2/+7
| |/
* | Merge pull request #1228Riccardo Spagni2016-10-221-1/+1
|\ \ | | | | | | | | | 2bf65df wallet_api: do not override invalid payment id (moneromooo-monero)
| * | wallet_api: do not override invalid payment idmoneromooo-monero2016-10-161-1/+1
| |/ | | | | | | Instead, return an empty string to mark the error
* / wallet: improve error messages when not enough money for transfermoneromooo-monero2016-10-151-0/+9
|/
* Wallet API: added setRecoveringFromSeed();Jacob Brydolf2016-10-101-0/+4
|
* Merge pull request #1195Riccardo Spagni2016-10-091-7/+28
|\ | | | | | | | | | | | | | | | | | | | | 697ce1d libwallet_api: reverted deleted curly brace (Ilya Kitaev) bb9094f libwallet_api: fixes for transaction history (Ilya Kitaev) 62b3708 libwallet_api: do not signal on sent/received tx until wallet completely synchronized (Ilya Kitaev) 11fab41 libwallet_api: TransactionHistory: read/write syncchronization (Ilya Kitaev) 559f379 libwallet_api: test: adjusted mixin_count=4 as it's minumum allowed (Ilya Kitaev) 8b0cb8c libwallet_api: some renamings (Ilya Kitaev) db3282c Initialize transaction history if empty (Ilya Kitaev) 85f5e73 libwallet_api: fixes for transaction history (Ilya Kitaev)
| * libwallet_api: do not signal on sent/received tx until wallet completelyIlya Kitaev2016-10-071-6/+22
| | | | | | | | synchronized
| * libwallet_api: some renamingsIlya Kitaev2016-10-061-1/+0
| |
| * Initialize transaction history if emptyIlya Kitaev2016-10-061-0/+6
| |
* | libwallet_api: Added option to restore from specific heightJacob Brydolf2016-10-081-0/+4
|/
* Merge pull request #1173Riccardo Spagni2016-10-041-0/+17
|\ | | | | | | 65ea836 wallet2_api: added Wallet::daemonBlockChainTargetHeight() libwallet_api: Wallet::blockChainTargetHeight (Jacob Brydolf)
| * wallet2_api: added Wallet::daemonBlockChainTargetHeight()Jacob Brydolf2016-10-031-0/+17
| | | | | | | | | | | | libwallet_api: Wallet::blockChainTargetHeight Signed-off-by: Jacob Brydolf <jacob@brydolf.net>
* | libwallet_api: do not use fast-refresh on recoveryIlya Kitaev2016-10-011-3/+6
| |
* | libwallet_api: fast-refresh in case of opening non-synced walletIlya Kitaev2016-09-301-4/+5
| |