NovacoinLibrary.git
8 years agoCorrect checksum computation
CryptoManiac [Tue, 18 Aug 2015 18:46:31 +0000]
Correct checksum computation

8 years agoWe don't need this
CryptoManiac [Tue, 18 Aug 2015 18:20:37 +0000]
We don't need this

8 years agoNovacoin address generation
CryptoManiac [Tue, 18 Aug 2015 18:18:24 +0000]
Novacoin address generation

8 years agoPublic key compression
CryptoManiac [Tue, 18 Aug 2015 17:05:36 +0000]
Public key compression

8 years agoRemove unnecessary usings, rewrite pubkey serialization code
CryptoManiac [Tue, 18 Aug 2015 13:04:37 +0000]
Remove unnecessary usings, rewrite pubkey serialization code

8 years agoRemove CKey, add signature verification support to CPubKey plus some tests
CryptoManiac [Mon, 17 Aug 2015 23:02:05 +0000]
Remove CKey, add signature verification support to CPubKey plus some tests

8 years agoCKeyPair.Verify() implementation and testing
CryptoManiac [Mon, 17 Aug 2015 20:11:33 +0000]
CKeyPair.Verify() implementation and testing

8 years agoAdd CKeyPair.Sign() implementation
CryptoManiac [Mon, 17 Aug 2015 19:54:47 +0000]
Add CKeyPair.Sign() implementation

8 years agoAdd CKeyPair basic implementation & test
CryptoManiac [Mon, 17 Aug 2015 19:34:56 +0000]
Add CKeyPair basic implementation & test

8 years agoMinor cleanup
CryptoManiac [Mon, 17 Aug 2015 13:29:04 +0000]
Minor cleanup

8 years agoAdditional test
CryptoManiac [Mon, 17 Aug 2015 11:32:33 +0000]
Additional test

8 years agoAdd ToBytes() implementation for CBlock and CBlockHeader
CryptoManiac [Mon, 17 Aug 2015 11:23:18 +0000]
Add ToBytes() implementation for CBlock and CBlockHeader

8 years agoBlock parse examples
CryptoManiac [Mon, 17 Aug 2015 10:50:56 +0000]
Block parse examples

8 years agoAdd comment
CryptoManiac [Mon, 17 Aug 2015 09:44:50 +0000]
Add comment

8 years agoImplement ReadTxInList and ReadTxoutList as static methods
CryptoManiac [Mon, 17 Aug 2015 09:43:09 +0000]
Implement ReadTxInList and ReadTxoutList as static methods

8 years agoSimplify method call
CryptoManiac [Mon, 17 Aug 2015 09:19:56 +0000]
Simplify method call

8 years agoEOL conversion
CryptoManiac [Mon, 17 Aug 2015 07:44:20 +0000]
EOL conversion

8 years agoCBlockHeader.ToString()
CryptoManiac [Mon, 17 Aug 2015 01:46:07 +0000]
CBlockHeader.ToString()

8 years agoBlock parser
CryptoManiac [Mon, 17 Aug 2015 01:40:11 +0000]
Block parser

8 years agoCorrect coinbase handling
CryptoManiac [Mon, 17 Aug 2015 00:45:01 +0000]
Correct coinbase handling

8 years agoNew interop methods, ToString() implementation for transaction structures + quick...
CryptoManiac [Mon, 17 Aug 2015 00:03:26 +0000]
New interop methods, ToString() implementation for transaction structures + quick testt executable project

8 years agoCTransaction constructor. Also, trying to remove some excessive code.
CryptoManiac [Sun, 16 Aug 2015 23:22:02 +0000]
CTransaction constructor. Also, trying to remove some excessive code.

8 years agoInterop fixes
CryptoManiac [Sun, 16 Aug 2015 22:16:39 +0000]
Interop fixes

8 years agoCTxIn and CTxOut constructors, some interoperability improvements
CryptoManiac [Sun, 16 Aug 2015 22:00:32 +0000]
CTxIn and CTxOut constructors, some interoperability improvements

