aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* blockchain: include number of discarded blocks in --reorg-notifymoneromooo-monero2019-03-041-1/+2
* Merge pull request #5124Riccardo Spagni2019-03-041-21/+118
|\
| * ArticMine's new block weight algorithmmoneromooo-monero2019-03-041-21/+118
* | cryptonote: Fix enum check in expand_transaction_2Tom Smeding2019-02-011-1/+1
|/
* blockchain: add --reorg-notifymoneromooo-monero2019-01-281-0/+5
* notify: handle arbitrary tagsmoneromooo-monero2019-01-281-1/+1
* Merge pull request #5052Riccardo Spagni2019-01-281-2/+15
|\
| * add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero2019-01-221-2/+15
* | Pruningmoneromooo-monero2019-01-221-3/+93
|/
* Merge pull request #5048Riccardo Spagni2019-01-181-1/+2
|\
| * blockchain: don't propagate exception past dtormoneromooo-monero2019-01-071-1/+2
* | Merge pull request #5032Riccardo Spagni2019-01-161-7/+5
|\ \
| * | blockchain: fix wrong hf version when popping multiple blocksmoneromooo-monero2019-01-011-6/+4
| * | blockchain: use the version passed as parameter, not a new onemoneromooo-monero2019-01-011-1/+1
| |/
* | Merge pull request #5015Riccardo Spagni2019-01-161-58/+4
|\ \
| * | cryptonote_core: revert extra_tx_mapmoneromooo-monero2018-12-251-58/+4
* | | Merge pull request #4993Riccardo Spagni2019-01-161-1/+3
|\ \ \
| * | | blockchain: fix block rate check for empty blockchainsmoneromooo-monero2018-12-181-1/+3
| |/ /
* | | Merge pull request #4984Riccardo Spagni2019-01-161-8/+17
|\ \ \ | |_|/ |/| |
| * | blockchain_db: speedup tx output gatheringmoneromooo-monero2018-12-181-8/+17
| |/
* | Merge pull request #4940luigi11112018-12-311-7/+10
|\ \
| * | blockchain: call deinit in dtormoneromooo-monero2018-12-051-7/+10
* | | Merge pull request #4928luigi11112018-12-311-5/+3
|\ \ \ | |_|/ |/| |
| * | blockchain: fix race between two external mining threadsmoneromooo-monero2018-12-021-5/+3
* | | Merge pull request #4909Riccardo Spagni2018-12-121-33/+84
|\ \ \
| * | | blockchain: avoid unnecessary DB lookups when syncingmoneromooo-monero2018-11-271-33/+84
| |/ /
* | | Merge pull request #4903Riccardo Spagni2018-12-121-0/+32
|\ \ \
| * | | add command pop_blocksJason Wong2018-11-281-0/+32
| |/ /
* | | Merge pull request #4894Riccardo Spagni2018-12-041-3/+3
|\ \ \
| * | | a few minor (but easy) performance tweaksmoneromooo-monero2018-11-231-3/+3
* | | | move int-util.h to epeemoneromooo-monero2018-12-041-1/+1
| |_|/ |/| |
* | | Merge pull request #4869Riccardo Spagni2018-12-041-1/+1
|\ \ \ | |_|/ |/| |
| * | Avoid unnecessary temp block and copy ctormoneromooo-monero2018-11-191-1/+1
* | | rpc: speedup get_outs.binmoneromooo-monero2018-11-261-8/+26
| |/ |/|
* | tests: add unit tests for get_output_distributionmoneromooo-monero2018-11-161-0/+1
* | blockchain: remove "0 is height" shortcut from get_output_distributionmoneromooo-monero2018-11-161-2/+0
* | Revert "blockchain: simplify output distribution code"moneromooo-monero2018-11-161-2/+7
|/
* Merge pull request #4806Riccardo Spagni2018-11-161-1/+2
|\
| * blockchain: fix innocuous difficulty cache inconsistencymoneromooo-monero2018-11-051-0/+1
| * blockchain: use uint64_t for block height, not size_tmoneromooo-monero2018-11-051-1/+1
* | Merge pull request #4769Riccardo Spagni2018-11-141-10/+7
|\ \
| * | blockchain: remove unused output_scan_worker parametermoneromooo-monero2018-11-041-7/+4
| * | blockchain: don't run threads if we have just one function to runmoneromooo-monero2018-11-041-1/+1
| * | core: avoid unnecessary tx/blob conversionsmoneromooo-monero2018-11-011-2/+2
| |/
* / core: fix unmixable special case allowing ring size below 11moneromooo-monero2018-10-271-1/+1
|/
* Merge pull request #4536Riccardo Spagni2018-10-261-15/+14
|\
| * blocks: use auto-generated .c files instead of 'LD -r -b binary'xiphon2018-10-221-15/+14
* | Merge pull request #4408Riccardo Spagni2018-10-261-0/+9
|\ \
| * | cryptonote_core: warn when the block rate deviates from expectationsmoneromooo-monero2018-09-201-0/+9
* | | Merge pull request #4522Riccardo Spagni2018-10-201-0/+3
|\ \ \