summaryrefslogtreecommitdiff
path: root/src/cryptonote_core/cryptonote_core.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #4472"Riccardo Spagni2018-10-081-2/+2
* Merge pull request #4472Riccardo Spagni2018-10-061-2/+2
* add --block-notify to monerod and --tx-notify to monero-wallet-{cli,rpc}moneromooo-monero2018-09-291-0/+17
* Merge pull request #4378Riccardo Spagni2018-09-211-1/+6
|\
| * rpc: add a "is an update available" flag in get_infomoneromooo-monero2018-09-141-1/+6
* | remove obsolete daemon selection of fake outs and old tx constructionmoneromooo-monero2018-09-141-10/+0
|/
* v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-111-67/+21
* require canonical multi output bulletproof layoutmoneromooo-monero2018-09-111-0/+29
* Bulletproof aggregated verification and testsmoneromooo-monero2018-09-111-41/+137
* bulletproofs: add aggregated verificationmoneromooo-monero2018-09-111-1/+1
* core: sync database based on bytes added, not blocks addedmoneromooo-monero2018-08-121-7/+21
* Merge pull request #3854luigi11112018-07-191-2/+30
|\
| * add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas2018-06-291-2/+30
* | threadpool: allow leaf functions to run concurrentlymoneromooo-monero2018-06-261-2/+2
* | rpc: rework to avoid repeated calculations in get_blocks.binmoneromooo-monero2018-06-261-2/+2
* | replace std::list with std::vector on some hot pathsmoneromooo-monero2018-06-261-21/+21
* | Merge pull request #3828luigi11112018-06-191-0/+1
|\ \
| * | core: lock incoming tx lock when checking the txpool and chainmoneromooo-monero2018-05-181-0/+1
* | | Merge pull request #3691luigi11112018-06-171-3/+3
|\ \ \
| * | | core: remove threadpool dependency from headermoneromooo-monero2018-05-201-3/+3
* | | | Merge pull request #3450luigi11112018-06-081-0/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | core: add get_earliest_ideal_height_for_version()stoffu2018-03-211-0/+5
* | | | Merge pull request #3876luigi11112018-05-301-5/+6
|\ \ \ \
| * | | | core: fix automatic safe db sync mode switchingmoneromooo-monero2018-05-281-5/+6
* | | | | db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero2018-05-231-2/+2
|/ / / /
* | | / speed up get_output_distribution (and precalc common case)moneromooo-monero2018-05-211-2/+2
| |_|/ |/| |
* | | cryptonote: make sure outPk setup always happensmoneromooo-monero2018-05-071-33/+0
| |/ |/|
* | Only log an error if fork version is higher AND is not known.Thaer Khawaja2018-04-221-0/+5
* | fix lambda compile error on openbsdmoneromooo-monero2018-03-271-1/+1
* | core: fix use of uninitialised datamoneromooo-monero2018-03-181-1/+2
|/
* Merge pull request #3336Riccardo Spagni2018-03-161-2/+2
|\
| * Fix typos in various filesDimitris Apostolou2018-03-151-2/+2
* | add RPC to get a histogram of outputs of a given amountmoneromooo-monero2018-03-161-0/+5
|/
* Stagenetstoffu2018-03-051-14/+29
* cryptonote_core: change wording of fork warning messagemoneromooo-monero2018-02-181-1/+1
* Merge pull request #3170Riccardo Spagni2018-02-171-12/+13
|\
| * options: add testnet option dependencieswhythat2018-02-161-2/+6
| * options: remove testnet-* optionswhythat2018-02-161-12/+9
* | core: add --no-fluffy-blocks, and enable fluffy blocks by defaultmoneromooo-monero2018-02-161-2/+10
|/
* tx_pool: add a max pool size, settable with --max-txpool-sizemoneromooo-monero2018-02-071-1/+8
* Merge pull request #3143Riccardo Spagni2018-01-271-0/+6
|\
| * cryptonote_core: add --disable-dns-checkpoints flagmoneromooo-monero2018-01-171-0/+6
* | Update 2018 copyrightxmr-eric2018-01-261-1/+1
|/
* Merge pull request #2929Riccardo Spagni2017-12-251-5/+35
|\
| * resumption support for updates using range requestsmoneromooo-monero2017-12-151-5/+35
* | cryptonote_core: remove unused functions with off by one bugsmoneromooo-monero2017-12-181-15/+0
* | cryptonote_core: fix db leak on errormoneromooo-monero2017-12-181-2/+2
* | cryptonote_core: fix blockchain init call after prototype changemoneromooo-monero2017-12-171-1/+1
* | Merge pull request #2877Riccardo Spagni2017-12-171-12/+4
|\ \
| * | cryptonote_core does not depend on p2p anymoremoneromooo-monero2017-12-161-12/+4