aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | wallet: add command and RPC to sign/verify datamoneromooo-monero2016-07-191-0/+35
|/
* Merge pull request #878Riccardo Spagni2016-07-061-12/+37
|\
| * wallet: add a fee multipliermoneromooo-monero2016-06-221-12/+37
* | Merge branch 'master' of https://github.com/mbg033/bitmoneroIlya Kitaev2016-06-231-6/+5
|\ \
| * | Merge remote-tracking branch 'upstream/master'Ilya Kitaev2016-05-271-4/+13
| |\|
| * | Merge remote-tracking branch 'upstream/master'Ilya Kitaev2016-05-121-11/+249
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into developIlya Kitaev2016-04-261-75/+75
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master'Ilya Kitaev2016-03-311-39/+108
| |\ \ \ \
| * | | | | - testnet option added to api;Ilya Kitaev2016-03-251-0/+5
| * | | | | wallet2::store() implemented within wallet2::store_toIlya Kitaev2016-03-211-69/+53
* | | | | | - testnet option added to api;Ilya Kitaev2016-06-231-0/+5
* | | | | | wallet2::store() implemented within wallet2::store_toIlya Kitaev2016-06-231-69/+53
| |_|_|_|/ |/| | | |