TrimArray() simplification
[NovacoinLibrary.git] / Novacoin / StakeModifier.cs
2015-09-15 CryptoManiacCosmetic changes.
2015-09-12 CryptoManiacUse Low32 property.
2015-09-12 CryptoManiacCorrect calculation of modifier checksums.
2015-09-12 CryptoManiacAdd stake modifier checkpoints & do some cleanup
2015-09-11 CryptoManiacUse signed 64 bit integers for better compatibility.
2015-09-10 CryptoManiacUse GetProofOfStakeHash
2015-09-09 CryptoManiacReplace ref with out in the stake modifier calculation...
2015-09-09 CryptoManiacFix txpos calculation issue and use out instead of...
2015-09-07 CryptoManiacRemove interfaces, split database objects into new...
2015-09-06 CryptoManiacCheckpoints valudation, PoW reward calculation and...
2015-09-05 CryptoManiacFew new structures to be used in the near future.
2015-09-04 CryptoManiacFix integer overflow issue.
2015-09-03 CryptoManiacInitial implementation of stake modifier calculation.
2015-09-03 CryptoManiacStakeModifier: remove BigInteger dependency
2015-09-02 CryptoManiacStakeModifier class.