GetCoinAge
[NovacoinLibrary.git] / Novacoin / CTransaction.cs
2015-09-07 CryptoManiacGetCoinAge
2015-09-07 CryptoManiacGetMinTxFee & use unsigned int for sizes.
2015-09-07 CryptoManiacConnectInputs + stubs for GetCoinAge, GetMinFee and...
2015-09-07 CryptoManiacCalculation of ValueIn and nSigops, implementation...
2015-09-06 CryptoManiacCheckpoints valudation, PoW reward calculation and...
2015-09-06 CryptoManiacBeginning of FetchInputs implementation.
2015-09-05 CryptoManiacValueOut property.
2015-09-02 CryptoManiacRemove Hash, Hash256, Hash160 and ScryptHash256 classes.
2015-09-01 CryptoManiacYet another cosmetic change.
2015-09-01 CryptoManiacCosmetic changes.
2015-08-31 CryptoManiacReplace ByteQueue with its simplified version, Instruct...
2015-08-31 CryptoManiacReplace CTransaction constructor with MemoryStream...
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-30 CryptoManiacToInt64 -> ToUInt64
2015-08-29 CryptoManiacHash and CTransaction: remove pre-initialization of...
2015-08-28 CryptoManiacImplementation of new Size property for CScript, CTxIn...
2015-08-27 CryptoManiacUse implicit type casting operator for serialization.
2015-08-27 CryptoManiacRemove transaction example.
2015-08-24 CryptoManiacGet rid of HexToList and HexToEnumerable functions
2015-08-23 CryptoManiacUse BouncyCastle hashing functions
2015-08-23 CryptoManiacUse byte[] instead of IEnumerable<byte> if possible
2015-08-23 CryptoManiacAdd license header.
2015-08-22 CryptoManiacCTransaction.Hash property
2015-08-21 CryptoManiacRemoval of ReadVarInt
2015-08-21 CryptoManiacGeneric class was a bit excessive for our purposes
2015-08-21 CryptoManiacRemove VarStr, for now
2015-08-21 CryptoManiacCOutPoint class, coinbase/coinstake properties
2015-08-21 CryptoManiacCopy constructors for block, block header and hash...
2015-08-21 CryptoManiacComments
2015-08-21 CryptoManiacImprove empty constructors behavior
2015-08-21 CryptoManiacUse CScript for vin and vout,
2015-08-20 CryptoManiacCTransaction: copy constructor
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 CryptoManiacImplement ReadTxInList and ReadTxoutList as static...
2015-08-17 CryptoManiacBlock parser
2015-08-17 CryptoManiacNew interop methods, ToString() implementation for...
2015-08-16 CryptoManiacCTransaction constructor. Also, trying to remove some...
2015-08-16 CryptoManiacVarInt class, TxIn/TXOut/Tx serializarion, some CKey...
2015-08-06 CryptoManiacInit some fields, add ToString() for Hash160 and Hash25...
2015-08-06 CryptoManiacUpdate comments.
2015-08-06 CryptoManiacInitial commit