With the way it works in bitcoinj, the tx is only committed to the wallet if the server accepts the Payment message and ACKs it. So the tx would not be retried if there's a failure submitting or some kind of internal server error, and the UI would show that the payment failed. That seems straightforward and how I'd expect things to work as a user. On Thu, Jan 30, 2014 at 12:46 PM, Pieter Wuille wrote: > On Thu, Jan 30, 2014 at 12:15 PM, Chuck > wrote: > > Hi Mike. Thanks for replying. > > > > On 1/30/2014 5:49 PM, Mike Hearn wrote: > >> Both Bitcoin Core and bitcoinj are about to ship with the protocol > >> as-is, so any changes from this point on have to be backwards > compatible. > > Then I think it's critically important to talk about failure situations > > now, rather than trying to patch on solutions later; it's going to be > > very hard to wedge/"hack" in fixes for potential problems when they > > could be addressed now with minor changes. > >> Let's get some practical experience with what we've got so far. We can > >> evolve PaymentRequest/Payment/PaymentACK in the right direction with > >> backwards compatible upgrades, I am hoping. > > I think what I'm trying to discuss or find out here is whether the > > current PP description is defunct or incomplete in some manner, thus > > making any experience we gain from the current implementation moot. > > > > It seems the largest hole in the implementation is delivery of the > > Payment message, but I'm happy to accept that maybe I'm just missing > > something. A malicious merchant could claim he never received the > > Payment message, or a faulty network connection could cause the message > > to never be delivered. In arbitration the merchant could argue the > > transactions seen on the network were insufficient. > > You don't even have to assume malicious intent. A payment message > could just fail to arrive because the server is unreachable. As the > specification currently doesn't even suggest retrying, there is no way > the merchant can rely at all on the memo and refund address being > delivered, which makes them in my opinion useless. > > Your proposal makes the whole protocol more atomic, which may be a > step too far at this point (though I like the idea very much), but I > really think the specification should do everything possible to > prevent transactions confirming without the payment message ever being > delivered (i.e., store them in the sender's client, retry when > necessary, exponential backoff, ...). > > -- > Pieter >