summaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6729luigi11112020-07-311-1/+1
|\
| * build: prepare v0.16.0.3 releaseselsta2020-07-301-1/+1
* | blockchain: guard against exceptions in add_new_block/childrenmoneromooo-monero2020-07-301-0/+11
|/
* Merge pull request #6672v0.16.0.1luigi11112020-06-231-1/+1
|\
| * build: prepare v0.16.0.1 releaseselsta2020-06-211-1/+1
* | Merge pull request #6651luigi11112020-06-221-1/+16
|\ \ | |/ |/|
| * blockchain: fix timestamp/difficulty cache getting out of syncmoneromooo-monero2020-06-131-1/+16
* | blockchain: fix total_height in getblocks.bin responsemoneromooo-monero2020-06-111-0/+1
|/
* blockchain: detect and log bad difficulty calculationsmoneromooo-monero2020-05-171-5/+72
* build: prepare v0.16.0.0 releaseselsta2020-05-091-1/+1
* Merge pull request #6358luigi11112020-04-101-30/+2
|\
| * blockchain_db: faster fetching of consecutive txesmoneromooo-monero2020-02-271-30/+2
* | Merge pull request #6347luigi11112020-04-041-8/+16
|\ \
| * | cryptonote_core: skip block notify on blockchain switching rollbackxiphon2020-02-191-8/+16
| |/
* | Merge pull request #6339luigi11112020-04-041-2/+2
|\ \
| * | remove empty statementsInterchained2020-02-171-2/+2
| |/
* | Merge pull request #6284Alexander Blair2020-03-271-2/+2
|\ \
| * | Fix check_fee() discrepancy.UkoeHB2020-01-091-2/+2
* | | Merge pull request #6211Alexander Blair2020-02-281-0/+7
|\ \ \ | |_|/ |/| |
| * | rpc: add bad-blocks to flush_cache RPCmoneromooo-monero2019-12-021-0/+7
* | | Merge pull request #6233luigi11112020-02-041-1/+1
|\ \ \
| * | | blockchain: fix flushing txes from the txpoolmoneromooo-monero2019-12-141-1/+1
| | |/ | |/|
* | | Merge pull request #6140Alexander Blair2020-01-251-3/+10
|\ \ \
| * | | blockchain: speedup fetching pruned contiguous tx blobsmoneromooo-monero2019-11-151-3/+10
| | |/ | |/|
* | | Merge pull request #6124Alexander Blair2020-01-161-1/+6
|\ \ \ | |_|/ |/| |
| * | blockchain: error out if the builtin hashes data size is wrongmoneromooo-monero2019-11-121-1/+6
| |/
* / Adding support for hidden (anonymity) txpoolLee Clagett2019-11-021-13/+18
|/
* 0.15.0.0 release engineeringRiccardo Spagni2019-11-021-1/+1
* blockchain: fix unwanted error when probing the pool for a txmoneromooo-monero2019-10-271-2/+11
* Merge pull request #5974luigi11112019-10-221-2/+4
|\
| * blockchain: initialize pow to ff..ffmoneromooo-monero2019-10-161-2/+4
* | Merge pull request #5970luigi11112019-10-221-3/+12
|\ \
| * | blockchain: use effective median block weight for penalty from v12moneromooo-monero2019-10-111-3/+12
| |/
* | Merge pull request #5966luigi11112019-10-221-8/+3
|\ \
| * | Support median block size > 4 GBmoneromooo-monero2019-10-211-8/+3
* | | Merge pull request #5919luigi11112019-10-221-0/+28
|\ \ \
| * | | blockchain: fill in cumulative block weight for alt blocksmoneromooo-monero2019-10-101-0/+28
* | | | Merge pull request #5941luigi11112019-10-141-1/+2
|\ \ \ \
| * | | | blockchain: tweak fee as a function of median valuesmoneromooo-monero2019-09-281-1/+2
* | | | | Merge pull request #5933luigi11112019-10-141-0/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ban peers sending bad pow outrightmoneromooo-monero2019-09-251-0/+2
* | | | | Merge pull request #5915luigi11112019-10-081-50/+194
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | monerod can now sync from pruned blocksmoneromooo-monero2019-09-271-50/+194
* | | | | Merge pull request #5902luigi11112019-09-301-1/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | blockchain: keep block template timestamp not below recent medianmoneromooo-monero2019-09-111-1/+3
| |/ / /
* | / / RandomX integrationHoward Chu2019-09-251-4/+40
| |/ / |/| |
* | | Merge pull request #5882luigi11112019-09-241-0/+10
|\ \ \
| * | | blockchain: enforce 10 block age for spending outputsmoneromooo-monero2019-09-171-0/+10
| | |/ | |/|
* | | Merge pull request #5877luigi11112019-09-241-8/+8
|\ \ \
| * | | Changed the use of boost:value_initialized for C++ list initializerJesus Ramirez2019-09-021-8/+8