summaryrefslogtreecommitdiff
path: root/src/cryptonote_core/cryptonote_core.h
Commit message (Expand)AuthorAgeFilesLines
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* Merge pull request #1727Riccardo Spagni2017-02-211-8/+22
|\
| * blockchain_db: add "raw" blobdata getters for block and transactionmoneromooo-monero2017-02-131-8/+22
* | core: test key images against validity domainmoneromooo-monero2017-02-201-0/+10
* | Optionally query moneropulse DNS records to check for updatesmoneromooo-monero2017-02-201-0/+15
* | core: display any fork warning at startup toomoneromooo-monero2017-02-201-1/+1
* | Get rid of directory lockHoward Chu2017-02-181-18/+0
|/
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-3/+3
* Merge pull request #1615Riccardo Spagni2017-01-221-0/+2
|\
| * core: cache tx hashes of failing semantics txesmoneromooo-monero2017-01-221-0/+2
* | rpc: fix orphan_status when getting blocksmoneromooo-monero2017-01-221-1/+1
|/
* fix do_not_relay not preventing relaying on a timermoneromooo-monero2017-01-141-3/+6
* Add start_time to get_info methods and show uptimeMiguel Herranz2017-01-121-0/+8
* Add a get_outs (fully text based) version of get_outs.binmoneromooo-monero2016-11-221-1/+1
* add lightweight block propagation ("fluffy blocks")Dion Ahmetaj2016-11-091-0/+14
* core: notify the txpool when transactions are relayedmoneromooo-monero2016-10-231-0/+5
* patched parameter type bug that was causing failure on 32 bitDion Ahmetaj2016-10-141-1/+1
* print_coinbase_tx_sum now breaks output into fee and emission componentsDion Ahmetaj2016-10-101-1/+1
* changed params from start/end index to height/countDion Ahmetaj2016-10-101-1/+1
* attempted to remove whitespace spamDion Ahmetaj2016-10-101-1/+1
* added print_coinbase_tx_sum optionDion Ahmetaj2016-10-101-1/+8
* Removed all code related to fast_exitNanoAkron2016-10-031-20/+0
* core: make the sync chunk block count overridablemoneromooo-monero2016-09-241-0/+9
* core: new /getrandom_rctouts.bin binary RPC callmoneromooo-monero2016-08-281-0/+8
* remove original Cryptonote blockchain_storage blockchain formatmoneromooo-monero2016-08-281-13/+0
* Fake outs set is now decided by the walletmoneromooo-monero2016-08-111-0/+7
* Merge pull request #749Riccardo Spagni2016-03-251-34/+616
* Revert "Merge pull request #749"Riccardo Spagni2016-03-251-616/+34
* remove defunct code from cryptonote::coreThomas Winget2016-03-241-9/+0
* cryptonote::core doxygen documentationThomas Winget2016-03-241-25/+616
* Revert "Print stack trace upon exceptions"moneromooo-monero2016-03-211-1/+0
* Print stack trace upon exceptionsmoneromooo-monero2016-03-191-0/+1
* core: check whether an update is needed straight awaymoneromooo-monero2016-02-171-1/+1
* core_tests: add tests for hard fork behaviors (MRL-0004)moneromooo-monero2016-02-081-1/+5
* core: prevent the database from being used by multiple daemonsmoneromooo-monero2016-01-311-0/+5
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
* Replace tabs with two spaces for consistency with rest of codebasewarptangent2015-12-151-9/+9
* add a --fakechain argument for testsmoneromooo-monero2015-12-131-0/+1
* Relay transactions when they linger too long in the poolmoneromooo-monero2015-11-211-3/+6
* core: add consts where appropriatemoneromooo-monero2015-09-191-35/+38
* core: moan when we think an update is needed to get latest hard fork infomoneromooo-monero2015-09-131-0/+2
* Add a is_key_image_spent daemon command and RPC callmoneromooo-monero2015-08-111-2/+3
* ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)NoodleDoodleNoodleDoodleNoodleDoodleNoo2015-07-151-0/+3
* Merge pull request #269Riccardo Spagni2015-05-061-0/+1
|\
| * Add mempool output to daemon via command and RPCwarptangent2015-04-231-0/+1
* | DNS Checkpoint updating-related fixes/changesThomas Winget2015-04-221-0/+2
|/
* Merge BlockchainDB into upstreamThomas Winget2015-04-071-0/+12
|\
| * Merge upstream updates into blockchain branchThomas Winget2015-03-251-2/+5
| |\
| * | Add compile-time support for both db implementations: in-memory and LMDBwarptangent2015-02-021-0/+12
| * | Integrate BlockchainDB into cryptonote_coreThomas Winget2015-01-041-3/+3