summaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain.h
Commit message (Expand)AuthorAgeFilesLines
* Removed boost/asio.hpp include from epee/string_tools.hLee Clagett2017-03-181-0/+1
* Add intervening v5 fork for increased min block sizemoneromooo-monero2017-03-151-1/+2
* fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB...kenshi842017-03-101-1/+1
* core: move hardfork back to cryptonote_coremoneromooo-monero2017-02-251-1/+1
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* blockchain_db: add "raw" blobdata getters for block and transactionmoneromooo-monero2017-02-131-4/+5
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-6/+6
* Remove boost/foreach.cpp includesMiguel Herranz2017-01-221-1/+0
* rpc: fix orphan_status when getting blocksmoneromooo-monero2017-01-221-1/+2
* rpc: new function and RPC to get alternative chain infomoneromooo-monero2016-12-171-0/+7
* Fix delayed exit when syncingmoneromooo-monero2016-12-041-0/+5
* Add a get_outs (fully text based) version of get_outs.binmoneromooo-monero2016-11-221-1/+1
* rpc: add a dynamic fee estimation RPC callmoneromooo-monero2016-10-311-0/+14
* core: dynamic fee algorithm from ArticMinemoneromooo-monero2016-10-311-0/+27
* wallet: select part of the fake outs from recent outputsmoneromooo-monero2016-10-151-1/+2
* 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