aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/cryptonote_core.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
* cryptonote: avoid double parsing blocks when syncingmoneromooo-monero2019-03-051-2/+11
* core: avoid double parsing blocks after hohmoneromooo-monero2019-03-051-10/+15
* core: avoid calculating tx prefix hash when we don't need itmoneromooo-monero2019-03-051-15/+13
* Print the reason why a notification spec failed to parsemoneromooo-monero2019-03-041-2/+2
* blockchain: include number of discarded blocks in --reorg-notifymoneromooo-monero2019-03-041-2/+3
* core: add a few more block rate window sizesmoneromooo-monero2019-03-041-1/+1
* core: add --block-rate-notifymoneromooo-monero2019-03-041-0/+31
* ArticMine's new block weight algorithmmoneromooo-monero2019-03-041-1/+2
* blockchain: add --reorg-notifymoneromooo-monero2019-01-281-0/+18
* Merge pull request #5052Riccardo Spagni2019-01-281-1/+2
|\
| * add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero2019-01-221-1/+2
* | Pruningmoneromooo-monero2019-01-221-0/+47
|/
* blockchain_db: speedup tx output gatheringmoneromooo-monero2018-12-181-0/+5
* Merge pull request #4923Riccardo Spagni2018-12-121-0/+1
|\
| * daemon: stop miner before we bring the whole thing downmoneromooo-monero2018-11-301-0/+1
* | Merge pull request #4920Riccardo Spagni2018-12-121-5/+4
|\ \
| * | core: fix adding new pre-hoh block when a tx is already in the poolmoneromooo-monero2018-11-261-5/+4
| |/
* | Merge pull request #4787Riccardo Spagni2018-12-121-1/+9
|\ \
| * | protocol: option to pad transaction relay to the next kBmoneromooo-monero2018-11-061-1/+9
* | | Merge pull request #4894Riccardo Spagni2018-12-041-6/+2
|\ \ \
| * | | remove some unused codemoneromooo-monero2018-11-231-6/+2
| | |/ | |/|
* | | Merge pull request #4854Riccardo Spagni2018-12-041-3/+0
|\ \ \ | |/ / |/| |
| * | Removed a lot of unnecessary includesMartijn Otto2018-11-151-3/+0
* | | Merge pull request #4769Riccardo Spagni2018-11-141-4/+4
|\ \ \ | |/ / |/| |
| * | core: avoid unnecessary tx/blob conversionsmoneromooo-monero2018-11-011-4/+4
| |/
* | cryptonote_core: avoid gratuitous recalculations in check_block_rate()xiphon2018-11-051-1/+2
* | cryptonote_core: fix build error gcc 5.4.0 'sign-compare'xiphon2018-11-011-1/+1
|/
* Merge pull request #4536Riccardo Spagni2018-10-261-2/+2
|\
| * blocks: use auto-generated .c files instead of 'LD -r -b binary'xiphon2018-10-221-2/+2
* | Merge pull request #4408Riccardo Spagni2018-10-261-0/+47
|\ \
| * | cryptonote_core: warn when the block rate deviates from expectationsmoneromooo-monero2018-09-201-0/+47
* | | core: don't verify range proofs multiple timesmoneromooo-monero2018-10-171-1/+6
| |/ |/|
* | Revert "Merge pull request #4472"Riccardo Spagni2018-10-081-2/+2
* | blocks: use auto-generated .c files instead of 'LD -r -b binary'xiphon2018-10-041-2/+2
* | Merge pull request #4333Riccardo Spagni2018-09-291-0/+17
* | Merge pull request #4378Riccardo Spagni2018-09-211-1/+6
|\ \ | |/ |/|
| * rpc: add a "is an update available" flag in get_infomoneromooo-monero2018-09-141-1/+6
* | remove obsolete daemon selection of fake outs and old tx constructionmoneromooo-monero2018-09-141-10/+0
|/
* v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-111-67/+21
* require canonical multi output bulletproof layoutmoneromooo-monero2018-09-111-0/+29
* Bulletproof aggregated verification and testsmoneromooo-monero2018-09-111-41/+137
* bulletproofs: add aggregated verificationmoneromooo-monero2018-09-111-1/+1
* core: sync database based on bytes added, not blocks addedmoneromooo-monero2018-08-121-7/+21
* Merge pull request #3854luigi11112018-07-191-2/+30
|\
| * add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas2018-06-291-2/+30
* | threadpool: allow leaf functions to run concurrentlymoneromooo-monero2018-06-261-2/+2
* | rpc: rework to avoid repeated calculations in get_blocks.binmoneromooo-monero2018-06-261-2/+2
* | replace std::list with std::vector on some hot pathsmoneromooo-monero2018-06-261-21/+21
* | Merge pull request #3828luigi11112018-06-191-0/+1
|\ \