1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 09:50:06 +01:00
Commit Graph

40 Commits

Author SHA1 Message Date
Luke Dashjr
959fecc15b Promote BIP 2 Draft->Active, and implement it
- 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 09:51:01 +00:00
Luke Dashjr
72f18918a8 Promote BIP 123 Draft->Active, and implement it 2016-11-30 09:45:33 +00:00
Luke Dashjr
4edd6d2bad Lots of formatting fixes 2016-02-03 07:02:36 +00:00
Amin Shah Gilani
18d89d05e0 typo 2015-05-24 09:59:54 +05:00
Derren Desouza
68c801d18b Update bip-0070.mediawiki
Clarification regarding the signature field in payment details and which key should be used for signing.
2014-09-12 08:11:39 +10:00
Robbie Clarken
4336363ac2 Fix URL to source of PHP payment request generator
The link to the source code of Gavin's PHP implementation was for the demo web page instead of the GitHub repository.
2014-06-21 17:24:59 +10:00
Gavin Andresen
8571f42a6c Status got lost in editing 2014-06-12 10:46:59 -04:00
Gavin Andresen
d58c6d99da Fix mike's email address 2014-06-12 10:45:38 -04:00
Gavin Andresen
13dc446a4c Add Mike as co-author, status Draft->Final
We've got multiple implementations, so Final status is appropriate.

And Mike agreed to help pull clarifying edits.
2014-06-12 10:45:06 -04:00
Gavin Andresen
b2c0b87a9c Clarify handling of default fields for signing. 2014-06-04 19:11:04 -04:00
Nicolas Dorier
9690c2df48 Add BitcoinJ excellent introduction 2014-05-27 18:08:40 +02:00
Nicolas Dorier
c2374611f4 Add reference implementation links
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-27 18:05:59 +02:00
Gavin Andresen
6711d299b3 Merge pull request #60 from aalness/aalness_bip70
Validate a payment request is still valid prior to payment
2014-05-20 13:51:39 -04:00
Gavin Andresen
2baef89ae9 Merge pull request #54 from rnicoll/bip0070-limits
BIP0070 limits and error handling
2014-05-20 13:51:21 -04:00
Gavin Andresen
b7e5b7d2db Merge pull request #41 from harding/master
Clarification of how to construct the PaymentRequest signature
2014-05-20 13:50:32 -04:00
Andy Alness
18bb72aa27 Validate a payment request is still valid prior to payment
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-05-05 18:10:31 -07:00
David A. Harding
917838608c Update bip-0070.mediawiki
Revised final sentence of signature field description.
2014-04-28 14:56:30 -04:00
Ross Nicoll
9d8e002071
Loosened URL validity period on payment requests. 2014-04-27 21:08:44 +01:00
David A. Harding
3cbf3d7c03 Update bip-0070.mediawiki
Change "zero-byte placeholder" to "empty string"
2014-04-26 20:26:22 -04:00
Ross Nicoll
89050ce146
Expanded and clarified wording on recovering from error states when sending payment to the merchant's server. 2014-04-27 00:43:47 +01:00
Ross Nicoll
d8bd74baf8
Added note about handling multiple copies of a Payment message, to ensure resend is safe
in case of a transport layer failure.
2014-04-26 16:59:23 +01:00
Ross Nicoll
694314d296
Added file size limits for Payment and PaymentACK messages. 2014-04-26 16:44:13 +01:00
Ross Nicoll
22646636dd
Replaced example domain name with example.com. 2014-04-26 16:25:22 +01:00
Gregory Maxwell
3ca7305ebb Merge pull request #48 from schildbach/bip70-refund-deadline
Define a deadline for returning funds via refund_to.
2014-04-26 01:28:58 -07:00
Gregory Maxwell
cd2850fa08 Merge pull request #22 from schildbach/bip70-recommend-intermediate-certs
Recommend including intermediate certificates in a BIP70 payment request.
2014-04-25 16:27:15 -07:00
Gregory Maxwell
856bb84058 Merge pull request #36 from petertodd/bip70-extensions
Add in-repo BIP70 extension registration page
2014-04-23 18:35:24 -07:00
Andreas Schildbach
4964569a67 Require including intermediate certificates in a BIP70 payment request. 2014-04-13 12:19:08 +02:00
Andreas Schildbach
1dc97a648e Define a deadline for returning funds via refund_to.
See discussion "BIP 70 refund field" on bitcoin-dev.
2014-04-12 14:58:56 +02:00
Wladimir J. van der Laan
1647c7e6d3 Change date format to ISO 8601
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-04-05 13:46:56 +02:00
David A. Harding
4081d3c57f Update bip-0070.mediawiki
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-31 21:34:07 -04:00
Peter Todd
e2331a1574
Add in-repo BIP70 extension registration page 2014-03-17 11:40:11 -04:00
Jonathan Brown
7d570d0f04 Add paymentrequest.proto to BIP 70. 2014-03-15 20:31:35 +01:00
Jonathan Brown
4c63a37def Link to Protocol Buffers message definition file. 2014-03-14 14:30:03 +01:00
Andreas Schildbach
7fb86aa458 Fix typo: PaymentRequest is hashed rather than the Payment message. 2014-03-02 10:08:48 +01:00
Gavin Andresen
6f807157a7 Merge pull request #20 from schildbach/bip70-add-utc
Clarify UTC for all time values in BIP70.
2014-02-18 19:11:19 -05:00
Andreas Schildbach
6e7ea85d5c Clarify UTC for all time values in BIP70. 2014-02-18 23:06:17 +01:00
Andreas Schildbach
970d542010 Fix missing word in pki_data description 2014-01-27 22:19:55 +01:00
James Brotchie
057f001cf8 Fixed table cell truncation
Added spaces after cells in the first column of the `PaymentDetails` table because their contents were being truncated by GitHub's markdown renderer.
2014-01-22 09:13:47 +10:00
Peter Todd
d9e890a8f2
Fix formatting 2013-10-21 02:18:47 -04:00
Peter Todd
3bd2e6cda7
Archive Revision as of 01:46, 28 August 2013
https://en.bitcoin.it/w/index.php?title=BIP_0070&oldid=40533
2013-10-21 00:59:06 -04:00