aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-06blockchain: remove the tx validation result cachemoneromooo-monero1-1/+0
2016-04-02Merge pull request #767Riccardo Spagni1-3/+6
2016-03-27Merge pull request #765Riccardo Spagni1-0/+9
2016-03-27Convey tx verification failure reasons to the RPC clientmoneromooo-monero1-3/+6
2016-03-26New RPC and daemon command to get output histogrammoneromooo-monero1-0/+9
2016-03-25blockchain: for v3, require miner tx to have well behaved outsmoneromooo-monero1-1/+2
2016-03-25Merge pull request #749Riccardo Spagni1-15/+875
2016-03-25Revert "Merge pull request #749"Riccardo Spagni1-875/+15
2016-03-22Remove unnecessary or defunct codeThomas Winget1-21/+0
2016-03-22Updated documentation for blockchain.*Thomas Winget1-9/+890
2016-02-08core_tests: add tests for hard fork behaviors (MRL-0004)moneromooo-monero1-2/+3
2016-02-08Blockchain: Optionally pass in HardFork objectwarptangent1-0/+1
2016-02-02minor bugfixes and refactoringThomas Winget1-0/+11
2016-01-30new flush_txpool command, and associated RPC callmoneromooo-monero1-0/+2
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-26blockchain: remove obsolete containersmoneromooo-monero1-3/+0
2015-12-25blockchain: fix a few block addition bugsmoneromooo-monero1-0/+1
2015-12-25blockchain: fix bitflipping test with quantized block rewardsmoneromooo-monero1-1/+1
2015-12-19Allow the wallet to access hard fork informationmoneromooo-monero1-1/+1
2015-12-15Replace tabs with two spaces for consistency with rest of codebasewarptangent1-32/+32
2015-12-13add a --fakechain argument for testsmoneromooo-monero1-1/+1
2015-11-13More changes for 2-min blocksJavier Smooth1-0/+2
2015-10-27Remove some old/obsolete/unused codemoneromooo-monero1-15/+0
2015-10-25Add functions to iterate through blocks, txes, outputs, key imagesmoneromooo-monero1-0/+5
2015-10-11from hard fork 2, all outputs must be decomposedmoneromooo-monero1-0/+1
2015-09-20hardfork: most state now saved to the DBmoneromooo-monero1-3/+3
2015-09-19Add an RPC call and daemon command to get info on hard fork votingmoneromooo-monero1-0/+3
2015-09-19core: add consts where appropriatemoneromooo-monero1-3/+3
2015-09-13core: moan when we think an update is needed to get latest hard fork infomoneromooo-monero1-0/+2
2015-09-12blockchain: use the new hardfork classmoneromooo-monero1-2/+5
2015-09-12blockchain: add a couple missing includesmoneromooo-monero1-0/+2
2015-08-11blockchain: remove dead codemoneromooo-monero1-3/+0
2015-07-15Removed on_idle() calls to Blockchain::store_blockchain() for lmdb.NoodleDoodleNoodleDoodleNoodleDoodleNoo1-0/+1
2015-07-15** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)NoodleDoodleNoodleDoodleNoodleDoodleNoo1-8/+56
2015-05-31cleaning up, removing redundant files, renaming, fixing incorrect licensesRiccardo Spagni1-1/+1
2015-03-25Steps toward multiple dbs available -- workingThomas Winget1-3/+1
2015-03-22Update Blockchain::get_db() to return reference instead of pointerwarptangent1-2/+2
2015-03-16Add support for database open with flagswarptangent1-1/+1
2015-03-15Blockchain: add get_db() accessor, needed for blockchain_importwarptangent1-0/+5
2015-03-06Moved BlockchainDB into its own src/ subfolderThomas Winget1-1/+1
2015-02-23Blockchain: match original function declaration from blockchain_storagewarptangent1-1/+1
2015-01-04blockchain: add consts where appropriatemoneromooo-monero1-41/+41
2015-01-04add new checkpointing behavior to Blockchain classThomas Winget1-2/+4
2015-01-04Integrate BlockchainDB into cryptonote_coreThomas Winget1-3/+7
2015-01-04update new blockchain to build with new changesThomas Winget1-4/+3
2015-01-04import of BlockchainDB filesThomas Winget1-0/+221