NovacoinLibrary.git
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.