summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* bump version, update readme to reflect, update checkpointsRiccardo Spagni2019-02-202-2/+3
* update quick sync checkpoints and hashRiccardo Spagni2019-02-202-1/+1
* wallet: fix payment ID decryption for construction dataDusan Klinec2019-02-201-7/+6
* blockchain: remove buggy long term block weight cachemoneromooo-monero2019-02-192-76/+36
* blockchain: fix block template creation racemoneromooo-monero2019-02-181-5/+5
* Merge pull request #5159Riccardo Spagni2019-02-181-2/+4
|\
| * blockchain: fix long term weight addition on pop/initmoneromooo-monero2019-02-181-2/+4
* | Merge pull request #5158Riccardo Spagni2019-02-183-3/+104
|\ \
| * | tests: add a CNv4 JIT testmoneromooo-monero2019-02-181-7/+8
| * | crypto: plug CNv4 JIT into cn_slow_hashmoneromooo-monero2019-02-182-3/+100
| * | crypto: clear cache after generating random programmoneromooo-monero2019-02-181-0/+3
| |/
* | Merge pull request #5157Riccardo Spagni2019-02-181-19/+12
|\ \ | |/ |/|
| * rpc: fix wrongly formatted JSON for pruned txstoffu2019-02-181-19/+12
* | Merge pull request #5155Riccardo Spagni2019-02-181-0/+2
|\ \
| * | db_lmdb: fix missing mdb_dbi_close in migrationmoneromooo-monero2019-02-171-0/+2
| |/
* | Merge pull request #5153Riccardo Spagni2019-02-181-1/+1
|\ \
| * | miner: fix build with boost 1.69moneromooo-monero2019-02-171-1/+1
| |/
* / CNv4 JIT compiler for x86-64 and testsSChernykh2019-02-174-0/+2746
|/
* blockchain: fix m_long_term_block_weight_height initializationmoneromooo-monero2019-02-151-6/+13
* blockchain: forbid older BP rct versions from v11moneromooo-monero2019-02-151-1/+18
* Fix v3/v4 db conversionmoneromooo-monero2019-02-152-2/+8
* Build fixes for some platformsmoneromooo-monero2019-02-144-16/+16
* blockchain: add v10 fork heightsmoneromooo-monero2019-02-141-0/+5
* Adding cnv4-2 tweaksLee Clagett2019-02-142-31/+71
* Cryptonight variant 4 aka CryptonightRSChernykh2019-02-146-17/+508
* slow-hash: some more big endian fixesxiphon2019-02-141-6/+6
* slow-hash: fix for big endianmoneromooo-monero2019-02-141-20/+21
* Small function declaration cleanup in slow-hash.cPol Mauri2019-02-141-5/+2
* Add support for V10 protocol with BulletProofV2 and short amount.cslashm2019-02-141-13/+34
* Fix dummy decryption in debug modecslashm2019-02-141-1/+3
* fix log namespacecslashm2019-02-141-45/+45
* New scheme key destination contrfolcslashm2019-02-147-63/+233
* cryptonote: Fix enum check in expand_transaction_2Tom Smeding2019-02-141-1/+1
* simplewallet: tell the user to complain to the recipientmoneromooo-monero2019-02-141-1/+1
* ringct: fix v1 ecdhInfo serializationmoneromooo-monero2019-02-141-16/+2
* ringct: the commitment mask is now deterministicmoneromooo-monero2019-02-125-36/+57
* ringct: encode 8 byte amount, saving 24 bytes per outputmoneromooo-monero2019-02-1211-28/+71
* ringct: save 3 bytes on bulletproof sizemoneromooo-monero2019-02-121-1/+4
* add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero2019-02-1212-62/+95
* core: include a dummy encrypted payment id when no payment is usedmoneromooo-monero2019-02-122-14/+58
* core, wallet: remember original text version of destination addressmoneromooo-monero2019-02-125-10/+33
* simplewallet: disable long payment ids by defaultmoneromooo-monero2019-02-122-13/+38
* blockchain: fix wrong hf version when popping multiple blocksmoneromooo-monero2019-02-123-6/+37
* simplewallet: remove ability to transfer with detached short payment idsmoneromooo-monero2019-02-121-31/+2
* blockchain: fix block rate check for empty blockchainsmoneromooo-monero2019-02-121-1/+3
* ignore child process when execJethro Grassie2019-02-121-0/+4
* wallet2: fix ring reuse breaking when using histogrammoneromooo-monero2019-02-121-0/+3
* core: fix unmixable special case allowing ring size below 11moneromooo-monero2019-02-121-1/+1
* blockchain: include number of discarded blocks in --reorg-notifymoneromooo-monero2019-02-122-3/+5
* core: add a few more block rate window sizesmoneromooo-monero2019-02-121-1/+1