| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | Wallet::filename, Wallet::keysFilename, tests for move wallet | Ilya Kitaev | 2016-06-10 | 4 | -0/+58 | |
| | | * | | removed unused "using" | Ilya Kitaev | 2016-06-03 | 1 | -1/+0 | |
| | | * | | Wallet API : WalletManager::findWallets() added | Ilya Kitaev | 2016-06-03 | 8 | -19/+86 | |
| | | * | | 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 | |
| | | * | | Merge remote-tracking branch 'upstream/master' | Ilya Kitaev | 2016-05-27 | 28 | -829/+1408 | |
| | | |\| | ||||||
| | | * | | installing wallet_api header | Ilya Kitaev | 2016-05-27 | 1 | -2/+2 | |
| | | * | | cmake: BUILD_TESTS as option explicitly; added missed dependency | Ilya Kitaev | 2016-05-27 | 1 | -0/+3 | |
| | | * | | cmake libutils dependency added | Ilya Kitaev | 2016-05-27 | 1 | -0/+46 | |
| | | * | | all wallet dependencies merged to single static lib | Ilya Kitaev | 2016-05-27 | 4 | -2/+491 | |
| | | * | | WalletListener::moneyReceived test | Ilya Kitaev | 2016-05-17 | 1 | -12/+38 | |
| | | * | | WalletListener::moneySpent test | Ilya Kitaev | 2016-05-16 | 3 | -55/+164 | |
| | | * | | 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 | 22 | -146/+1306 | |
| | | |\ \ | ||||||
| | | * | | | 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 | 6 | -23/+163 | |
| | | * | | | merged with upstream | Ilya Kitaev | 2016-04-26 | 5 | -3/+106 | |
| | | * | | | Merge remote-tracking branch 'upstream/master' into develop | Ilya Kitaev | 2016-04-26 | 29 | -304/+1043 | |
| | | |\ \ \ | ||||||
| | | * | | | | Wallet API: transaction history in progress | Ilya Kitaev | 2016-04-22 | 5 | -11/+19 | |
| | | * | | | | Wallet API : transaction history in progress | Ilya Kitaev | 2016-04-22 | 8 | -24/+99 | |
| | | * | | | | 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 | 3 | -23/+29 | |
| | | * | | | | Transaction API continued | Ilya Kitaev | 2016-04-06 | 3 | -4/+23 | |
| | | * | | | | Wallet::createTransaction API introduced | Ilya Kitaev | 2016-04-05 | 3 | -126/+191 | |
| | | * | | | | Wallet::transfer() continued | Ilya Kitaev | 2016-04-04 | 3 | -4/+175 | |
| | | * | | | | Wallet::transfer in progress | Ilya Kitaev | 2016-04-03 | 2 | -1/+42 | |
| | | * | | | | Wallet::refresh + tests | Ilya Kitaev | 2016-03-31 | 3 | -0/+28 | |
| | | * | | | | "testnet" is default parameter | Ilya Kitaev | 2016-03-31 | 2 | -3/+11 | |
| | | * | | | | testnet option, Wallet::balance(), Wallet::unlockedBalance() | Ilya Kitaev | 2016-03-31 | 3 | -17/+27 | |
| | | * | | | | Merge remote-tracking branch 'upstream/master' | Ilya Kitaev | 2016-03-31 | 72 | -1301/+3878 | |
| | | |\ \ \ \ | ||||||
| | | * | | | | | - testnet option added to api; | Ilya Kitaev | 2016-03-25 | 5 | -37/+98 | |
| | | * | | | | | wallet2::store() implemented within wallet2::store_to | Ilya Kitaev | 2016-03-21 | 4 | -69/+87 | |
| | * | | | | | | 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 | 4 | -14/+144 | |
| | * | | | | | | 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 | 4 | -11/+63 | |
| | * | | | | | | double/string to monero integer convertion methods | Ilya Kitaev | 2016-06-23 | 3 | -2/+33 | |
| | * | | | | | | wallet::default_mixin exposed to public interface as | Ilya Kitaev | 2016-06-23 | 4 | -1/+24 | |
| | * | | | | | | Wallet::filename, Wallet::keysFilename, tests for move wallet | Ilya Kitaev | 2016-06-23 | 4 | -0/+58 | |
| | * | | | | | | removed unused "using" | Ilya Kitaev | 2016-06-23 | 1 | -1/+0 | |
| | * | | | | | | Wallet API : WalletManager::findWallets() added | Ilya Kitaev | 2016-06-23 | 8 | -19/+86 | |
| | * | | | | | | 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 | |
