NovacoinLibrary.git
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
2015-08-17 CryptoManiacCorrect coinbase handling
2015-08-17 CryptoManiacNew interop methods, ToString() implementation for...
2015-08-16 CryptoManiacCTransaction constructor. Also, trying to remove some...
2015-08-16 CryptoManiacInterop fixes
2015-08-16 CryptoManiacCTxIn and CTxOut constructors, some interoperability...
2015-08-16 CryptoManiacCKey constructors
2015-08-16 CryptoManiacVarInt class, TxIn/TXOut/Tx serializarion, some CKey...
2015-08-15 CryptoManiacUse LongCount
2015-08-15 CryptoManiacGetSigOpCount, SetDestination, SetMultiSig + new stubs
2015-08-15 CryptoManiacIsPayToScriptHash
2015-08-15 CryptoManiacIsPushOnly & HashOnlyCanonicalPushes
2015-08-15 CryptoManiacFix PushData and add RemovePattern function
2015-08-15 CryptoManiacRemoval of excessive handling code
2015-08-15 CryptoManiacCScript: disassembly support
2015-08-15 CryptoManiacImplement some CScript functionality
2015-08-15 CryptoManiacDon't expose generic List and use IList instead
2015-08-15 CryptoManiacBitConverter.ToInt32 expects byte array of at least...
2015-08-15 CryptoManiacSet default behavior to automatically normalize line...
2015-08-15 CryptoManiacBitConverter.ToInt32 expects byte array of at least...
2015-08-14 CryptoManiacAdd .gitignore and .gitattributes
2015-08-14 CryptoManiacUse List wrapper instead of Enumerator
2015-08-06 CryptoManiacSplit static functions off to separate class;
2015-08-06 CryptoManiacGetOpcode implementation
2015-08-06 CryptoManiacInit some fields, add ToString() for Hash160 and Hash25...
2015-08-06 CryptoManiacUpdate comments.
2015-08-06 CryptoManiacInitial commit