summaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1098Riccardo Spagni2016-09-181-2/+4
|\
| * wallet: keep change dest separate from other destsmoneromooo-monero2016-09-181-2/+4
* | wallet: fix empty tx in corner case sending nothingmoneromooo-monero2016-09-181-0/+6
|/
* wallet: change priority/fee to ArticMine's recommendationmoneromooo-monero2016-09-161-24/+45
* Merge pull request #1074Riccardo Spagni2016-09-151-13/+18
|\
| * Decrease minimum fee from 0.01/kB to 0.002/kBmoneromooo-monero2016-09-151-13/+18
* | wallet: fix misdetection of duplicatesmoneromooo-monero2016-09-141-11/+3
|/
* Re-add s to rangesigsluigi11112016-09-011-2/+2
* Fix some rct tx size calculationsluigi11112016-09-011-9/+6
* Merge pull request #1027Riccardo Spagni2016-09-011-0/+2
|\
| * wallet: sanity check on histogram responsemoneromooo-monero2016-09-011-0/+2
* | wallet: interpret 0 fee multiplier as default for sweep_all toomoneromooo-monero2016-08-301-1/+3
|/
* wallet: fix not finding enough rct fake outputsmoneromooo-monero2016-08-291-3/+8
* wallet: fix some "may be used uninitialized" warningsmoneromooo-monero2016-08-281-16/+15
* wallet: do not generate 0 changemoneromooo-monero2016-08-281-3/+6
* wallet: do not ask for duplicate histogramsmoneromooo-monero2016-08-281-0/+3
* wallet: transfer_selected_rct now also selects fake outsmoneromooo-monero2016-08-281-171/+88
* New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero2016-08-281-0/+17
* rct amount key modified as per luigi1111's recommendationsmoneromooo-monero2016-08-281-20/+19
* rct: change the simple flag to a typemoneromooo-monero2016-08-281-2/+8
* wallet: do not store signatures in the wallet cachemoneromooo-monero2016-08-281-18/+39
* wallet2: factor m_spent changesmoneromooo-monero2016-08-281-26/+29
* wallet: use the prefered rct case only when enough rct outs existmoneromooo-monero2016-08-281-1/+25
* wallet: do not try to use rct txes a few blocks before the forkmoneromooo-monero2016-08-281-18/+27
* change fork settings to allow pre-rct txes for one more fork cyclemoneromooo-monero2016-08-281-2/+2
* rct: make the amount key derivable by a third party with the tx keymoneromooo-monero2016-08-281-14/+33
* rct: do not serialize public keys in outPkmoneromooo-monero2016-08-281-3/+3
* rpc: send global indices along with blocks/transacions on refreshmoneromooo-monero2016-08-281-30/+37
* wallet: better tx input selectionmoneromooo-monero2016-08-281-29/+74
* wallet: handle 0 change properlymoneromooo-monero2016-08-281-7/+8
* port get_tx_key/check_tx_key to rctmoneromooo-monero2016-08-281-4/+17
* integrate simple rct apimoneromooo-monero2016-08-281-6/+24
* wallet: rct specific output selectionmoneromooo-monero2016-08-281-3/+123
* wallet: make sweep_all work with rct txes toomoneromooo-monero2016-08-281-7/+21
* wallet: factor transfer_rct code with transfer codemoneromooo-monero2016-08-281-253/+40
* ringct: do not serialize what can be reconstructedmoneromooo-monero2016-08-281-5/+8
* wallet: update spent status when an accepted tx disappearsmoneromooo-monero2016-08-281-0/+19
* wallet: reset output spent status on blockchain reorgmoneromooo-monero2016-08-281-5/+41
* add rct to the protocolmoneromooo-monero2016-08-281-40/+610
* Merge pull request #970Riccardo Spagni2016-08-221-0/+3
|\
| * wallet: store key images after importing themmoneromooo-monero2016-08-171-0/+3
* | wallet: fix build on Mac and Windows (missing include)moneromooo-monero2016-08-171-0/+1
|/
* Merge pull request #948Riccardo Spagni2016-08-111-47/+173
|\
| * Fake outs set is now decided by the walletmoneromooo-monero2016-08-111-43/+168
| * new unlocked parameter to output_histogrammoneromooo-monero2016-08-011-4/+5
* | wallet2: if importing key images fails, print failure indexmoneromooo-monero2016-08-041-1/+2
|/
* wallet: new {ex,im}port_key_images commands and RPC callsmoneromooo-monero2016-07-241-0/+116
* wallet: add unconfirmed incoming txes from the txpoolmoneromooo-monero2016-07-201-46/+175
* Merge pull request #902Riccardo Spagni2016-07-201-8/+25
|\
| * Add a daemon RPC version, and make simplewallet check itmoneromooo-monero2016-07-101-8/+25