Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-30 | Promote BIP 2 Draft->Active, and implement it | Luke 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-30 | Promote BIP 123 Draft->Active, and implement it | Luke Dashjr | |
2016-02-03 | Lots of formatting fixes | Luke Dashjr | |
2015-05-24 | typo | Amin Shah Gilani | |
2014-09-12 | Update bip-0070.mediawiki | Derren Desouza | |
Clarification regarding the signature field in payment details and which key should be used for signing. | |||
2014-06-21 | Fix URL to source of PHP payment request generator | Robbie 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-12 | Status got lost in editing | Gavin Andresen | |
2014-06-12 | Fix mike's email address | Gavin Andresen | |
2014-06-12 | Add Mike as co-author, status Draft->Final | Gavin Andresen | |
We've got multiple implementations, so Final status is appropriate. And Mike agreed to help pull clarifying edits. | |||
2014-06-04 | Clarify handling of default fields for signing. | Gavin Andresen | |
2014-05-27 | Add BitcoinJ excellent introduction | Nicolas Dorier | |
2014-05-27 | Add reference implementation links | Nicolas 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-20 | Merge pull request #60 from aalness/aalness_bip70 | Gavin Andresen | |
Validate a payment request is still valid prior to payment | |||
2014-05-20 | Merge pull request #54 from rnicoll/bip0070-limits | Gavin Andresen | |
BIP0070 limits and error handling | |||
2014-05-20 | Merge pull request #41 from harding/master | Gavin Andresen | |
Clarification of how to construct the PaymentRequest signature | |||
2014-05-05 | Validate a payment request is still valid prior to payment | Andy 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-28 | Update bip-0070.mediawiki | David A. Harding | |
Revised final sentence of signature field description. | |||
2014-04-27 | Loosened URL validity period on payment requests. | Ross Nicoll | |
2014-04-26 | Update bip-0070.mediawiki | David A. Harding | |
Change "zero-byte placeholder" to "empty string" | |||
2014-04-27 | Expanded and clarified wording on recovering from error states when sending ↵ | Ross Nicoll | |
payment to the merchant's server. | |||
2014-04-26 | Added 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-26 | Added file size limits for Payment and PaymentACK messages. | Ross Nicoll | |
2014-04-26 | Replaced example domain name with example.com. | Ross Nicoll | |
2014-04-26 | Merge pull request #48 from schildbach/bip70-refund-deadline | Gregory Maxwell | |
Define a deadline for returning funds via refund_to. | |||
2014-04-25 | Merge pull request #22 from schildbach/bip70-recommend-intermediate-certs | Gregory Maxwell | |
Recommend including intermediate certificates in a BIP70 payment request. | |||
2014-04-23 | Merge pull request #36 from petertodd/bip70-extensions | Gregory Maxwell | |
Add in-repo BIP70 extension registration page | |||
2014-04-13 | Require including intermediate certificates in a BIP70 payment request. | Andreas Schildbach | |
2014-04-12 | Define a deadline for returning funds via refund_to. | Andreas Schildbach | |
See discussion "BIP 70 refund field" on bitcoin-dev. | |||
2014-04-05 | Change date format to ISO 8601 | Wladimir 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-31 | Update bip-0070.mediawiki | David 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-17 | Add in-repo BIP70 extension registration page | Peter Todd | |
2014-03-15 | Add paymentrequest.proto to BIP 70. | Jonathan Brown | |
2014-03-14 | Link to Protocol Buffers message definition file. | Jonathan Brown | |
2014-03-02 | Fix typo: PaymentRequest is hashed rather than the Payment message. | Andreas Schildbach | |
2014-02-18 | Merge pull request #20 from schildbach/bip70-add-utc | Gavin Andresen | |
Clarify UTC for all time values in BIP70. | |||
2014-02-18 | Clarify UTC for all time values in BIP70. | Andreas Schildbach | |
2014-01-27 | Fix missing word in pki_data description | Andreas Schildbach | |
2014-01-22 | Fixed table cell truncation | James 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-21 | Fix formatting | Peter Todd | |
2013-10-21 | Archive Revision as of 01:46, 28 August 2013 | Peter Todd | |
https://en.bitcoin.it/w/index.php?title=BIP_0070&oldid=40533 |