summaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #4472"Riccardo Spagni2018-10-081-14/+15
* Merge pull request #4472Riccardo Spagni2018-10-061-15/+14
* Merge pull request #4467Riccardo Spagni2018-10-021-2/+2
* add --block-notify to monerod and --tx-notify to monero-wallet-{cli,rpc}moneromooo-monero2018-09-291-0/+5
* Merge pull request #4423v0.13.0.0-RC1Riccardo Spagni2018-09-251-1/+1
|\
| * update checkpoints.datRiccardo Spagni2018-09-231-1/+1
* | blockchain: add stagenet v8 and v9, two weeks before mainnetmoneromooo-monero2018-09-241-0/+2
|/
* Merge pull request #4369Riccardo Spagni2018-09-211-7/+2
|\
| * blockchain: simplify output distribution codemoneromooo-monero2018-09-121-7/+2
* | Merge pull request #4325Riccardo Spagni2018-09-181-0/+6
|\ \
| * | blockchain: add mainnet v8 height targetting 18 octobermoneromooo-monero2018-09-021-0/+6
* | | remove obsolete daemon selection of fake outs and old tx constructionmoneromooo-monero2018-09-141-242/+0
| |/ |/|
* | blockchain: add a testnet v9 a day after v8moneromooo-monero2018-09-111-0/+1
* | v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-111-122/+175
* | Bulletproof aggregated verification and testsmoneromooo-monero2018-09-111-8/+7
* | bulletproofs: add aggregated verificationmoneromooo-monero2018-09-111-1/+1
* | bulletproofs: add multi output bulletproofs to rctmoneromooo-monero2018-09-111-0/+16
|/
* Merge pull request #4240luigi11112018-08-221-1/+1
|\
| * blockchain: use uint64_t for height, not size_tmoneromooo-monero2018-08-091-1/+1
* | Merge pull request #4204luigi11112018-08-221-4/+8
|\ \
| * | core: sync database based on bytes added, not blocks addedmoneromooo-monero2018-08-121-4/+8
| |/
* | core: cache block template where possiblemoneromooo-monero2018-08-161-1/+43
* | Merge pull request #4164luigi11112018-08-151-15/+19
|\ \ | |/ |/|
| * blockchain: some batch tx scanning speedupmoneromooo-monero2018-07-211-15/+19
* | Merge pull request #4108luigi11112018-07-271-0/+1
|\ \ | |/ |/|
| * blockchain: cache next block difficulty after adding a blockmoneromooo-monero2018-07-071-0/+1
* | Merge pull request #4081luigi11112018-07-191-1/+2
|\ \
| * | blockchain: fix getting invalid block data on failuremoneromooo-monero2018-06-291-1/+2
| |/
* | Merge pull request #4076luigi11112018-07-191-0/+2
|\ \
| * | blockchain: set the m_verifivation_failed flag in a couple more placesmoneromooo-monero2018-06-281-0/+2
| |/
* | Merge pull request #3981luigi11112018-07-191-5/+34
|\ \
| * | db: store cumulative rct output distribution in the db for speedmoneromooo-monero2018-07-131-5/+34
| |/
* | Merge pull request #3973luigi11112018-07-191-5/+6
|\ \
| * | alt_chain_info can now give more info about a particular alt chainmoneromooo-monero2018-06-261-5/+6
* | | Merge pull request #3854luigi11112018-07-191-1/+45
|\ \ \ | |_|/ |/| |
| * | add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas2018-06-291-1/+45
* | | blockchain: fix build after waiter::wait prototype changemoneromooo-monero2018-06-281-1/+1
* | | Merge pull request #3986luigi11112018-06-271-2/+2
|\ \ \
| * | | Remove old logic saved in comments.Jean Pierre Dudey2018-06-111-2/+2
| | |/ | |/|
* | | Merge pull request #3982luigi11112018-06-271-12/+1
|\ \ \
| * | | cryptonote_config: add get_config to refactor x = testnet ? config::testnet::...stoffu2018-06-111-12/+1
| |/ /
* | | Merge pull request #3716luigi11112018-06-271-45/+73
|\ \ \
| * | | threadpool: allow leaf functions to run concurrentlymoneromooo-monero2018-06-261-6/+6
| * | | blockchain: simplify/speedup handle_get_objectsmoneromooo-monero2018-06-261-13/+8
| * | | rpc: rework to avoid repeated calculations in get_blocks.binmoneromooo-monero2018-06-261-6/+15
| * | | replace std::list with std::vector on some hot pathsmoneromooo-monero2018-06-261-21/+45
* | | | Merge pull request #3975luigi11112018-06-251-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | blockchain: avoid duplicate db query for heightmoneromooo-monero2018-06-091-1/+1
| |/ /
* | | Merge pull request #3919luigi11112018-06-201-1/+1
|\ \ \
| * | | blockchain: pop forked blocks only when DB is not read-onlystoffu2018-06-041-1/+1
| | |/ | |/|