8 years agoCKey constructors
CryptoManiac [Sun, 16 Aug 2015 20:04:14 +0000]
CKey constructors

8 years agoVarInt class, TxIn/TXOut/Tx serializarion, some CKey and CPubKey methods
CryptoManiac [Sun, 16 Aug 2015 19:37:32 +0000]
VarInt class, TxIn/TXOut/Tx serializarion, some CKey and CPubKey methods

8 years agoUse LongCount
CryptoManiac [Sat, 15 Aug 2015 22:35:28 +0000]
Use LongCount

Though it's unlikely to be harmful, integer type is not sufficient for
handling maximum script length

8 years agoGetSigOpCount, SetDestination, SetMultiSig + new stubs
CryptoManiac [Sat, 15 Aug 2015 21:05:40 +0000]
GetSigOpCount, SetDestination, SetMultiSig + new stubs

8 years agoIsPayToScriptHash
CryptoManiac [Sat, 15 Aug 2015 19:29:48 +0000]
IsPayToScriptHash

8 years agoIsPushOnly & HashOnlyCanonicalPushes
CryptoManiac [Sat, 15 Aug 2015 19:16:21 +0000]
IsPushOnly & HashOnlyCanonicalPushes

8 years agoFix PushData and add RemovePattern function
CryptoManiac [Sat, 15 Aug 2015 17:43:45 +0000]
Fix PushData and add RemovePattern function

8 years agoRemoval of excessive handling code
CryptoManiac [Sat, 15 Aug 2015 16:26:01 +0000]
Removal of excessive handling code

8 years agoCScript: disassembly support
CryptoManiac [Sat, 15 Aug 2015 16:17:45 +0000]
CScript: disassembly support

8 years agoImplement some CScript functionality
CryptoManiac [Sat, 15 Aug 2015 15:13:09 +0000]
Implement some CScript functionality

8 years agoDon't expose generic List and use IList instead
CryptoManiac [Sat, 15 Aug 2015 12:52:21 +0000]
Don't expose generic List and use IList instead

8 years agoBitConverter.ToInt32 expects byte array of at least 4 elements
CryptoManiac [Sat, 15 Aug 2015 11:46:37 +0000]
BitConverter.ToInt32 expects byte array of at least 4 elements

8 years agoSet default behavior to automatically normalize line endings.
CryptoManiac [Sat, 15 Aug 2015 11:24:12 +0000]
Set default behavior to automatically normalize line endings.

8 years agoBitConverter.ToInt32 expects byte array of at least 4 elements
CryptoManiac [Sat, 15 Aug 2015 11:23:37 +0000]
BitConverter.ToInt32 expects byte array of at least 4 elements

8 years agoAdd .gitignore and .gitattributes
CryptoManiac [Fri, 14 Aug 2015 22:48:43 +0000]
Add .gitignore and .gitattributes

8 years agoUse List wrapper instead of Enumerator
CryptoManiac [Fri, 14 Aug 2015 22:46:53 +0000]
Use List wrapper instead of Enumerator

8 years agoSplit static functions off to separate class;
CryptoManiac [Thu, 6 Aug 2015 22:03:27 +0000]
Split static functions off to separate class;
Implement ValueString, StackString, DecodeOP_N/EncodeOP_N functions.

8 years agoGetOpcode implementation
CryptoManiac [Thu, 6 Aug 2015 13:31:21 +0000]
GetOpcode implementation

It seems we need to derive from List<byte> and rewrite all dependent parts of code.

8 years agoInit some fields, add ToString() for Hash160 and Hash256, start implementation of...
CryptoManiac [Thu, 6 Aug 2015 10:28:21 +0000]
Init some fields, add ToString() for Hash160 and Hash256, start implementation of CScript class

8 years agoUpdate comments.
CryptoManiac [Thu, 6 Aug 2015 09:38:36 +0000]
Update comments.

8 years agoInitial commit
CryptoManiac [Thu, 6 Aug 2015 09:27:28 +0000]
Initial commit

Some stubs were implemented for basic classes.