summaryrefslogtreecommitdiff
path: root/src/cryptonote_core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #779Riccardo Spagni2016-04-021-5/+1
|\
| * core: remove the block reward accumulation loopmoneromooo-monero2016-04-011-5/+1
* | Merge pull request #767Riccardo Spagni2016-04-025-11/+39
|\ \
| * | Convey tx verification failure reasons to the RPC clientmoneromooo-monero2016-03-275-11/+39
| |/
* | Merge pull request #764Riccardo Spagni2016-04-022-74/+374
|\ \
| * | minor corrections/clarificationsThomas Winget2016-03-302-4/+6
| * | Transaction pool documentation (and some cleanup)Thomas Winget2016-03-242-74/+372
* | | Merge pull request #765Riccardo Spagni2016-03-272-0/+14
|\ \ \ | |_|/ |/| |
| * | New RPC and daemon command to get output histogrammoneromooo-monero2016-03-262-0/+14
* | | blockchain: for v3, require miner tx to have well behaved outsmoneromooo-monero2016-03-252-3/+13
* | | core: fix miner tx block reward with feesmoneromooo-monero2016-03-251-8/+7
|/ /
* | Merge pull request #749Riccardo Spagni2016-03-2512-431/+1965
* | Revert "Merge pull request #749"Riccardo Spagni2016-03-2512-1965/+431
* | Merge pull request #749Riccardo Spagni2016-03-2512-431/+1965
|\|
| * remove defunct code from cryptonote::coreThomas Winget2016-03-242-22/+0
| * cryptonote::core doxygen documentationThomas Winget2016-03-242-26/+617
| * doxygen documentation for difficulty functionsThomas Winget2016-03-242-2/+16
| * Move checkpoint functions into checkpoints classThomas Winget2016-03-248-358/+327
| * doxygen documentation for checkpoints.{h,cpp}Thomas Winget2016-03-222-6/+99
| * Remove unnecessary or defunct codeThomas Winget2016-03-222-22/+0
| * Updated documentation for blockchain.*Thomas Winget2016-03-222-14/+925
* | blockchain: fix partial block reward detectionmoneromooo-monero2016-03-221-1/+1
|/
* Merge pull request #743Riccardo Spagni2016-03-211-1/+1
|\
| * also maybe do the block height this time, you know, just so that it actually ...Riccardo Spagni2016-03-211-1/+1
* | Merge pull request #742Riccardo Spagni2016-03-211-1/+1
|\|
| * also update the timestamp for the hard forkRiccardo Spagni2016-03-211-1/+1
* | Merge pull request #741Riccardo Spagni2016-03-211-0/+3
|\|
| * set fork date for September, add hyc's GPG key, remove aabramov'sRiccardo Spagni2016-03-211-0/+3
* | Revert "Print stack trace upon exceptions"moneromooo-monero2016-03-215-6/+2
|/
* Print stack trace upon exceptionsmoneromooo-monero2016-03-195-2/+6
* Fix issue #706Howard Chu2016-03-191-0/+1
* Use boost::thread instead of std::threadHoward Chu2016-03-111-3/+3
* Blockchain: Omit verbose time stats messages by defaultwarptangent2016-03-031-1/+1
* Merge pull request #688Riccardo Spagni2016-02-292-1/+10
|\
| * simplewallet: add a new --restore-from-keys optionmoneromooo-monero2016-02-222-1/+10
| * core: check whether an update is needed straight awaymoneromooo-monero2016-02-171-1/+1
| * core: print "update needed" hard fork notifications in redmoneromooo-monero2016-02-171-2/+2
* | Wrap some more actions in a larger read txnHoward Chu2016-02-231-11/+25
* | read txn/cursor stuffHoward Chu2016-02-232-1/+14
* | core: check whether an update is needed straight awaymoneromooo-monero2016-02-231-1/+1
* | core: print "update needed" hard fork notifications in redmoneromooo-monero2016-02-231-2/+2
|/
* hardfork: add a default fork entry for v1 if none existmoneromooo-monero2016-02-081-0/+5
* blockchain: initialize m_hardfork to NULLmoneromooo-monero2016-02-081-1/+1
* core_tests: add tests for hard fork behaviors (MRL-0004)moneromooo-monero2016-02-084-12/+26
* blockchain: reset hardfork object when resetting blockchainmoneromooo-monero2016-02-081-0/+1
* Blockchain: Update comments on removing blockwarptangent2016-02-081-0/+5
* Move HardFork DB update to BlockchainDB::add_block()warptangent2016-02-081-3/+0
* Make HardFork object available to BlockchainDB and derived DB implementationswarptangent2016-02-081-0/+2
* Blockchain: Optionally pass in HardFork objectwarptangent2016-02-082-4/+21
* Merge pull request #643Riccardo Spagni2016-02-081-8/+10
|\