summaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #4472"Riccardo Spagni2018-10-081-16/+2
* Merge pull request #4472Riccardo Spagni2018-10-061-2/+16
* add --block-notify to monerod and --tx-notify to monero-wallet-{cli,rpc}moneromooo-monero2018-09-291-0/+11
* remove obsolete daemon selection of fake outs and old tx constructionmoneromooo-monero2018-09-141-61/+0
* v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-111-33/+44
* Merge pull request #4204luigi11112018-08-221-3/+6
|\
| * core: sync database based on bytes added, not blocks addedmoneromooo-monero2018-08-121-3/+6
* | core: cache block template where possiblemoneromooo-monero2018-08-161-0/+21
|/
* Merge pull request #3973luigi11112018-07-191-1/+1
|\
| * alt_chain_info can now give more info about a particular alt chainmoneromooo-monero2018-06-261-1/+1
* | Merge pull request #3854luigi11112018-07-191-1/+10
|\ \
| * | add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas2018-06-291-1/+10
* | | rpc: rework to avoid repeated calculations in get_blocks.binmoneromooo-monero2018-06-261-1/+1
* | | replace std::list with std::vector on some hot pathsmoneromooo-monero2018-06-261-8/+8
| |/ |/|
* | Merge pull request #3450luigi11112018-06-081-0/+7
|\ \ | |/ |/|
| * core: add get_earliest_ideal_height_for_version()stoffu2018-03-211-0/+7
* | Merge pull request #3731luigi11112018-05-301-2/+5
|\ \
| * | Use median timestamp if current time renders a block invalid.Thaer Khawaja2018-05-131-2/+5
* | | Merge pull request #3251luigi11112018-05-291-3/+6
|\ \ \
| * | | db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero2018-05-231-3/+6
* | | | Merge pull request #3420luigi11112018-05-291-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | blockchain: cache difficulty for next blockmoneromooo-monero2018-03-191-0/+4
| | |/ | |/|
* | | speed up get_output_distribution (and precalc common case)moneromooo-monero2018-05-211-2/+3
| |/ |/|
* | speedup get_output_histogram for all amounts when min_count > 0moneromooo-monero2018-04-231-1/+2
|/
* add RPC to get a histogram of outputs of a given amountmoneromooo-monero2018-03-161-1/+22
* Remove the `Blockchain::get_all_known_block_ids` function.Jean Pierre Dudey2018-03-141-9/+0
* Stagenetstoffu2018-03-051-5/+5
* Merge pull request #3144Riccardo Spagni2018-01-271-0/+8
|\
| * rpc: expose recent median block size in getinfomoneromooo-monero2018-01-171-0/+8
* | Update 2018 copyrightxmr-eric2018-01-261-1/+1
|/
* Merge pull request #2971Riccardo Spagni2018-01-101-1/+1
|\
| * Fix exceptions not finding txpool txes when relayingmoneromooo-monero2017-12-201-1/+1
* | cryptonote_core: remove unused functions with off by one bugsmoneromooo-monero2017-12-181-26/+0
|/
* core: make --offline also disable DNS lookupsmoneromooo-monero2017-11-301-2/+5
* rpc: remove obsolete busy core checksmoneromooo-monero2017-11-141-10/+0
* Protect node privacy by proper filtering in restricted-mode RPC answersbinaryFate2017-11-081-2/+2
* Merge pull request #2552Riccardo Spagni2017-10-151-0/+7
|\
| * core: fix failure to sync when a tx is already in the poolmoneromooo-monero2017-09-291-0/+7
* | Merge pull request #2469Riccardo Spagni2017-10-151-0/+2
|\ \ | |/ |/|
| * precomputed block hashes are now in blocks of N (currently 256)moneromooo-monero2017-09-181-0/+2
* | move checkpoints in a separate librarymoneromooo-monero2017-09-251-1/+1
|/
* Refactor some things into more composable (smaller) functionsThomas Winget2017-09-051-0/+56
* DRY refactoringThomas Winget2017-08-311-0/+7
* Toggle SAFE syncmode on and off automaticallyHoward Chu2017-08-201-0/+7
* protocol: pass blockchain cumulative difficulty when syncingmoneromooo-monero2017-08-151-0/+10
* Merge pull request #2246Riccardo Spagni2017-08-151-3/+1
|\
| * blockchain: remove a few unused variablesmoneromooo-monero2017-08-031-3/+1
* | protocol: add checks for top block hard fork versionmoneromooo-monero2017-08-091-0/+9
* | Merge pull request #2225Riccardo Spagni2017-08-071-0/+3
|\ \
| * | blockchain: skip checking tx semantics in embedded block hash rangemoneromooo-monero2017-07-301-0/+3
| |/