| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that ↵ | Randi Joseph | 2016-12-13 | 1 | -1/+3 |
| | | | | | third party uses of the wallet api can transition. | ||||
| * | addressbook updates | Jaquee | 2016-12-12 | 1 | -6/+11 |
| | | |||||
| * | GUI address book | Jaquee | 2016-12-12 | 1 | -3/+10 |
| | | |||||
| * | Merge pull request #1398 | Riccardo Spagni | 2016-12-04 | 1 | -1/+1 |
| |\ | | | | | | | f4772bae Fix a few minor typos (Pierre Boyer) | ||||
| | * | Fix a few minor typos | Pierre Boyer | 2016-12-04 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #1380 | Riccardo Spagni | 2016-12-04 | 1 | -0/+5 |
| |\ \ | | | | | | | | | | 657a70e0 wallet: add a getter for the filename path (moneromooo-monero) | ||||
| | * | | wallet: add a getter for the filename path | moneromooo-monero | 2016-11-26 | 1 | -0/+5 |
| | |/ | |||||
| * / | Improve daemon RPC version handling | moneromooo-monero | 2016-11-26 | 1 | -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. | ||||
| * | wallet2_api: fix payment ids from integrated addresses being ignored | moneromooo-monero | 2016-11-18 | 1 | -0/+11 |
| | | |||||
| * | Wallet2: calculate approximate blockchain height on offline creation | Jacob Brydolf | 2016-11-13 | 1 | -1/+4 |
| | | | | | Wallet API: add approximateBlockChainHeight() | ||||
| * | Merge pull request #1315 | Riccardo Spagni | 2016-11-11 | 1 | -2/+12 |
| |\ | | | | | | | 9150a16 Wallet API: use stored refresh height when rebuilding cache (Jacob Brydolf) | ||||
| | * | Wallet API: use stored refresh height when rebuilding cache | Jacob Brydolf | 2016-11-09 | 1 | -2/+12 |
| | | | |||||
| * | | wallet2_api: support for sweeping all | moneromooo-monero | 2016-11-09 | 1 | -9/+17 |
| |/ | |||||
| * | Merge pull request #1310 | Riccardo Spagni | 2016-11-09 | 1 | -0/+92 |
| |\ | | | | | | | 40a68e2 wallet2_api: add API for create_unmixable_sweep_transactions (moneromooo-monero) | ||||
| | * | wallet2_api: add API for create_unmixable_sweep_transactions | moneromooo-monero | 2016-11-08 | 1 | -0/+92 |
| | | | |||||
| * | | wallet2_api: API to sign and verify a message | moneromooo-monero | 2016-11-08 | 1 | -0/+17 |
| | | | |||||
| * | | Merge pull request #1308 | Riccardo Spagni | 2016-11-08 | 1 | -0/+6 |
| |\ \ | | | | | | | | | | 0c530de Wallet API: Pause refresh while creating transaction (Jacob Brydolf) | ||||
| | * | | Wallet API: Pause refresh while creating transaction | Jacob Brydolf | 2016-11-08 | 1 | -0/+6 |
| | |/ | |||||
| * | | Merge pull request #1302 | Riccardo Spagni | 2016-11-08 | 1 | -2/+8 |
| |\ \ | | | | | | | | | | 63fe6fd wallet2_api: allow connection to return "yes, but wrong version" (moneromooo-monero) | ||||
| | * | | wallet2_api: allow connection to return "yes, but wrong version" | moneromooo-monero | 2016-11-07 | 1 | -2/+8 |
| | |/ | |||||
| * | | Wallet API: added getTxKey() | Jacob Brydolf | 2016-11-08 | 1 | -0/+20 |
| | | | |||||
| * | | wallet2_api: add API for tx notes | moneromooo-monero | 2016-11-05 | 1 | -0/+20 |
| |/ | |||||
| * | Merge pull request #1230 | Riccardo Spagni | 2016-10-23 | 1 | -0/+20 |
| |\ | | | | | | | 06b642d wallet_api: add address validation functions (moneromooo-monero) | ||||
| | * | wallet_api: add address validation functions | moneromooo-monero | 2016-10-16 | 1 | -0/+20 |
| | | | | | | | | | The payment id from integrated addresses is also parsed | ||||
| * | | Merge pull request #1229 | Riccardo Spagni | 2016-10-22 | 1 | -2/+7 |
| |\ \ | | | | | | | | | | b6b86ab wallet2_api: recognize full size payment ids as valid (moneromooo-monero) | ||||
| | * | | wallet2_api: recognize full size payment ids as valid | moneromooo-monero | 2016-10-16 | 1 | -2/+7 |
| | |/ | |||||
| * | | Merge pull request #1228 | Riccardo Spagni | 2016-10-22 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | 2bf65df wallet_api: do not override invalid payment id (moneromooo-monero) | ||||
| | * | | wallet_api: do not override invalid payment id | moneromooo-monero | 2016-10-16 | 1 | -1/+1 |
| | |/ | | | | | | | Instead, return an empty string to mark the error | ||||
| * / | wallet: improve error messages when not enough money for transfer | moneromooo-monero | 2016-10-15 | 1 | -0/+9 |
| |/ | |||||
| * | Wallet API: added setRecoveringFromSeed(); | Jacob Brydolf | 2016-10-10 | 1 | -0/+4 |
| | | |||||
| * | Merge pull request #1195 | Riccardo Spagni | 2016-10-09 | 1 | -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 completely | Ilya Kitaev | 2016-10-07 | 1 | -6/+22 |
| | | | | | | | | | synchronized | ||||
| | * | libwallet_api: some renamings | Ilya Kitaev | 2016-10-06 | 1 | -1/+0 |
| | | | |||||
| | * | Initialize transaction history if empty | Ilya Kitaev | 2016-10-06 | 1 | -0/+6 |
| | | | |||||
| * | | libwallet_api: Added option to restore from specific height | Jacob Brydolf | 2016-10-08 | 1 | -0/+4 |
| |/ | |||||
| * | Merge pull request #1173 | Riccardo Spagni | 2016-10-04 | 1 | -0/+17 |
| |\ | | | | | | | 65ea836 wallet2_api: added Wallet::daemonBlockChainTargetHeight() libwallet_api: Wallet::blockChainTargetHeight (Jacob Brydolf) | ||||
| | * | wallet2_api: added Wallet::daemonBlockChainTargetHeight() | Jacob Brydolf | 2016-10-03 | 1 | -0/+17 |
| | | | | | | | | | | | | | libwallet_api: Wallet::blockChainTargetHeight Signed-off-by: Jacob Brydolf <jacob@brydolf.net> | ||||
| * | | libwallet_api: do not use fast-refresh on recovery | Ilya Kitaev | 2016-10-01 | 1 | -3/+6 |
| | | | |||||
| * | | libwallet_api: fast-refresh in case of opening non-synced wallet | Ilya Kitaev | 2016-09-30 | 1 | -4/+5 |
| | | | |||||
| * | | libwallet_api: fast-refresh for new wallet | Ilya Kitaev | 2016-09-30 | 1 | -9/+25 |
| |/ | |||||
| * | libwallet_api: Wallet::setAutoRefreshInterval sanity check | Ilya Kitaev | 2016-09-28 | 1 | -1/+9 |
| | | |||||
| * | libwallet_api: explicitly return 0 in Wallet::daemonBlockChainHeight() | Ilya Kitaev | 2016-09-28 | 1 | -0/+2 |
| | | | | | on error | ||||
| * | wallet2_api: milliseconds resolution for auto-refresh interval | Ilya Kitaev | 2016-09-26 | 1 | -8/+8 |
| | | |||||
| * | wallet2_api: added Wallet::daemonBlockChainHeight() | Ilya Kitaev | 2016-09-26 | 1 | -0/+15 |
| | | |||||
| * | libwallet_api: Wallet::blockChainHeight, WalletListener::newBlock | Ilya Kitaev | 2016-09-26 | 1 | -1/+9 |
| | | |||||
| * | wallet2_api: getter and setter for "refresh interval" | Ilya Kitaev | 2016-09-20 | 1 | -1/+19 |
| | | |||||
| * | wallet2_api: fixed deadlock while closing wallet | Ilya Kitaev | 2016-09-20 | 1 | -3/+7 |
| | | |||||
| * | switch wallet API from std thread/mutex to boost | Riccardo Spagni | 2016-09-18 | 1 | -4/+4 |
| | | |||||
| * | wallet: change priority/fee to ArticMine's recommendation | moneromooo-monero | 2016-09-16 | 1 | -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 rct | moneromooo-monero | 2016-08-28 | 1 | -6/+0 |
| | | |||||
