aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/cryptonote_core.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-23core: notify the txpool when transactions are relayedmoneromooo-monero1-0/+14
2016-10-14patched parameter type bug that was causing failure on 32 bitDion Ahmetaj1-1/+1
2016-10-10print_coinbase_tx_sum now breaks output into fee and emission componentsDion Ahmetaj1-5/+19
2016-10-10changed params from start/end index to height/countDion Ahmetaj1-3/+3
2016-10-10added print_coinbase_tx_sum optionDion Ahmetaj1-0/+14
2016-10-04Merge pull request #1133Riccardo Spagni1-4/+1
2016-10-04Merge pull request #1171Riccardo Spagni1-16/+1
2016-10-03Moved logging to target functions rather than callerNanoAkron1-7/+4
2016-10-03Removed all code related to fast_exitNanoAkron1-16/+1
2016-10-02Added messages at log level 2 to reflect deactivation procedureNanoAkron1-0/+4
2016-09-25Revert "Fix fake 'network synchronized, begin using' messages"moneromooo-monero1-4/+1
2016-09-24core: make the sync chunk block count overridablemoneromooo-monero1-0/+5
2016-09-03fix nigglies, as pointed out by moneromooo-moneroRiccardo Spagni1-1/+1
2016-09-03fix remaining bitmonero and simplewallet bitsRiccardo Spagni1-2/+2
2016-08-31Remove blocks_per_sync limitsHoward Chu1-5/+4
2016-08-28Merge pull request #999Riccardo Spagni1-13/+14
2016-08-28rct: do not serialize public keys in outPkmoneromooo-monero1-8/+0
2016-08-28Condition v2 txes on v3 hard forkmoneromooo-monero1-0/+9
2016-08-28add rct to the protocolmoneromooo-monero1-7/+28
2016-08-28core: new /getrandom_rctouts.bin binary RPC callmoneromooo-monero1-0/+5
2016-08-28remove original Cryptonote blockchain_storage blockchain formatmoneromooo-monero1-19/+0
2016-08-28Change default db-sync-mode to fast, not fastestHoward Chu1-13/+14
2016-08-23Fix fake 'network synchronized, begin using' messagesThomas Winget1-1/+4
2016-08-11Fake outs set is now decided by the walletmoneromooo-monero1-0/+5
2016-03-27Convey tx verification failure reasons to the RPC clientmoneromooo-monero1-0/+1
2016-03-25Merge pull request #749Riccardo Spagni1-16/+3
2016-03-25Revert "Merge pull request #749"Riccardo Spagni1-3/+16
2016-03-24remove defunct code from cryptonote::coreThomas Winget1-13/+0
2016-03-24cryptonote::core doxygen documentationThomas Winget1-1/+1
2016-03-24Move checkpoint functions into checkpoints classThomas Winget1-2/+2
2016-03-21Revert "Print stack trace upon exceptions"moneromooo-monero1-1/+1
2016-03-19Print stack trace upon exceptionsmoneromooo-monero1-1/+1
2016-02-17core: print "update needed" hard fork notifications in redmoneromooo-monero1-2/+2
2016-02-08core_tests: add tests for hard fork behaviors (MRL-0004)moneromooo-monero1-4/+3
2016-02-04core: move the db lock to the data directorymoneromooo-monero1-8/+10
2016-01-31core: prevent the database from being used by multiple daemonsmoneromooo-monero1-0/+41
2016-01-29Fix V1/V2 use of hard fork related parametersmoneromooo-monero1-1/+6
2015-12-31Merge pull request #587Riccardo Spagni1-28/+20
2015-12-31Nicer looking exit when blockchain.bin is foundmoneromooo-monero1-28/+20
2015-12-31core: do not use the persistent pool state for testsmoneromooo-monero1-1/+1
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-28blockchain_db: inform user about new format if blockchain.bin is foundmoneromooo-monero1-0/+22
2015-12-15Replace tabs with two spaces for consistency with rest of codebasewarptangent1-31/+31
2015-12-13add a --fakechain argument for testsmoneromooo-monero1-3/+8
2015-12-08Register daemon command line arguments to core if they're used in coremoneromooo-monero1-10/+23
2015-11-21Relay transactions when they linger too long in the poolmoneromooo-monero1-6/+28
2015-09-19core: add consts where appropriatemoneromooo-monero1-32/+32
2015-09-13core: moan when we think an update is needed to get latest hard fork infomoneromooo-monero1-0/+26
2015-08-11Add a is_key_image_spent daemon command and RPC callmoneromooo-monero1-0/+15
2015-07-15Removed on_idle() calls to Blockchain::store_blockchain() for lmdb.NoodleDoodleNoodleDoodleNoodleDoodleNoo1-1/+1
2015-07-15** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)NoodleDoodleNoodleDoodleNoodleDoodleNoo1-7/+106
2015-05-08Update log statementswarptangent1-1/+1
2015-05-06Merge pull request #269Riccardo Spagni1-0/+5
2015-04-23Add mempool output to daemon via command and RPCwarptangent1-0/+5
2015-04-22DNS Checkpoint updating-related fixes/changesThomas Winget1-0/+4
2015-04-08Disable DNS checkpoint updating on testnetThomas Winget1-0/+2
2015-04-07Merge BlockchainDB into upstreamThomas Winget1-2/+58
2015-04-07Only compile BerkeleyDB as an option in non-staticThomas Winget1-0/+7
2015-04-01remerged; commands JSON. logging upgrade. doxygenrfree2monero1-0/+5
2015-04-01Merge remote-tracking branch 'monero-official/master' into network-1.6-work1rfree2monero1-6/+35
2015-03-25Steps toward multiple dbs available -- workingThomas Winget1-0/+41
2015-03-25Merge upstream updates into blockchain branchThomas Winget1-6/+35
2015-02-24RPC calls for background daemon added inThomas Winget1-0/+5
2015-02-24Daemonize changes pulled in -- daemon buildsThomas Winget1-6/+30
2015-02-202014 network limit 1.2 +utils +toc -doc -drmonerorfree2monero1-4/+20
2015-02-202014 network limit 1.1 +utils +toc -doc -drmonerorfree2monero1-3/+28
2015-02-02Add compile-time support for both db implementations: in-memory and LMDBwarptangent1-0/+8
2015-01-04Integrate BlockchainDB into cryptonote_coreThomas Winget1-3/+3
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-09-30Daemon should now exit on conflicting checkpointsThomas Winget1-0/+12
2014-09-30various changes to runtime checkpoint updatingThomas Winget1-6/+16
2014-09-30Fixed segfault with checkpoints loadingThomas Winget1-0/+4
2014-09-30DNS checkpoint updating added, and daemon flag to enforce themThomas Winget1-4/+12
2014-09-30reload checkpoints file every ~hr and print if any failThomas Winget1-0/+16
2014-09-25Revert "low risk, potentially varint overflow bug patched thanks to BBR"Riccardo Spagni1-4/+4
2014-09-24low risk, potentially varint overflow bug patched thanks to BBRRiccardo Spagni1-4/+4
2014-09-15Separate testnet address prefixZachary Michaels1-1/+1
2014-09-15Separate testnet default data dirZachary Michaels1-3/+4
2014-09-15Add testnet flagZachary Michaels1-2/+2
2014-09-13fix incorrect error message (obvious cut and paste bug from upstream)iamsmooth1-1/+1
2014-09-09moved non-critical warnings and errors to log level 1fluffypony1-17/+17
2014-08-02Merge pull request #73 from jakoblind/refresh_heightRiccardo Spagni1-2/+2
2014-08-01Merge pull request #64 from mikezackles/bytecoin_tx_pool_tmpRiccardo Spagni1-1/+2
2014-08-01#36 simplewallet refresh include optional height paramJakob Lind1-2/+2
2014-07-23License updated to BSD 3-clausefluffypony1-4/+29
2014-07-17Use const where appropriate in tx_poolZachary Michaels1-1/+2
2014-07-01Remove unused functionZachary Michaels1-18/+0
2014-07-01Comment unused functions in cryptonote_coreZachary Michaels1-12/+11
2014-06-15proper tx_pool handling from CryptoZoidberg / BBRfluffypony1-0/+1
2014-06-11Fix for orphan fix (check blocksize)mydesktop1-0/+12
2014-06-04'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimationsNeozaru1-1/+9
2014-05-250.8.8updatemydesktop1-1/+1
2014-03-20some fixesAntonio Juarez1-2/+2
2014-03-03moved all stuff to githubAntonio Juarez1-0/+519