summaryrefslogtreecommitdiff
path: root/bip-0070.mediawiki
AgeCommit message (Collapse)Author
2018-09-04BIP-70 Fixing sipa's gist proposal urlJeff Rade
2016-11-30Promote BIP 2 Draft->Active, and implement itLuke Dashjr
- Update all Accepted status to Proposed (renamed status) - The BIP Comments preamble headers added to every BIP - The License preamble headers have been added to all BIPs with a Copyright section
2016-11-30Promote BIP 123 Draft->Active, and implement itLuke Dashjr
2016-02-03Lots of formatting fixesLuke Dashjr
2015-05-24typoAmin Shah Gilani
2014-09-12Update bip-0070.mediawikiDerren Desouza
Clarification regarding the signature field in payment details and which key should be used for signing.
2014-06-21Fix URL to source of PHP payment request generatorRobbie Clarken
The link to the source code of Gavin's PHP implementation was for the demo web page instead of the GitHub repository.
2014-06-12Status got lost in editingGavin Andresen
2014-06-12Fix mike's email addressGavin Andresen
2014-06-12Add Mike as co-author, status Draft->FinalGavin Andresen
We've got multiple implementations, so Final status is appropriate. And Mike agreed to help pull clarifying edits.
2014-06-04Clarify handling of default fields for signing.Gavin Andresen
2014-05-27Add BitcoinJ excellent introductionNicolas Dorier
2014-05-27Add reference implementation linksNicolas Dorier
This BIP is really hard to implement because of the lack of test vectors and lack of documented implementations. This will save time for implementers.
2014-05-20Merge pull request #60 from aalness/aalness_bip70Gavin Andresen
Validate a payment request is still valid prior to payment
2014-05-20Merge pull request #54 from rnicoll/bip0070-limitsGavin Andresen
BIP0070 limits and error handling
2014-05-20Merge pull request #41 from harding/masterGavin Andresen
Clarification of how to construct the PaymentRequest signature
2014-05-05Validate a payment request is still valid prior to paymentAndy Alness
Currently there exists the potential for a user to load a payment request into their wallet which is valid at that time but its expiration lapses prior to the user authorizing the payment. This could lead to an unnecessary customer service interaction.
2014-04-28Update bip-0070.mediawikiDavid A. Harding
Revised final sentence of signature field description.
2014-04-27Loosened URL validity period on payment requests.Ross Nicoll
2014-04-26Update bip-0070.mediawikiDavid A. Harding
Change "zero-byte placeholder" to "empty string"
2014-04-27Expanded and clarified wording on recovering from error states when sending ↵Ross Nicoll
payment to the merchant's server.
2014-04-26Added note about handling multiple copies of a Payment message, to ensure ↵Ross Nicoll
resend is safe in case of a transport layer failure.
2014-04-26Added file size limits for Payment and PaymentACK messages.Ross Nicoll
2014-04-26Replaced example domain name with example.com.Ross Nicoll
2014-04-26Merge pull request #48 from schildbach/bip70-refund-deadlineGregory Maxwell
Define a deadline for returning funds via refund_to.
2014-04-25Merge pull request #22 from schildbach/bip70-recommend-intermediate-certsGregory Maxwell
Recommend including intermediate certificates in a BIP70 payment request.
2014-04-23Merge pull request #36 from petertodd/bip70-extensionsGregory Maxwell
Add in-repo BIP70 extension registration page
2014-04-13Require including intermediate certificates in a BIP70 payment request.Andreas Schildbach
2014-04-12Define a deadline for returning funds via refund_to.Andreas Schildbach
See discussion "BIP 70 refund field" on bitcoin-dev.
2014-04-05Change date format to ISO 8601Wladimir J. van der Laan
This came up on the mailing list. yyyy-mm-dd (ISO 8601) is the internationally accepted format for numeric dates. This commit changes all BIPs to use that instead of dd-mm-yyyy. It also updates BIP 0001 to prescribe the new format.
2014-03-31Update bip-0070.mediawikiDavid A. Harding
Slightly re-worded description of the signature field in PaymentRequest The previous phrasing confused me and I had to check the Bitcoin Core source code to see what it was expecting for a signature.
2014-03-17Add in-repo BIP70 extension registration pagePeter Todd
2014-03-15Add paymentrequest.proto to BIP 70.Jonathan Brown
2014-03-14Link to Protocol Buffers message definition file.Jonathan Brown
2014-03-02Fix typo: PaymentRequest is hashed rather than the Payment message.Andreas Schildbach
2014-02-18Merge pull request #20 from schildbach/bip70-add-utcGavin Andresen
Clarify UTC for all time values in BIP70.
2014-02-18Clarify UTC for all time values in BIP70.Andreas Schildbach
2014-01-27Fix missing word in pki_data descriptionAndreas Schildbach
2014-01-22Fixed table cell truncationJames Brotchie
Added spaces after cells in the first column of the `PaymentDetails` table because their contents were being truncated by GitHub's markdown renderer.
2013-10-21Fix formattingPeter Todd
2013-10-21Archive Revision as of 01:46, 28 August 2013Peter Todd
https://en.bitcoin.it/w/index.php?title=BIP_0070&oldid=40533