summaryrefslogtreecommitdiff
path: root/src/cryptonote_core
Commit message (Expand)AuthorAgeFilesLines
* 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
* Separate testnet default data dirZachary Michaels2014-09-152-4/+5
* Pass tx and nonce to genesis block constructorZachary Michaels2014-09-153-23/+34
* Reorganize testnet constantsZachary Michaels2014-09-152-6/+5
* Add testnet flagZachary Michaels2014-09-156-11/+51
* fix incorrect error message (obvious cut and paste bug from upstream)iamsmooth2014-09-131-1/+1
* output rng fix from boolberryiamsmooth2014-09-121-2/+1
* a few more error messages moved to log level 1fluffypony2014-09-092-15/+15
* moved non-critical warnings and errors to log level 1fluffypony2014-09-093-72/+72
* fix checkpointsiamsmooth2014-09-062-4/+7
* bug fix to checkpoint-on-restore; still fails on 612iamsmooth2014-09-061-1/+1
* checkpoints on restore; currently fails on 212 checkpointiamsmooth2014-09-062-2/+24
* override for get_block_longhash for block 202612Thomas Winget2014-09-061-0/+7
* added double-check for 202612 block idThomas Winget2014-09-061-1/+13
* hex_to_pod needs the destination as an arg, as opposed to it returning the podThomas Winget2014-09-061-1/+1
* Override for block hashing for block 202612Thomas Winget2014-09-061-0/+10
* restored wallets will have timestamp set to June 8 2014.Thomas Winget2014-08-031-1/+17
* Merge pull request #73 from jakoblind/refresh_heightRiccardo Spagni2014-08-024-7/+11
|\