Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-12 | monero-wallet-cli wording changes 'n' stuff | luigi1111 | 2 | -4/+4 | |
Possibly other pedantry. Pedants are people too. | |||||
2016-12-12 | addressbook updates | Jaquee | 5 | -26/+41 | |
2016-12-12 | GUI address book | Jaquee | 9 | -7/+307 | |
2016-12-10 | wallet: bring forward use of the dynamic fee | moneromooo-monero | 1 | -1/+1 | |
It was 14 days after v4, it is now one day after it. luigi1111's suggestion | |||||
2016-12-10 | wallet2: pass by const ref where possible | moneromooo-monero | 1 | -1/+1 | |
Reported by kenshi84 | |||||
2016-12-09 | Fix sending outputs from a tx with more than one pubkey | moneromooo-monero | 2 | -3/+20 | |
A bug in cold signing caused a spurious pubkey to be included in transactions, so we need to ensure we use the correct one when sending outputs from one of those. | |||||
2016-12-07 | wallet: send 0 change to a random address where necessary with rct | moneromooo-monero | 1 | -3/+13 | |
If a rct transaction would cause no change to be generated, a zero change output is added, and sent to a randomly generated address. This ensures that no transaction will be sent with just one output, which could cause the receiver to be able to determine which of the inputs in the sent rings is the real one. This is very rare, since it requires the sum of outputs to be equal to the sum of outputs plus the fee, which is now a function of the last few blocks. | |||||
2016-12-05 | Added confirmation before binding wallet-rpc to external IP | Lee Clagett | 2 | -14/+30 | |
2016-12-05 | Remove infinite loop in refresh code | Jaquee | 1 | -69/+43 | |
This reverts commit fd181b03bb58a8b0628d2af8637cf6bb968fc437. | |||||
2016-12-04 | wallet2: avoid possible undefined behavior on empty string | moneromooo-monero | 1 | -2/+1 | |
2016-12-04 | Fix a few minor typos | Pierre Boyer | 4 | -7/+7 | |
2016-11-29 | wallet_api: add a few daemon related getters | moneromooo-monero | 3 | -2/+88 | |
Blockchain height, version, Mining hash rate... | |||||
2016-11-28 | wallet: add API and RPC to create/parse monero: URIs | moneromooo-monero | 6 | -0/+233 | |
2016-11-26 | wallet: add a getter for the filename path | moneromooo-monero | 5 | -0/+14 | |
2016-11-26 | Improve daemon RPC version handling | moneromooo-monero | 3 | -8/+8 | |
Daemon RPC version is now composed of a major and minor number, so that incompatible changes bump the major version, while compatible changes can still bump the minor version without causing clients to unnecessarily complain. | |||||
2016-11-23 | Fix DNS failures in offline mode preventing daemon startup | moneromooo-monero | 1 | -1/+1 | |
2016-11-23 | wallet2: fix wrong change being recorded for cold signed txes | moneromooo-monero | 2 | -3/+11 | |
2016-11-22 | Add a get_outs (fully text based) version of get_outs.bin | moneromooo-monero | 1 | -3/+3 | |
2016-11-19 | wallet: fix exporting outputs and key images with txes with two pubkeys | moneromooo-monero | 2 | -7/+52 | |
This also needs to make sure to pick the correct one, in the case where cold signing caused to tx keys to be included. | |||||
2016-11-18 | wallet2_api: fix history leak on destruction | moneromooo-monero | 1 | -1/+2 | |
2016-11-18 | wallet2_api: fix payment ids from integrated addresses being ignored | moneromooo-monero | 1 | -0/+11 | |
2016-11-18 | Clamp refresh from height to blockchain height. | Dion Ahmetaj | 1 | -43/+69 | |
2016-11-17 | wallet2: fix illegal memory access removing newlines from password | moneromooo-monero | 1 | -1/+1 | |
2016-11-17 | wallet2: fix decrypting a bit too much in authenticated mode | moneromooo-monero | 1 | -4/+5 | |
2016-11-16 | wallet: return fee in transfer RPC | moneromooo-monero | 2 | -0/+12 | |
2016-11-16 | wallet: auto sync outputs and key images in cold signing files | moneromooo-monero | 2 | -2/+52 | |
When passing around unsigned and signed transactions, outputs and key images are passed along (outputs are passed along unsigned transactions from the hot wallet to the cold wallet, key images are passed along with signed transations from the cold wallet to the hot wallet), to allow more user friendly syncing between hot and cold wallets. | |||||
2016-11-16 | wallet2: fill key image and pubkey maps when importing outputs | moneromooo-monero | 1 | -0/+2 | |
2016-11-16 | wallet: cast indices to string in logs to be nice to CLANG | moneromooo-monero | 1 | -4/+4 | |
2016-11-16 | wallet2: try all tx keys when scanning a new transaction | moneromooo-monero | 1 | -2/+7 | |
The vast majority of transactions will have just one tx pubkey, but a bug with cold wallet signing caused two such keys to be there, with the second one being the real one. | |||||
2016-11-15 | wallet2: fill in key image map when importing key images | moneromooo-monero | 1 | -0/+1 | |
2016-11-13 | wallet: fix serialization of new m_key_image_known member | moneromooo-monero | 1 | -2/+16 | |
2016-11-13 | wallet: fix serialization of new m_key_image_known member | moneromooo-monero | 1 | -2/+16 | |
2016-11-13 | Wallet2: calculate approximate blockchain height on offline creation | Jacob Brydolf | 5 | -2/+43 | |
Wallet API: add approximateBlockChainHeight() | |||||
2016-11-12 | Don't build monero-wallet-rpc when building the GUI | iDunk5400 | 1 | -29/+31 | |
2016-11-12 | wallet: add version dependency to the wallet target | moneromooo-monero | 1 | -0/+1 | |
2016-11-10 | Created monero-wallet-rpc, moving functionality from monero-wallet-cli | Lee Clagett | 9 | -18/+1123 | |
2016-11-09 | wallet2_api: support for sweeping all | moneromooo-monero | 3 | -11/+33 | |
2016-11-09 | Wallet API: use stored refresh height when rebuilding cache | Jacob Brydolf | 2 | -2/+13 | |
2016-11-09 | wallet: fix corner case of no recent outputs available | moneromooo-monero | 1 | -6/+9 | |
Also clarify related logs | |||||
2016-11-08 | wallet2_api: API to sign and verify a message | moneromooo-monero | 3 | -0/+35 | |
2016-11-09 | wallet_api: PendingTransaction::txCount - number of split transactions | Ilya Kitaev | 3 | -2/+13 | |
2016-11-08 | Wallet API: added getTxKey() | Jacob Brydolf | 3 | -0/+22 | |
2016-11-08 | wallet2_api: add API for create_unmixable_sweep_transactions | moneromooo-monero | 3 | -0/+101 | |
2016-11-08 | Wallet API: Pause refresh while creating transaction | Jacob Brydolf | 1 | -0/+6 | |
2016-11-07 | wallet: encrypt outputs and key images files with the view key | moneromooo-monero | 2 | -0/+61 | |
This key is available to both cold and hot wallet. Authenticated encryption will guard against interception and/or modification of the file. | |||||
2016-11-07 | wallet: fix output collision detection for view wallets | moneromooo-monero | 2 | -20/+46 | |
View wallets do not have the spend secret key, and are thus unable to derive key images for incoming outputs. Moreover, a previous patch set key images to zero as a means to mark an output as having an unknown key image, so they could be filled in when importing key images at a later time. That later patch caused spurious collisions. We now use public keys to detect duplicate outputs. Public keys obtained from the blockchain are checked to be identical to the ones derived locally, so can't be spoofed. | |||||
2016-11-07 | wallet2_api: allow connection to return "yes, but wrong version" | moneromooo-monero | 3 | -5/+17 | |
2016-11-06 | wallet2_api: do not copy the whole pending tx when iterating | moneromooo-monero | 1 | -1/+1 | |
2016-11-05 | wallet2_api: add API for tx notes | moneromooo-monero | 5 | -0/+46 | |
2016-11-05 | wallet_api: txkey checking functions for the GUI | moneromooo.monero | 3 | -0/+167 | |
2016-11-02 | wallet: fix bad amounts/fees again | moneromooo-monero | 3 | -3/+37 | |
m_amount_out was sometimes getting initialized with the sum of an transaction's outputs, and sometimes with the sum of outputs that were not change. This caused confusion and bugs. We now always set it to the sum of outputs. This reverts an earlier fix for bad amounts as this used the other semantics. The wallet data should be converted automatically in a percentage of cases that I'm hesitant to estimate. In any case, restoring from seed or keys or rebuilding the cache will get it right. | |||||
2016-11-01 | refresh speedup | luigi1111 | 2 | -17/+14 | |
Compute derivation only once per tx, instead of once per output. Approx 33% faster while using 75% as much CPU on my machine. Note old functions in cryptonote_core (lookup_acc_outs and is_out_to_acc) are still used by tests. | |||||
2016-10-31 | adding static_assert to pod functions in string tools | Lee Clagett | 1 | -2/+2 | |
2016-10-31 | wallet: use the dynamic per kB fee | moneromooo-monero | 2 | -4/+42 | |
2016-10-30 | wallet: new import_outputs/export_outputs commands | moneromooo-monero | 2 | -1/+52 | |
The intended use is to export outputs from a hot wallet, which can scan incoming transfers from the network, and import them in the cold wallet, which can't. The cold wallet can then compute key images for those outputs, which can then be exported with export_key_images, etc. | |||||
2016-10-30 | Wallet API: added walletExists logic | Jacob Brydolf | 1 | -1/+7 | |
2016-10-30 | wallet: set incoming outputs' key image to 0 on view wallets | moneromooo-monero | 2 | -4/+19 | |
This allows rescan_spent to know the daemon response to those is not valid. | |||||
2016-10-30 | wallet: print tx overview on submit_transfer too | moneromooo-monero | 2 | -2/+8 | |
This is on the potentially compromised wallet, but still guards against stupid mistakes. | |||||
2016-10-28 | Wallet API: make sure path exists before searching for wallets | Jacob Brydolf | 1 | -2/+5 | |
2016-10-26 | simplewallet: log transactions to submit in submit_transfer | moneromooo-monero | 1 | -1/+2 | |
Not as trustworthy as this is in the view wallet, the one that's considered compromised. | |||||
2016-10-25 | wallet: fix pre-rct cold wallet signing not splitting change | moneromooo-monero | 2 | -17/+19 | |
Re-creating the transaction on the cold wallet was not splitting the change, causing the transaction to be rejected by the network. This worked on testnet since amounts do not have to be split. Also add selected_transfers, which can now be saved since they're size_t rather than iterators. This allows the view wallet to properly set the sent outputs as spent and update balance. Bump transfer file version numbers to match. | |||||
2016-10-22 | wallet: sanity check on selected transfer indices in signed ptx | moneromooo-monero | 1 | -0/+7 | |
2016-10-16 | wallet_api: add address validation functions | moneromooo-monero | 2 | -0/+22 | |
The payment id from integrated addresses is also parsed | |||||
2016-10-16 | wallet2_api: recognize full size payment ids as valid | moneromooo-monero | 1 | -2/+7 | |
2016-10-16 | wallet_api: do not override invalid payment id | moneromooo-monero | 1 | -1/+1 | |
Instead, return an empty string to mark the error | |||||
2016-10-15 | Rewrote add_wallet_create_if_needed for clearer flow and behaviour | NanoAkron | 1 | -1/+0 | |
2016-10-15 | Always confirm transfers defaults to ON/YES | NanoAkron | 2 | -8/+7 | |
2016-10-15 | simplewallet: fix sweep_all misreporting sweeped amount for rct outputs | moneromooo-monero | 2 | -0/+7 | |
RingCT outputs will be 0 in the vin, so we need to get the actual amount from elsewhere. | |||||
2016-10-15 | wallet: force 0 mixin transactions to use pre-rct txes | moneromooo-monero | 1 | -1/+1 | |
rct transactions does not support 0 mixin, and those are now typically dust sweep transactions, for which a lower fee is a must. | |||||
2016-10-15 | wallet: select part of the fake outs from recent outputs | moneromooo-monero | 1 | -8/+40 | |
25% of the outputs are selected from the last 5 days (if possible), in order to avoid the common case of sending recently received outputs again. 25% and 5 days are subject to review later, since it's just a wallet level change. | |||||
2016-10-15 | wallet: speed up output selection, and fix bug with relatedness calculation | moneromooo-monero | 1 | -3/+5 | |
2016-10-15 | wallet: fix mixup between mixin 2 and 4 before/after v5 | moneromooo-monero | 1 | -2/+2 | |
2016-10-15 | wallet: improve error messages when not enough money for transfer | moneromooo-monero | 3 | -2/+44 | |
2016-10-15 | wallet_api: fix wrong amount in tx history | moneromooo-monero | 1 | -1/+1 | |
2016-10-10 | Wallet API: added setRecoveringFromSeed(); | Jacob Brydolf | 3 | -0/+12 | |
2016-10-08 | libwallet_api: Added option to restore from specific height | Jacob Brydolf | 5 | -3/+20 | |
2016-10-07 | wallet: do not announce pool txes as money spent/received (yet) | moneromooo-monero | 1 | -4/+7 | |
2016-10-07 | libwallet_api: reverted deleted curly brace | Ilya Kitaev | 1 | -0/+1 | |
2016-10-07 | libwallet_api: do not signal on sent/received tx until wallet completely | Ilya Kitaev | 3 | -6/+31 | |
synchronized | |||||
2016-10-06 | libwallet_api: TransactionHistory: read/write syncchronization | Ilya Kitaev | 2 | -14/+21 | |
2016-10-06 | libwallet_api: some renamings | Ilya Kitaev | 3 | -3/+3 | |
2016-10-06 | Initialize transaction history if empty | Ilya Kitaev | 3 | -2/+11 | |
2016-10-06 | libwallet_api: fixes for transaction history | Ilya Kitaev | 1 | -3/+13 | |
2016-10-04 | libwallet_api: fixes for transaction history | Ilya Kitaev | 1 | -3/+13 | |
2016-10-04 | wallet: better implementation of sweep_unmixable | moneromooo-monero | 2 | -222/+31 | |
This was still using the old transaction creation algorithm, coupled with a deterministic output selection scheme, which made it ill suited to the job, since it'd loop indefinitely in case the fee increased between the test tx and adding the fee. | |||||
2016-10-03 | wallet2_api: added Wallet::daemonBlockChainTargetHeight() | Jacob Brydolf | 5 | -0/+57 | |
libwallet_api: Wallet::blockChainTargetHeight Signed-off-by: Jacob Brydolf <jacob@brydolf.net> | |||||
2016-10-01 | libwallet_api: do not use fast-refresh on recovery | Ilya Kitaev | 2 | -3/+10 | |
2016-10-01 | wallet: wallet option to confirm transfers with no payment id | moneromooo-monero | 2 | -2/+11 | |
set confirm-missing-payment-id 0|1 Defaults to true. | |||||
2016-09-30 | libwallet_api: fast-refresh in case of opening non-synced wallet | Ilya Kitaev | 2 | -6/+5 | |
2016-09-30 | libwallet_api: fix unhandled exception on address check | Ilya Kitaev | 1 | -12/+16 | |
2016-09-30 | libwallet_api: fast-refresh for new wallet | Ilya Kitaev | 2 | -9/+28 | |
2016-09-28 | wallet2: wallet2::get_daemon_blockchain_height() clean error message on | Ilya Kitaev | 1 | -0/+4 | |
success | |||||
2016-09-28 | libwallet_api: Wallet::setAutoRefreshInterval sanity check | Ilya Kitaev | 1 | -1/+9 | |
2016-09-28 | libwallet_api: explicitly return 0 in Wallet::daemonBlockChainHeight() | Ilya Kitaev | 1 | -0/+2 | |
on error | |||||
2016-09-27 | wallet: cold wallet transaction signing | moneromooo-monero | 2 | -91/+324 | |
This change adds the ability to create a new unsigned transaction from a watch only wallet, and save it to a file. This file can then be moved to another computer/VM where a cold wallet may load it, sign it, and save it. That cold wallet does not need to have a blockchain nor daemon. The signed transaction file can then be moved back to the watch only wallet, which can load it and send it to the daemon. Two new simplewallet commands to use it: sign_transfer (on the cold wallet) submit_transfer (on the watch only wallet) The transfer command used on a watch only wallet now writes an unsigned transaction set in a file called 'unsigned_monero_tx' instead of submitting the tx to the daemon as a normal wallet does. The signed tx file is called 'signed_monero_tx'. | |||||
2016-09-26 | wallet: fix log confusion between bytes and kilobytes | moneromooo-monero | 1 | -2/+2 | |
2016-09-26 | Dropped "bit" from bitmonero. | Randi Joseph | 1 | -2/+2 | |
2016-09-26 | formatting: 2-spaces indentation | Ilya Kitaev | 1 | -20/+20 | |
2016-09-26 | formatting: 2-spaces indentation | Ilya Kitaev | 1 | -1/+1 | |
2016-09-26 | wallet2_api: milliseconds resolution for auto-refresh interval | Ilya Kitaev | 3 | -13/+13 | |
2016-09-26 | wallet2_api: added Wallet::daemonBlockChainHeight() | Ilya Kitaev | 5 | -4/+57 | |
2016-09-26 | libwallet_api: Wallet::blockChainHeight, WalletListener::newBlock | Ilya Kitaev | 3 | -3/+42 | |
2016-09-26 | Dropped "bit" from bitmonero. | Randi Joseph | 1 | -2/+2 | |
2016-09-24 | wallet: update min mixin for sweep_unmixable on v4 | moneromooo-monero | 1 | -2/+4 | |
2016-09-20 | wallet2_api: getter and setter for "refresh interval" | Ilya Kitaev | 3 | -1/+39 | |
2016-09-20 | wallet2_api: fixed deadlock while closing wallet | Ilya Kitaev | 1 | -3/+7 | |
2016-09-18 | epee: optionally restrict HTTP service to a configurable user agent | moneromooo-monero | 2 | -1/+6 | |
This is intended to catch traffic coming from a web browser, so we avoid issues with a web page sending a transfer RPC to the wallet. Requiring a particular user agent can act as a simple password scheme, while we wait for 0MQ and proper authentication to be merged. | |||||
2016-09-18 | switch wallet API from std thread/mutex to boost | Riccardo Spagni | 2 | -11/+11 | |
2016-09-18 | switch wallet API from std thread/mutex to boost | Riccardo Spagni | 2 | -11/+11 | |
2016-09-18 | wallet: keep change dest separate from other dests | moneromooo-monero | 1 | -2/+4 | |
This fixes misreporting of amount/fee in rct txes, as the rct tx construction code was lumping all dests (whether change or not) in the same dests vector, while the pre-rct code was keeping it separate. | |||||
2016-09-18 | wallet: fix empty tx in corner case sending nothing | moneromooo-monero | 1 | -0/+6 | |
2016-09-18 | cmake: transitive deps and remove deprecated LINK_* | redfish | 1 | -3/+5 | |
Keep the immediate direct deps at the library that depends on them, declare deps as PUBLIC so that targets that link against that library get the library's deps as transitive deps. Break dep cycle between blockchain_db <-> crytonote_core. No code refactoring, just hide cycle from cmake so that it doesn't complain (cycles are allowed only between static libs, not shared libs). This is in preparation for supproting BUILD_SHARED_LIBS cmake built-in option for building internal libs as shared. | |||||
2016-09-16 | wallet: change priority/fee to ArticMine's recommendation | moneromooo-monero | 6 | -48/+68 | |
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-15 | Decrease minimum fee from 0.01/kB to 0.002/kB | moneromooo-monero | 2 | -14/+19 | |
The wallet will start using that fee about two weeks after hard fork 3, when most people will likely have updated their daemons. | |||||
2016-09-14 | wallet: fix misdetection of duplicates | moneromooo-monero | 1 | -11/+3 | |
2016-09-03 | gui/libwallet_merged: libunbound is one more dependency | Ilya Kitaev | 1 | -9/+13 | |
2016-09-01 | wallet_merged: ringct added to dependencies | Ilya Kitaev | 1 | -1/+1 | |
2016-09-01 | Re-add s to rangesigs | luigi1111 | 1 | -2/+2 | |
Whoops. | |||||
2016-09-01 | Fix some rct tx size calculations | luigi1111 | 1 | -9/+6 | |
Some variance is still expected | |||||
2016-09-01 | wallet: sanity check on histogram response | moneromooo-monero | 1 | -0/+2 | |
2016-08-30 | cmake: merge libs via virtual object libraries | redfish | 1 | -2/+5 | |
CMake issued a warming about policy CMP0026: access of LOCATION target property at config time was disallowed. Offending code was the code that merged static libraries to generate libwallet_merged.a. This patch does that same merge task in a much simpler way. And, since it doesn't violate the policy, the warning went away. | |||||
2016-08-30 | wallet: interpret 0 fee multiplier as default for sweep_all too | moneromooo-monero | 1 | -1/+3 | |
2016-08-29 | wallet: fix not finding enough rct fake outputs | moneromooo-monero | 1 | -3/+8 | |
If picking coinbase outputs, those are locked for a longer time than other outputs, so we ask for more of those | |||||
2016-08-29 | wallet_rpc_server: return payment id in make_integrated_address RPC | moneromooo-monero | 2 | -0/+3 | |
It is useful, especially when requesting a random one | |||||
2016-08-28 | wallet: fix some "may be used uninitialized" warnings | moneromooo-monero | 1 | -16/+15 | |
The compiler can't always work out the _found booleans are set iff the value is initialized. | |||||
2016-08-28 | wallet: do not generate 0 change | moneromooo-monero | 1 | -3/+6 | |
2016-08-28 | wallet: do not ask for duplicate histograms | moneromooo-monero | 1 | -0/+3 | |
2016-08-28 | wallet: transfer_selected_rct now also selects fake outs | moneromooo-monero | 2 | -171/+90 | |
2016-08-28 | New "Halfway RingCT" outputs for coinbase transactions | moneromooo-monero | 2 | -2/+34 | |
When RingCT is enabled, outputs from coinbase transactions are created as a single output, and stored as RingCT output, with a fake mask. Their amount is not hidden on the blockchain itself, but they are then able to be used as fake inputs in a RingCT ring. Since the output amounts are hidden, their "dustiness" is not an obstacle anymore to mixing, and this makes the coinbase transactions a lot smaller, as well as helping the TXO set to grow more slowly. Also add a new "Null" type of rct signature, which decreases the size required when no signatures are to be stored, as in a coinbase tx. | |||||
2016-08-28 | rct amount key modified as per luigi1111's recommendations | moneromooo-monero | 4 | -61/+20 | |
This allows the key to be not the same for two outputs sent to the same address (eg, if you pay yourself, and also get change back). Also remove the key amounts lists and return parameters since we don't actually generate random ones, so we don't need to save them as we can recalculate them when needed if we have the correct keys. | |||||
2016-08-28 | rct: change the simple flag to a type | moneromooo-monero | 1 | -2/+8 | |
for future expansion | |||||
2016-08-28 | wallet: do not store signatures in the wallet cache | moneromooo-monero | 4 | -28/+71 | |
Saves some substantial space. Also avoid calculating tx hashes we don't need. | |||||
2016-08-28 | wallet2: factor m_spent changes | moneromooo-monero | 2 | -26/+31 | |
Makes it easier to track what is going on. | |||||
2016-08-28 | wallet: always use new algorithm for RPC transfers | moneromooo-monero | 2 | -7/+2 | |
This ensures we get rct transactions when appropriate | |||||
2016-08-28 | wallet: use the prefered rct case only when enough rct outs exist | moneromooo-monero | 2 | -1/+27 | |
2016-08-28 | wallet: do not try to use rct txes a few blocks before the fork | moneromooo-monero | 3 | -22/+31 | |
2016-08-28 | change fork settings to allow pre-rct txes for one more fork cycle | moneromooo-monero | 1 | -2/+2 | |
2016-08-28 | rct: make the amount key derivable by a third party with the tx key | moneromooo-monero | 2 | -17/+34 | |
Scheme design from luigi1114. | |||||
2016-08-28 | rct: do not serialize public keys in outPk | moneromooo-monero | 1 | -3/+3 | |
They can be reconstructed from vout | |||||
2016-08-28 | wallet2_api: zero amounts are now allowed with rct | moneromooo-monero | 1 | -6/+0 | |
2016-08-28 | wallet2_api: update on_money_{received,spent} prototypes for rct changes | moneromooo-monero | 1 | -4/+2 | |
2016-08-28 | rpc: send global indices along with blocks/transacions on refresh | moneromooo-monero | 2 | -35/+42 | |
This plugs a privacy leak, where the wallet tells the daemon which transactions contain outputs for the wallet by asking for additional information for that particular transaction. As a nice bonus, this actually makes refresh slightly faster. | |||||
2016-08-28 | wallet: better tx input selection | moneromooo-monero | 2 | -29/+77 | |
We try to avoid related inputs, when possible | |||||
2016-08-28 | wallet: handle 0 change properly | moneromooo-monero | 1 | -7/+8 | |
With RCT, we allow 0 size outputs, to try and encourage txes with two inputs and two outputs. Consolidation would then have two non zero inputs, one zero output, and one larger output. | |||||
2016-08-28 | port get_tx_key/check_tx_key to rct | moneromooo-monero | 4 | -7/+101 | |
2016-08-28 | integrate simple rct api | moneromooo-monero | 1 | -6/+24 | |
2016-08-28 | wallet: rct specific output selection | moneromooo-monero | 2 | -3/+125 | |
Before the normal selection, we attempt to find either one or two suitable outputs to use as inputs to the rct tx. The intent is that most rct txes will have one or two inputs, and we want all to look the same if possible. When two outputs are needed, we try to find a pair which are not related (ie, by being from the same or similar block height). | |||||
2016-08-28 | wallet: make sweep_all work with rct txes too | moneromooo-monero | 1 | -7/+21 | |
2016-08-28 | wallet: factor transfer_rct code with transfer code | moneromooo-monero | 2 | -254/+40 | |
The "transfer" simplewallet command is renamed to "transfer_original". "transfer_new" is renamed "transfer", "transfer_rct" is removed, and the new "transfer" now selects rct or non rct transactions based on the current block height. | |||||
2016-08-28 | ringct: do not serialize what can be reconstructed | moneromooo-monero | 1 | -5/+8 | |
The mixRing (output keys and commitments) and II fields (key images) can be reconstructed from vin data. This saves some modest amount of space in the tx. | |||||
2016-08-28 | wallet: update spent status when an accepted tx disappears | moneromooo-monero | 1 | -0/+19 | |
2016-08-28 | wallet: reset output spent status on blockchain reorg | moneromooo-monero | 2 | -11/+61 | |
If the blockchain gets reorganized, all outputs spent in the part of the blockchain that's blown away need to be reset to unspent (they may end up spent again on the blocks that replace the blocks that are removed, however). | |||||
2016-08-28 | add rct to the protocol | moneromooo-monero | 3 | -54/+659 | |
It is not yet constrained to a fork, so don't use on the real network or you'll be orphaned or rejected. | |||||
2016-08-23 | libwallet_api: Wallet::amountFromString fixed | Ilya Kitaev | 1 | -1/+1 | |
2016-08-23 | libwallet_api: helper method to return maximumAllowedAmount | Ilya Kitaev | 2 | -0/+6 | |
2016-08-22 | libwallet_api: do not store wallet on close if status is not ok | Ilya Kitaev | 1 | -3/+5 | |
2016-08-17 | wallet: store key images after importing them | moneromooo-monero | 1 | -0/+3 | |
It avoids rescan_spent resetting spent status, for example. | |||||
2016-08-17 | wallet: fix build on Mac and Windows (missing include) | moneromooo-monero | 1 | -0/+1 | |
Reported by RaskaRuby, tested by iDunk5400. | |||||
2016-08-11 | Fake outs set is now decided by the wallet | moneromooo-monero | 4 | -52/+177 | |
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. | |||||
2016-08-04 | wallet2: if importing key images fails, print failure index | moneromooo-monero | 1 | -1/+2 | |
2016-08-01 | new unlocked parameter to output_histogram | moneromooo-monero | 2 | -5/+6 | |
This constrains the number of instances of any amount to the unlocked ones (as defined by the default unlock time setting: outputs with non default unlock time are not considered, so may be counted as unlocked even if they are not actually unlocked). | |||||
2016-07-24 | wallet: new {ex,im}port_key_images commands and RPC calls | moneromooo-monero | 6 | -1/+255 | |
They are used to export a signed set of key images from a wallet with a private spend key, so an auditor with the matching view key may see which of those are spent, and which are not. | |||||
2016-07-23 | cmake: wallet: libunbound is not always static | redfish | 1 | -22/+4 | |
It is not clear why libunbound was added to this in the first place, since it wasn't here before and #915 doesn't seem to introduce any new dependency on it. Tested build with STATIC=OFF (with and without libunbound-dev libunbound8 installed) and STATIC=ON, on Ubuntu Trusty, Debian Jessie, and Arch Linux. For static builds, beware of #926 and #907. If this hack was introduced to make it build on some other system (Windows? OS X?), then it will have to be dealt with, but not this way. | |||||
2016-07-20 | wallet: add unconfirmed incoming txes from the txpool | moneromooo-monero | 4 | -52/+215 | |
Shown in show_transfers simplewallet command, and get_transfers RPC command, if req.pool is true. | |||||
2016-07-19 | wallet: add command and RPC to sign/verify data | moneromooo-monero | 6 | -1/+125 | |
Signing is done using the spend key, since the view key may be shared. This could be extended later, to let the user choose which key (even a per tx key). simplewallet's sign/verify API uses a file. The RPC uses a string (simplewallet can't easily do strings since commands receive a tokenized set of arguments). | |||||
2016-07-18 | refreshing wallet even if error happened | Ilya Kitaev | 2 | -6/+18 | |
2016-07-18 | wallet_api: async init, Wallet::connected status, log level | Ilya Kitaev | 4 | -18/+91 | |
2016-07-18 | libwallet_api cmake: conditionally creating libwallet_merged2 only for | Ilya Kitaev | 2 | -9/+17 | |
STATIC build | |||||
2016-07-18 | wallet_api: segfault on refresh fixed | Ilya Kitaev | 2 | -5/+9 | |
2016-07-18 | WalletListener functionality | Ilya Kitaev | 3 | -13/+105 | |
2016-07-18 | hack to successfull linking for MSYS2 | Ilya Kitaev | 1 | -2/+6 | |
2016-07-18 | Transaction fee multiplier aka priority integraged | Ilya Kitaev | 3 | -4/+25 | |
2016-07-18 | Wallet::paymentIdValid | Ilya Kitaev | 2 | -0/+7 | |
2016-07-17 | wallet2_api: use uint64_t for amounts | moneromooo-monero | 1 | -2/+2 | |
2016-07-10 | Add a daemon RPC version, and make simplewallet check it | moneromooo-monero | 2 | -9/+26 | |
If the version is different, simplewallet will refuse to use that daemon, unless --allow-mismatched-daemon-version is used. | |||||
2016-07-10 | wallet_rpc_server: add payment id from integrated addresses to extra | moneromooo-monero | 1 | -1/+8 | |
2016-07-07 | wallet2_api: make this build (smatch needs .str() for /=) | moneromooo-monero | 1 | -1/+1 | |
2016-06-24 | CMake: GPL 'libutils' script removed | Ilya Kitaev | 1 | -2/+4 | |
2016-06-23 | WalletManager::findWallets: searching by "keys" files instead of | Ilya Kitaev | 1 | -5/+3 | |
"address.txt" files | |||||
2016-06-23 | Wallet: payment id and integrated address | Ilya Kitaev | 3 | -11/+68 | |
2016-06-23 | PendingTransactionImpl: pointer->reference | Ilya Kitaev | 2 | -4/+4 | |
2016-06-23 | commented regex | Ilya Kitaev | 1 | -1/+1 | |
2016-06-23 | Typo fixed | Ilya Kitaev | 1 | -1/+1 | |
2016-06-23 | Wallet::createTransaction: added mixin_count param | Ilya Kitaev | 3 | -10/+23 | |
2016-06-23 | double/string to monero integer convertion methods | Ilya Kitaev | 2 | -0/+19 | |
2016-06-23 | wallet::default_mixin exposed to public interface as | Ilya Kitaev | 3 | -1/+22 | |
Wallet::setDefaultMixin, Wallet::defaultMixin; wallet::create_transaction_2 used in Wallet::createTransaction | |||||
2016-06-23 | Wallet::filename, Wallet::keysFilename, tests for move wallet | Ilya Kitaev | 3 | -0/+29 | |
2016-06-23 | removed unused "using" | Ilya Kitaev | 1 | -1/+0 | |
2016-06-23 | Wallet API : WalletManager::findWallets() added | Ilya Kitaev | 4 | -4/+57 | |
2016-06-23 | installing wallet_api header | Ilya Kitaev | 1 | -2/+2 | |
2016-06-23 | all wallet dependencies merged to single static lib | Ilya Kitaev | 1 | -2/+15 | |
2016-06-23 | WalletListener::moneySpent test | Ilya Kitaev | 2 | -2/+10 | |
2016-06-23 | WalletListener::moneySpent(), WalletListener::moneyReceived() | Ilya Kitaev | 2 | -2/+22 | |
2016-06-23 | i_wallet_callback: virtual dtor | Ilya Kitaev | 1 | -0/+1 | |
2016-06-23 | started WalletListener | Ilya Kitaev | 3 | -1/+65 | |
2016-06-23 | TransactionHistory continued | Ilya Kitaev | 4 | -12/+103 | |
2016-06-23 | merged with upstream | Ilya Kitaev | 5 | -3/+106 | |
2016-06-23 | Wallet API : transaction history in progress | Ilya Kitaev | 7 | -32/+87 | |
2016-06-23 | transaction history api in progress | Ilya Kitaev | 7 | -16/+110 | |
2016-06-23 | api implementation splitted over separate files | Ilya Kitaev | 13 | -315/+710 | |