TrimArray() simplification
[NovacoinLibrary.git] / NovacoinTest /
2015-09-06 CryptoManiacCheckpoints valudation, PoW reward calculation and...
2015-09-03 CryptoManiacChain trust score computation.
2015-09-02 CryptoManiacRemove Hash, Hash256, Hash160 and ScryptHash256 classes.
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-08-31 CryptoManiacMerge branch 'master' of https://github.com/CryptoMania...
2015-08-30 CryptoManiacTransaction script verification, unserealize exceptions
2015-08-28 CryptoManiacAdd SQLiteNetExtensions and its dependencies.
2015-08-28 CryptoManiacNull reference contracts
2015-08-28 CryptoManiacHash comparison operations
2015-08-28 CryptoManiacInitial implementation of CBlockStore.
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 CryptoManiacAdd key store reset test
2015-08-27 CryptoManiacAlternate privkey generation method, disabled for now
2015-08-25 CryptoManiacSimplest implementation of CKeyStore
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 CryptoManiacUse GetRange for subsets
2015-08-23 CryptoManiacMerkle tree computation
2015-08-23 CryptoManiacUse byte[] instead of IEnumerable<byte> if possible
2015-08-23 CryptoManiacAdd license header.
2015-08-23 CryptoManiacReplace GetOpName with shorter version
2015-08-22 CryptoManiacCheckSig implementation
2015-08-22 CryptoManiacAllow encoding/decoding for -1, rename opcodetype to...
2015-08-21 CryptoManiacSigHash tests
2015-08-20 CryptoManiacSolver: P2SH tests
2015-08-20 CryptoManiacMultisig destination parsing example
2015-08-20 CryptoManiacSetDestination fixes and tests
2015-08-20 CryptoManiacUse getters instead of Satoshi-style access methods
2015-08-20 CryptoManiacSolver bug fixes
2015-08-19 CryptoManiacScrypt hashing is working now
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 CryptoManiacNovacoin address generation
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 CryptoManiacAdditional test
2015-08-17 CryptoManiacBlock parse examples
2015-08-17 CryptoManiacCorrect coinbase handling
2015-08-17 CryptoManiacNew interop methods, ToString() implementation for...