Remove interfaces, split database objects into new file.
[NovacoinLibrary.git] / Novacoin / CBlockStore.cs
2015-09-07 CryptoManiacRemove interfaces, split database objects into new...
2015-09-07 CryptoManiacSave best height, best hash and best trust.
2015-09-06 CryptoManiacCheckpoints valudation, PoW reward calculation and...
2015-09-06 CryptoManiacWorking on Reorganize implementation.
2015-09-06 CryptoManiacFetchInputs
2015-09-06 CryptoManiacBeginning of FetchInputs implementation.
2015-09-05 CryptoManiacFew new structures to be used in the near future.
2015-09-03 CryptoManiacInitial implementation of stake modifier calculation.
2015-09-03 CryptoManiacChain trust score computation.
2015-09-02 CryptoManiacIsInMainChain property
2015-09-02 CryptoManiacStakeModifier class.
2015-09-02 CryptoManiacFix
2015-09-02 CryptoManiacAdd new block cursor helper properties, start implement...
2015-09-02 CryptoManiacAdd stake entropy bit generation.
2015-09-02 CryptoManiacRemove Hash, Hash256, Hash160 and ScryptHash256 classes.
2015-09-01 CryptoManiacPreliminary block checkings.
2015-09-01 CryptoManiacYet another cosmetic change.
2015-08-31 CryptoManiacFix serialization issue.
2015-08-31 CryptoManiacTurn ByteQueue into MemoryStream wrapper, use MemoryStr...
2015-08-31 CryptoManiacDispose writable stream properly.
2015-08-31 CryptoManiacBlock serialization + copile error fixes.
2015-08-31 CryptoManiacBlock and transaction verifications
2015-08-30 CryptoManiacTransaction script verification, unserealize exceptions
2015-08-28 CryptoManiacDuplicate checking.
2015-08-28 CryptoManiacCChainNode
2015-08-28 CryptoManiacInitial implementation of CBlockStore.