NovacoinLibrary.git
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 CryptoManiacCODESEPARATOR workaround
2015-08-24 CryptoManiacAppend big-endian value with zeros if its size is less...
2015-08-24 CryptoManiacP2SH Test
2015-08-24 CryptoManiacGet rid of HexToList and HexToEnumerable functions
2015-08-24 CryptoManiacJust add some syntactic sugar
2015-08-24 CryptoManiacUse GetRange for subsets
2015-08-23 CryptoManiacComments
2015-08-23 CryptoManiacComments
2015-08-23 CryptoManiacUse GetDigestSize()
2015-08-23 CryptoManiacUse BouncyCastle hashing functions
2015-08-23 CryptoManiacMerkle tree computation
2015-08-23 CryptoManiacUse byte[] instead of IEnumerable<byte> if possible
2015-08-23 CryptoManiacComments
2015-08-23 CryptoManiacAdd license text.
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 CryptoManiacPrint signature for proof-of-stake blocks only
2015-08-22 CryptoManiacCTransaction.Hash property
2015-08-22 CryptoManiacAdd SignatureOK property, init block signature with...
2015-08-22 CryptoManiacUse NONEwithECDSA signer
2015-08-22 CryptoManiacCBlockHeader hash property
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-22 CryptoManiacAdd README.md
2015-08-21 CryptoManiacStack machine helpers
2015-08-21 CryptoManiacStack machine helpers
2015-08-21 CryptoManiacRemoval of ReadVarInt
2015-08-21 CryptoManiacGeneric class was a bit excessive for our purposes
2015-08-21 CryptoManiacRemove VarStr, for now
2015-08-21 CryptoManiacRemove VarStr, for now
2015-08-21 CryptoManiacInitialization cleanup
2015-08-21 CryptoManiacSimplification of syntax
2015-08-21 CryptoManiacNew constructor for block header class
2015-08-21 CryptoManiacSetEmpty on construct
2015-08-21 CryptoManiacRemove old ToString code
2015-08-21 CryptoManiacCOutPoint class, coinbase/coinstake properties
2015-08-21 CryptoManiacCopy constructors for block, block header and hash...
2015-08-21 CryptoManiacSigHash tests
2015-08-21 CryptoManiacComments
2015-08-21 CryptoManiacImprove empty constructors behavior
2015-08-21 CryptoManiacSignatureHash
2015-08-21 CryptoManiacUse CScript for vin and vout,
2015-08-20 CryptoManiacCTransaction: copy constructor
2015-08-20 CryptoManiacSolver: P2SH tests
2015-08-20 CryptoManiacMultisig destination parsing example
2015-08-20 CryptoManiacSetDestination fixes and tests
2015-08-20 CryptoManiacCScript.SetNullDestination
2015-08-20 CryptoManiacVirtual to abstract
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 CryptoManiacUse temporary array, just to avoid the possibility...
2015-08-20 CryptoManiacSolver bug fixes
2015-08-20 CryptoManiacAn ability to read some current items will be useful...
2015-08-20 CryptoManiacScriptSigArgsExpected, IsStandard
2015-08-20 CryptoManiacFreud would be pleased :)
2015-08-20 CryptoManiacRenaming ScriptOpcode to ScriptCode, addition of script...
2015-08-20 CryptoManiacremove setter
2015-08-20 CryptoManiacWe're at little-endian only
2015-08-19 CryptoManiacComments
2015-08-19 CryptoManiacMove PBKDF2 to new module, add some new Interop methods
2015-08-19 CryptoManiacScrypt hashing is working now
2015-08-19 CryptoManiacAdd 3rd-party PBKDF2 implementation
2015-08-19 CryptoManiacSalsa20 + wrapper stub
2015-08-19 CryptoManiacCompressed privkey decoding tests
2015-08-19 CryptoManiacCorrect sign byte handling
2015-08-18 CryptoManiacReplace base58 implementation, add new key tests
2015-08-18 CryptoManiacAddress deserialization support
2015-08-18 CryptoManiacAdditional CNovacoinAddress verification.
2015-08-18 CryptoManiacCorrect checksum computation
2015-08-18 CryptoManiacWe don't need this
2015-08-18 CryptoManiacNovacoin address generation
2015-08-18 CryptoManiacPublic key compression
2015-08-18 CryptoManiacRemove unnecessary usings, rewrite pubkey serialization...
2015-08-17 CryptoManiacRemove CKey, add signature verification support to...
2015-08-17 CryptoManiacCKeyPair.Verify() implementation and testing
2015-08-17 CryptoManiacAdd CKeyPair.Sign() implementation
2015-08-17 CryptoManiacAdd CKeyPair basic implementation & test
2015-08-17 CryptoManiacMinor cleanup
2015-08-17 CryptoManiacAdditional test
2015-08-17 CryptoManiacAdd ToBytes() implementation for CBlock and CBlockHeader
2015-08-17 CryptoManiacBlock parse examples
2015-08-17 CryptoManiacAdd comment
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
next