Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 298AFC89 for ; Fri, 11 Mar 2016 11:54:45 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 6865916D for ; Fri, 11 Mar 2016 11:54:44 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aeLeQ-00064s-RK for bitcoin-dev@lists.linuxfoundation.org; Fri, 11 Mar 2016 12:54:38 +0100 Received: from x5ce5869d.dyn.telefonica.de ([92.229.134.157]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Mar 2016 12:54:38 +0100 Received: from andreas by x5ce5869d.dyn.telefonica.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Mar 2016 12:54:38 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: bitcoin-dev@lists.linuxfoundation.org From: Andreas Schildbach Date: Fri, 11 Mar 2016 12:54:52 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: x5ce5869d.dyn.telefonica.de User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 In-Reply-To: X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org X-Mailman-Approved-At: Fri, 11 Mar 2016 13:47:46 +0000 Subject: Re: [bitcoin-dev] BIP75 - Out of Band Address Exchange 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: Fri, 11 Mar 2016 11:54:45 -0000 I think it's a bad idea to pollute the original idea of this BIP with other extensions. Other extensions should go to separate BIPs, especially since methods to clarify the fee have nothing to do with secure and authenticated bi-directional BIP70 communication. On 03/10/2016 10:43 PM, James MacWhyte via bitcoin-dev wrote: > Hi everyone, > > Our BIP (officially proposed on March 1) has tentatively been assigned > number 75. Also, the title has been changed to "Out of Band Address > Exchange using Payment Protocol Encryption" to be more accurate. > > We thought it would be good to take this opportunity to add some > optional fields to the BIP70 paymentDetails message. The new fields are: > subtractable fee (give permission to the sender to use some of the > requested amount towards the transaction fee), fee per kb (the minimum > fee required to be accepted as zeroconf), and replace by fee (whether or > not a transaction with the RBF flag will be accepted with zeroconf). I > know it doesn't make much sense for merchants to accept RBF with > zeroconf, so that last one might be used more to explicitly refuse RBF > transactions (and allow the automation of choosing a setting based on > who you are transacting with). > > I see BIP75 as a general modernization of BIP70, so I think it should be > fine to include these extensions in the new BIP, even though these > fields are not specific to the features we are proposing. Please take a > look at the relevant section and let me know if anyone has any concerns: > https://github.com/techguy613/bips/blob/master/bip-0075.mediawiki#Extending_BIP70_PaymentDetails > > The BIP70 extensions page in our fork has also been updated. > > Thanks! > > James > > > _______________________________________________ > bitcoin-dev mailing list > bitcoin-dev@lists.linuxfoundation.org > https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev >