aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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)
| * libwallet_api: reverted deleted curly braceIlya Kitaev2016-10-071-0/+1
| |
| * resolved conflict with 'develop' of https://github.com/mbg033/moneroIlya Kitaev2016-10-071-3/+0
| |\
| | * libwallet_api: fixes for transaction historyIlya Kitaev2016-10-041-3/+13
| | |
| * | libwallet_api: do not signal on sent/received tx until wallet completelyIlya Kitaev2016-10-072-6/+25
| | | | | | | | | | | | synchronized
| * | libwallet_api: TransactionHistory: read/write syncchronizationIlya Kitaev2016-10-062-14/+21
| | |
| * | libwallet_api: some renamingsIlya Kitaev2016-10-063-3/+3
| | |
| * | Initialize transaction history if emptyIlya Kitaev2016-10-063-2/+11
| | |
| * | libwallet_api: fixes for transaction historyIlya Kitaev2016-10-061-3/+13
| | |
* | | libwallet_api: Added option to restore from specific heightJacob Brydolf2016-10-084-2/+10
|/ /
* | Merge pull request #1173Riccardo Spagni2016-10-042-0/+18
|\ \ | |/ |/| | | 65ea836 wallet2_api: added Wallet::daemonBlockChainTargetHeight() libwallet_api: Wallet::blockChainTargetHeight (Jacob Brydolf)
| * wallet2_api: added Wallet::daemonBlockChainTargetHeight()Jacob Brydolf2016-10-032-0/+18
| | | | | | | | | | | | libwallet_api: Wallet::blockChainTargetHeight Signed-off-by: Jacob Brydolf <jacob@brydolf.net>
* | libwallet_api: do not use fast-refresh on recoveryIlya Kitaev2016-10-012-3/+10
| |
* | libwallet_api: fast-refresh in case of opening non-synced walletIlya Kitaev2016-09-302-6/+5
| |
* | libwallet_api: fix unhandled exception on address checkIlya Kitaev2016-09-301-12/+16
| |
* | libwallet_api: fast-refresh for new walletIlya Kitaev2016-09-302-9/+28
|/
* 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-262-10/+10
|
* wallet2_api: added Wallet::daemonBlockChainHeight()Ilya Kitaev2016-09-262-2/+18
|
* libwallet_api: Wallet::blockChainHeight, WalletListener::newBlockIlya Kitaev2016-09-262-1/+10
|
* wallet2_api: getter and setter for "refresh interval"Ilya Kitaev2016-09-202-1/+24
|
* wallet2_api: fixed deadlock while closing walletIlya Kitaev2016-09-201-3/+7
|
* switch wallet API from std thread/mutex to boostRiccardo Spagni2016-09-182-11/+11
|
* 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.
* wallet: do not store signatures in the wallet cachemoneromooo-monero2016-08-281-3/+2
| | | | | Saves some substantial space. Also avoid calculating tx hashes we don't need.
* 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.
* Merge pull request #915Riccardo Spagni2016-07-233-21/+162
|\ | | | | | | | | | | | | | | | | | | | | d7597c5 refreshing wallet even if error happened (Ilya Kitaev) 6d32a3d wallet_api: async init, Wallet::connected status, log level (Ilya Kitaev) 193d251 libwallet_api cmake: conditionally creating libwallet_merged2 only for STATIC build (Ilya Kitaev) 10c06dd wallet_api: segfault on refresh fixed (Ilya Kitaev) 9d2cb4f WalletListener functionality (Ilya Kitaev) d27b883 hack to successfull linking for MSYS2 (Ilya Kitaev) 083380c Transaction fee multiplier aka priority integraged (Ilya Kitaev) 00ed12b Wallet::paymentIdValid (Ilya Kitaev)
| * refreshing wallet even if error happenedIlya Kitaev2016-07-182-6/+18
| |
| * wallet_api: async init, Wallet::connected status, log levelIlya Kitaev2016-07-183-14/+45
| |
| * libwallet_api cmake: conditionally creating libwallet_merged2 only forIlya Kitaev2016-07-181-2/+1
| | | | | | | | STATIC build