Use BigNum for rewards calculation.
[NovacoinLibrary.git] / Novacoin / CBlock.cs
2015-09-09 CryptoManiacUse BigNum for rewards calculation.
2015-09-08 CryptoManiacAdd incompatibility notice.
2015-09-07 CryptoManiacGetMinTxFee & use unsigned int for sizes.
2015-09-07 CryptoManiacGetProofOfStakeReward
2015-09-07 CryptoManiacConnectInputs + stubs for GetCoinAge, GetMinFee and...
2015-09-06 CryptoManiacCheckpoints valudation, PoW reward calculation and...
2015-09-02 CryptoManiacVerification of claimed Proof-of-Work.
2015-09-02 CryptoManiacRemove Hash, Hash256, Hash160 and ScryptHash256 classes.
2015-09-02 CryptoManiacImprove CryptoUtils with wrappers for managed implement...
2015-09-01 CryptoManiacnMaxSigOps constant.
2015-09-01 CryptoManiacYet another cosmetic change.
2015-08-31 CryptoManiacReplace ByteQueue with its simplified version, Instruct...
2015-08-31 CryptoManiacReadTxInList, ReadTxOutList and ReadTxList are internal...
2015-08-31 CryptoManiacCBlock: serialization
2015-08-31 CryptoManiacTurn ByteQueue into MemoryStream wrapper, use MemoryStr...
2015-08-31 CryptoManiacBlock serialization + copile error fixes.
2015-08-31 CryptoManiacBlock and transaction verifications
2015-08-30 CryptoManiacCopy&paste typo fix
2015-08-30 CryptoManiacTransaction script verification, unserealize exceptions
2015-08-29 CryptoManiacBugfix: incorrect TxOffset calculation.
2015-08-28 CryptoManiacImplementation of new Size property for CScript, CTxIn...
2015-08-28 CryptoManiacCBlock: Fix null reference in copy constructor
2015-08-27 CryptoManiacUse implicit type casting operator for serialization.
2015-08-24 CryptoManiacGet rid of HexToList and HexToEnumerable functions
2015-08-23 CryptoManiacComments
2015-08-23 CryptoManiacUse BouncyCastle hashing functions
2015-08-23 CryptoManiacMerkle tree computation
2015-08-23 CryptoManiacUse byte[] instead of IEnumerable<byte> if possible
2015-08-23 CryptoManiacAdd license header.
2015-08-22 CryptoManiacPrint signature for proof-of-stake blocks only
2015-08-22 CryptoManiacAdd SignatureOK property, init block signature with...
2015-08-21 CryptoManiacRemoval of ReadVarInt
2015-08-21 CryptoManiacGeneric class was a bit excessive for our purposes
2015-08-21 CryptoManiacNew constructor for block header class
2015-08-21 CryptoManiacCopy constructors for block, block header and hash...
2015-08-21 CryptoManiacUse CScript for vin and vout,
2015-08-20 CryptoManiacUse getters instead of Satoshi-style access methods
2015-08-20 CryptoManiacWe're at little-endian only
2015-08-17 CryptoManiacMinor cleanup
2015-08-17 CryptoManiacAdd ToBytes() implementation for CBlock and CBlockHeader
2015-08-17 CryptoManiacBlock parse examples
2015-08-17 CryptoManiacImplement ReadTxInList and ReadTxoutList as static...
2015-08-17 CryptoManiacCBlockHeader.ToString()
2015-08-17 CryptoManiacBlock parser
2015-08-06 CryptoManiacInit some fields, add ToString() for Hash160 and Hash25...
2015-08-06 CryptoManiacUpdate comments.
2015-08-06 CryptoManiacInitial commit