TrimArray() simplification
[NovacoinLibrary.git] / Novacoin / CTxOut.cs
2015-09-11 CryptoManiacUse signed 64 bit integers for better compatibility.
2015-09-07 CryptoManiacGetMinTxFee & use unsigned int for sizes.
2015-09-05 CryptoManiacFew new structures to be used in the near future.
2015-09-05 CryptoManiacStatic methods for output array serialization/deseriali...
2015-08-31 CryptoManiacReadTxInList, ReadTxOutList and ReadTxList are internal...
2015-08-31 CryptoManiacTurn ByteQueue into MemoryStream wrapper, use MemoryStr...
2015-08-30 CryptoManiacUse ulong type for output value.
2015-08-28 CryptoManiacImplementation of new Size property for CScript, CTxIn...
2015-08-27 CryptoManiacUse implicit type casting operator for serialization.
2015-08-23 CryptoManiacUse byte[] instead of IEnumerable<byte> if possible
2015-08-23 CryptoManiacAdd license header.
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 CryptoManiacSetEmpty on construct
2015-08-21 CryptoManiacCOutPoint class, coinbase/coinstake properties
2015-08-21 CryptoManiacImprove empty constructors behavior
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 CryptoManiacImplement ReadTxInList and ReadTxoutList as static...
2015-08-17 CryptoManiacNew interop methods, ToString() implementation for...
2015-08-16 CryptoManiacCTransaction constructor. Also, trying to remove some...
2015-08-16 CryptoManiacCTxIn and CTxOut constructors, some interoperability...
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