aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* tx_pool: log why a transaction was rejected for version checksmoneromooo-monero2016-08-281-0/+3
* change fork settings to allow pre-rct txes for one more fork cyclemoneromooo-monero2016-08-283-5/+10
* simplewallet: better check_tx_key feedbackmoneromooo-monero2016-08-281-2/+20
* rct: make the amount key derivable by a third party with the tx keymoneromooo-monero2016-08-289-72/+105
* rct: do not serialize public keys in outPkmoneromooo-monero2016-08-287-33/+85
* 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-284-35/+78
* core: always use the new simple rct variantmoneromooo-monero2016-08-281-1/+1
* wallet: better tx input selectionmoneromooo-monero2016-08-282-29/+77
* rct: use the already defined H where possiblemoneromooo-monero2016-08-281-2/+1
* wallet: handle 0 change properlymoneromooo-monero2016-08-281-7/+8
* port get_tx_key/check_tx_key to rctmoneromooo-monero2016-08-289-32/+177
* integrate simple rct apimoneromooo-monero2016-08-288-175/+329
* serialization: add override for serializing boolmoneromooo-monero2016-08-281-0/+6
* ringct: optimization/cleanup of hash functionsShen Noether2016-08-283-22/+45
* ringct: "simple" ringct variantShen Noether2016-08-286-3/+262
* wallet: rct specific output selectionmoneromooo-monero2016-08-282-3/+125
* wallet: make sweep_all work with rct txes toomoneromooo-monero2016-08-281-7/+21
* mixable transactions must be rct for v3moneromooo-monero2016-08-284-6/+33
* wallet: factor transfer_rct code with transfer codemoneromooo-monero2016-08-284-267/+42
* Condition v2 txes on v3 hard forkmoneromooo-monero2016-08-282-1/+12
* move the rct commitments to the output_amounts databasemoneromooo-monero2016-08-287-190/+62
* rct: add the tx prefix hash into the MLSAGmoneromooo-monero2016-08-281-3/+4
* ringct: fix size unit mismatch calling keccakmoneromooo-monero2016-08-281-1/+1
* ringct: do not serialize what can be reconstructedmoneromooo-monero2016-08-286-50/+132
* Use the supplied hard fork version in validate_miner_transactionmoneromooo-monero2016-08-281-1/+1
* 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
* ringct: catch errors from ge_frombytes_vartimemoneromooo-monero2016-08-281-11/+12
* ringct: add missing size check for ecdhInfomoneromooo-monero2016-08-281-0/+1
* ringct: change asserts to return false for boolean functionsmoneromooo-monero2016-08-281-10/+10
* add rct to the protocolmoneromooo-monero2016-08-2818-239/+1182
* db_lmdb: update reset for recent db changesmoneromooo-monero2016-08-281-0/+10
* ringct: add functions to commit to an amountmoneromooo-monero2016-08-282-0/+21
* make rct tx serialization workmoneromooo-monero2016-08-283-28/+104
* crypto: error out where appropriatemoneromooo-monero2016-08-281-2/+2
* ringct: allow no outputs, and add tests for this and feesmoneromooo-monero2016-08-281-2/+0
* ringct: make fee optionalmoneromooo-monero2016-08-281-2/+9
* ringct: txn fee stuffShen Noether2016-08-283-13/+24
* ringct: new {gen,decode}Rct APIs for conveniencemoneromooo-monero2016-08-282-11/+27
* ringct: add more convenience functionsmoneromooo-monero2016-08-281-4/+14
* core: link against libringctmoneromooo-monero2016-08-281-0/+1
* core: new /getrandom_rctouts.bin binary RPC callmoneromooo-monero2016-08-287-0/+192
* ringct: add convenience functions to bridge ringct and cryptonotemoneromooo-monero2016-08-281-0/+5
* blockchain_db: add functions for adding/removing/getting rct commitmentsmoneromooo-monero2016-08-283-0/+153
* ringct: restore verRange check in debug modemoneromooo-monero2016-08-281-1/+1
* ringct: add check for destinations/amount size being equalmoneromooo-monero2016-08-281-0/+1