Remove old ToString code
[NovacoinLibrary.git] / Novacoin / CTxIn.cs
2015-08-21 CryptoManiacRemove old ToString code
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 CryptoManiacAdd comment
2015-08-17 CryptoManiacImplement ReadTxInList and ReadTxoutList as static...
2015-08-17 CryptoManiacCorrect coinbase handling
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 CryptoManiacInitial commit