Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 8FA5FDD0 for ; Mon, 25 Jan 2016 12:03:21 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 0D8D4CB for ; Mon, 25 Jan 2016 12:03:21 +0000 (UTC) Received: by mail-wm0-f50.google.com with SMTP id n5so76137853wmn.0 for ; Mon, 25 Jan 2016 04:03:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; bh=+X3BPT1oA3OYKcNghDR7VOPevzM8ChYbtfbfSsV5PO4=; b=H1r6ybebfNlwBkiiXsKBtmzRgxa7P1nWNrOYp1rDCJNdRAYYoUMkHVZfmCYZual9iw mXf4/teoHdN8YVYT+Yztyv0uelgGqURqke3nVrYc8CAdXvupq9qpgi3VDw5RDD3Y4jgG NaNcS7nIlthHDOUn3M0Jd1BPB3rGWmkndOIb9nt5VUeRcbhPKqqC2zfgGcynGxOwwjLM DOlb5dqcv5TNz/NgLDExYaQcuOcfUALPiZddWM6b6+nmy3HliD9a+G15cnagpEYmnlJ+ 4g905s9QTUkTcf0SIsULKoertkmmj76zhVMdYtmfhPYCJqPuWQZDm40W/iix5oEzXhEi HWNw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to; bh=+X3BPT1oA3OYKcNghDR7VOPevzM8ChYbtfbfSsV5PO4=; b=FoW/X3EpIp80muBuY+z4i2RAEt7zdVvzg/JtvwyI+5taxhzN0/eVvxcsHum5KgaACb CnOeEPPMrvZWRRuVrD9sjZUELGo0oLcpQnSOW9An6RN7U9juXNsvlESLS7SYwIzeNmpB q1BVZWQ/oCe63ZD8AI3wHRDE7X+IeUcAftq6OiEQoF6c877H5wlg0aLF7TKAqrEXTt1K YNeXMvAs3BIEP+o+kUinnpAFAzC6Dg/iZiLp5107OquSV4M/VNOTXv1P5+lJudjp5BIP rN0AGF2pyH7LL6r4xJ/qmUIsaqnRBwKLzqdlBBnQBlPrCxGXHmpcOqzhzpcbR587XoBB sQUQ== X-Gm-Message-State: AG10YOSq0y5r3Y8z+1x38F9CjvQGcuYt1WHkzThgGSSOAfSpggG4hhKld2ndvvr36tq7RQ== X-Received: by 10.28.11.73 with SMTP id 70mr17439916wml.40.1453723399730; Mon, 25 Jan 2016 04:03:19 -0800 (PST) Received: from amethyst.visucore.com (dhcp-089-098-228-253.chello.nl. [89.98.228.253]) by smtp.gmail.com with ESMTPSA id o7sm18820781wjf.45.2016.01.25.04.03.18 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 25 Jan 2016 04:03:19 -0800 (PST) Date: Mon, 25 Jan 2016 13:03:17 +0100 From: "Wladimir J. van der Laan" To: xor@freenetproject.org Message-ID: <20160125120317.GB17769@amethyst.visucore.com> References: <20160117100808.GA4299@amethyst.visucore.com> <2974102.cQI6F9PQvI@1337h4x0r> <20160118111416.GA23240@amethyst.visucore.com> <1591452.8UA7xN1qih@1337h4x0r> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1591452.8UA7xN1qih@1337h4x0r> X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Cc: bitcoin-dev@lists.linuxfoundation.org Subject: Re: [bitcoin-dev] Bitcoin Core 0.12.0 release candidate 1 available X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Bitcoin Development Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2016 12:03:21 -0000 > > So I'm interested whether this limitation has been lifted, and the whole > feature is considered as finished. Yes, it's exactly that limitation that has been lifted! > If yes, I would highly recommend advertising it in the new release notes - as > said, the disk space reduction is a big deal. Good idea, has been added by Marco Falke in commit fa31133, Wladimir