Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-12 | Status changed from Draft to Final | Gavin Andresen | |
2014-06-12 | Status got lost in editing | Gavin Andresen | |
2014-06-12 | Status Draft --> Final | 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-06 | Merge pull request #59 from Telepatheic/patch-1 | Wladimir J. van der Laan | |
Small typo | |||
2014-06-04 | Clarify handling of default fields for signing. | Gavin Andresen | |
2014-05-27 | Merge pull request #67 from NicolasDorier/patch-2 | Gavin Andresen | |
Add reference implementation links | |||
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 #55 from rnicoll/bip0072-http | Gavin Andresen | |
Add reference to RFC 2616 to BIP0072 | |||
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-05-01 | Small typo | Telepatheic | |
2014-04-29 | Merge pull request #58 from NicolasDorier/patch-1 | Wladimir J. van der Laan | |
C# implementation | |||
2014-04-29 | C# implementation | Nicolas Dorier | |
Github link to a C# implementation | |||
2014-04-29 | Merge pull request #57 from e4xit/patch-1 | Wladimir J. van der Laan | |
Minor grammatical & spelling corrections | |||
2014-04-29 | Minor grammatical & spelling corrections | e4xit | |
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-27 | Merge pull request #56 from trezor/master | Wladimir J. van der Laan | |
fix typos in BIP-0043 and BIP-0044 | |||
2014-04-27 | fix typos in BIP-0043 and BIP-0044 | Pavol Rusnak | |
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 HTTP statuses which are neither error nor success. | Ross Nicoll | |
2014-04-26 | Added reference to RFC 2616 to BIP0072. | Ross Nicoll | |
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-24 | Merge pull request #53 from trezor/master | Wladimir J. van der Laan | |
introduce BIP-0043 and BIP-0044 | |||
2014-04-24 | Fixed date format | slush0 | |
2014-04-24 | introduce BIP-0043 and BIP-0044 | slush0 | |
2014-04-23 | Merge pull request #51 from voisine/temp | Gregory Maxwell | |
steps to recalculate address from confirmation code | |||
2014-04-23 | Merge pull request #36 from petertodd/bip70-extensions | Gregory Maxwell | |
Add in-repo BIP70 extension registration page | |||
2014-04-23 | Adding additional implementations | Jud Stephenson | |
2014-04-16 | steps to recalculate address from confirmation code | Aaron Voisine | |
also fixed some typos | |||
2014-04-13 | Require including intermediate certificates in a BIP70 payment request. | Andreas Schildbach | |
2014-04-13 | Merge pull request #47 from voisine/patch-1 | Wladimir J. van der Laan | |
Update bip-0038.mediawiki | |||
2014-04-13 | Update bip-0038.mediawiki | Aaron Voisine | |
Updated Authors | |||
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-12 | Update bip-0038.mediawiki | Aaron Voisine | |
fixed some typos that made the spec inconsistent and confusing to implement | |||
2014-04-08 | Merge pull request #46 from olalonde/patch-1 | Wladimir J. van der Laan | |
Fixed typo | |||
2014-04-07 | Update bip-0032.mediawiki | Olivier Lalonde | |
2014-04-05 | Merge pull request #45 from laanwj/master | Wladimir J. van der Laan | |
Change date format to ISO 8601 | |||
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-04-01 | Merge pull request #44 from sipa/bip42 | Gregory Maxwell | |
Include image and index entry for BIP42 |