aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/cryptonote_core.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix fake 'network synchronized, begin using' messagesThomas Winget2016-08-231-1/+4
* Fake outs set is now decided by the walletmoneromooo-monero2016-08-111-0/+5
* Convey tx verification failure reasons to the RPC clientmoneromooo-monero2016-03-271-0/+1
* Merge pull request #749Riccardo Spagni2016-03-251-16/+3
* Revert "Merge pull request #749"Riccardo Spagni2016-03-251-3/+16
* remove defunct code from cryptonote::coreThomas Winget2016-03-241-13/+0
* cryptonote::core doxygen documentationThomas Winget2016-03-241-1/+1
* Move checkpoint functions into checkpoints classThomas Winget2016-03-241-2/+2
* Revert "Print stack trace upon exceptions"moneromooo-monero2016-03-211-1/+1
* Print stack trace upon exceptionsmoneromooo-monero2016-03-191-1/+1
* core: print "update needed" hard fork notifications in redmoneromooo-monero2016-02-171-2/+2
* core_tests: add tests for hard fork behaviors (MRL-0004)moneromooo-monero2016-02-081-4/+3
* core: move the db lock to the data directorymoneromooo-monero2016-02-041-8/+10
* core: prevent the database from being used by multiple daemonsmoneromooo-monero2016-01-311-0/+41
* Fix V1/V2 use of hard fork related parametersmoneromooo-monero2016-01-291-1/+6
* Merge pull request #587Riccardo Spagni2015-12-311-28/+20
|\
| * Nicer looking exit when blockchain.bin is foundmoneromooo-monero2015-12-311-28/+20
* | core: do not use the persistent pool state for testsmoneromooo-monero2015-12-311-1/+1
|/
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
* blockchain_db: inform user about new format if blockchain.bin is foundmoneromooo-monero2015-12-281-0/+22
* Replace tabs with two spaces for consistency with rest of codebasewarptangent2015-12-151-31/+31
* add a --fakechain argument for testsmoneromooo-monero2015-12-131-3/+8
* Register daemon command line arguments to core if they're used in coremoneromooo-monero2015-12-081-10/+23
* Relay transactions when they linger too long in the poolmoneromooo-monero2015-11-211-6/+28
* core: add consts where appropriatemoneromooo-monero2015-09-191-32/+32
* core: moan when we think an update is needed to get latest hard fork infomoneromooo-monero2015-09-131-0/+26
* Add a is_key_image_spent daemon command and RPC callmoneromooo-monero2015-08-111-0/+15
* Removed on_idle() calls to Blockchain::store_blockchain() for lmdb.NoodleDoodleNoodleDoodleNoodleDoodleNoo2015-07-151-1/+1
* ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)NoodleDoodleNoodleDoodleNoodleDoodleNoo2015-07-151-7/+106
* Update log statementswarptangent2015-05-081-1/+1
* Merge pull request #269Riccardo Spagni2015-05-061-0/+5
|\
| * Add mempool output to daemon via command and RPCwarptangent2015-04-231-0/+5
* | DNS Checkpoint updating-related fixes/changesThomas Winget2015-04-221-0/+4
|/
* Disable DNS checkpoint updating on testnetThomas Winget2015-04-081-0/+2
* Merge BlockchainDB into upstreamThomas Winget2015-04-071-2/+58
|\
| * Only compile BerkeleyDB as an option in non-staticThomas Winget2015-04-071-0/+7
| * Steps toward multiple dbs available -- workingThomas Winget2015-03-251-0/+41
| * Merge upstream updates into blockchain branchThomas Winget2015-03-251-6/+35
| |\
| * | Add compile-time support for both db implementations: in-memory and LMDBwarptangent2015-02-021-0/+8
| * | Integrate BlockchainDB into cryptonote_coreThomas Winget2015-01-041-3/+3
* | | remerged; commands JSON. logging upgrade. doxygenrfree2monero2015-04-011-0/+5
* | | Merge remote-tracking branch 'monero-official/master' into network-1.6-work1rfree2monero2015-04-011-6/+35
|\ \ \ | | |/ | |/|
| * | RPC calls for background daemon added inThomas Winget2015-02-241-0/+5
| * | Daemonize changes pulled in -- daemon buildsThomas Winget2015-02-241-6/+30
| |/
* | 2014 network limit 1.2 +utils +toc -doc -drmonerorfree2monero2015-02-201-4/+20
* | 2014 network limit 1.1 +utils +toc -doc -drmonerorfree2monero2015-02-201-3/+28
|/
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
* Daemon should now exit on conflicting checkpointsThomas Winget2014-09-301-0/+12
* various changes to runtime checkpoint updatingThomas Winget2014-09-301-6/+16
* Fixed segfault with checkpoints loadingThomas Winget2014-09-301-0/+4