Improve CryptoUtils with wrappers for managed implementations of standard hashing...
[NovacoinLibrary.git] / Novacoin / ScriptCode.cs
2015-09-02 CryptoManiacImprove CryptoUtils with wrappers for managed implement...
2015-08-31 CryptoManiacReplace ByteQueue with its simplified version, Instruct...
2015-08-29 CryptoManiacReplace if - throw checkings with contracts.
2015-08-29 CryptoManiacScriptCode: fix stack depth precondition and add prepro...
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 CryptoManiacCScript: implement new AddRawData method, allow RemoveI...
2015-08-24 CryptoManiacFix RemovePattern issues
2015-08-24 CryptoManiacCODESEPARATOR workaround
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-23 CryptoManiacUse SequenceEqual to compare stack items.
2015-08-23 CryptoManiacEvalScript: fix execute flag calculation
2015-08-23 CryptoManiacReplace GetOpName with shorter version
2015-08-22 CryptoManiacVerifyScript
2015-08-22 CryptoManiacMake IsCanonicalPubKey, IsCanonicalSignature and CheckS...
2015-08-22 CryptoManiacUnreachable code
2015-08-22 CryptoManiacDocument SignatureHash and EvalScript methods, a little...
2015-08-22 CryptoManiacUse length instead of last element value
2015-08-22 CryptoManiacSimplify OP_SMALLINTEGER checking
2015-08-22 CryptoManiacCheckSig implementation
2015-08-22 CryptoManiacAllow encoding/decoding for -1, rename opcodetype to...
2015-08-22 CryptoManiacRemove if block of checking disabled opcodes
2015-08-22 CryptoManiacEvaluateScript and IsCanonicalPubKey implementation...
2015-08-21 CryptoManiacStack machine helpers
2015-08-21 CryptoManiacStack machine helpers
2015-08-21 CryptoManiacGeneric class was a bit excessive for our purposes
2015-08-21 CryptoManiacSigHash tests
2015-08-21 CryptoManiacSignatureHash
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 CryptoManiacSolver bug fixes
2015-08-20 CryptoManiacScriptSigArgsExpected, IsStandard
2015-08-20 CryptoManiacRenaming ScriptOpcode to ScriptCode, addition of script...