Commit Graph

222 Commits

Author SHA1 Message Date
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
6bb263a26f Merge pull request #55 from rnicoll/bip0072-http
Add reference to RFC 2616 to BIP0072
2014-05-20 13:52:28 -04:00
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
2baef89ae9 Merge pull request #54 from rnicoll/bip0070-limits
BIP0070 limits and error handling
2014-05-20 13:51:21 -04:00
b7e5b7d2db Merge pull request #41 from harding/master
Clarification of how to construct the PaymentRequest signature
2014-05-20 13:50:32 -04:00
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
b537a2b82c Merge pull request #58 from NicolasDorier/patch-1
C# implementation
2014-04-29 16:08:28 +02:00
fe4685a73c C# implementation
Github link to a C# implementation
2014-04-29 15:44:02 +02:00
bdd89e736e Merge pull request #57 from e4xit/patch-1
Minor grammatical & spelling corrections
2014-04-29 12:46:05 +02:00
8919394624 Minor grammatical & spelling corrections 2014-04-29 09:35:33 +01:00
917838608c Update bip-0070.mediawiki
Revised final sentence of signature field description.
2014-04-28 14:56:30 -04:00
9d8e002071 Loosened URL validity period on payment requests. 2014-04-27 21:08:44 +01:00
5ebad07541 Merge pull request #56 from trezor/master
fix typos in BIP-0043 and BIP-0044
2014-04-27 12:31:30 +02:00
67634c57d0 fix typos in BIP-0043 and BIP-0044 2014-04-27 11:27:06 +02:00
3cbf3d7c03 Update bip-0070.mediawiki
Change "zero-byte placeholder" to "empty string"
2014-04-26 20:26:22 -04:00
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
e91d87919b Added note about handling HTTP statuses which are neither error nor success. 2014-04-26 17:39:26 +01:00
d3d1f242fd Added reference to RFC 2616 to BIP0072. 2014-04-26 17:34:03 +01:00
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
694314d296 Added file size limits for Payment and PaymentACK messages. 2014-04-26 16:44:13 +01:00
22646636dd Replaced example domain name with example.com. 2014-04-26 16:25:22 +01:00
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
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
432b98240f Merge pull request #53 from trezor/master
introduce BIP-0043 and BIP-0044
2014-04-24 14:04:14 +02:00
585b1c31aa Fixed date format 2014-04-24 13:56:27 +02:00
39b441f2ff introduce BIP-0043 and BIP-0044 2014-04-24 13:42:10 +02:00
c33c35cb3a Merge pull request #51 from voisine/temp
steps to recalculate address from confirmation code
2014-04-23 18:38:07 -07:00
856bb84058 Merge pull request #36 from petertodd/bip70-extensions
Add in-repo BIP70 extension registration page
2014-04-23 18:35:24 -07:00
4a58190577 Adding additional implementations 2014-04-23 17:06:18 +02:00
4058075acd steps to recalculate address from confirmation code
also fixed some typos
2014-04-16 15:11:54 -07:00
4964569a67 Require including intermediate certificates in a BIP70 payment request. 2014-04-13 12:19:08 +02:00
e196a4a7d0 Merge pull request #47 from voisine/patch-1
Update bip-0038.mediawiki
2014-04-13 09:34:07 +02:00
86c90a9e79 Update bip-0038.mediawiki
Updated Authors
2014-04-13 00:26:19 -07:00
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
e4556021db Update bip-0038.mediawiki
fixed some typos that made the spec inconsistent and confusing to implement
2014-04-12 00:07:46 -07:00
243524acde Merge pull request #46 from olalonde/patch-1
Fixed typo
2014-04-08 15:41:20 +02:00
be336d352d Update bip-0032.mediawiki 2014-04-07 00:15:29 +08:00
d83755efa4 Merge pull request #45 from laanwj/master
Change date format to ISO 8601
2014-04-05 16:24:43 +02:00
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
ad078df048 Merge pull request #44 from sipa/bip42
Include image and index entry for BIP42
2014-04-01 17:04:24 -07:00
e04e99c315 Include image for BIP42 2014-04-02 02:03:06 +02:00
21d9261d3e Update README.mediawiki 2014-04-01 15:02:24 -07:00
24ebbff240 Update README.mediawiki
Add BIP42: A finite monetary supply for Bitcoin.
2014-04-01 15:01:49 -07:00
f4a5c08a40 Merge pull request #42 from sipa/bip42
Add BIP 42: finite monetary supply for Bitcoin
2014-04-01 14:57:54 -07:00
5cc40831e6 Add BIP 42: Finite monetary supply for Bitcoin 2014-04-01 23:50:43 +02:00
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
85b5377777 Merge pull request #39 from stevenroose/patch-1
Fixed broken links to other BIP pages
2014-03-25 07:47:53 +01:00
dfedc1dfb2 Fixed broken links to other BIP pages 2014-03-25 01:29:23 +01:00
c839725656 Merge pull request #14 from petertodd/stealth-addresses-bip-number-request
Assign BIP62 for Stealth Addresses
2014-03-18 10:37:38 -07:00
89eec44226 Merge pull request #24 from petertodd/document-bip16-520-byte-redeemScript-limit
Document BIP16/P2SH 520 byte redeem script limit
2014-03-18 13:23:15 -04:00