aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1002Riccardo Spagni2016-08-291-1/+6
|\
| * core: allow empty global indices for txes with empty voutmoneromooo-monero2016-08-291-1/+6
* | Merge pull request #999Riccardo Spagni2016-08-281-13/+14
|\ \ | |/ |/|
| * Change default db-sync-mode to fast, not fastestHoward Chu2016-08-281-13/+14
* | blockchain: testnet heights for v3, v4, and v5moneromooo-monero2016-08-281-0/+4
* | core: use full rct signatures if just one inputmoneromooo-monero2016-08-281-1/+4
* | wallet: transfer_selected_rct now also selects fake outsmoneromooo-monero2016-08-281-2/+2
* | 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
* | New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero2016-08-285-19/+34
* | rct amount key modified as per luigi1111's recommendationsmoneromooo-monero2016-08-282-5/+10
* | rct: rework v2 txes into prunable and non prunable datamoneromooo-monero2016-08-284-20/+69
* | rct: rework the verification preparation processmoneromooo-monero2016-08-283-133/+114
* | rct: change the simple flag to a typemoneromooo-monero2016-08-283-11/+22
* | rct: avoid the need for the last II elementShen Noether2016-08-282-18/+9
* | wallet: do not store signatures in the wallet cachemoneromooo-monero2016-08-284-1/+17
* | core: add some locking around pool usemoneromooo-monero2016-08-282-1/+4
* | rct: do not serialize senderPk - it is not used anymoremoneromooo-monero2016-08-281-1/+1
* | 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-282-3/+8
* | rct: make the amount key derivable by a third party with the tx keymoneromooo-monero2016-08-281-7/+3
* | rct: do not serialize public keys in outPkmoneromooo-monero2016-08-283-13/+53
* | core: always use the new simple rct variantmoneromooo-monero2016-08-281-1/+1
* | port get_tx_key/check_tx_key to rctmoneromooo-monero2016-08-282-5/+15
* | integrate simple rct apimoneromooo-monero2016-08-284-102/+229
* | ringct: "simple" ringct variantShen Noether2016-08-281-0/+13
* | mixable transactions must be rct for v3moneromooo-monero2016-08-282-6/+29
* | Condition v2 txes on v3 hard forkmoneromooo-monero2016-08-282-1/+12
* | move the rct commitments to the output_amounts databasemoneromooo-monero2016-08-281-23/+2
* | rct: add the tx prefix hash into the MLSAGmoneromooo-monero2016-08-281-3/+4
* | ringct: do not serialize what can be reconstructedmoneromooo-monero2016-08-282-24/+81
* | Use the supplied hard fork version in validate_miner_transactionmoneromooo-monero2016-08-281-1/+1
* | add rct to the protocolmoneromooo-monero2016-08-288-149/+451
* | make rct tx serialization workmoneromooo-monero2016-08-281-0/+56
* | core: link against libringctmoneromooo-monero2016-08-281-0/+1
* | core: new /getrandom_rctouts.bin binary RPC callmoneromooo-monero2016-08-284-0/+136
* | remove original Cryptonote blockchain_storage blockchain formatmoneromooo-monero2016-08-288-2404/+0
|/
* Fix fake 'network synchronized, begin using' messagesThomas Winget2016-08-231-1/+4
* daemon: print time to next forkmoneromooo-monero2016-08-123-0/+26
* Fake outs set is now decided by the walletmoneromooo-monero2016-08-114-0/+46
* new unlocked parameter to output_histogrammoneromooo-monero2016-08-012-3/+4
* hardfork: fix off by one in rescaning fork state after restartmoneromooo-monero2016-07-251-3/+8
* remove hf_starting_height dbmoneromooo-monero2016-07-132-24/+6
* tx_extra: parse new chunk added by minergateblashyrkh2016-06-061-1/+12
* Merge pull request #831Riccardo Spagni2016-05-172-5/+5
|\
| * tests: fix tests broken by the removal of the block reward accumulation loopmoneromooo-monero2016-05-011-1/+1
| * core: move tx_extra parsing errors to log level 1moneromooo-monero2016-05-011-4/+4
* | Merge branch 'performance' of https://github.com/LMDB/bitmoneroRiccardo Spagni2016-04-291-2/+3
|\ \ | |/ |/|
| * Merge branch 'performance' into masterHoward Chu2016-04-051-2/+3
| |\
| | * Schema update: tx_indices - improve further with less indirectionwarptangent2016-04-051-2/+3