Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194] helo=mx.sourceforge.net) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1SDtBH-0007aG-Ov for bitcoin-development@lists.sourceforge.net; Sat, 31 Mar 2012 07:57:03 +0000 Received-SPF: pass (sog-mx-4.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.213.47 as permitted sender) client-ip=209.85.213.47; envelope-from=laanwj@gmail.com; helo=mail-yw0-f47.google.com; Received: from mail-yw0-f47.google.com ([209.85.213.47]) by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-MD5:128) (Exim 4.76) id 1SDtBG-0007Ny-SN for bitcoin-development@lists.sourceforge.net; Sat, 31 Mar 2012 07:57:03 +0000 Received: by yhjj56 with SMTP id j56so849073yhj.34 for ; Sat, 31 Mar 2012 00:56:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.236.173.229 with SMTP id v65mr1004062yhl.85.1333180617504; Sat, 31 Mar 2012 00:56:57 -0700 (PDT) Received: by 10.236.175.103 with HTTP; Sat, 31 Mar 2012 00:56:57 -0700 (PDT) In-Reply-To: <201203310003.18599.luke@dashjr.org> References: <201203310003.18599.luke@dashjr.org> Date: Sat, 31 Mar 2012 09:56:57 +0200 Message-ID: From: Wladimir To: Luke-Jr Content-Type: multipart/alternative; boundary=20cf3056397120b66104bc854d73 X-Spam-Score: -0.6 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (laanwj[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 1.0 HTML_MESSAGE BODY: HTML included in message -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature X-Headers-End: 1SDtBG-0007Ny-SN Cc: bitcoin-development@lists.sourceforge.net Subject: Re: [Bitcoin-development] 0.7 merge recommendations/status 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: Sat, 31 Mar 2012 07:57:04 -0000 --20cf3056397120b66104bc854d73 Content-Type: text/plain; charset=UTF-8 Thanks for the summary! On Sat, Mar 31, 2012 at 6:03 AM, Luke-Jr wrote: > It seems to me, there is potentially enough ready to merge into 0.7 to > start > the RC process right away if someone wants to... except that the first > merge > will probably require rebasing everything else ;) > Yes, we have a lot of changes waiting already. > Next up are some changes already ACK'd for 0.7: Hearn's "pong" message > (#932) > and Wladimir's Visual C++ 2010 fixes (#949). getmemorypool BIP > standardization > (#936) is also ACK'd, but it might be good to wait until later in the merge > window considering its low impact and high potential for change as the BIP > gets closer to Accepted status. > Agreed. > > any sort of high-volume bitcoind usage (such as solo mining). Some other > optimizations by Joel such as the optimized ToHex function (#562) and > See my comments there; I'm all for optimizing the ToHex function, but I prefer that he optimizes the current ToHex function not add yet another one with an incompatible interface. (we have the same problem with Error/Debug/"Log to console" functions, too many of them and sometimes it's unclear what the difference is) > Scott has a pull request for Bitcoin-Qt to behave more like other close-to- > systray applications by toggling the hide/show action (#855). He's also > contributed a patch to show miners' immature balances on the overview > screen > (#837; it leaves only a blank space for non-miners). Nils, on the other > hand, > has been working with a UI designer to totally remodel Bitcoin-Qt. > I also have some UI code changes ready, for example one to use notification from the bitcoin core when the address book/transactions changed, instead of a timer. Will submit pull requests soon. Coderrr has rebased his Coin Control features (#415) to the latest version. > These seem to be popular, so should probably be merged as soon as it's > had proper review. > Agreed. It is very popular and should certainly be merged. And it has seen quite some testing already. Though this will take some time to review, as it is quite a large change. > Finally, I don't know the status of Pieter's IPv6 support, but I hope it > will > be ready for 0.7. Right now all I see submitted for this is support for > multiple local IPs (#829) though. > > IPv6 support would be nice, but I don't think a milestone of 0.7 is realistic. Such a change to the network code will require extensive testing. Who has access to IPv6 and can help testing? Wladimir --20cf3056397120b66104bc854d73 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thanks for the summary!

On Sat, Mar 31, 2= 012 at 6:03 AM, Luke-Jr <luke@dashjr.org> wrote:
It seems to me, there is potentially enough ready to merge into 0.7 to star= t
the RC process right away if someone wants to... except that the first merg= e
will probably require rebasing everything else ;)

=
Yes, we have a lot of changes waiting already.
=C2=A0<= /div>
Next up are some changes already ACK'd for 0.7: Hearn's "pong&= quot; message (#932)
and Wladimir's Visual C++ 2010 fixes (#949). getmemorypool BIP standard= ization
(#936) is also ACK'd, but it might be good to wait until later in the m= erge
window considering its low impact and high potential for change as the BIP<= br> gets closer to Accepted status.

Agreed.=
=C2=A0

any sort of high-volume bitcoind usage (such as solo mining). Some other optimizations by Joel such as the optimized ToHex function (#562) and

See my comments there; I'm all for optim= izing the ToHex function, but I prefer that he optimizes the current ToHex = function not add yet another one with an incompatible interface.

(we have the same problem with Error/Debug/"Log to= console" functions, too many of them and sometimes it's unclear w= hat the difference is)
=C2=A0
Scott has a pull request for Bitcoin-Qt to behave more like other close-to-=
systray applications by toggling the hide/show action (#855). He's also=
contributed a patch to show miners' immature balances on the overview s= creen
(#837; it leaves only a blank space for non-miners). Nils, on the other han= d,
has been working with a UI designer to totally remodel Bitcoin-Qt.

I also have some UI code changes ready, for exa= mple one to use notification from the bitcoin core when the address book/tr= ansactions changed, instead of a timer. Will submit pull requests soon.

Coderrr has rebased his Coin = Control features (#415) to the latest version.
These seem to be popular, so should probably be merged as soon as it's = had=C2=A0proper review.

Agreed. It is v= ery popular and should certainly be merged. And it has seen quite some test= ing already. Though this will take some time to review, as it is quite a la= rge change.
=C2=A0
Finally, I don't know t= he status of Pieter's IPv6 support, but I hope it will
be ready for 0.7. Right now all I see submitted for this is support for
multiple local IPs (#829) though.


I= Pv6 support would be nice, but I don't think a milestone of 0.7 is real= istic. Such a change to the network code will require extensive testing. Wh= o has access to IPv6 and can help testing?=C2=A0
=C2=A0
Wladimir

--20cf3056397120b66104bc854d73--