aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fake outs set is now decided by the walletmoneromooo-monero2016-08-111-0/+19
* new unlocked parameter to output_histogrammoneromooo-monero2016-08-011-2/+2
* Merge branch 'performance' of https://github.com/LMDB/bitmoneroRiccardo Spagni2016-04-291-2/+3
|\
| * Merge branch 'performance' into masterHoward Chu2016-04-051-2/+3
| |\
| | * Schema update: tx_indices - improve further with less indirectionwarptangent2016-04-051-2/+3
* | | add a --max-concurrency flagmoneromooo-monero2016-04-281-3/+3
* | | blockchain: add missing overflow check for already generated coinsmoneromooo-monero2016-04-171-1/+5
* | | blockchain: update cumulative block limit when popping a blockmoneromooo-monero2016-04-171-0/+1
* | | Merge pull request #784Riccardo Spagni2016-04-141-0/+1
|\ \ \
| * | | Fix potential race with parallel processing of txes/signatures/blocksmoneromooo-monero2016-04-021-0/+1
| |/ /
* / / blockchain: remove the tx validation result cachemoneromooo-monero2016-04-061-18/+0
|/ /
* | Merge pull request #767Riccardo Spagni2016-04-021-5/+10
|\ \
| * | Convey tx verification failure reasons to the RPC clientmoneromooo-monero2016-03-271-5/+10
* | | Merge pull request #765Riccardo Spagni2016-03-271-0/+5
|\ \ \ | |/ / |/| |
| * | New RPC and daemon command to get output histogrammoneromooo-monero2016-03-261-0/+5
* | | blockchain: for v3, require miner tx to have well behaved outsmoneromooo-monero2016-03-251-2/+11
|/ /
* | Merge pull request #749Riccardo Spagni2016-03-251-10/+39
* | Revert "Merge pull request #749"Riccardo Spagni2016-03-251-39/+10
* | Merge pull request #749Riccardo Spagni2016-03-251-10/+39
|\ \
| * | Move checkpoint functions into checkpoints classThomas Winget2016-03-241-5/+5
| * | Remove unnecessary or defunct codeThomas Winget2016-03-221-1/+0
| * | Updated documentation for blockchain.*Thomas Winget2016-03-221-5/+35
* | | blockchain: fix partial block reward detectionmoneromooo-monero2016-03-221-1/+1
|/ /
* | also maybe do the block height this time, you know, just so that it actually ...Riccardo Spagni2016-03-211-1/+1
* | also update the timestamp for the hard forkRiccardo Spagni2016-03-211-1/+1
* | set fork date for September, add hyc's GPG key, remove aabramov'sRiccardo Spagni2016-03-211-0/+3
* | 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
* Wrap some more actions in a larger read txnHoward Chu2016-02-231-11/+25
* read txn/cursor stuffHoward Chu2016-02-231-0/+9
* blockchain: initialize m_hardfork to NULLmoneromooo-monero2016-02-081-1/+1
* core_tests: add tests for hard fork behaviors (MRL-0004)moneromooo-monero2016-02-081-5/+15
* 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-081-4/+20
* blockchain: revert handle_get_objects adding block id on tx not foundmoneromooo-monero2016-02-031-1/+0
* minor bugfixes and refactoringThomas Winget2016-02-021-56/+77
* Merge pull request #634Riccardo Spagni2016-01-311-0/+1
|\
| * blockchain: log number of outputs available for a new txmoneromooo-monero2016-01-311-0/+1
* | Merge pull request #631Riccardo Spagni2016-01-311-2/+1
|\ \
| * | blockchain: remove unused timermoneromooo-monero2016-01-301-1/+0
| * | blockchain: fix m_sync_counter uninitialized variable usemoneromooo-monero2016-01-301-1/+1
| |/
* / new flush_txpool command, and associated RPC callmoneromooo-monero2016-01-301-0/+19
|/
* Fix V1/V2 use of hard fork related parametersmoneromooo-monero2016-01-291-6/+13
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
* blockchain: kill ioservice on scope end, rather than manuallymoneromooo-monero2015-12-301-6/+7
* Merge pull request #572Riccardo Spagni2015-12-301-0/+2
|\