aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2_api.h
Commit message (Collapse)AuthorAgeFilesLines
...
* GUI address bookJaquee2016-12-121-0/+46
|
* Merge pull request #1388Riccardo Spagni2016-12-041-0/+17
|\ | | | | | | fcd178ef wallet_api: add a few daemon related getters (moneromooo-monero)
| * wallet_api: add a few daemon related gettersmoneromooo-monero2016-11-291-0/+17
| | | | | | | | Blockchain height, version, Mining hash rate...
* | wallet: add a getter for the filename pathmoneromooo-monero2016-11-261-0/+1
|/
* Wallet2: calculate approximate blockchain height on offline creationJacob Brydolf2016-11-131-0/+6
| | | | Wallet API: add approximateBlockChainHeight()
* wallet2_api: support for sweeping allmoneromooo-monero2016-11-091-1/+15
|
* Merge pull request #1310Riccardo Spagni2016-11-091-0/+8
|\ | | | | | | 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/+8
| |
* | Merge pull request #1309Riccardo Spagni2016-11-091-0/+15
|\ \ | | | | | | | | | c441a61 wallet2_api: API to sign and verify a message (moneromooo-monero)
| * | wallet2_api: API to sign and verify a messagemoneromooo-monero2016-11-081-0/+15
| | |
* | | wallet_api: PendingTransaction::txCount - number of split transactionsIlya Kitaev2016-11-091-0/+5
|/ /
* | Merge pull request #1302Riccardo Spagni2016-11-081-1/+7
|\ \ | | | | | | | | | 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-1/+7
| |/
* | Wallet API: added getTxKey()Jacob Brydolf2016-11-081-0/+1
| |
* | Merge pull request #1298Riccardo Spagni2016-11-081-0/+15
|\ \ | | | | | | | | | 97288a5 wallet2_api: add API for tx notes (moneromooo-monero)
| * | wallet2_api: add API for tx notesmoneromooo-monero2016-11-051-0/+15
| |/
* / wallet_api: txkey checking functions for the GUImoneromooo.monero2016-11-051-0/+13
|/
* wallet_api: add address validation functionsmoneromooo-monero2016-10-161-0/+2
| | | | The payment id from integrated addresses is also parsed
* Wallet API: added setRecoveringFromSeed();Jacob Brydolf2016-10-101-0/+7
|
* Merge pull request #1195Riccardo Spagni2016-10-091-0/+6
|\ | | | | | | | | | | | | | | | | | | | | 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-0/+6
| | | | | | | | synchronized
* | libwallet_api: Added option to restore from specific heightJacob Brydolf2016-10-081-1/+10
|/
* wallet2_api: added Wallet::daemonBlockChainTargetHeight()Jacob Brydolf2016-10-031-0/+6
| | | | | | libwallet_api: Wallet::blockChainTargetHeight Signed-off-by: Jacob Brydolf <jacob@brydolf.net>
* wallet2_api: milliseconds resolution for auto-refresh intervalIlya Kitaev2016-09-261-3/+3
|
* wallet2_api: added Wallet::daemonBlockChainHeight()Ilya Kitaev2016-09-261-1/+9
|
* libwallet_api: Wallet::blockChainHeight, WalletListener::newBlockIlya Kitaev2016-09-261-2/+32
|
* wallet2_api: getter and setter for "refresh interval"Ilya Kitaev2016-09-201-0/+15
|
* libwallet_api: helper method to return maximumAllowedAmountIlya Kitaev2016-08-231-0/+1
|
* wallet_api: async init, Wallet::connected status, log levelIlya Kitaev2016-07-181-4/+46
|
* wallet_api: segfault on refresh fixedIlya Kitaev2016-07-181-3/+7
|
* WalletListener functionalityIlya Kitaev2016-07-181-1/+7
|
* Transaction fee multiplier aka priority integragedIlya Kitaev2016-07-181-1/+15
|
* Wallet::paymentIdValidIlya Kitaev2016-07-181-0/+1
|
* Merge branch 'master' of https://github.com/mbg033/bitmoneroIlya Kitaev2016-06-231-0/+4
|\
| * Wallet::createTransaction: added mixin_count paramIlya Kitaev2016-06-201-2/+11
| |
| * double/string to monero integer convertion methodsIlya Kitaev2016-06-161-0/+2
| |
| * wallet::default_mixin exposed to public interface asIlya Kitaev2016-06-101-0/+10
| | | | | | | | | | Wallet::setDefaultMixin, Wallet::defaultMixin; wallet::create_transaction_2 used in Wallet::createTransaction
| * Wallet::filename, Wallet::keysFilename, tests for move walletIlya Kitaev2016-06-101-0/+17
| |
| * Wallet API : WalletManager::findWallets() addedIlya Kitaev2016-06-031-3/+18
| |
| * WalletListener::moneySpent testIlya Kitaev2016-05-161-2/+2
| |
| * WalletListener::moneySpent(), WalletListener::moneyReceived()Ilya Kitaev2016-05-131-0/+1
| |
| * started WalletListenerIlya Kitaev2016-05-051-0/+8
| |
| * TransactionHistory continuedIlya Kitaev2016-04-291-1/+11
| |
| * merged with upstreamIlya Kitaev2016-04-261-0/+5
| |
| * Wallet API: transaction history in progressIlya Kitaev2016-04-221-0/+1
| |
| * Wallet API : transaction history in progressIlya Kitaev2016-04-221-13/+16
| |
| * transaction history api in progressIlya Kitaev2016-04-201-2/+1
| |
| * api implementation splitted over separate filesIlya Kitaev2016-04-201-2/+6
| |
| * TransactionInfo / TransactionHistory APIs designIlya Kitaev2016-04-191-7/+33
| |
| * TODOs for Transaction/Transfer interfaceIlya Kitaev2016-04-121-9/+8
| |