aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain.h
Commit message (Expand)AuthorAgeFilesLines
* add RPC to get a histogram of outputs of a given amountmoneromooo-monero2018-03-161-1/+22
* Remove the `Blockchain::get_all_known_block_ids` function.Jean Pierre Dudey2018-03-141-9/+0
* Stagenetstoffu2018-03-051-5/+5
* Merge pull request #3144Riccardo Spagni2018-01-271-0/+8
|\
| * rpc: expose recent median block size in getinfomoneromooo-monero2018-01-171-0/+8
* | Update 2018 copyrightxmr-eric2018-01-261-1/+1
|/
* Merge pull request #2971Riccardo Spagni2018-01-101-1/+1
|\
| * Fix exceptions not finding txpool txes when relayingmoneromooo-monero2017-12-201-1/+1
* | cryptonote_core: remove unused functions with off by one bugsmoneromooo-monero2017-12-181-26/+0
|/
* core: make --offline also disable DNS lookupsmoneromooo-monero2017-11-301-2/+5
* rpc: remove obsolete busy core checksmoneromooo-monero2017-11-141-10/+0
* Protect node privacy by proper filtering in restricted-mode RPC answersbinaryFate2017-11-081-2/+2
* Merge pull request #2552Riccardo Spagni2017-10-151-0/+7
|\
| * core: fix failure to sync when a tx is already in the poolmoneromooo-monero2017-09-291-0/+7
* | Merge pull request #2469Riccardo Spagni2017-10-151-0/+2
|\ \ | |/ |/|
| * precomputed block hashes are now in blocks of N (currently 256)moneromooo-monero2017-09-181-0/+2
* | move checkpoints in a separate librarymoneromooo-monero2017-09-251-1/+1
|/
* Refactor some things into more composable (smaller) functionsThomas Winget2017-09-051-0/+56
* DRY refactoringThomas Winget2017-08-311-0/+7
* Toggle SAFE syncmode on and off automaticallyHoward Chu2017-08-201-0/+7
* protocol: pass blockchain cumulative difficulty when syncingmoneromooo-monero2017-08-151-0/+10
* Merge pull request #2246Riccardo Spagni2017-08-151-3/+1
|\
| * blockchain: remove a few unused variablesmoneromooo-monero2017-08-031-3/+1
* | protocol: add checks for top block hard fork versionmoneromooo-monero2017-08-091-0/+9
* | Merge pull request #2225Riccardo Spagni2017-08-071-0/+3
|\ \
| * | blockchain: skip checking tx semantics in embedded block hash rangemoneromooo-monero2017-07-301-0/+3
| |/
* / blockchain: ensure all blocks get their longhash precalculatedmoneromooo-monero2017-07-271-1/+1
|/
* Fix mismatch of parameter name between header file and implementation for set...Julien Klepatch2017-06-231-3/+2
* blockchain_db: add a txpool tx getter which returns existencemoneromooo-monero2017-06-111-0/+1
* Don't copy blockchain for coinbase_tx_sumHoward Chu2017-06-011-2/+4
* Merge pull request #1982Riccardo Spagni2017-05-301-1/+12
|\
| * Move txpool to the databasemoneromooo-monero2017-05-251-1/+12
* | Add expected total reward to RPC "getblocktemplate".assylias2017-04-191-1/+2
|/
* 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