summaryrefslogtreecommitdiff
path: root/src/cryptonote_core/cryptonote_core.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix nigglies, as pointed out by moneromooo-moneroRiccardo Spagni2016-09-031-1/+1
* fix remaining bitmonero and simplewallet bitsRiccardo Spagni2016-09-031-2/+2
* Remove blocks_per_sync limitsHoward Chu2016-08-311-5/+4
* Merge pull request #999Riccardo Spagni2016-08-281-13/+14
|\
| * Change default db-sync-mode to fast, not fastestHoward Chu2016-08-281-13/+14
* | rct: do not serialize public keys in outPkmoneromooo-monero2016-08-281-8/+0
* | Condition v2 txes on v3 hard forkmoneromooo-monero2016-08-281-0/+9
* | add rct to the protocolmoneromooo-monero2016-08-281-7/+28
* | core: new /getrandom_rctouts.bin binary RPC callmoneromooo-monero2016-08-281-0/+5
* | remove original Cryptonote blockchain_storage blockchain formatmoneromooo-monero2016-08-281-19/+0
|/
* 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