aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
Commit message (Expand)AuthorAgeFilesLines
* moar bug fixes, removed debug printsThomas Winget2015-01-042-8/+4
* BlockchainLMDB seems to be working*!Thomas Winget2015-01-043-141/+155
* some bug fixes, but still needs workThomas Winget2015-01-043-35/+73
* Minor bug fixes and debug printsThomas Winget2015-01-042-6/+122
* minor fixes to Blockchain.cppThomas Winget2015-01-042-3/+7
* Integrate BlockchainDB into cryptonote_coreThomas Winget2015-01-048-24/+58
* All LMDB BlockchainDB implemented, not testedThomas Winget2015-01-042-135/+900
* LMDB blockchain: remove outputs and spent keysThomas Winget2015-01-041-0/+63
* Adding block data to LMDB BlockchainDB codedThomas Winget2015-01-043-8/+258
* Parts of LMDB impl of BlockchainDB done and workingThomas Winget2015-01-044-69/+431
* Initial commit of lmdb BlockchainDB implThomas Winget2015-01-042-0/+472
* Initial commit of BlockchainDB tests, other miscThomas Winget2015-01-042-6/+25
* update new blockchain to build with new changesThomas Winget2015-01-042-13/+34
* stupid past me, fixing typos and shit...Thomas Winget2015-01-041-21/+21
* missing typedefThomas Winget2015-01-041-0/+3
* import of BlockchainDB filesThomas Winget2015-01-044-0/+3003
* year updated in licenseRiccardo Spagni2015-01-0229-29/+29
* ensure that keccak is called on view spend key, not a possibly pre-sc_reduce3...warptangent2014-12-011-1/+1
* Merge pull request #188Riccardo Spagni2014-11-262-2/+2
|\
| * Disable legacy fees for nowiamsmooth2014-11-111-1/+1
| * Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ...iamsmooth2014-11-092-2/+2
* | Merge pull request #180Riccardo Spagni2014-11-251-0/+80
|\ \ | |/ |/|
| * cmake: support 2.8.7Ben Boeckel2014-10-241-2/+2
| * cmake: handle private vs. public headersBen Boeckel2014-10-231-2/+7
| * cmake: refactor common code with librariesBen Boeckel2014-10-231-9/+1
| * cmake: put each library into its own directoryBen Boeckel2014-10-231-0/+83
* | per kb feesThomas Winget2014-11-061-2/+5
|/
* added hardcoded checkpoint at block 249380Riccardo Spagni2014-10-071-0/+1
* Merge pull request #167Riccardo Spagni2014-10-061-2/+2
|\
| * fixed signed-unsigned issue from 166Thomas Winget2014-10-021-2/+2
* | fixed checkpointing bugRiccardo Spagni2014-10-031-1/+1
* | MoneroPulse log wording tweaksRiccardo Spagni2014-10-032-4/+5
* | moved checkpoint log levelRiccardo Spagni2014-10-021-1/+1
* | moved file checkpointing log output to log1Riccardo Spagni2014-10-021-6/+6
|/
* Daemon should now exit on conflicting checkpointsThomas Winget2014-09-302-0/+13
* various changes to runtime checkpoint updatingThomas Winget2014-09-307-23/+113
* Fixed segfault with checkpoints loadingThomas Winget2014-09-302-0/+10
* DNS checkpoint updating added, and daemon flag to enforce themThomas Winget2014-09-306-14/+98
* reload checkpoints file every ~hr and print if any failThomas Winget2014-09-308-71/+168
* Adding an identical existing checkpoint should not errorThomas Winget2014-09-301-2/+7
* Revert "low risk, potentially varint overflow bug patched thanks to BBR"Riccardo Spagni2014-09-257-30/+13
* low risk, potentially varint overflow bug patched thanks to BBRRiccardo Spagni2014-09-247-13/+30
* Added ability to read chechpoint hashes from json file in data folderTomer Konforty2014-09-253-0/+60
* checkpointiamsmooth2014-09-241-0/+1
* checkpointiamsmooth2014-09-241-0/+2
* checkpointsiamsmooth2014-09-241-0/+5
* checkpointiamsmooth2014-09-241-0/+1
* checkpointsiamsmooth2014-09-241-3/+5
* Another preprocessor fix (difficulty.cpp)Zachary Michaels2014-09-151-1/+1
* Separate testnet address prefixZachary Michaels2014-09-157-14/+37