summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-26Merge pull request #78 from voisine/patch-1Wladimir J. van der Laan
unicode normalization of password
2014-06-26Merge pull request #29 from MidnightLightning/patch-1Wladimir J. van der Laan
Update bip-0038.mediawiki
2014-06-26unicode normalization of passwordAaron Voisine
Added instructions for unicode normalization of password
2014-06-25Merge pull request #73 from ReadLiberty/patch-1Wladimir J. van der Laan
Fixed typo
2014-06-25Merge pull request #75 from gavinandresen/bip61Wladimir J. van der Laan
reject P2P message (BIP61)
2014-06-21Merge pull request #77 from RobbieClarken/patch-1Wladimir J. van der Laan
Fix URL to source of PHP payment request generator
2014-06-21Fix URL to source of PHP payment request generatorRobbie 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-18reject P2P message (BIP61)Gavin Andresen
2014-06-16Merge pull request #66 from satoshilabs/masterWladimir J. van der Laan
bip-0044: scan just external chains
2014-06-16Fixed typoReadLiberty
2014-06-12Status changed from Draft to FinalGavin Andresen
2014-06-12Status got lost in editingGavin Andresen
2014-06-12Status Draft --> FinalGavin Andresen
2014-06-12Fix mike's email addressGavin Andresen
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-11bip-0044: scan just external chainsPavol Rusnak
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