| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Wallet API: functions for supporting/creating view only wallets | Jaquee | 2017-01-10 | 2 | -5/+66 | |
| | |/ | ||||||
| * / | wallet2_api: add solo mining API | moneromooo-monero | 2017-01-09 | 2 | -1/+40 | |
| |/ | ||||||
| * | Merge pull request #1542 | Riccardo Spagni | 2017-01-08 | 2 | -0/+6 | |
| |\ | | | | | | | 60fe1b61 Add parse_uri to wallet2_api (MoroccanMalinois) | |||||
| | * | Add parse_uri to wallet2_api | MoroccanMalinois | 2017-01-08 | 2 | -0/+6 | |
| | | | ||||||
| * | | Merge pull request #1521 | Riccardo Spagni | 2017-01-08 | 2 | -0/+24 | |
| |\ \ | | | | | | | | | | 21c5af5a wallet2_api: add an address book payment id lookup API (moneromooo-monero) | |||||
| | * | | wallet2_api: add an address book payment id lookup API | moneromooo-monero | 2017-01-01 | 2 | -0/+24 | |
| | |/ | ||||||
| * | | Merge pull request #1509 | Riccardo Spagni | 2017-01-08 | 1 | -4/+2 | |
| |\ \ | | | | | | | | | | 29333c41 wallet api: prevent setting refresh height too high (Jaquee) | |||||
| | * | | wallet api: prevent setting refresh height too high | Jaquee | 2016-12-27 | 1 | -4/+2 | |
| | |/ | ||||||
| * | | Merge pull request #1500 | Riccardo Spagni | 2017-01-08 | 2 | -2/+35 | |
| |\ \ | | | | | | | | | | c0a0fcaf wallet2_api: some new APIs to access daemon state (moneromooo-monero) | |||||
| | * | | wallet2_api: some new APIs to access daemon state | moneromooo-monero | 2016-12-25 | 2 | -2/+35 | |
| | |/ | ||||||
| * / | make openalias also available for solo miner; introduce namespace ↵ | kenshi84 | 2016-12-21 | 1 | -1/+2 | |
| |/ | | | | tools::dns_utils; support integrated address with dns lookup | |||||
| * | wallet2_api: add an API to the OpenAlias resolver | moneromooo-monero | 2016-12-17 | 2 | -0/+9 | |
| | | ||||||
| * | Merge pull request #1455 | Riccardo Spagni | 2016-12-15 | 2 | -2/+2 | |
| |\ | | | | | | | 4bb0bff2 AddressBook: use unsigned type for row ID's (anonimal) | |||||
| | * | AddressBook: use unsigned type for row ID's | anonimal | 2016-12-14 | 2 | -2/+2 | |
| | | | | | | | | | Fixes build warnings and may also prevent future headaches. | |||||
| * | | Wallet API: Do not refresh while daemon is syncing | Jaquee | 2016-12-15 | 2 | -22/+56 | |
| |/ | | | | | + fixed fast refresh when creating wallet offline + improved close wallet logic (make sure refresh thread is stopped) | |||||
| * | Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that ↵ | Randi Joseph | 2016-12-13 | 13 | -14/+40 | |
| | | | | | third party uses of the wallet api can transition. | |||||
| * | addressbook updates | Jaquee | 2016-12-12 | 2 | -16/+22 | |
| | | ||||||
| * | GUI address book | Jaquee | 2016-12-12 | 5 | -4/+211 | |
| | | ||||||
| * | 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 #1388 | Riccardo Spagni | 2016-12-04 | 2 | -2/+71 | |
| |\ \ | | | | | | | | | | fcd178ef wallet_api: add a few daemon related getters (moneromooo-monero) | |||||
| | * | | wallet_api: add a few daemon related getters | moneromooo-monero | 2016-11-29 | 2 | -2/+71 | |
| | | | | | | | | | | | | | Blockchain height, version, Mining hash rate... | |||||
| * | | | Merge pull request #1380 | Riccardo Spagni | 2016-12-04 | 2 | -0/+6 | |
| |\ \ \ | | | | | | | | | | | | | 657a70e0 wallet: add a getter for the filename path (moneromooo-monero) | |||||
| | * | | | wallet: add a getter for the filename path | moneromooo-monero | 2016-11-26 | 2 | -0/+6 | |
| | | |/ | |/| | ||||||
| * / | | 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. | |||||
| * | | Merge pull request #1372 | Riccardo Spagni | 2016-11-24 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | | 17b6bd6 Fix DNS failures in offline mode preventing daemon startup (moneromooo-monero) | |||||
| | * | | Fix DNS failures in offline mode preventing daemon startup | moneromooo-monero | 2016-11-23 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | Merge pull request #1357 | Riccardo Spagni | 2016-11-24 | 1 | -1/+2 | |
| |\ \ | | | | | | | | | | 5fc36f9 wallet2_api: fix history leak on destruction (moneromooo-monero) | |||||
| | * | | wallet2_api: fix history leak on destruction | moneromooo-monero | 2016-11-18 | 1 | -1/+2 | |
| | |/ | ||||||
| * / | 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 | 2 | -1/+5 | |
| | | | | | Wallet API: add approximateBlockChainHeight() | |||||
| * | Merge pull request #1315 | Riccardo Spagni | 2016-11-11 | 2 | -2/+13 | |
| |\ | | | | | | | 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 | 2 | -2/+13 | |
| | | | ||||||
| * | | wallet2_api: support for sweeping all | moneromooo-monero | 2016-11-09 | 2 | -10/+18 | |
| |/ | ||||||
| * | Merge pull request #1310 | Riccardo Spagni | 2016-11-09 | 2 | -0/+93 | |
| |\ | | | | | | | 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 | 2 | -0/+93 | |
| | | | ||||||
| * | | Merge pull request #1309 | Riccardo Spagni | 2016-11-09 | 2 | -0/+20 | |
| |\ \ | | | | | | | | | | c441a61 wallet2_api: API to sign and verify a message (moneromooo-monero) | |||||
| | * | | wallet2_api: API to sign and verify a message | moneromooo-monero | 2016-11-08 | 2 | -0/+20 | |
| | | | | ||||||
| * | | | wallet_api: PendingTransaction::txCount - number of split transactions | Ilya Kitaev | 2016-11-09 | 2 | -2/+8 | |
| |/ / | ||||||
| * | | 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 | 2 | -3/+9 | |
| |\ \ | | | | | | | | | | 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 | 2 | -3/+9 | |
| | |/ | ||||||
| * | | Merge pull request #1301 | Riccardo Spagni | 2016-11-08 | 2 | -0/+21 | |
| |\ \ | | | | | | | | | | 35da3cb Wallet API: added getTxKey() (Jacob Brydolf) | |||||
| | * | | Wallet API: added getTxKey() | Jacob Brydolf | 2016-11-08 | 2 | -0/+21 | |
| | | | | ||||||
| * | | | Merge pull request #1300 | Riccardo Spagni | 2016-11-08 | 1 | -1/+1 | |
| |\ \ \ | |/ / |/| | | | | | eb19492 wallet2_api: do not copy the whole pending tx when iterating (moneromooo-monero) | |||||
| | * | | wallet2_api: do not copy the whole pending tx when iterating | moneromooo-monero | 2016-11-06 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge pull request #1298 | Riccardo Spagni | 2016-11-08 | 4 | -0/+31 | |
| |\ \ \ | | | | | | | | | | | | | 97288a5 wallet2_api: add API for tx notes (moneromooo-monero) | |||||
| | * | | | wallet2_api: add API for tx notes | moneromooo-monero | 2016-11-05 | 4 | -0/+31 | |
| | |/ / | ||||||
| * | | | Merge pull request #1297 | Riccardo Spagni | 2016-11-08 | 2 | -0/+154 | |
| |\ \ \ | |_|/ |/| | | | | | af8a260 wallet_api: txkey checking functions for the GUI (moneromooo.monero) | |||||
