Turn ByteQueue into MemoryStream wrapper, use MemoryStream for serialization of COutP...
[NovacoinLibrary.git] / Novacoin / CScript.cs
2015-08-31 CryptoManiacTurn ByteQueue into MemoryStream wrapper, use MemoryStr...
2015-08-31 CryptoManiacBlock and transaction verifications
2015-08-28 CryptoManiacImplementation of new Size property for CScript, CTxIn...
2015-08-27 CryptoManiacCodeContractsReferenceAssembly=Build, fix typo in metho...
2015-08-27 CryptoManiacUse code contracts.
2015-08-27 CryptoManiacUse implicit type casting operator for serialization.
2015-08-24 CryptoManiacFix incorrect comments
2015-08-24 CryptoManiacCScript: implement new AddRawData method, allow RemoveI...
2015-08-24 CryptoManiacFix RemovePattern issues
2015-08-24 CryptoManiacGet rid of HexToList and HexToEnumerable functions
2015-08-24 CryptoManiacJust add some syntactic sugar
2015-08-23 CryptoManiacComments
2015-08-23 CryptoManiacComments
2015-08-23 CryptoManiacUse BouncyCastle hashing functions
2015-08-23 CryptoManiacUse byte[] instead of IEnumerable<byte> if possible
2015-08-23 CryptoManiacAdd license header.
2015-08-22 CryptoManiacVerifyScript
2015-08-22 CryptoManiacAllow encoding/decoding for -1, rename opcodetype to...
2015-08-22 CryptoManiacEvaluateScript and IsCanonicalPubKey implementation...
2015-08-21 CryptoManiacGeneric class was a bit excessive for our purposes
2015-08-21 CryptoManiacCOutPoint class, coinbase/coinstake properties
2015-08-20 CryptoManiacSolver: P2SH tests
2015-08-20 CryptoManiacSetDestination fixes and tests
2015-08-20 CryptoManiacCScript.SetNullDestination
2015-08-20 CryptoManiacUse getters instead of Satoshi-style access methods
2015-08-20 CryptoManiacUse getters instead of Satoshi-style access methods
2015-08-20 CryptoManiacFreud would be pleased :)
2015-08-20 CryptoManiacRenaming ScriptOpcode to ScriptCode, addition of script...
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...