summaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* build: prepare v0.17.0.1selsta2020-09-251-1/+1
* blockchain: deterministic UNIX time unlock checksmoneromooo-monero2020-09-151-16/+45
* build: prepare v0.17selsta2020-09-141-1/+1
* blockchain: fix pow skipping for old blocks without precalc hashmoneromooo-monero2020-09-071-1/+1
* Merge pull request #6111Riccardo Spagni2020-09-061-5/+41
|\
| * core: fix mining from a block that's not the current topmoneromooo-monero2020-08-271-5/+41
* | Merge pull request #6757luigi11112020-09-031-7/+9
|\ \
| * | threadpool: guard against exceptions in jobs, and armour platingmoneromooo-monero2020-09-011-7/+9
* | | Integrate CLSAGs into moneromoneromooo-monero2020-08-271-3/+53
| |/ |/|
* | Merge pull request #6760Alexander Blair2020-08-271-2/+2
|\ \
| * | enforce claiming maximum coinbase amountmoneromooo-monero2020-08-211-2/+2
| |/
* | Avoid some temporary strings when reading off the databasemoneromooo-monero2020-08-171-3/+3
* | Merge pull request #6727Alexander Blair2020-08-161-0/+11
|\ \
| * | blockchain: guard against exceptions in add_new_block/childrenmoneromooo-monero2020-07-301-0/+11
| |/
* | Merge pull request #6661Alexander Blair2020-08-161-1/+1
|\ \
| * | avoid a couple needless copiesmoneromooo-monero2020-06-141-1/+1
* | | Adding ZMQ/Pub support for txpool_add and chain_main eventsLee Clagett2020-05-041-10/+21
| |/ |/|
* | Merge pull request #6534Alexander Blair2020-07-191-0/+115
|\ \
| * | daemon: guard against rare 'difficulty drift' bug with checkpoints and recalc...stoffu2020-06-091-0/+115
| |/
* | Merge pull request #6526Alexander Blair2020-07-191-0/+1
|\ \
| * | blockchain: fix theoretical race getting bulk timestampsmoneromooo-monero2020-05-131-0/+1
* | | Merge pull request #6512Alexander Blair2020-07-191-1/+1
|\ \ \
| * | | Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| |/ /
* | | blockchain: fix timestamp/difficulty cache getting out of syncmoneromooo-monero2020-07-081-1/+16
* | | Merge pull request #6629luigi11112020-07-081-0/+1
|\ \ \
| * | | blockchain: fix total_height in getblocks.bin responsemoneromooo-monero2020-06-051-0/+1
| |/ /
* | | Merge pull request #6544luigi11112020-07-081-5/+72
|\ \ \ | |_|/ |/| |
| * | blockchain: detect and log bad difficulty calculationsmoneromooo-monero2020-05-171-5/+72
| |/
* / build: prepare v0.16.0.0 releaseselsta2020-05-131-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