aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
* wallet: fix not finding enough rct fake outputsmoneromooo-monero2016-08-291-3/+8
* wallet_rpc_server: return payment id in make_integrated_address RPCmoneromooo-monero2016-08-292-0/+3
* 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-282-171/+90
* New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero2016-08-282-2/+34
* rct amount key modified as per luigi1111's recommendationsmoneromooo-monero2016-08-284-61/+20
* rct: change the simple flag to a typemoneromooo-monero2016-08-281-2/+8
* wallet: do not store signatures in the wallet cachemoneromooo-monero2016-08-284-28/+71
* wallet2: factor m_spent changesmoneromooo-monero2016-08-282-26/+31
* wallet: always use new algorithm for RPC transfersmoneromooo-monero2016-08-282-7/+2
* wallet: use the prefered rct case only when enough rct outs existmoneromooo-monero2016-08-282-1/+27
* wallet: do not try to use rct txes a few blocks before the forkmoneromooo-monero2016-08-283-22/+31
* 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-282-17/+34
* rct: do not serialize public keys in outPkmoneromooo-monero2016-08-281-3/+3
* wallet2_api: zero amounts are now allowed with rctmoneromooo-monero2016-08-281-6/+0
* wallet2_api: update on_money_{received,spent} prototypes for rct changesmoneromooo-monero2016-08-281-4/+2
* rpc: send global indices along with blocks/transacions on refreshmoneromooo-monero2016-08-282-35/+42
* wallet: better tx input selectionmoneromooo-monero2016-08-282-29/+77
* wallet: handle 0 change properlymoneromooo-monero2016-08-281-7/+8
* port get_tx_key/check_tx_key to rctmoneromooo-monero2016-08-284-7/+101
* integrate simple rct apimoneromooo-monero2016-08-281-6/+24
* wallet: rct specific output selectionmoneromooo-monero2016-08-282-3/+125
* wallet: make sweep_all work with rct txes toomoneromooo-monero2016-08-281-7/+21
* wallet: factor transfer_rct code with transfer codemoneromooo-monero2016-08-282-254/+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-282-11/+61
* add rct to the protocolmoneromooo-monero2016-08-283-54/+659
* Merge pull request #978Riccardo Spagni2016-08-262-4/+12
|\
| * libwallet_api: Wallet::amountFromString fixedIlya Kitaev2016-08-231-1/+1
| * libwallet_api: helper method to return maximumAllowedAmountIlya Kitaev2016-08-232-0/+6
| * libwallet_api: do not store wallet on close if status is not okIlya Kitaev2016-08-221-3/+5
* | 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-114-55/+181
|\
| * Fake outs set is now decided by the walletmoneromooo-monero2016-08-114-50/+175
| * new unlocked parameter to output_histogrammoneromooo-monero2016-08-012-5/+6
* | wallet2: if importing key images fails, print failure indexmoneromooo-monero2016-08-041-1/+2
|/
* Merge pull request #928Riccardo Spagni2016-07-266-1/+255
|\
| * wallet: new {ex,im}port_key_images commands and RPC callsmoneromooo-monero2016-07-246-1/+255
* | cmake: wallet: libunbound is not always staticredfish2016-07-231-22/+4
|/
* Merge pull request #916Riccardo Spagni2016-07-234-51/+214
|\
| * wallet: add unconfirmed incoming txes from the txpoolmoneromooo-monero2016-07-204-51/+214
* | Merge pull request #915Riccardo Spagni2016-07-235-30/+251
|\ \
| * | refreshing wallet even if error happenedIlya Kitaev2016-07-182-6/+18
| * | wallet_api: async init, Wallet::connected status, log levelIlya Kitaev2016-07-184-18/+91