Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-24 | Wallet API: add hard fork info functions | Jaquee | 1 | -4/+4 | |
2017-03-03 | Merge pull request #1827 | Riccardo Spagni | 1 | -1/+1 | |
db1c7d80 wallet api: add missing mining options (Jaquee) | |||||
2017-03-02 | wallet api: add missing mining options | Jaquee | 1 | -1/+1 | |
2017-02-25 | Wallet API: Add support for daemon rpc login | Jaquee | 1 | -1/+1 | |
2017-02-22 | wallet2_api: add updates check api | moneromooo-monero | 1 | -0/+3 | |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2017-02-18 | wallet_api: fix logging init via api | moneromooo-monero | 1 | -0/+1 | |
2017-02-05 | Wallet API: Easylogger wrapper for gui | Jaquee | 1 | -0/+2 | |
2017-02-04 | wallet api: Remove initAsync() and don't start refresh automatically on init | Jaquee | 1 | -14/+4 | |
2017-01-30 | Wallet API: Create wallet from keys | Jaquee | 1 | -0/+20 | |
2017-01-22 | Wallet api: testnet getter | = | 1 | -0/+1 | |
2017-01-16 | wallet2_api: add API to set log categories | moneromooo-monero | 1 | -0/+1 | |
2017-01-15 | Merge pull request #1564 | Riccardo Spagni | 1 | -0/+15 | |
1d317981 Wallet API: add key image import/export functions (Jaquee) | |||||
2017-01-13 | Wallet API: add key image import/export functions | Jaquee | 1 | -0/+15 | |
2017-01-13 | Wallet API: add rescanSpent() | Jaquee | 1 | -0/+5 | |
2017-01-13 | Merge pull request #1559 | Riccardo Spagni | 1 | -0/+8 | |
db56a03f Wallet2 + API: Callbacks for unconfirmed transfers (Jaquee) | |||||
2017-01-13 | Merge pull request #1541 | Riccardo Spagni | 1 | -1/+59 | |
0d3918e1 Wallet api: Update trustedDaemon when daemon is changed (Jaquee) dbb838f4 GUI cold signing (Jaquee) afb85a02 Wallet API: functions for supporting/creating view only wallets (Jaquee) | |||||
2017-01-13 | Merge pull request #1526 | Riccardo Spagni | 1 | -0/+21 | |
5eed5b05 Wallet API: functions for supporting/creating view only wallets (Jaquee) | |||||
2017-01-12 | Wallet2 + API: Callbacks for unconfirmed transfers | Jaquee | 1 | -0/+8 | |
2017-01-10 | GUI cold signing | Jaquee | 1 | -1/+59 | |
fix conflict | |||||
2017-01-10 | Wallet API: functions for supporting/creating view only wallets | Jaquee | 1 | -0/+21 | |
2017-01-10 | Wallet API: functions for supporting/creating view only wallets | Jaquee | 1 | -0/+21 | |
2017-01-09 | wallet2_api: add solo mining API | moneromooo-monero | 1 | -0/+9 | |
2017-01-08 | Merge pull request #1542 | Riccardo Spagni | 1 | -0/+2 | |
60fe1b61 Add parse_uri to wallet2_api (MoroccanMalinois) | |||||
2017-01-08 | Merge pull request #1521 | Riccardo Spagni | 1 | -0/+1 | |
21c5af5a wallet2_api: add an address book payment id lookup API (moneromooo-monero) | |||||
2017-01-08 | Add parse_uri to wallet2_api | MoroccanMalinois | 1 | -0/+2 | |
2017-01-01 | wallet2_api: add an address book payment id lookup API | moneromooo-monero | 1 | -0/+1 | |
2016-12-25 | wallet2_api: some new APIs to access daemon state | moneromooo-monero | 1 | -0/+6 | |
2016-12-17 | wallet2_api: add an API to the OpenAlias resolver | moneromooo-monero | 1 | -0/+3 | |
2016-12-15 | Merge pull request #1455 | Riccardo Spagni | 1 | -4/+4 | |
4bb0bff2 AddressBook: use unsigned type for row ID's (anonimal) | |||||
2016-12-15 | Wallet API: Do not refresh while daemon is syncing | Jaquee | 1 | -0/+9 | |
+ fixed fast refresh when creating wallet offline + improved close wallet logic (make sure refresh thread is stopped) | |||||
2016-12-14 | AddressBook: use unsigned type for row ID's | anonimal | 1 | -4/+4 | |
Fixes build warnings and may also prevent future headaches. | |||||
2016-12-13 | Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that ↵ | Randi Joseph | 1 | -1/+3 | |
third party uses of the wallet api can transition. | |||||
2016-12-12 | addressbook updates | Jaquee | 1 | -2/+4 | |
2016-12-12 | GUI address book | Jaquee | 1 | -0/+46 | |
2016-12-04 | Merge pull request #1388 | Riccardo Spagni | 1 | -0/+17 | |
fcd178ef wallet_api: add a few daemon related getters (moneromooo-monero) | |||||
2016-11-29 | wallet_api: add a few daemon related getters | moneromooo-monero | 1 | -0/+17 | |
Blockchain height, version, Mining hash rate... | |||||
2016-11-26 | wallet: add a getter for the filename path | moneromooo-monero | 1 | -0/+1 | |
2016-11-13 | Wallet2: calculate approximate blockchain height on offline creation | Jacob Brydolf | 1 | -0/+6 | |
Wallet API: add approximateBlockChainHeight() | |||||
2016-11-09 | wallet2_api: support for sweeping all | moneromooo-monero | 1 | -1/+15 | |
2016-11-09 | Merge pull request #1310 | Riccardo Spagni | 1 | -0/+8 | |
40a68e2 wallet2_api: add API for create_unmixable_sweep_transactions (moneromooo-monero) | |||||
2016-11-09 | Merge pull request #1309 | Riccardo Spagni | 1 | -0/+15 | |
c441a61 wallet2_api: API to sign and verify a message (moneromooo-monero) | |||||
2016-11-08 | wallet2_api: API to sign and verify a message | moneromooo-monero | 1 | -0/+15 | |
2016-11-09 | wallet_api: PendingTransaction::txCount - number of split transactions | Ilya Kitaev | 1 | -0/+5 | |
2016-11-08 | Merge pull request #1302 | Riccardo Spagni | 1 | -1/+7 | |
63fe6fd wallet2_api: allow connection to return "yes, but wrong version" (moneromooo-monero) | |||||
2016-11-08 | Wallet API: added getTxKey() | Jacob Brydolf | 1 | -0/+1 | |
2016-11-08 | Merge pull request #1298 | Riccardo Spagni | 1 | -0/+15 | |
97288a5 wallet2_api: add API for tx notes (moneromooo-monero) | |||||
2016-11-08 | wallet2_api: add API for create_unmixable_sweep_transactions | moneromooo-monero | 1 | -0/+8 | |
2016-11-07 | wallet2_api: allow connection to return "yes, but wrong version" | moneromooo-monero | 1 | -1/+7 | |
2016-11-05 | wallet2_api: add API for tx notes | moneromooo-monero | 1 | -0/+15 | |
2016-11-05 | wallet_api: txkey checking functions for the GUI | moneromooo.monero | 1 | -0/+13 | |
2016-10-16 | wallet_api: add address validation functions | moneromooo-monero | 1 | -0/+2 | |
The payment id from integrated addresses is also parsed | |||||
2016-10-10 | Wallet API: added setRecoveringFromSeed(); | Jacob Brydolf | 1 | -0/+7 | |
2016-10-09 | Merge pull request #1195 | Riccardo Spagni | 1 | -0/+6 | |
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) | |||||
2016-10-08 | libwallet_api: Added option to restore from specific height | Jacob Brydolf | 1 | -1/+10 | |
2016-10-07 | libwallet_api: do not signal on sent/received tx until wallet completely | Ilya Kitaev | 1 | -0/+6 | |
synchronized | |||||
2016-10-03 | wallet2_api: added Wallet::daemonBlockChainTargetHeight() | Jacob Brydolf | 1 | -0/+6 | |
libwallet_api: Wallet::blockChainTargetHeight Signed-off-by: Jacob Brydolf <jacob@brydolf.net> | |||||
2016-09-26 | wallet2_api: milliseconds resolution for auto-refresh interval | Ilya Kitaev | 1 | -3/+3 | |
2016-09-26 | wallet2_api: added Wallet::daemonBlockChainHeight() | Ilya Kitaev | 1 | -1/+9 | |
2016-09-26 | libwallet_api: Wallet::blockChainHeight, WalletListener::newBlock | Ilya Kitaev | 1 | -2/+32 | |
2016-09-20 | wallet2_api: getter and setter for "refresh interval" | Ilya Kitaev | 1 | -0/+15 | |
2016-08-23 | libwallet_api: helper method to return maximumAllowedAmount | Ilya Kitaev | 1 | -0/+1 | |
2016-07-18 | wallet_api: async init, Wallet::connected status, log level | Ilya Kitaev | 1 | -4/+46 | |
2016-07-18 | wallet_api: segfault on refresh fixed | Ilya Kitaev | 1 | -3/+7 | |
2016-07-18 | WalletListener functionality | Ilya Kitaev | 1 | -1/+7 | |
2016-07-18 | Transaction fee multiplier aka priority integraged | Ilya Kitaev | 1 | -1/+15 | |
2016-07-18 | Wallet::paymentIdValid | Ilya Kitaev | 1 | -0/+1 | |
2016-06-23 | Merge branch 'master' of https://github.com/mbg033/bitmonero | Ilya Kitaev | 1 | -0/+4 | |
2016-06-23 | Wallet: payment id and integrated address | Ilya Kitaev | 1 | -2/+15 | |
2016-06-23 | Wallet::createTransaction: added mixin_count param | Ilya Kitaev | 1 | -2/+11 | |
2016-06-23 | double/string to monero integer convertion methods | Ilya Kitaev | 1 | -0/+2 | |
2016-06-23 | wallet::default_mixin exposed to public interface as | Ilya Kitaev | 1 | -0/+10 | |
Wallet::setDefaultMixin, Wallet::defaultMixin; wallet::create_transaction_2 used in Wallet::createTransaction | |||||
2016-06-23 | Wallet::filename, Wallet::keysFilename, tests for move wallet | Ilya Kitaev | 1 | -0/+17 | |
2016-06-23 | Wallet API : WalletManager::findWallets() added | Ilya Kitaev | 1 | -3/+18 | |
2016-06-23 | WalletListener::moneySpent test | Ilya Kitaev | 1 | -2/+2 | |
2016-06-23 | WalletListener::moneySpent(), WalletListener::moneyReceived() | Ilya Kitaev | 1 | -0/+1 | |
2016-06-23 | started WalletListener | Ilya Kitaev | 1 | -0/+8 | |
2016-06-23 | TransactionHistory continued | Ilya Kitaev | 1 | -1/+11 | |
2016-06-23 | merged with upstream | Ilya Kitaev | 1 | -0/+5 | |
2016-06-23 | Wallet API : transaction history in progress | Ilya Kitaev | 1 | -13/+17 | |
2016-06-23 | transaction history api in progress | Ilya Kitaev | 1 | -2/+1 | |
2016-06-23 | api implementation splitted over separate files | Ilya Kitaev | 1 | -2/+6 | |
2016-06-23 | TransactionInfo / TransactionHistory APIs design | Ilya Kitaev | 1 | -7/+33 | |
2016-06-23 | Wallet::createTransaction API introduced | Ilya Kitaev | 1 | -10/+11 | |
Transaction API continued TODOs for Transaction/Transfer interface | |||||
2016-06-23 | Wallet::transfer in progress | Ilya Kitaev | 1 | -1/+16 | |
2016-06-23 | Wallet::refresh + tests | Ilya Kitaev | 1 | -0/+3 | |
2016-06-23 | "testnet" is default parameter | Ilya Kitaev | 1 | -2/+1 | |
2016-06-23 | testnet option, Wallet::balance(), Wallet::unlockedBalance() | Ilya Kitaev | 1 | -3/+6 | |
2016-06-23 | - testnet option added to api; | Ilya Kitaev | 1 | -4/+7 | |
2016-06-23 | wallet2::store() implemented within wallet2::store_to | Ilya Kitaev | 1 | -0/+3 | |
2016-06-20 | Wallet::createTransaction: added mixin_count param | Ilya Kitaev | 1 | -2/+11 | |
2016-06-16 | double/string to monero integer convertion methods | Ilya Kitaev | 1 | -0/+2 | |
2016-06-10 | wallet::default_mixin exposed to public interface as | Ilya Kitaev | 1 | -0/+10 | |
Wallet::setDefaultMixin, Wallet::defaultMixin; wallet::create_transaction_2 used in Wallet::createTransaction | |||||
2016-06-10 | Wallet::filename, Wallet::keysFilename, tests for move wallet | Ilya Kitaev | 1 | -0/+17 | |
2016-06-03 | Wallet API : WalletManager::findWallets() added | Ilya Kitaev | 1 | -3/+18 | |
2016-05-16 | WalletListener::moneySpent test | Ilya Kitaev | 1 | -2/+2 | |
2016-05-13 | WalletListener::moneySpent(), WalletListener::moneyReceived() | Ilya Kitaev | 1 | -0/+1 | |
2016-05-05 | started WalletListener | Ilya Kitaev | 1 | -0/+8 | |
2016-04-29 | TransactionHistory continued | Ilya Kitaev | 1 | -1/+11 | |
2016-04-26 | merged with upstream | Ilya Kitaev | 1 | -0/+5 | |
2016-04-22 | Wallet API: transaction history in progress | Ilya Kitaev | 1 | -0/+1 | |
2016-04-22 | Wallet API : transaction history in progress | Ilya Kitaev | 1 | -13/+16 | |
2016-04-20 | transaction history api in progress | Ilya Kitaev | 1 | -2/+1 | |
2016-04-20 | api implementation splitted over separate files | Ilya Kitaev | 1 | -2/+6 | |
2016-04-19 | TransactionInfo / TransactionHistory APIs design | Ilya Kitaev | 1 | -7/+33 | |
2016-04-12 | TODOs for Transaction/Transfer interface | Ilya Kitaev | 1 | -9/+8 | |
2016-04-06 | Transaction API continued | Ilya Kitaev | 1 | -0/+1 | |
2016-04-05 | Wallet::createTransaction API introduced | Ilya Kitaev | 1 | -5/+6 | |
2016-04-04 | Wallet::transfer() continued | Ilya Kitaev | 1 | -0/+14 | |
2016-04-03 | Wallet::transfer in progress | Ilya Kitaev | 1 | -1/+2 | |
2016-03-31 | Wallet::refresh + tests | Ilya Kitaev | 1 | -0/+3 | |
2016-03-31 | "testnet" is default parameter | Ilya Kitaev | 1 | -2/+1 | |
2016-03-31 | testnet option, Wallet::balance(), Wallet::unlockedBalance() | Ilya Kitaev | 1 | -3/+6 | |
2016-03-25 | - testnet option added to api; | Ilya Kitaev | 1 | -4/+7 | |
2016-03-21 | wallet2::store() implemented within wallet2::store_to | Ilya Kitaev | 1 | -0/+3 | |
2016-03-16 | Wallet::store_to(path, password) implemented; | Ilya Kitaev | 1 | -0/+1 | |
2016-03-16 | Wallet::address implemented | Ilya Kitaev | 1 | -0/+1 | |
2016-03-16 | WalletManager::recoveryWallet implemented | Ilya Kitaev | 1 | -1/+1 | |
2016-03-16 | Wallet::setPassword() method for wallet2_api | Ilya Kitaev | 1 | -4/+27 | |
2016-03-16 | changes in wallet2_api + implemented WalletManager::openWallet | Ilya Kitaev | 1 | -2/+25 | |
2016-03-16 | get_seed() included to interface | Ilya Kitaev | 1 | -2/+5 | |
2016-03-16 | tests for wallet2_api | Ilya Kitaev | 1 | -4/+4 | |
2016-03-16 | wallet2 public api. initial commit | Ilya Kitaev | 1 | -0/+73 | |