NovacoinLibrary.git
2015-09-02 CryptoManiacDescription fix.
2015-09-01 CryptoManiacAdd Compact property to uint256.
2015-09-01 CryptoManiacHACK: initialize base.nWidth to resolve comparison...
2015-09-01 CryptoManiacComplete implementation of uint256 and uint160 classes.
2015-09-01 CryptoManiacOverride Equals(object)
2015-09-01 CryptoManiacOverload basic operations with base_uint class.
2015-09-01 CryptoManiacstubs for uint256/uint160
2015-09-01 CryptoManiacPreliminary block checkings.
2015-09-01 CryptoManiacnMaxSigOps constant.
2015-09-01 CryptoManiacYet another cosmetic change.
2015-09-01 CryptoManiacCosmetic changes.
2015-08-31 CryptoManiacReplace ByteQueue with its simplified version, Instruct...
2015-08-31 CryptoManiacReplace CTransaction constructor with MemoryStream...
2015-08-31 CryptoManiacReadTxInList, ReadTxOutList and ReadTxList are internal...
2015-08-31 CryptoManiacCBlock: serialization
2015-08-31 CryptoManiacFix serialization issue.
2015-08-31 CryptoManiacMerge branch 'master' of https://github.com/CryptoMania...
2015-08-31 CryptoManiacTurn ByteQueue into MemoryStream wrapper, use MemoryStr...
2015-08-31 CryptoManiacDispose writable stream properly.
2015-08-31 CryptoManiacBlock serialization + copile error fixes.
2015-08-31 CryptoManiacBlock and transaction verifications
2015-08-30 CryptoManiacCopy&paste typo fix
2015-08-30 CryptoManiacMerge branch 'master' of https://github.com/CryptoMania...
2015-08-30 CryptoManiacTransaction script verification, unserealize exceptions
2015-08-30 CryptoManiacToInt64 -> ToUInt64
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
next