aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain.h
Commit message (Expand)AuthorAgeFilesLines
...
| * blockchain: fix returned height in create_block_templatemoneromooo-monero2019-03-301-1/+2
* | Merge pull request #5352Riccardo Spagni2019-04-011-0/+2
|\ \
| * | blockchain: simple cache for the long term block weightsmoneromooo-monero2019-03-281-0/+2
| |/
* / Make difficulty 128 bit instead of 64 bitmoneromooo-monero2019-03-241-1/+1
|/
* Merge pull request #5256Riccardo Spagni2019-03-211-2/+13
|\
| * blockchain: speed up getting N blocks weights/long term weightsmoneromooo-monero2019-03-081-2/+13
* | Update 2019 copyrightbinaryFate2019-03-051-1/+1
|/
* core: avoid double parsing blocks after hohmoneromooo-monero2019-03-051-2/+3
* Avoid repeated (de)serialization when syncingmoneromooo-monero2019-03-051-1/+1
* ArticMine's new block weight algorithmmoneromooo-monero2019-03-041-2/+16
* blockchain: add --reorg-notifymoneromooo-monero2019-01-281-1/+9
* Pruningmoneromooo-monero2019-01-221-0/+6
* Merge pull request #5015Riccardo Spagni2019-01-161-1/+1
|\
| * cryptonote_core: revert extra_tx_mapmoneromooo-monero2018-12-251-1/+1
* | Merge pull request #4984Riccardo Spagni2019-01-161-0/+2
|\ \
| * | blockchain_db: speedup tx output gatheringmoneromooo-monero2018-12-181-0/+2
| |/
* | Merge pull request #4940luigi11112018-12-311-0/+5
|\ \ | |/ |/|
| * blockchain: call deinit in dtormoneromooo-monero2018-12-051-0/+5
* | Merge pull request #4909Riccardo Spagni2018-12-121-2/+2
|\ \
| * | blockchain: avoid unnecessary DB lookups when syncingmoneromooo-monero2018-11-271-2/+2
| |/
* / add command pop_blocksJason Wong2018-11-281-0/+7
|/
* blockchain: remove unused output_scan_worker parametermoneromooo-monero2018-11-041-3/+1
* core: avoid unnecessary tx/blob conversionsmoneromooo-monero2018-11-011-1/+1
* Merge pull request #4536Riccardo Spagni2018-10-261-2/+16
|\
| * blocks: use auto-generated .c files instead of 'LD -r -b binary'xiphon2018-10-221-2/+16
* | Merge pull request #4408Riccardo Spagni2018-10-261-0/+5
|\ \ | |/ |/|
| * cryptonote_core: warn when the block rate deviates from expectationsmoneromooo-monero2018-09-201-0/+5
* | Revert "Merge pull request #4472"Riccardo Spagni2018-10-081-16/+2
* | blocks: use auto-generated .c files instead of 'LD -r -b binary'xiphon2018-10-041-2/+16
* | Merge pull request #4333Riccardo Spagni2018-09-291-0/+11
|/
* remove obsolete daemon selection of fake outs and old tx constructionmoneromooo-monero2018-09-141-61/+0
* v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-111-33/+44
* Merge pull request #4204luigi11112018-08-221-3/+6
|\
| * core: sync database based on bytes added, not blocks addedmoneromooo-monero2018-08-121-3/+6
* | core: cache block template where possiblemoneromooo-monero2018-08-161-0/+21
|/
* Merge pull request #3973luigi11112018-07-191-1/+1
|\
| * alt_chain_info can now give more info about a particular alt chainmoneromooo-monero2018-06-261-1/+1
* | Merge pull request #3854luigi11112018-07-191-1/+10
|\ \
| * | add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas2018-06-291-1/+10
* | | rpc: rework to avoid repeated calculations in get_blocks.binmoneromooo-monero2018-06-261-1/+1
* | | replace std::list with std::vector on some hot pathsmoneromooo-monero2018-06-261-8/+8
| |/ |/|
* | Merge pull request #3450luigi11112018-06-081-0/+7
|\ \ | |/ |/|
| * core: add get_earliest_ideal_height_for_version()stoffu2018-03-211-0/+7
* | Merge pull request #3731luigi11112018-05-301-2/+5
|\ \
| * | Use median timestamp if current time renders a block invalid.Thaer Khawaja2018-05-131-2/+5
* | | Merge pull request #3251luigi11112018-05-291-3/+6
|\ \ \
| * | | db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero2018-05-231-3/+6
* | | | Merge pull request #3420luigi11112018-05-291-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | blockchain: cache difficulty for next blockmoneromooo-monero2018-03-191-0/+4
| | |/ | |/|
* | | speed up get_output_distribution (and precalc common case)moneromooo-monero2018-05-211-2/+3
| |/ |/|