summaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Wallet API: add hard fork info functionsJaquee2017-03-241-0/+12
|
* use const references in catch blocksmoneromooo-monero2017-03-181-1/+1
|
* wallet api: fix parameters in wallet2callbackImplJaquee2017-03-031-7/+7
|
* Wallet API: Add support for daemon rpc loginJaquee2017-02-251-2/+4
|
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* Merge pull request #1747Riccardo Spagni2017-02-211-0/+5
|\ | | | | | | 26bd7aac wallet_api: fix logging init via api (moneromooo-monero)
| * wallet_api: fix logging init via apimoneromooo-monero2017-02-181-0/+5
| |
* | simplewallet: validate hex input sizemoneromooo-monero2017-02-141-3/+3
|/
* Merge pull request #1689Riccardo Spagni2017-02-111-1/+1
|\ | | | | | | ce7fcbb4 Add server auth to monerod, and client auth to wallet-cli and wallet-rpc (Lee Clagett)
| * Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett2017-02-061-1/+1
| |
* | Wallet API: Easylogger wrapper for guiJaquee2017-02-051-0/+6
| |
* | GUI: Improved refresh performanceJaquee2017-02-041-7/+10
| |
* | wallet api: Remove initAsync() and don't start refresh automatically on initJaquee2017-02-041-14/+1
|/
* Merge pull request #1629Riccardo Spagni2017-02-021-6/+6
|\ | | | | | | c02e1cb9 Updates to epee HTTP client code - http_simple_client now uses std::chrono for timeouts - http_simple_client accepts timeouts per connect / invoke call - shortened names of epee http invoke functions - invoke command functions only take relative path, connection is not automatically performed (Lee Clagett)
| * Updates to epee HTTP client codeLee Clagett2017-01-251-6/+6
| | | | | | | | | | | | | | | | - http_simple_client now uses std::chrono for timeouts - http_simple_client accepts timeouts per connect / invoke call - shortened names of epee http invoke functions - invoke command functions only take relative path, connection is not automatically performed
* | Wallet API: Create wallet from keysJaquee2017-01-301-0/+130
|/
* wallet: print exception message on get_random_outs_errormoneromooo-monero2017-01-201-2/+2
|
* Merge pull request #1573Riccardo Spagni2017-01-151-2/+4
|\ | | | | | | dea53962 fix timeout in check_connection (Jaquee)
| * fix timeout in check_connectionJaquee2017-01-141-2/+4
| |
* | Merge pull request #1564Riccardo Spagni2017-01-151-6/+49
|\ \ | | | | | | | | | 1d317981 Wallet API: add key image import/export functions (Jaquee)
| * | 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)