NovacoinLibrary.git
2015-08-17 CryptoManiacImplement ReadTxInList and ReadTxoutList as static...
2015-08-17 CryptoManiacSimplify method call
2015-08-17 CryptoManiacEOL conversion
2015-08-17 CryptoManiacCBlockHeader.ToString()
2015-08-17 CryptoManiacBlock parser
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 CryptoManiacInterop fixes
2015-08-16 CryptoManiacCTxIn and CTxOut constructors, some interoperability...
2015-08-16 CryptoManiacCKey constructors
2015-08-16 CryptoManiacVarInt class, TxIn/TXOut/Tx serializarion, some CKey...
2015-08-15 CryptoManiacUse LongCount
2015-08-15 CryptoManiacGetSigOpCount, SetDestination, SetMultiSig + new stubs
2015-08-15 CryptoManiacIsPayToScriptHash
2015-08-15 CryptoManiacIsPushOnly & HashOnlyCanonicalPushes
2015-08-15 CryptoManiacFix PushData and add RemovePattern function
2015-08-15 CryptoManiacRemoval of excessive handling code
2015-08-15 CryptoManiacCScript: disassembly support
2015-08-15 CryptoManiacImplement some CScript functionality
2015-08-15 CryptoManiacDon't expose generic List and use IList instead
2015-08-15 CryptoManiacBitConverter.ToInt32 expects byte array of at least...
2015-08-15 CryptoManiacSet default behavior to automatically normalize line...
2015-08-15 CryptoManiacBitConverter.ToInt32 expects byte array of at least...
2015-08-14 CryptoManiacAdd .gitignore and .gitattributes
2015-08-14 CryptoManiacUse List wrapper instead of Enumerator
2015-08-06 CryptoManiacSplit static functions off to separate class;
2015-08-06 CryptoManiacGetOpcode implementation
2015-08-06 CryptoManiacInit some fields, add ToString() for Hash160 and Hash25...
2015-08-06 CryptoManiacUpdate comments.
2015-08-06 CryptoManiacInitial commit