NovacoinLibrary.git
2015-09-07 CryptoManiacRemove interfaces, split database objects into new...
2015-09-07 CryptoManiacSave best height, best hash and best trust.
2015-09-07 CryptoManiacAdd checkpoints file.
2015-09-06 CryptoManiacCheckpoints valudation, PoW reward calculation and...
2015-09-06 CryptoManiacWorking on Reorganize implementation.
2015-09-06 CryptoManiacFetchInputs
2015-09-06 CryptoManiacBeginning of FetchInputs implementation.
2015-09-05 CryptoManiacBugfix
2015-09-05 CryptoManiacNewtonsoft.Json assembly reference.
2015-09-05 CryptoManiacFew new structures to be used in the near future.
2015-09-05 CryptoManiacValueOut property.
2015-09-05 CryptoManiacStatic methods for output array serialization/deseriali...
2015-09-05 CryptoManiacStatic methods for output array serialization and deser...
2015-09-04 CryptoManiacFix integer overflow issue.
2015-09-03 CryptoManiacInitial implementation of stake modifier calculation.
2015-09-03 CryptoManiacChain trust score computation.
2015-09-03 CryptoManiacStakeModifier: remove BigInteger dependency
2015-09-03 CryptoManiacuint -> ulong
2015-09-03 CryptoManiacMultiplication operator for uint160/uint256.
2015-09-03 CryptoManiacuint160 and uint256 division operations.
2015-09-03 CryptoManiacnChainChecksSwitchTime comstant.
2015-09-03 CryptoManiacuint256 division stub
2015-09-03 CryptoManiacImplementation of operator* for uint160 and uint256.
2015-09-03 CryptoManiacAdd operator% for uint160 and uint256.
2015-09-03 CryptoManiacoperator/ for uint160 and uint256
2015-09-02 CryptoManiacIsInMainChain property
2015-09-02 CryptoManiacStakeModifier class.
2015-09-02 CryptoManiacFix
2015-09-02 CryptoManiacAdd new block cursor helper properties, start implement...
2015-09-02 CryptoManiacAdd stake entropy bit generation.
2015-09-02 CryptoManiacVerification of claimed Proof-of-Work.
2015-09-02 CryptoManiacTypo.
2015-09-02 CryptoManiacRemove Hash, Hash256, Hash160 and ScryptHash256 classes.
2015-09-02 CryptoManiacRemove RIPEMD160, SHA1 and SHA256 classes.
2015-09-02 CryptoManiacImprove CryptoUtils with wrappers for managed implement...
2015-09-02 CryptoManiacImplementation of IEquatable<base_uint> and IEqualityCo...
2015-09-02 CryptoManiacRedefine uint160.nWidth, uint160.pn, uint256.nWidth...
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
next