| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | libwallet_api: tests: checking for result while opening wallet | Ilya Kitaev | 2016-08-23 | 1 | -4/+6 |
| | | |||||
| * | libwallet_api: Wallet::amountFromString fixed | Ilya Kitaev | 2016-08-23 | 1 | -0/+23 |
| | | |||||
| * | libwallet_api: tests: removed logged passwords | Ilya Kitaev | 2016-08-22 | 1 | -2/+2 |
| | | |||||
| * | libwallet_api: do not store wallet on close if status is not ok | Ilya Kitaev | 2016-08-22 | 1 | -2/+67 |
| | | |||||
| * | Fake outs set is now decided by the wallet | moneromooo-monero | 2016-08-11 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | This plugs a privacy leak from the wallet to the daemon, as the daemon could previously see what input is included as a transaction input, which the daemon hadn't previously supplied. Now, the wallet requests a particular set of outputs, including the real one. This can result in transactions that can't be accepted if the wallet happens to select too many outputs with non standard unlock times. The daemon could know this and select another output, but the wallet is blind to it. It's currently very unlikely since I don't think anything uses non default unlock times. The wallet requests more outputs than necessary so it can use spares if any of the returns outputs are still locked. If there are not enough spares to reach the desired mixin, the transaction will fail. | ||||
| * | tests: fix a bitflag test typo | moneromooo-monero | 2016-07-26 | 1 | -1/+1 |
| | | |||||
| * | unit_tests: check adding checkpoints succeeded | moneromooo-monero | 2016-07-26 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #915 | Riccardo Spagni | 2016-07-23 | 2 | -44/+198 |
| |\ | | | | | | | | | | | | | | | | | | | | | d7597c5 refreshing wallet even if error happened (Ilya Kitaev) 6d32a3d wallet_api: async init, Wallet::connected status, log level (Ilya Kitaev) 193d251 libwallet_api cmake: conditionally creating libwallet_merged2 only for STATIC build (Ilya Kitaev) 10c06dd wallet_api: segfault on refresh fixed (Ilya Kitaev) 9d2cb4f WalletListener functionality (Ilya Kitaev) d27b883 hack to successfull linking for MSYS2 (Ilya Kitaev) 083380c Transaction fee multiplier aka priority integraged (Ilya Kitaev) 00ed12b Wallet::paymentIdValid (Ilya Kitaev) | ||||
| | * | wallet_api: async init, Wallet::connected status, log level | Ilya Kitaev | 2016-07-18 | 1 | -20/+81 |
| | | | |||||
| | * | WalletListener functionality | Ilya Kitaev | 2016-07-18 | 2 | -39/+90 |
| | | | |||||
| | * | Transaction fee multiplier aka priority integraged | Ilya Kitaev | 2016-07-18 | 1 | -0/+42 |
| | | | |||||
| * | | Tests: fix signed/unsigned comparison in hash-target | anonimal | 2016-07-22 | 1 | -1/+1 |
| | | | | | | | | | * References #886 | ||||
| * | | remove hf_starting_height db | moneromooo-monero | 2016-07-13 | 1 | -31/+1 |
| |/ | | | | | | It's not really needed, it used to be an optimization for when that code was not using the db and needed to recalculate things fast on startup. | ||||
| * | 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::setDefaultMixin, Wallet::defaultMixin; wallet::create_transaction_2 used in Wallet::createTransaction | ||||
| | * | 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 |
| | | | |||||
| | * | Merge remote-tracking branch 'upstream/master' | Ilya Kitaev | 2016-05-27 | 8 | -29/+91 |
| | |\ | |||||
| | * | | WalletListener::moneyReceived test | Ilya Kitaev | 2016-05-17 | 1 | -12/+38 |
| | | | | |||||
| | * | | WalletListener::moneySpent test | Ilya Kitaev | 2016-05-16 | 1 | -53/+154 |
| | | | | |||||
| | * | | Merge remote-tracking branch 'upstream/master' | Ilya Kitaev | 2016-05-12 | 1 | -1/+2 |
| | |\ \ | |||||
| | * | | | TransactionHistory continued | Ilya Kitaev | 2016-04-29 | 1 | -11/+55 |
| | | | | | |||||
| | * | | | Merge remote-tracking branch 'upstream/master' into develop | Ilya Kitaev | 2016-04-26 | 4 | -4/+61 |
| | |\ \ \ | |||||
| | * | | | | 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 |
| | | | | | | |||||
| | * | | | | Merge remote-tracking branch 'upstream/master' | Ilya Kitaev | 2016-03-31 | 3 | -2/+3 |
| | |\ \ \ \ | |||||
| | * | | | | | - 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::setDefaultMixin, Wallet::defaultMixin; wallet::create_transaction_2 used in Wallet::createTransaction | ||||
| * | | | | | | 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 |
| | | | | | | | |||||
