| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Merge branch 'master' of https://github.com/mbg033/bitmonero | Ilya Kitaev | 2016-06-23 | 1 | -11/+6 |
| |\ |
|
| | * | Wallet::createTransaction: added mixin_count param | Ilya Kitaev | 2016-06-20 | 1 | -1/+40 |
| | * | double/string to monero integer convertion methods | Ilya Kitaev | 2016-06-16 | 1 | -2/+14 |
| | * | wallet::default_mixin exposed to public interface as | Ilya Kitaev | 2016-06-10 | 1 | -0/+2 |
| | * | Wallet::filename, Wallet::keysFilename, tests for move wallet | Ilya Kitaev | 2016-06-10 | 1 | -0/+29 |
| | * | Wallet API : WalletManager::findWallets() added | Ilya Kitaev | 2016-06-03 | 4 | -15/+29 |
| | * | scripts for faster test wallets generation | Ilya Kitaev | 2016-06-01 | 11 | -19/+120 |
| | * | regenerated test wallets, basic functions got broken | Ilya Kitaev | 2016-05-27 | 1 | -17/+20 |
| | * | WalletListener::moneyReceived test | Ilya Kitaev | 2016-05-17 | 1 | -12/+38 |
| | * | WalletListener::moneySpent test | Ilya Kitaev | 2016-05-16 | 1 | -53/+154 |
| | * | TransactionHistory continued | Ilya Kitaev | 2016-04-29 | 1 | -11/+55 |
| | * | Wallet API: transaction history in progress | Ilya Kitaev | 2016-04-22 | 1 | -4/+4 |
| | * | Wallet API : transaction history in progress | Ilya Kitaev | 2016-04-22 | 1 | -0/+28 |
| | * | TODOs for Transaction/Transfer interface | Ilya Kitaev | 2016-04-12 | 1 | -4/+4 |
| | * | Transaction API continued | Ilya Kitaev | 2016-04-06 | 1 | -0/+2 |
| | * | Wallet::createTransaction API introduced | Ilya Kitaev | 2016-04-05 | 1 | -2/+8 |
| | * | Wallet::transfer() continued | Ilya Kitaev | 2016-04-04 | 1 | -0/+16 |
| | * | Wallet::refresh + tests | Ilya Kitaev | 2016-03-31 | 1 | -0/+12 |
| | * | testnet option, Wallet::balance(), Wallet::unlockedBalance() | Ilya Kitaev | 2016-03-31 | 1 | -11/+12 |
| | * | - testnet option added to api; | Ilya Kitaev | 2016-03-25 | 1 | -24/+44 |
| | * | wallet2::store() implemented within wallet2::store_to | Ilya Kitaev | 2016-03-21 | 1 | -0/+25 |
| * | | Wallet: payment id and integrated address | Ilya Kitaev | 2016-06-23 | 1 | -3/+76 |
| * | | Wallet::createTransaction: added mixin_count param | Ilya Kitaev | 2016-06-23 | 1 | -1/+40 |
| * | | double/string to monero integer convertion methods | Ilya Kitaev | 2016-06-23 | 1 | -2/+14 |
| * | | wallet::default_mixin exposed to public interface as | Ilya Kitaev | 2016-06-23 | 1 | -0/+2 |
| * | | Wallet::filename, Wallet::keysFilename, tests for move wallet | Ilya Kitaev | 2016-06-23 | 1 | -0/+29 |
| * | | Wallet API : WalletManager::findWallets() added | Ilya Kitaev | 2016-06-23 | 4 | -15/+29 |
| * | | scripts for faster test wallets generation | Ilya Kitaev | 2016-06-23 | 11 | -19/+120 |
| * | | regenerated test wallets, basic functions got broken | Ilya Kitaev | 2016-06-23 | 1 | -17/+20 |
| * | | WalletListener::moneyReceived test | Ilya Kitaev | 2016-06-23 | 1 | -12/+38 |
| * | | WalletListener::moneySpent test | Ilya Kitaev | 2016-06-23 | 1 | -53/+154 |
| * | | TransactionHistory continued | Ilya Kitaev | 2016-06-23 | 1 | -11/+55 |
| * | | Wallet API : transaction history in progress | Ilya Kitaev | 2016-06-23 | 1 | -0/+28 |
| * | | Wallet::createTransaction API introduced | Ilya Kitaev | 2016-06-23 | 1 | -3/+11 |
| * | | Wallet::transfer in progress | Ilya Kitaev | 2016-06-23 | 1 | -0/+16 |
| * | | Wallet::refresh + tests | Ilya Kitaev | 2016-06-23 | 1 | -0/+12 |
| * | | testnet option, Wallet::balance(), Wallet::unlockedBalance() | Ilya Kitaev | 2016-06-23 | 1 | -11/+12 |
| * | | - testnet option added to api; | Ilya Kitaev | 2016-06-23 | 1 | -24/+44 |
| * | | wallet2::store() implemented within wallet2::store_to | Ilya Kitaev | 2016-06-23 | 1 | -0/+25 |
| |/ |
|
| * | Wallet::store_to(path, password) implemented; | Ilya Kitaev | 2016-03-16 | 1 | -1/+64 |
| * | Wallet::address implemented | Ilya Kitaev | 2016-03-16 | 1 | -0/+8 |
| * | WalletManager::recoveryWallet implemented | Ilya Kitaev | 2016-03-16 | 1 | -5/+14 |
| * | Wallet::setPassword() method for wallet2_api | Ilya Kitaev | 2016-03-16 | 1 | -4/+22 |
| * | changes in wallet2_api + implemented WalletManager::openWallet | Ilya Kitaev | 2016-03-16 | 1 | -5/+25 |
| * | get_seed() included to interface | Ilya Kitaev | 2016-03-16 | 1 | -9/+34 |
| * | tests for wallet2_api | Ilya Kitaev | 2016-03-16 | 2 | -0/+128 |