summaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain_storage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #749Riccardo Spagni2016-03-251-4/+4
* Revert "Merge pull request #749"Riccardo Spagni2016-03-251-4/+4
* Move checkpoint functions into checkpoints classThomas Winget2016-03-241-4/+4
* 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-5/+5
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
* Fix typowarptangent2015-12-151-1/+1
* Replace tabs with two spaces for consistency with rest of codebasewarptangent2015-12-151-44/+44
* Relay transactions when they linger too long in the poolmoneromooo-monero2015-11-211-4/+5
* More changes for 2-min blocksJavier Smooth2015-11-131-3/+3
* Adjust difficulty target (2 min) and full reward zone (60 kbytes) for block v...Javier Smooth2015-11-131-1/+1
* Build fixes for the old blockchain_storage versionmoneromooo-monero2015-10-261-4/+6
* Merge pull request #444Riccardo Spagni2015-10-261-1/+1
|\
| * Fix leak on real output when using a very recent outputmoneromooo-monero2015-10-251-1/+1
* | Add functions to iterate through blocks, txes, outputs, key imagesmoneromooo-monero2015-10-251-0/+38
|/
* core: add consts where appropriatemoneromooo-monero2015-09-191-3/+3
* Merge BlockchainDB into upstreamThomas Winget2015-04-071-80/+70
|\
| * Merge upstream into blockchainThomas Winget2015-03-291-4/+7
| |\
| * \ Merge upstream updates into blockchain branchThomas Winget2015-03-251-2/+10
| |\ \
| * | | Add compile-time support for both db implementations: in-memory and LMDBwarptangent2015-02-021-1/+1
| * | | blockchain_storage: refactor genesis block creationmoneromooo-monero2015-01-041-15/+5
| * | | blockchain_storage: add consts where appropriatemoneromooo-monero2015-01-041-53/+53
| * | | very, VERY primitive blockchain converterThomas Winget2015-01-041-11/+11
* | | | handle unlikely rounding up after sqrtJavier Smooth2015-04-051-0/+3
* | | | triangular distribution to choose recent outputs more often for mixinsJavier Smooth2015-04-051-1/+5
* | | | Merge remote-tracking branch 'monero-official/master' into network-1.6-work1rfree2monero2015-04-011-6/+17
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #242Riccardo Spagni2015-03-261-4/+7
| |\ \ \ | | |_|/ | |/| |
| | * | Do store transaction's blob size in transaction_chain_entrySergey Kazenyuk2015-03-151-3/+4
| | * | Use single get_transaction_hash to get both id and blob sizeSergey Kazenyuk2015-03-151-2/+4
| * | | Merge upstream to daemonize changesThomas Winget2015-03-241-1/+8
| |\| |
| | * | add comment about avoiding overflowsmooth2015-03-051-0/+6
| | * | minimum subsidy for mining incentives, remove unused LEGACY_FEE definesmooth2015-03-041-1/+2
| | |/
| * / DNS checkpoint loading for testnet should now be correctThomas Winget2015-03-011-1/+2
| |/
* | 2014 network limit 1.2 +utils +toc -doc -drmonerorfree2monero2015-02-201-17/+2
* | 2014 network limit 1.1 +utils +toc -doc -drmonerorfree2monero2015-02-201-0/+18
* | 2014 network limit 1.0a +utils +toc -doc -drmonerorfree2monero2015-02-201-0/+26
|/
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
* fixed checkpointing bugRiccardo Spagni2014-10-031-1/+1
* MoneroPulse log wording tweaksRiccardo Spagni2014-10-031-2/+2
* various changes to runtime checkpoint updatingThomas Winget2014-09-301-10/+43
* Fixed segfault with checkpoints loadingThomas Winget2014-09-301-0/+6
* DNS checkpoint updating added, and daemon flag to enforce themThomas Winget2014-09-301-6/+26
* reload checkpoints file every ~hr and print if any failThomas Winget2014-09-301-0/+21
* Pass tx and nonce to genesis block constructorZachary Michaels2014-09-151-9/+23
* Add testnet flagZachary Michaels2014-09-151-6/+34
* output rng fix from boolberryiamsmooth2014-09-121-2/+1
* a few more error messages moved to log level 1fluffypony2014-09-091-11/+11
* moved non-critical warnings and errors to log level 1fluffypony2014-09-091-49/+49
* fix checkpointsiamsmooth2014-09-061-1/+4
* bug fix to checkpoint-on-restore; still fails on 612iamsmooth2014-09-061-1/+1