From: CryptoManiac Date: Mon, 31 Aug 2015 16:27:38 +0000 (+0300) Subject: Merge branch 'master' of https://github.com/CryptoManiac/NovacoinLibrary X-Git-Url: https://git.novaco.in/?p=NovacoinLibrary.git;a=commitdiff_plain;h=9f2e2cad42a92a3f8d3bf6eff75d49d61fdc7295 Merge branch 'master' of https://github.com/CryptoManiac/NovacoinLibrary Conflicts: Novacoin/CBlockStore.cs --- 9f2e2cad42a92a3f8d3bf6eff75d49d61fdc7295 diff --cc NovacoinTest/Program.cs index 3ccddf4,3ccddf4..f374b3c --- a/NovacoinTest/Program.cs +++ b/NovacoinTest/Program.cs @@@ -283,6 -283,6 +283,7 @@@ namespace NovacoinTes Console.WriteLine("{0} != {1} : {2}", hash1.ToString(), hash2.ToString(), hash1 != hash2); Console.WriteLine("{0} == {1} : {2}\n", hash2.ToString(), hash3.ToString(), hash2 == hash3); ++ /* /// Pre-09854c5 revisions were affected by integer overflow bug, this issue was caused by incorrect deserialization of input value. Below you can see an example, broken transaction and its normal version. @@@ -293,11 -293,11 +294,11 @@@ Console.WriteLine(txNoBug); */ -- /* ++ Console.WriteLine("Reading the block file..."); var bs = new CBlockStore(); bs.ParseBlockFile(); -- */ ++ Console.ReadLine(); }