Remove unnecessary usings, rewrite pubkey serialization code
[NovacoinLibrary.git] / Novacoin / CScript.cs
2015-08-18 CryptoManiacRemove unnecessary usings, rewrite pubkey serialization...
2015-08-17 CryptoManiacRemove CKey, add signature verification support to...
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-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...