summaryrefslogtreecommitdiff
path: root/src/wallet/api
Commit message (Collapse)AuthorAgeFilesLines
* Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that ↵Randi Joseph2016-12-1313-14/+40
| | | | third party uses of the wallet api can transition.
* addressbook updatesJaquee2016-12-122-16/+22
|
* GUI address bookJaquee2016-12-125-4/+211
|
* 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 #1388Riccardo Spagni2016-12-042-2/+71
|\ \ | | | | | | | | | fcd178ef wallet_api: add a few daemon related getters (moneromooo-monero)
| * | wallet_api: add a few daemon related gettersmoneromooo-monero2016-11-292-2/+71
| | | | | | | | | | | | Blockchain height, version, Mining hash rate...
* | | Merge pull request #1380Riccardo Spagni2016-12-042-0/+6
|\ \ \ | | | | | | | | | | | | 657a70e0 wallet: add a getter for the filename path (moneromooo-monero)
| * | | wallet: add a getter for the filename pathmoneromooo-monero2016-11-262-0/+6
| | |/ | |/|
* / | 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.
* | Merge pull request #1372Riccardo Spagni2016-11-241-1/+1
|\ \ | | | | | | | | | 17b6bd6 Fix DNS failures in offline mode preventing daemon startup (moneromooo-monero)
| * | Fix DNS failures in offline mode preventing daemon startupmoneromooo-monero2016-11-231-1/+1
| |/
* | Merge pull request #1357Riccardo Spagni2016-11-241-1/+2
|\ \ | | | | | | | | | 5fc36f9 wallet2_api: fix history leak on destruction (moneromooo-monero)
| * | wallet2_api: fix history leak on destructionmoneromooo-monero2016-11-181-1/+2
| |/
* / 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-132-1/+5
| | | | Wallet API: add approximateBlockChainHeight()
* Merge pull request #1315Riccardo Spagni2016-11-112-2/+13
|\ | | | | | | 9150a16 Wallet API: use stored refresh height when rebuilding cache (Jacob Brydolf)
| * Wallet API: use stored refresh height when rebuilding cacheJacob Brydolf2016-11-092-2/+13
| |
* | wallet2_api: support for sweeping allmoneromooo-monero2016-11-092-10/+18
|/
* Merge pull request #1310Riccardo Spagni2016-11-092-0/+93
|\ | | | | | | 40a68e2 wallet2_api: add API for create_unmixable_sweep_transactions (moneromooo-monero)
| * wallet2_api: add API for create_unmixable_sweep_transactionsmoneromooo-monero2016-11-082-0/+93
| |
* | Merge pull request #1309Riccardo Spagni2016-11-092-0/+20
|\ \ | | | | | | | | | c441a61 wallet2_api: API to sign and verify a message (moneromooo-monero)
| * | wallet2_api: API to sign and verify a messagemoneromooo-monero2016-11-082-0/+20
| | |
* | | wallet_api: PendingTransaction::txCount - number of split transactionsIlya Kitaev2016-11-092-2/+8
|/ /
* | 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-082-3/+9
|\ \ | | | | | | | | | 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-072-3/+9
| |/
* | Merge pull request #1301Riccardo Spagni2016-11-082-0/+21
|\ \ | | | | | | | | | 35da3cb Wallet API: added getTxKey() (Jacob Brydolf)
| * | Wallet API: added getTxKey()Jacob Brydolf2016-11-082-0/+21
| | |
* | | Merge pull request #1300Riccardo Spagni2016-11-081-1/+1
|\ \ \ | |/ / |/| | | | | eb19492 wallet2_api: do not copy the whole pending tx when iterating (moneromooo-monero)
| * | wallet2_api: do not copy the whole pending tx when iteratingmoneromooo-monero2016-11-061-1/+1
| | |
* | | Merge pull request #1298Riccardo Spagni2016-11-084-0/+31
|\ \ \ | | | | | | | | | | | | 97288a5 wallet2_api: add API for tx notes (moneromooo-monero)
| * | | wallet2_api: add API for tx notesmoneromooo-monero2016-11-054-0/+31
| |/ /
* | | Merge pull request #1297Riccardo Spagni2016-11-082-0/+154
|\ \ \ | |_|/ |/| | | | | af8a260 wallet_api: txkey checking functions for the GUI (moneromooo.monero)
| * | wallet_api: txkey checking functions for the GUImoneromooo.monero2016-11-052-0/+154
| |/
* / wallet: fix bad amounts/fees againmoneromooo-monero2016-11-021-1/+1
|/ | | | | | | | | | | m_amount_out was sometimes getting initialized with the sum of an transaction's outputs, and sometimes with the sum of outputs that were not change. This caused confusion and bugs. We now always set it to the sum of outputs. This reverts an earlier fix for bad amounts as this used the other semantics. The wallet data should be converted automatically in a percentage of cases that I'm hesitant to estimate. In any case, restoring from seed or keys or rebuilding the cache will get it right.
* Wallet API: added walletExists logicJacob Brydolf2016-10-301-1/+7
|
* Wallet API: make sure path exists before searching for walletsJacob Brydolf2016-10-281-2/+5
|
* 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
* | Merge pull request #1220Riccardo Spagni2016-10-221-0/+9
|\ \ | | | | | | | | | e76dcdd wallet: improve error messages when not enough money for transfer (moneromooo-monero)
| * | wallet: improve error messages when not enough money for transfermoneromooo-monero2016-10-151-0/+9
| |/
* / wallet_api: fix wrong amount in tx historymoneromooo-monero2016-10-151-1/+1
|/
* Wallet API: added setRecoveringFromSeed();Jacob Brydolf2016-10-102-0/+5
|
* Merge pull request #1195Riccardo Spagni2016-10-094-19/+62
|\ | | | | | | | | | | | | | | | | | | | | 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)