summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | wallet: transfer_selected_rct now also selects fake outsmoneromooo-monero2016-08-284-174/+95
| * | increase minimum mixin to 4 on hard fork 5moneromooo-monero2016-08-281-2/+3
| * | core: allow v1 txes after HF 5 when sweeping unmixable outputsmoneromooo-monero2016-08-282-16/+19
| * | tests: hard fork list must end with a 0moneromooo-monero2016-08-283-4/+4
| * | ringct: use Cryptonote serialization to hash non prunable datamoneromooo-monero2016-08-281-21/+9
| * | New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero2016-08-2819-36/+120
| * | rct: log why verification failsmoneromooo-monero2016-08-281-9/+13
| * | rct: serialize txnFee as varintmoneromooo-monero2016-08-281-1/+1
| * | rct amount key modified as per luigi1111's recommendationsmoneromooo-monero2016-08-2815-133/+85
| * | rct: rework v2 txes into prunable and non prunable datamoneromooo-monero2016-08-288-90/+153
| * | rct: rework the verification preparation processmoneromooo-monero2016-08-286-200/+195
| * | rct: change the simple flag to a typemoneromooo-monero2016-08-288-25/+46
| * | rct: avoid the need for the last II elementShen Noether2016-08-286-55/+55
| * | wallet: do not store signatures in the wallet cachemoneromooo-monero2016-08-2811-31/+95
| * | core: add some locking around pool usemoneromooo-monero2016-08-282-1/+4
| * | wallet2: factor m_spent changesmoneromooo-monero2016-08-282-26/+31
| * | wallet: always use new algorithm for RPC transfersmoneromooo-monero2016-08-282-7/+2
| * | rct: do not serialize senderPk - it is not used anymoremoneromooo-monero2016-08-283-3/+5
| * | core_tests: fix a couple pre-rct tests using rctmoneromooo-monero2016-08-281-2/+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
| * | 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-285-14/+19
| * | 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-2812-92/+140
| * | rct: do not serialize public keys in outPkmoneromooo-monero2016-08-288-34/+87
| * | 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
| * | tests: add tests for wallet output selectionmoneromooo-monero2016-08-282-1/+100
| * | 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-2810-34/+181
| * | tests: add basic tests for simple rct apimoneromooo-monero2016-08-281-44/+378
| * | integrate simple rct apimoneromooo-monero2016-08-2811-182/+394
| * | 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-288-195/+63
| * | rct: add the tx prefix hash into the MLSAGmoneromooo-monero2016-08-286-9/+43
| * | ringct: fix size unit mismatch calling keccakmoneromooo-monero2016-08-281-1/+1
| * | ringct: do not serialize what can be reconstructedmoneromooo-monero2016-08-288-71/+145
| * | Add rct core testsmoneromooo-monero2016-08-287-10/+764