Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191] helo=mx.sourceforge.net) by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1S0tm2-0001hn-Js for bitcoin-development@lists.sourceforge.net; Fri, 24 Feb 2012 11:57:18 +0000 X-ACL-Warn: Received: from 2508ds5-oebr.0.fullrate.dk ([95.166.54.49] helo=mail.ceptacle.com) by sog-mx-1.v43.ch3.sourceforge.com with esmtp (Exim 4.76) id 1S0tly-0000YC-Cd for bitcoin-development@lists.sourceforge.net; Fri, 24 Feb 2012 11:57:18 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.ceptacle.com (Postfix) with ESMTP id 4F86517D7587 for ; Fri, 24 Feb 2012 12:57:08 +0100 (CET) X-Virus-Scanned: amavisd-new at ceptacle.com Received: from mail.ceptacle.com ([127.0.0.1]) by localhost (server.ceptacle.private [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Jc+2in0m4-uA for ; Fri, 24 Feb 2012 12:57:07 +0100 (CET) Received: from [109.105.106.212] (unknown [109.105.106.212]) by mail.ceptacle.com (Postfix) with ESMTPSA id 9E9E817D7572 for ; Fri, 24 Feb 2012 12:57:07 +0100 (CET) From: Michael Gronager Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Fri, 24 Feb 2012 12:57:06 +0100 Message-Id: <7AAF416E-57BC-4C79-949C-CD93AA3E26C8@ceptacle.com> To: Bitcoin Dev Mime-Version: 1.0 (Apple Message framework v1257) X-Mailer: Apple Mail (2.1257) 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 AWL AWL: From: address is in the auto white-list X-Headers-End: 1S0tly-0000YC-Cd Subject: [Bitcoin-development] libcoin - fixed post Feb 20 version 0.2 bug. 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: Fri, 24 Feb 2012 11:57:18 -0000 The bitcoin 0.2 protocol (the one with no checksums on version/verack) = ended its life Feb 20th. I had forgot to add the date check in libcoin, so after Feb 20th you = might have seen some errors in the log file (and having trouble getting = blocks) - the code is fixed now... Also, there are a lot of updates for 0.6: * New internal address classes: PubKeyHash and ScriptHash to support = P2SH * Adapted a lot of other code from the 0.6 branch * Support for BitcoinQt: I am porting BitcoinQt to use libcoin - this = required a couple of interface enhancements. More on this later... (detail: = https://github.com/ceptacle/libcoin/commit/98531e971152d4fff41c30b14d58b9f= d548b21db ) Cheers, Michael=