| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | WalletListener::moneySpent test | Ilya Kitaev | 2016-05-16 | 2 | -2/+10 | |
| | * | | | WalletListener::moneySpent(), WalletListener::moneyReceived() | Ilya Kitaev | 2016-05-13 | 2 | -2/+22 | |
| | * | | | i_wallet_callback: virtual dtor | Ilya Kitaev | 2016-05-13 | 1 | -0/+1 | |
| | * | | | Merge remote-tracking branch 'upstream/master' | Ilya Kitaev | 2016-05-12 | 20 | -142/+1298 | |
| | |\ \ \ | ||||||
| | * | | | | started WalletListener | Ilya Kitaev | 2016-05-05 | 3 | -1/+65 | |
| | * | | | | TransactionHistory continued | Ilya Kitaev | 2016-05-05 | 1 | -5/+0 | |
| | * | | | | TransactionHistory continued | Ilya Kitaev | 2016-04-29 | 5 | -12/+108 | |
| | * | | | | merged with upstream | Ilya Kitaev | 2016-04-26 | 5 | -3/+106 | |
| | * | | | | Merge remote-tracking branch 'upstream/master' into develop | Ilya Kitaev | 2016-04-26 | 21 | -289/+955 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Wallet API: transaction history in progress | Ilya Kitaev | 2016-04-22 | 4 | -7/+15 | |
| | * | | | | | Wallet API : transaction history in progress | Ilya Kitaev | 2016-04-22 | 7 | -24/+71 | |
| | * | | | | | transaction history api in progress | Ilya Kitaev | 2016-04-20 | 2 | -0/+42 | |
| | * | | | | | transaction history api in progress | Ilya Kitaev | 2016-04-20 | 6 | -16/+68 | |
| | * | | | | | api implementation splitted over separate files | Ilya Kitaev | 2016-04-20 | 13 | -315/+710 | |
| | * | | | | | TransactionInfo / TransactionHistory APIs design | Ilya Kitaev | 2016-04-19 | 2 | -130/+188 | |
| | * | | | | | TODOs for Transaction/Transfer interface | Ilya Kitaev | 2016-04-12 | 2 | -19/+25 | |
| | * | | | | | Transaction API continued | Ilya Kitaev | 2016-04-06 | 2 | -4/+21 | |
| | * | | | | | Wallet::createTransaction API introduced | Ilya Kitaev | 2016-04-05 | 2 | -124/+183 | |
| | * | | | | | Wallet::transfer() continued | Ilya Kitaev | 2016-04-04 | 2 | -4/+159 | |
| | * | | | | | Wallet::transfer in progress | Ilya Kitaev | 2016-04-03 | 2 | -1/+42 | |
| | * | | | | | Wallet::refresh + tests | Ilya Kitaev | 2016-03-31 | 2 | -0/+16 | |
| | * | | | | | "testnet" is default parameter | Ilya Kitaev | 2016-03-31 | 2 | -3/+11 | |
| | * | | | | | testnet option, Wallet::balance(), Wallet::unlockedBalance() | Ilya Kitaev | 2016-03-31 | 2 | -6/+15 | |
| | * | | | | | Merge remote-tracking branch 'upstream/master' | Ilya Kitaev | 2016-03-31 | 40 | -1177/+3629 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | - testnet option added to api; | Ilya Kitaev | 2016-03-25 | 4 | -13/+54 | |
| | * | | | | | | wallet2::store() implemented within wallet2::store_to | Ilya Kitaev | 2016-03-21 | 3 | -69/+62 | |
| * | | | | | | | WalletManager::findWallets: searching by "keys" files instead of | Ilya Kitaev | 2016-06-23 | 1 | -5/+3 | |
| * | | | | | | | Wallet: payment id and integrated address | Ilya Kitaev | 2016-06-23 | 3 | -11/+68 | |
| * | | | | | | | PendingTransactionImpl: pointer->reference | Ilya Kitaev | 2016-06-23 | 2 | -4/+4 | |
| * | | | | | | | commented regex | Ilya Kitaev | 2016-06-23 | 1 | -1/+1 | |
| * | | | | | | | Typo fixed | Ilya Kitaev | 2016-06-23 | 1 | -1/+1 | |
| * | | | | | | | Wallet::createTransaction: added mixin_count param | Ilya Kitaev | 2016-06-23 | 3 | -10/+23 | |
| * | | | | | | | double/string to monero integer convertion methods | Ilya Kitaev | 2016-06-23 | 2 | -0/+19 | |
| * | | | | | | | wallet::default_mixin exposed to public interface as | Ilya Kitaev | 2016-06-23 | 3 | -1/+22 | |
| * | | | | | | | Wallet::filename, Wallet::keysFilename, tests for move wallet | Ilya Kitaev | 2016-06-23 | 3 | -0/+29 | |
| * | | | | | | | removed unused "using" | Ilya Kitaev | 2016-06-23 | 1 | -1/+0 | |
| * | | | | | | | Wallet API : WalletManager::findWallets() added | Ilya Kitaev | 2016-06-23 | 4 | -4/+57 | |
| * | | | | | | | installing wallet_api header | Ilya Kitaev | 2016-06-23 | 1 | -2/+2 | |
| * | | | | | | | all wallet dependencies merged to single static lib | Ilya Kitaev | 2016-06-23 | 1 | -2/+15 | |
| * | | | | | | | WalletListener::moneySpent test | Ilya Kitaev | 2016-06-23 | 2 | -2/+10 | |
| * | | | | | | | WalletListener::moneySpent(), WalletListener::moneyReceived() | Ilya Kitaev | 2016-06-23 | 2 | -2/+22 | |
| * | | | | | | | i_wallet_callback: virtual dtor | Ilya Kitaev | 2016-06-23 | 1 | -0/+1 | |
| * | | | | | | | started WalletListener | Ilya Kitaev | 2016-06-23 | 3 | -1/+65 | |
| * | | | | | | | TransactionHistory continued | Ilya Kitaev | 2016-06-23 | 5 | -13/+104 | |
| * | | | | | | | merged with upstream | Ilya Kitaev | 2016-06-23 | 5 | -3/+106 | |
| * | | | | | | | Wallet API : transaction history in progress | Ilya Kitaev | 2016-06-23 | 7 | -31/+86 | |
| * | | | | | | | transaction history api in progress | Ilya Kitaev | 2016-06-23 | 7 | -16/+110 | |
| * | | | | | | | api implementation splitted over separate files | Ilya Kitaev | 2016-06-23 | 13 | -315/+710 | |
| * | | | | | | | TransactionInfo / TransactionHistory APIs design | Ilya Kitaev | 2016-06-23 | 2 | -130/+188 | |
| * | | | | | | | Wallet::createTransaction API introduced | Ilya Kitaev | 2016-06-23 | 2 | -132/+214 | |
