summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-06Merge pull request #59 from Telepatheic/patch-1Wladimir J. van der Laan
Small typo
2014-06-04Clarify handling of default fields for signing.Gavin Andresen
2014-05-27Merge pull request #67 from NicolasDorier/patch-2Gavin Andresen
Add reference implementation links
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 #55 from rnicoll/bip0072-httpGavin Andresen
Add reference to RFC 2616 to BIP0072
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-05-01Small typoTelepatheic
2014-04-29Merge pull request #58 from NicolasDorier/patch-1Wladimir J. van der Laan
C# implementation
2014-04-29C# implementationNicolas Dorier
Github link to a C# implementation
2014-04-29Merge pull request #57 from e4xit/patch-1Wladimir J. van der Laan
Minor grammatical & spelling corrections
2014-04-29Minor grammatical & spelling correctionse4xit
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-27Merge pull request #56 from trezor/masterWladimir J. van der Laan
fix typos in BIP-0043 and BIP-0044
2014-04-27fix typos in BIP-0043 and BIP-0044Pavol Rusnak
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 HTTP statuses which are neither error nor success.Ross Nicoll
2014-04-26Added reference to RFC 2616 to BIP0072.Ross Nicoll
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-24Merge pull request #53 from trezor/masterWladimir J. van der Laan
introduce BIP-0043 and BIP-0044
2014-04-24Fixed date formatslush0
2014-04-24introduce BIP-0043 and BIP-0044slush0
2014-04-23Merge pull request #51 from voisine/tempGregory Maxwell
steps to recalculate address from confirmation code
2014-04-23Merge pull request #36 from petertodd/bip70-extensionsGregory Maxwell
Add in-repo BIP70 extension registration page
2014-04-23Adding additional implementationsJud Stephenson
2014-04-16steps to recalculate address from confirmation codeAaron Voisine
also fixed some typos
2014-04-13Require including intermediate certificates in a BIP70 payment request.Andreas Schildbach
2014-04-13Merge pull request #47 from voisine/patch-1Wladimir J. van der Laan
Update bip-0038.mediawiki
2014-04-13Update bip-0038.mediawikiAaron Voisine
Updated Authors
2014-04-12Define a deadline for returning funds via refund_to.Andreas Schildbach
See discussion "BIP 70 refund field" on bitcoin-dev.
2014-04-12Update bip-0038.mediawikiAaron Voisine
fixed some typos that made the spec inconsistent and confusing to implement
2014-04-08Merge pull request #46 from olalonde/patch-1Wladimir J. van der Laan
Fixed typo
2014-04-07Update bip-0032.mediawikiOlivier Lalonde
2014-04-05Merge pull request #45 from laanwj/masterWladimir J. van der Laan
Change date format to ISO 8601
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-04-01Merge pull request #44 from sipa/bip42Gregory Maxwell
Include image and index entry for BIP42
2014-04-02Include image for BIP42Pieter Wuille
2014-04-01Update README.mediawikiGregory Maxwell
2014-04-01Update README.mediawikiGregory Maxwell
Add BIP42: A finite monetary supply for Bitcoin.
2014-04-01Merge pull request #42 from sipa/bip42Gregory Maxwell
Add BIP 42: finite monetary supply for Bitcoin