summaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain.h
Commit message (Expand)AuthorAgeFilesLines
* rct: rework the verification preparation processmoneromooo-monero2016-08-281-2/+13
* add rct to the protocolmoneromooo-monero2016-08-281-4/+8
* core: new /getrandom_rctouts.bin binary RPC callmoneromooo-monero2016-08-281-0/+25
* daemon: print time to next forkmoneromooo-monero2016-08-121-0/+7
* Fake outs set is now decided by the walletmoneromooo-monero2016-08-111-0/+15
* new unlocked parameter to output_histogrammoneromooo-monero2016-08-011-1/+2
* blockchain: remove the tx validation result cachemoneromooo-monero2016-04-061-1/+0
* Merge pull request #767Riccardo Spagni2016-04-021-3/+6
|\
| * Convey tx verification failure reasons to the RPC clientmoneromooo-monero2016-03-271-3/+6
* | Merge pull request #765Riccardo Spagni2016-03-271-0/+9
|\ \ | |/ |/|
| * New RPC and daemon command to get output histogrammoneromooo-monero2016-03-261-0/+9
* | blockchain: for v3, require miner tx to have well behaved outsmoneromooo-monero2016-03-251-1/+2
|/
* Merge pull request #749Riccardo Spagni2016-03-251-15/+875
* Revert "Merge pull request #749"Riccardo Spagni2016-03-251-875/+15
* Remove unnecessary or defunct codeThomas Winget2016-03-221-21/+0
* Updated documentation for blockchain.*Thomas Winget2016-03-221-9/+890
* core_tests: add tests for hard fork behaviors (MRL-0004)moneromooo-monero2016-02-081-2/+3
* Blockchain: Optionally pass in HardFork objectwarptangent2016-02-081-0/+1
* minor bugfixes and refactoringThomas Winget2016-02-021-0/+11
* new flush_txpool command, and associated RPC callmoneromooo-monero2016-01-301-0/+2
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
* blockchain: remove obsolete containersmoneromooo-monero2015-12-261-3/+0
* blockchain: fix a few block addition bugsmoneromooo-monero2015-12-251-0/+1
* blockchain: fix bitflipping test with quantized block rewardsmoneromooo-monero2015-12-251-1/+1
* Allow the wallet to access hard fork informationmoneromooo-monero2015-12-191-1/+1
* Replace tabs with two spaces for consistency with rest of codebasewarptangent2015-12-151-32/+32
* add a --fakechain argument for testsmoneromooo-monero2015-12-131-1/+1
* More changes for 2-min blocksJavier Smooth2015-11-131-0/+2
* Remove some old/obsolete/unused codemoneromooo-monero2015-10-271-15/+0
* Add functions to iterate through blocks, txes, outputs, key imagesmoneromooo-monero2015-10-251-0/+5
* from hard fork 2, all outputs must be decomposedmoneromooo-monero2015-10-111-0/+1
* hardfork: most state now saved to the DBmoneromooo-monero2015-09-201-3/+3
* Add an RPC call and daemon command to get info on hard fork votingmoneromooo-monero2015-09-191-0/+3
* core: add consts where appropriatemoneromooo-monero2015-09-191-3/+3
* core: moan when we think an update is needed to get latest hard fork infomoneromooo-monero2015-09-131-0/+2
* blockchain: use the new hardfork classmoneromooo-monero2015-09-121-2/+5
* blockchain: add a couple missing includesmoneromooo-monero2015-09-121-0/+2
* blockchain: remove dead codemoneromooo-monero2015-08-111-3/+0
* Removed on_idle() calls to Blockchain::store_blockchain() for lmdb.NoodleDoodleNoodleDoodleNoodleDoodleNoo2015-07-151-0/+1
* ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)NoodleDoodleNoodleDoodleNoodleDoodleNoo2015-07-151-8/+56
* cleaning up, removing redundant files, renaming, fixing incorrect licensesRiccardo Spagni2015-05-311-1/+1
* Steps toward multiple dbs available -- workingThomas Winget2015-03-251-3/+1
* Update Blockchain::get_db() to return reference instead of pointerwarptangent2015-03-221-2/+2
* Add support for database open with flagswarptangent2015-03-161-1/+1
* Blockchain: add get_db() accessor, needed for blockchain_importwarptangent2015-03-151-0/+5
* Moved BlockchainDB into its own src/ subfolderThomas Winget2015-03-061-1/+1
* Blockchain: match original function declaration from blockchain_storagewarptangent2015-02-231-1/+1
* blockchain: add consts where appropriatemoneromooo-monero2015-01-041-41/+41
* add new checkpointing behavior to Blockchain classThomas Winget2015-01-041-2/+4
* Integrate BlockchainDB into cryptonote_coreThomas Winget2015-01-041-3/+7