NovacoinLibrary.git
2015-08-30 CryptoManiacUse ulong type for output value.
2015-08-29 CryptoManiacBugfix: incorrect TxOffset calculation.
2015-08-29 CryptoManiacReplace if - throw checkings with contracts.
2015-08-29 CryptoManiacTryGet, TryGetCurrent
2015-08-29 CryptoManiacHash and CTransaction: remove pre-initialization of...
2015-08-29 CryptoManiacScriptCode: fix stack depth precondition and add prepro...
2015-08-28 CryptoManiacAdd SQLiteNetExtensions and its dependencies.
2015-08-28 CryptoManiacImplementation of new Size property for CScript, CTxIn...
2015-08-28 CryptoManiacVarInt: new GetEncodedSize() method
2015-08-28 CryptoManiacCBlock: Fix null reference in copy constructor
2015-08-28 CryptoManiacRemove contracts from Hash.Equals, Hash.CompareTo and...
2015-08-28 CryptoManiacDuplicate checking.
2015-08-28 CryptoManiacHash:GetHashCode()
2015-08-28 CryptoManiacCChainNode
2015-08-28 CryptoManiacComment
2015-08-28 CryptoManiacNull reference contracts
2015-08-28 CryptoManiacHash comparison operations
2015-08-28 CryptoManiacHash comparison operations
2015-08-28 CryptoManiacInitial implementation of CBlockStore.
2015-08-27 CryptoManiacTODO
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-27 CryptoManiacRemove transaction example.
2015-08-27 CryptoManiacAdd key store reset test
2015-08-27 CryptoManiacFix SQL error
2015-08-27 CryptoManiacImplement CKeyPool functionality as a part of CKeyStore...
2015-08-27 CryptoManiacAdd ArgumentException for incorrect private key
2015-08-27 CryptoManiacRemove zero only if serialized key is 33 bytes long.
2015-08-27 CryptoManiacCNovacoinAddress: Return hash data as byte array
2015-08-27 CryptoManiacAlternate privkey generation method, disabled for now
2015-08-27 CryptoManiacKeyStore: key timestamp
2015-08-27 CryptoManiacLEBytes() and ToUInt32Array now are private members...
2015-08-26 CryptoManiacSerialization isn't necessary anymore.
2015-08-25 CryptoManiacSimplest implementation of CKeyStore
2015-08-25 CryptoManiacPush SQLite.Net-PCL NuGet package
2015-08-25 CryptoManiacCKeyPool stub
2015-08-24 CryptoManiacAdd CKeyStore stub
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
next