aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-13Wallet2: calculate approximate blockchain height on offline creationJacob Brydolf1-0/+1
2016-11-11Merge pull request #1315Riccardo Spagni1-0/+1
2016-11-09wallet2_api: support for sweeping allmoneromooo-monero1-1/+1
2016-11-09Wallet API: use stored refresh height when rebuilding cacheJacob Brydolf1-0/+1
2016-11-09Merge pull request #1310Riccardo Spagni1-0/+1
2016-11-08wallet2_api: API to sign and verify a messagemoneromooo-monero1-0/+3
2016-11-08Merge pull request #1302Riccardo Spagni1-1/+1
2016-11-08Wallet API: added getTxKey()Jacob Brydolf1-0/+1
2016-11-08wallet2_api: add API for create_unmixable_sweep_transactionsmoneromooo-monero1-0/+1
2016-11-07wallet2_api: allow connection to return "yes, but wrong version"moneromooo-monero1-1/+1
2016-11-05wallet2_api: add API for tx notesmoneromooo-monero1-0/+2
2016-10-10Wallet API: added setRecoveringFromSeed();Jacob Brydolf1-0/+1
2016-10-09Merge pull request #1195Riccardo Spagni1-0/+3
2016-10-08libwallet_api: Added option to restore from specific heightJacob Brydolf1-0/+1
2016-10-07libwallet_api: do not signal on sent/received tx until wallet completelyIlya Kitaev1-0/+3
2016-10-04Merge pull request #1173Riccardo Spagni1-0/+1
2016-10-03wallet2_api: added Wallet::daemonBlockChainTargetHeight()Jacob Brydolf1-0/+1
2016-10-01libwallet_api: do not use fast-refresh on recoveryIlya Kitaev1-0/+4
2016-09-30libwallet_api: fast-refresh in case of opening non-synced walletIlya Kitaev1-2/+0
2016-09-30libwallet_api: fast-refresh for new walletIlya Kitaev1-0/+3
2016-09-26wallet2_api: milliseconds resolution for auto-refresh intervalIlya Kitaev1-2/+2
2016-09-26wallet2_api: added Wallet::daemonBlockChainHeight()Ilya Kitaev1-2/+3
2016-09-26libwallet_api: Wallet::blockChainHeight, WalletListener::newBlockIlya Kitaev1-0/+1
2016-09-20wallet2_api: getter and setter for "refresh interval"Ilya Kitaev1-0/+5
2016-09-18switch wallet API from std thread/mutex to boostRiccardo Spagni1-7/+7
2016-07-18refreshing wallet even if error happenedIlya Kitaev1-0/+4
2016-07-18wallet_api: async init, Wallet::connected status, log levelIlya Kitaev1-0/+2
2016-07-18WalletListener functionalityIlya Kitaev1-2/+19
2016-07-18Transaction fee multiplier aka priority integragedIlya Kitaev1-1/+4
2016-06-23Wallet: payment id and integrated addressIlya Kitaev1-1/+3
2016-06-23Wallet::createTransaction: added mixin_count paramIlya Kitaev1-1/+1
2016-06-23wallet::default_mixin exposed to public interface asIlya Kitaev1-0/+2
2016-06-23Wallet::filename, Wallet::keysFilename, tests for move walletIlya Kitaev1-0/+2
2016-06-23started WalletListenerIlya Kitaev1-0/+4
2016-06-23merged with upstreamIlya Kitaev1-0/+3
2016-06-23Wallet API : transaction history in progressIlya Kitaev1-0/+1
2016-06-23transaction history api in progressIlya Kitaev1-2/+5
2016-06-23api implementation splitted over separate filesIlya Kitaev1-0/+86