aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/cryptonote_core.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-05cryptonote: avoid double parsing blocks when syncingmoneromooo-monero1-2/+11
2019-03-05core: avoid double parsing blocks after hohmoneromooo-monero1-10/+15
2019-03-05core: avoid calculating tx prefix hash when we don't need itmoneromooo-monero1-15/+13
2019-03-04Print the reason why a notification spec failed to parsemoneromooo-monero1-2/+2
2019-03-04blockchain: include number of discarded blocks in --reorg-notifymoneromooo-monero1-2/+3
2019-03-04core: add a few more block rate window sizesmoneromooo-monero1-1/+1
2019-03-04core: add --block-rate-notifymoneromooo-monero1-0/+31
2019-03-04ArticMine's new block weight algorithmmoneromooo-monero1-1/+2
2019-01-28blockchain: add --reorg-notifymoneromooo-monero1-0/+18
2019-01-28Merge pull request #5052Riccardo Spagni1-1/+2
2019-01-22add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero1-1/+2
2019-01-22Pruningmoneromooo-monero1-0/+47
2018-12-18blockchain_db: speedup tx output gatheringmoneromooo-monero1-0/+5
2018-12-12Merge pull request #4923Riccardo Spagni1-0/+1
2018-12-12Merge pull request #4920Riccardo Spagni1-5/+4
2018-12-12Merge pull request #4787Riccardo Spagni1-1/+9
2018-12-04Merge pull request #4894Riccardo Spagni1-6/+2
2018-12-04Merge pull request #4854Riccardo Spagni1-3/+0
2018-11-30daemon: stop miner before we bring the whole thing downmoneromooo-monero1-0/+1
2018-11-26core: fix adding new pre-hoh block when a tx is already in the poolmoneromooo-monero1-5/+4
2018-11-23remove some unused codemoneromooo-monero1-6/+2
2018-11-15Removed a lot of unnecessary includesMartijn Otto1-3/+0
2018-11-14Merge pull request #4769Riccardo Spagni1-4/+4
2018-11-06protocol: option to pad transaction relay to the next kBmoneromooo-monero1-1/+9
2018-11-05cryptonote_core: avoid gratuitous recalculations in check_block_rate()xiphon1-1/+2
2018-11-01cryptonote_core: fix build error gcc 5.4.0 'sign-compare'xiphon1-1/+1
2018-11-01core: avoid unnecessary tx/blob conversionsmoneromooo-monero1-4/+4
2018-10-26Merge pull request #4536Riccardo Spagni1-2/+2
2018-10-26Merge pull request #4408Riccardo Spagni1-0/+47
2018-10-22blocks: use auto-generated .c files instead of 'LD -r -b binary'xiphon1-2/+2
2018-10-17core: don't verify range proofs multiple timesmoneromooo-monero1-1/+6
2018-10-08Revert "Merge pull request #4472"Riccardo Spagni1-2/+2
2018-10-04blocks: use auto-generated .c files instead of 'LD -r -b binary'xiphon1-2/+2
2018-09-29Merge pull request #4333Riccardo Spagni1-0/+17
2018-09-21Merge pull request #4378Riccardo Spagni1-1/+6
2018-09-20cryptonote_core: warn when the block rate deviates from expectationsmoneromooo-monero1-0/+47
2018-09-14remove obsolete daemon selection of fake outs and old tx constructionmoneromooo-monero1-10/+0
2018-09-14rpc: add a "is an update available" flag in get_infomoneromooo-monero1-1/+6
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero1-67/+21
2018-09-11require canonical multi output bulletproof layoutmoneromooo-monero1-0/+29
2018-09-11Bulletproof aggregated verification and testsmoneromooo-monero1-41/+137
2018-09-11bulletproofs: add aggregated verificationmoneromooo-monero1-1/+1
2018-08-12core: sync database based on bytes added, not blocks addedmoneromooo-monero1-7/+21
2018-07-19Merge pull request #3854luigi11111-2/+30
2018-06-29add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas1-2/+30
2018-06-26threadpool: allow leaf functions to run concurrentlymoneromooo-monero1-2/+2
2018-06-26rpc: rework to avoid repeated calculations in get_blocks.binmoneromooo-monero1-2/+2
2018-06-26replace std::list with std::vector on some hot pathsmoneromooo-monero1-21/+21
2018-06-19Merge pull request #3828luigi11111-0/+1
2018-06-17Merge pull request #3691luigi11111-3/+3
2018-06-08Merge pull request #3450luigi11111-0/+5
2018-05-30Merge pull request #3876luigi11111-5/+6
2018-05-28core: fix automatic safe db sync mode switchingmoneromooo-monero1-5/+6
2018-05-23db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero1-2/+2
2018-05-21speed up get_output_distribution (and precalc common case)moneromooo-monero1-2/+2
2018-05-20core: remove threadpool dependency from headermoneromooo-monero1-3/+3
2018-05-18core: lock incoming tx lock when checking the txpool and chainmoneromooo-monero1-0/+1
2018-05-07cryptonote: make sure outPk setup always happensmoneromooo-monero1-33/+0
2018-04-22Only log an error if fork version is higher AND is not known.Thaer Khawaja1-0/+5
2018-03-27fix lambda compile error on openbsdmoneromooo-monero1-1/+1
2018-03-21core: add get_earliest_ideal_height_for_version()stoffu1-0/+5
2018-03-18core: fix use of uninitialised datamoneromooo-monero1-1/+2
2018-03-16Merge pull request #3336Riccardo Spagni1-2/+2
2018-03-16add RPC to get a histogram of outputs of a given amountmoneromooo-monero1-0/+5
2018-03-15Fix typos in various filesDimitris Apostolou1-2/+2
2018-03-05Stagenetstoffu1-14/+29
2018-02-18cryptonote_core: change wording of fork warning messagemoneromooo-monero1-1/+1
2018-02-17Merge pull request #3170Riccardo Spagni1-12/+13
2018-02-16options: add testnet option dependencieswhythat1-2/+6
2018-02-16options: remove testnet-* optionswhythat1-12/+9
2018-02-16core: add --no-fluffy-blocks, and enable fluffy blocks by defaultmoneromooo-monero1-2/+10
2018-02-07tx_pool: add a max pool size, settable with --max-txpool-sizemoneromooo-monero1-1/+8
2018-01-27Merge pull request #3143Riccardo Spagni1-0/+6
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2018-01-17cryptonote_core: add --disable-dns-checkpoints flagmoneromooo-monero1-0/+6
2017-12-25Merge pull request #2929Riccardo Spagni1-5/+35
2017-12-18cryptonote_core: remove unused functions with off by one bugsmoneromooo-monero1-15/+0
2017-12-18cryptonote_core: fix db leak on errormoneromooo-monero1-2/+2
2017-12-17cryptonote_core: fix blockchain init call after prototype changemoneromooo-monero1-1/+1
2017-12-17Merge pull request #2877Riccardo Spagni1-12/+4
2017-12-16cryptonote_core does not depend on p2p anymoremoneromooo-monero1-12/+4
2017-12-16move includes around to lessen overall loadmoneromooo-monero1-0/+3
2017-12-16Merge pull request #2878Riccardo Spagni1-1/+15
2017-12-16Merge pull request #2871Riccardo Spagni1-2/+2
2017-12-15resumption support for updates using range requestsmoneromooo-monero1-5/+35
2017-12-08add bulletproofs from v7 on testnetmoneromooo-monero1-0/+18
2017-11-30core: make --offline also disable DNS lookupsmoneromooo-monero1-1/+15
2017-11-27Small cleanup of daemon synchronization outputxmr-eric1-2/+2
2017-11-26Added command descriptionsCifrado1-0/+1
2017-11-25Merge pull request #2794Riccardo Spagni1-0/+19
2017-11-14Merge pull request #2736Riccardo Spagni1-24/+91
2017-11-14move cryptonote command line options to cryptonote_coremoneromooo-monero1-24/+91
2017-11-14remove "using namespace std" from headersmoneromooo-monero1-2/+2
2017-11-14core: warn when free disk space is lowmoneromooo-monero1-0/+19
2017-11-08Protect node privacy by proper filtering in restricted-mode RPC answersbinaryFate1-8/+8
2017-10-15Merge pull request #2638Riccardo Spagni1-1/+9
2017-10-15Merge pull request #2552Riccardo Spagni1-0/+3
2017-10-15Merge pull request #2469Riccardo Spagni1-0/+5
2017-10-11core: guard against a mined block not finding all txes in the poolmoneromooo-monero1-1/+9
2017-10-02Merge pull request #2513Riccardo Spagni1-1/+2
2017-09-29core: fix failure to sync when a tx is already in the poolmoneromooo-monero1-0/+3
2017-09-25checkpoints: add a token checkpoint on testnet (the genesis block)moneromooo-monero1-1/+1
2017-09-25move checkpoints in a separate librarymoneromooo-monero1-1/+1
2017-09-25Merge pull request #2458Riccardo Spagni1-1/+0
2017-09-25get_blockchain_top now returns voidmoneromooo-monero1-2/+1
2017-09-22Source updates are in a source subdirectorymoneromooo-monero1-1/+2
2017-09-18precomputed block hashes are now in blocks of N (currently 256)moneromooo-monero1-0/+5
2017-09-18Merge pull request #2446Riccardo Spagni1-39/+38
2017-09-18Merge pull request #2044Riccardo Spagni1-0/+12
2017-09-17protocol: remove hop count on block propagationmoneromooo-monero1-1/+0
2017-09-14Use a threadpoolHoward Chu1-39/+38
2017-09-14Merge pull request #2438Riccardo Spagni1-2/+18
2017-09-12core: guard against exceptions in tx verification worker threadsmoneromooo-monero1-2/+18
2017-09-05json serialization for rpc-relevant monero typesThomas Winget1-0/+12
2017-09-03Add a --fluffy-blocks option to relay blocks as fluffy blocksmoneromooo-monero1-0/+2
2017-09-02Merge pull request #2372Riccardo Spagni1-2/+11
2017-08-29Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocksmoneromooo-monero1-2/+3
2017-08-29core: guard against exceptions in handle_incoming_{block,tx}moneromooo-monero1-0/+8
2017-08-29move db specific options to BlockchainDBmoneromooo-monero1-6/+4
2017-08-26Merge pull request #2314Riccardo Spagni1-1/+10
2017-08-26Merge pull request #2313Riccardo Spagni1-23/+7
2017-08-26rpc: add a new RPC to get current txpool backlog (sizes and fees)moneromooo-monero1-0/+6
2017-08-22Cleanup test impact of adding safesyncmode() methodHoward Chu1-0/+5
2017-08-20Toggle SAFE syncmode on and off automaticallyHoward Chu1-1/+5
2017-08-19DB cleanupHoward Chu1-23/+7
2017-08-17Merge pull request #2303Riccardo Spagni1-2/+10
2017-08-17Merge pull request #2287Riccardo Spagni1-0/+5
2017-08-17cryptonote_protocol: large block sync size before v4moneromooo-monero1-2/+10
2017-08-15protocol: pass blockchain cumulative difficulty when syncingmoneromooo-monero1-0/+5
2017-08-15Merge pull request #2288Riccardo Spagni1-0/+7
2017-08-12core: add --db-salvage command line flagmoneromooo-monero1-0/+7
2017-08-10tests: fix tests buildmoneromooo-monero1-0/+10
2017-08-07Merge pull request #2225Riccardo Spagni1-1/+5
2017-08-07core: new API to disable DNS checkpoint lookupsmoneromooo-monero1-1/+2
2017-08-07Merge pull request #2149Riccardo Spagni1-25/+81
2017-08-07Merge pull request #2230Riccardo Spagni1-0/+2
2017-08-07core: thread most of handle_incoming_txmoneromooo-monero1-25/+81
2017-07-31core: add a message when loading checkpoints at init timemoneromooo-monero1-0/+2
2017-07-30blockchain: skip checking tx semantics in embedded block hash rangemoneromooo-monero1-1/+5
2017-07-22core: forbid duplicate ring members from v6moneromooo-monero1-0/+22
2017-07-02cryptonote_core: initialize checkpoint flagmoneromooo-monero1-0/+1
2017-06-01Merge pull request #2063Riccardo Spagni1-3/+6
2017-06-01Speedup print_pool_statsHoward Chu1-0/+6
2017-06-01Don't copy blockchain for coinbase_tx_sumHoward Chu1-3/+6
2017-05-30Merge pull request #2026Riccardo Spagni1-1/+1
2017-05-30Merge pull request #1982Riccardo Spagni1-16/+24
2017-05-25Move txpool to the databasemoneromooo-monero1-16/+24
2017-05-10Update sync time copyxmr-eric1-1/+1
2017-04-19Add expected total reward to RPC "getblocktemplate".assylias1-2/+2
2017-03-23core, wallet: faster tx pool scanningmoneromooo-monero1-1/+7
2017-03-19core: call {prepare|cleanup}_handle_incoming_blocks when adding a mined blockmoneromooo-monero1-0/+17
2017-03-12core: don't try to re-relay an empty set of pool transactionsmoneromooo-monero1-1/+1
2017-03-05core: print the "new update found" message in cyan, for visibilitymoneromooo-monero1-2/+2
2017-03-05core: make update download cancellablemoneromooo-monero1-17/+50
2017-02-23core: bound the amount of entries in bad tx semantics cachemoneromooo-monero1-5/+15
2017-02-22updates: remove testnet casemoneromooo-monero1-1/+1
2017-02-22updates: we now have a user URL, and an automatic onemoneromooo-monero1-1/+2
2017-02-22updates: s/monerod/monero/ for the main downloadmoneromooo-monero1-2/+2
2017-02-22Merge pull request #1766Riccardo Spagni1-1/+1
2017-02-21core: do not download an update we already downloadedmoneromooo-monero1-14/+23
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-21Fix core_tests breaking on startupmoneromooo-monero1-0/+2
2017-02-21core: add p2p bind port options from net_nodemoneromooo-monero1-0/+4
2017-02-21Merge pull request #1727Riccardo Spagni1-7/+23
2017-02-20core: updates can now be downloaded (and SHA256 hash checked)moneromooo-monero1-0/+30
2017-02-20core: test key images against validity domainmoneromooo-monero1-0/+18
2017-02-20Optionally query moneropulse DNS records to check for updatesmoneromooo-monero1-0/+49
2017-02-18Get rid of directory lockHoward Chu1-40/+0
2017-02-13blockchain_db: add "raw" blobdata getters for block and transactionmoneromooo-monero1-7/+23
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-2/+2
2017-02-02Merge pull request #1641Riccardo Spagni1-1/+11
2017-02-02Merge pull request #1642Riccardo Spagni1-0/+1
2017-02-02Merge pull request #1617Riccardo Spagni1-6/+5
2017-01-28Separate data per P2P portMiguel Herranz1-1/+11
2017-01-28core: set missing verifivation_failed flag when rejecting a txmoneromooo-monero1-0/+1
2017-01-23Update log messages to reflect fact we no longer need to type `exit` to save ...NanoAkron1-5/+4
2017-01-22Remove boost/foreach.cpp includesMiguel Herranz1-1/+0
2017-01-22Replace BOOST_FOREACH with C++11 ranged forMiguel Herranz1-5/+5
2017-01-22Merge pull request #1615Riccardo Spagni1-0/+8
2017-01-22Merge pull request #1610Riccardo Spagni1-2/+2
2017-01-22core: cache tx hashes of failing semantics txesmoneromooo-monero1-0/+8
2017-01-22rpc: fix orphan_status when getting blocksmoneromooo-monero1-2/+2
2017-01-21core: early out in handle_incoming_tx if already in pool or blockchainmoneromooo-monero1-0/+12
2017-01-16Change logging to easylogging++moneromooo-monero1-32/+36
2017-01-15Merge pull request #1576Riccardo Spagni1-0/+44
2017-01-15Merge pull request #1571Riccardo Spagni1-6/+6
2017-01-15Merge pull request #1506Riccardo Spagni1-4/+7
2017-01-14Tweak default db-sync-mode to fast:async:1Howard Chu1-4/+7
2017-01-14rct: split rct checks between semantics and othermoneromooo-monero1-0/+44
2017-01-14fix do_not_relay not preventing relaying on a timermoneromooo-monero1-6/+6
2017-01-13Merge pull request #1543Riccardo Spagni1-0/+7
2017-01-12Add start_time to get_info methods and show uptimeMiguel Herranz1-0/+7
2017-01-10Remove db-auto-remove-logsMiguel Herranz1-3/+0
2017-01-10Remove berkeley from db_type initializationMiguel Herranz1-12/+0
2016-12-21core: fix recalculation of emission/feesmoneromooo-monero1-7/+4
2016-12-04Merge pull request #1398Riccardo Spagni1-2/+2
2016-12-04Fix a few minor typosPierre Boyer1-2/+2
2016-12-04Fix delayed exit when syncingmoneromooo-monero1-1/+1
2016-11-22Add a get_outs (fully text based) version of get_outs.binmoneromooo-monero1-1/+1
2016-11-09add lightweight block propagation ("fluffy blocks")Dion Ahmetaj1-0/+5