TrimArray() simplification
[NovacoinLibrary.git] / Novacoin / VarInt.cs
2015-09-11 CryptoManiacUse signed 64 bit integers for better compatibility.
2015-09-07 CryptoManiacGetMinTxFee & use unsigned int for sizes.
2015-09-05 CryptoManiacBugfix
2015-08-31 CryptoManiacTurn ByteQueue into MemoryStream wrapper, use MemoryStr...
2015-08-28 CryptoManiacVarInt: new GetEncodedSize() method
2015-08-23 CryptoManiacComments
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-20 CryptoManiacWe're at little-endian only
2015-08-17 CryptoManiacSimplify method call
2015-08-17 CryptoManiacBlock parser
2015-08-16 CryptoManiacCTxIn and CTxOut constructors, some interoperability...
2015-08-16 CryptoManiacVarInt class, TxIn/TXOut/Tx serializarion, some CKey...