monero/src/wallet/api
moneromooo-monero 9c7b0cb28e
wallet: change priority/fee to ArticMine's recommendation
We keep 1, 2, 3 multipliers till the fee decrase from 0.01/kB
to 0.002/kB, where we start using 1, 20, 166 multipliers.
This ensures the higher multiplier will compensate for the
block reward penalty when pushing past 100% of the past median.

The fee-multiplier wallet setting is now rename to priority,
since it keeps its [0..3] range, but maps to different multiplier
values.
2016-09-16 11:50:52 +01:00
..
common_defines.h api implementation splitted over separate files 2016-06-23 15:50:17 +03:00
pending_transaction.cpp wallet2_api: use uint64_t for amounts 2016-07-17 09:33:31 +01:00
pending_transaction.h PendingTransactionImpl: pointer->reference 2016-06-23 16:01:41 +03:00
transaction_history.cpp wallet: do not store signatures in the wallet cache 2016-08-28 21:30:10 +01:00
transaction_history.h Wallet API : transaction history in progress 2016-06-23 15:50:33 +03:00
transaction_info.cpp TransactionHistory continued 2016-06-23 16:01:26 +03:00
transaction_info.h TransactionHistory continued 2016-06-23 16:01:26 +03:00
utils.cpp merged with upstream 2016-06-23 15:50:40 +03:00
wallet_manager.cpp wallet_api: async init, Wallet::connected status, log level 2016-07-18 23:03:09 +03:00
wallet_manager.h Wallet API : WalletManager::findWallets() added 2016-06-23 16:01:41 +03:00
wallet.cpp wallet: change priority/fee to ArticMine's recommendation 2016-09-16 11:50:52 +01:00
wallet.h refreshing wallet even if error happened 2016-07-18 23:03:09 +03:00