aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | libwallet_api: fast-refresh for new walletIlya Kitaev2016-09-301-9/+25
|/
* libwallet_api: Wallet::setAutoRefreshInterval sanity checkIlya Kitaev2016-09-281-1/+9
|
* libwallet_api: explicitly return 0 in Wallet::daemonBlockChainHeight()Ilya Kitaev2016-09-281-0/+2
| | | | on error
* wallet2_api: milliseconds resolution for auto-refresh intervalIlya Kitaev2016-09-261-8/+8
|
* wallet2_api: added Wallet::daemonBlockChainHeight()Ilya Kitaev2016-09-261-0/+15
|
* libwallet_api: Wallet::blockChainHeight, WalletListener::newBlockIlya Kitaev2016-09-261-1/+9
|
* wallet2_api: getter and setter for "refresh interval"Ilya Kitaev2016-09-201-1/+19
|
* wallet2_api: fixed deadlock while closing walletIlya Kitaev2016-09-201-3/+7
|
* switch wallet API from std thread/mutex to boostRiccardo Spagni2016-09-181-4/+4
|
* wallet: change priority/fee to ArticMine's recommendationmoneromooo-monero2016-09-161-2/+1
| | | | | | | | | | | We keep 1, 2, 3 multipliers till the fee decrase from 0.01/kB to 0.002/kB, where we start using 1, 20, 166 multipliers. This ensures the higher multiplier will compensate for the block reward penalty when pushing past 100% of the past median. The fee-multiplier wallet setting is now rename to priority, since it keeps its [0..3] range, but maps to different multiplier values.
* wallet2_api: zero amounts are now allowed with rctmoneromooo-monero2016-08-281-6/+0
|
* wallet2_api: update on_money_{received,spent} prototypes for rct changesmoneromooo-monero2016-08-281-4/+2
|
* libwallet_api: Wallet::amountFromString fixedIlya Kitaev2016-08-231-1/+1
|
* libwallet_api: helper method to return maximumAllowedAmountIlya Kitaev2016-08-231-0/+5
|
* libwallet_api: do not store wallet on close if status is not okIlya Kitaev2016-08-221-3/+5
|
* Fake outs set is now decided by the walletmoneromooo-monero2016-08-111-2/+2
| | | | | | | | | | | | | | | | | | This plugs a privacy leak from the wallet to the daemon, as the daemon could previously see what input is included as a transaction input, which the daemon hadn't previously supplied. Now, the wallet requests a particular set of outputs, including the real one. This can result in transactions that can't be accepted if the wallet happens to select too many outputs with non standard unlock times. The daemon could know this and select another output, but the wallet is blind to it. It's currently very unlikely since I don't think anything uses non default unlock times. The wallet requests more outputs than necessary so it can use spares if any of the returns outputs are still locked. If there are not enough spares to reach the desired mixin, the transaction will fail.
* refreshing wallet even if error happenedIlya Kitaev2016-07-181-6/+14
|
* wallet_api: async init, Wallet::connected status, log levelIlya Kitaev2016-07-181-14/+38
|
* libwallet_api cmake: conditionally creating libwallet_merged2 only forIlya Kitaev2016-07-181-2/+1
| | | | STATIC build
* wallet_api: segfault on refresh fixedIlya Kitaev2016-07-181-2/+2
|
* WalletListener functionalityIlya Kitaev2016-07-181-10/+79
|
* Transaction fee multiplier aka priority integragedIlya Kitaev2016-07-181-2/+6
|
* Wallet::paymentIdValidIlya Kitaev2016-07-181-0/+6
|
* Merge branch 'master' of https://github.com/mbg033/bitmoneroIlya Kitaev2016-06-231-5/+3
|\
| * Wallet::createTransaction: added mixin_count paramIlya Kitaev2016-06-201-7/+11
| |
| * double/string to monero integer convertion methodsIlya Kitaev2016-06-161-0/+17
| |
| * wallet::default_mixin exposed to public interface asIlya Kitaev2016-06-101-1/+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/+10
| |
| * WalletListener::moneySpent testIlya Kitaev2016-05-161-0/+8
| |
| * WalletListener::moneySpent(), WalletListener::moneyReceived()Ilya Kitaev2016-05-131-2/+21
| |
| * started WalletListenerIlya Kitaev2016-05-051-1/+53
| |
| * merged with upstreamIlya Kitaev2016-04-261-2/+17
| |
| * Wallet API : transaction history in progressIlya Kitaev2016-04-221-1/+4
| |
| * transaction history api in progressIlya Kitaev2016-04-201-1/+1
| |
| * api implementation splitted over separate filesIlya Kitaev2016-04-201-0/+411
|
* Wallet: payment id and integrated addressIlya Kitaev2016-06-231-8/+50
|
* Wallet::createTransaction: added mixin_count paramIlya Kitaev2016-06-231-7/+11
|
* double/string to monero integer convertion methodsIlya Kitaev2016-06-231-0/+17
|
* wallet::default_mixin exposed to public interface asIlya Kitaev2016-06-231-1/+10
| | | | | Wallet::setDefaultMixin, Wallet::defaultMixin; wallet::create_transaction_2 used in Wallet::createTransaction
* Wallet::filename, Wallet::keysFilename, tests for move walletIlya Kitaev2016-06-231-0/+10
|