summaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9740tobtoht2025-03-101-15/+41
|\
| * blockchain sync: reduce disk writes from 2 to 1 per txjeffro2562025-03-101-15/+41
* | Fix build with boost ASIO 0.87. Support boost 1.66+Lee *!* Clagett2025-02-141-3/+4
|/
* verRctNonSemanticsSimpleCached: fix fragilityJeffrey Ryan2023-03-171-9/+13
* Refactored rx-slow-hash.cSChernykh2022-12-141-1/+3
* wallet2: check wallet compatibility with daemon's hard fork versionj-berman2022-09-121-0/+7
* rpc: skip bootstrap nodes that are lower than last checkpointselsta2022-09-061-0/+7
* Fee changes from ArticMinemoneromooo-monero2022-04-101-0/+16
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
* RPC and ZeroMQ APIs to support p2poolSChernykh2021-09-111-2/+37
* core: speed up print_coinbase_tx_summoneromooo-monero2021-03-181-1/+1
* protocol: more sanity checks in new chain block hashesmoneromooo-monero2020-12-311-1/+3
* rpc: limit the number of txes for get_blocks.binmoneromooo-monero2020-12-291-2/+3
* Make Blockchain::get_fee_quantization_mask() compile timeSChernykh2020-10-201-1/+5
* blockchain: deterministic UNIX time unlock checksmoneromooo-monero2020-09-151-12/+19
* core: fix mining from a block that's not the current topmoneromooo-monero2020-08-271-3/+5
* Merge pull request #6767Alexander Blair2020-08-271-0/+3
|\
| * Fix build with Boost 1.74moneromooo-monero2020-08-161-0/+3
* | Avoid some temporary strings when reading off the databasemoneromooo-monero2020-08-171-1/+1
|/
* Adding ZMQ/Pub support for txpool_add and chain_main eventsLee Clagett2020-05-041-2/+7
* Merge pull request #6534Alexander Blair2020-07-191-0/+16
|\
| * daemon: guard against rare 'difficulty drift' bug with checkpoints and recalc...stoffu2020-06-091-0/+16
* | 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-0/+1
|/
* Merge pull request #6347luigi11112020-04-041-2/+4
|\
| * cryptonote_core: skip block notify on blockchain switching rollbackxiphon2020-02-191-2/+4
* | Merge pull request #6211Alexander Blair2020-02-281-0/+5
|\ \ | |/ |/|
| * rpc: add bad-blocks to flush_cache RPCmoneromooo-monero2019-12-021-0/+5
* | Merge pull request #6055luigi11112019-12-121-1/+1
|\ \
| * | blockchain: fix comment wrongly refering to SHA-3 rather than Keccakmoneromooo-monero2019-10-291-1/+1
| |/
* / Adding support for hidden (anonymity) txpoolLee Clagett2019-11-021-4/+5
|/
* Merge pull request #5915luigi11112019-10-081-8/+24
|\
| * monerod can now sync from pruned blocksmoneromooo-monero2019-09-271-8/+24
* | RandomX integrationHoward Chu2019-09-251-0/+17
* | core: move hardforks into its own libmoneromooo-monero2019-09-191-7/+0
* | Merge pull request #5823luigi11112019-09-141-1/+2
|\ \ | |/ |/|
| * blockchain: forbid v1 coinbase from v12moneromooo-monero2019-08-191-1/+2
* | Merge pull request #5721luigi11112019-08-191-7/+6
|\ \ | |/ |/|
| * Remove unnecessary m_check_txin_table, fix const correctnessMartijn Otto2019-07-031-7/+6
* | Merge pull request #5525luigi11112019-08-141-2/+2
|\ \
| * | daemon: sort alt chains by heightmoneromooo-monero2019-05-091-2/+2
* | | Merge pull request #5524luigi11112019-07-241-27/+4
|\ \ \ | |_|/ |/| |
| * | blockchain: keep alternative blocks in LMDBmoneromooo-monero2019-05-081-27/+4
* | | core: do not commit half constructed batch db txnmoneromooo-monero2019-05-251-0/+3
| |/ |/|
* | blockchain: keep a rolling long term block weight medianmoneromooo-monero2019-05-021-6/+7
|/
* rpc: fix get_block_hashes.bin from wallet on pruned blockchainmoneromooo-monero2019-04-151-1/+2
* functional_tests: add more blockchain related testsmoneromooo-monero2019-04-111-3/+17
* Merge pull request #5373Riccardo Spagni2019-04-111-1/+2
|\
| * blockchain: fix returned height in create_block_templatemoneromooo-monero2019-03-301-1/+2