aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/cryptonote_core.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change logging to easylogging++moneromooo-monero2017-01-161-32/+36
* Merge pull request #1576Riccardo Spagni2017-01-151-0/+44
|\
| * rct: split rct checks between semantics and othermoneromooo-monero2017-01-141-0/+44
* | Merge pull request #1571Riccardo Spagni2017-01-151-6/+6
|\ \
| * | fix do_not_relay not preventing relaying on a timermoneromooo-monero2017-01-141-6/+6
| |/
* | Merge pull request #1506Riccardo Spagni2017-01-151-4/+7
|\ \ | |/ |/|
| * Tweak default db-sync-mode to fast:async:1Howard Chu2017-01-141-4/+7
* | Merge pull request #1543Riccardo Spagni2017-01-131-0/+7
|\ \
| * | Add start_time to get_info methods and show uptimeMiguel Herranz2017-01-121-0/+7
| |/
* | Remove db-auto-remove-logsMiguel Herranz2017-01-101-3/+0
* | Remove berkeley from db_type initializationMiguel Herranz2017-01-101-12/+0
|/
* core: fix recalculation of emission/feesmoneromooo-monero2016-12-211-7/+4
* Merge pull request #1398Riccardo Spagni2016-12-041-2/+2
|\
| * Fix a few minor typosPierre Boyer2016-12-041-2/+2
* | Fix delayed exit when syncingmoneromooo-monero2016-12-041-1/+1
|/
* 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/+5
* core: notify the txpool when transactions are relayedmoneromooo-monero2016-10-231-0/+14
* 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-5/+19
* changed params from start/end index to height/countDion Ahmetaj2016-10-101-3/+3
* added print_coinbase_tx_sum optionDion Ahmetaj2016-10-101-0/+14
* Merge pull request #1133Riccardo Spagni2016-10-041-4/+1
|\
| * Revert "Fix fake 'network synchronized, begin using' messages"moneromooo-monero2016-09-251-4/+1
* | Merge pull request #1171Riccardo Spagni2016-10-041-16/+1
|\ \
| * | Removed all code related to fast_exitNanoAkron2016-10-031-16/+1
* | | Moved logging to target functions rather than callerNanoAkron2016-10-031-7/+4
* | | Added messages at log level 2 to reflect deactivation procedureNanoAkron2016-10-021-0/+4
|/ /
* / core: make the sync chunk block count overridablemoneromooo-monero2016-09-241-0/+5
|/
* 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