Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193] helo=mx.sourceforge.net) by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1XHIM3-0008AW-1v for bitcoin-development@lists.sourceforge.net; Tue, 12 Aug 2014 20:07:35 +0000 X-ACL-Warn: Received: from p3plsmtpa08-07.prod.phx3.secureserver.net ([173.201.193.108]) by sog-mx-3.v43.ch3.sourceforge.com with esmtp (Exim 4.76) id 1XHIM1-0000gd-B2 for bitcoin-development@lists.sourceforge.net; Tue, 12 Aug 2014 20:07:34 +0000 Received: from [192.168.0.23] ([201.231.95.129]) by p3plsmtpa08-07.prod.phx3.secureserver.net with id dw7Q1o00J2nUpUh01w7SRw; Tue, 12 Aug 2014 13:07:27 -0700 Message-ID: <53EA73FD.6070005@certimix.com> Date: Tue, 12 Aug 2014 17:07:25 -0300 From: Sergio Lerner User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: bitcoin-development X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [173.201.193.108 listed in list.dnswl.org] X-Headers-End: 1XHIM1-0000gd-B2 Subject: [Bitcoin-development] Improvement to the Test Framework in the processing of test blocks X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2014 20:07:35 -0000 We've coded and tested changes to the Bitcoin testing framework to allow the creation and processing of blocks in unit test cases in order to test ProcessBlock(), CheckBlock(), ActivateBestChain(), ActivateBestChainStep() and ConnectTip(), including block-chain reorganizations, majority rules, block version changes and more. Several new test cases were added to enrich the test suite. Please review and comment the pull request: https://github.com/bitcoin/bitcoin/pull/4688 Best regards, Sergio Demian Lerner & Timo Hanke