No description provided.
BIP39 grammar correction #82
pull voisine wants to merge 38 commits into bitcoin:master from voisine:patch-2 changing 1 files +20 −20-
voisine commented at 6:55 AM on July 5, 2014: contributor
-
grammar correction e50256edb5
- voisine renamed this:
grammar correction
BIP39 grammar correction
on Jul 5, 2014 -
8e4bf20403
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.
-
1172e45523
Define a deadline for returning funds via refund_to.
See discussion "BIP 70 refund field" on bitcoin-dev.
-
Require including intermediate certificates in a BIP70 payment request. 2625edbacf
-
faba24b497
Update bip-0038.mediawiki
Fix some erroneous statements in the description of the math used for encryption/decryption of EC-Multiplied keys/addresses
-
Add test case for UTF8 NFC normalization 67205d4c16
-
Add normalization note on test case c818173ccd
-
Attempt to put the actual characters in the source file 11a7b3c59b
-
Replaced example domain name with example.com. 5423066f97
-
Added file size limits for Payment and PaymentACK messages. 7e60f0962a
-
58f7c8fe9b
Added note about handling multiple copies of a Payment message, to ensure resend is safe
in case of a transport layer failure.
-
Added reference to RFC 2616 to BIP0072. 05de0ad82a
-
Added note about handling HTTP statuses which are neither error nor success. 70f5a43653
-
Expanded and clarified wording on recovering from error states when sending payment to the merchant's server. 88fbaa566f
-
c36787e73e
Update bip-0070.mediawiki
Change "zero-byte placeholder" to "empty string"
-
fix typos in BIP-0043 and BIP-0044 bd9566d1a2
-
Loosened URL validity period on payment requests. 92ecd6a8ba
-
011815ba2c
Update bip-0070.mediawiki
Revised final sentence of signature field description.
-
Minor grammatical & spelling corrections 30d7fa54e0
-
0884e5a501
C# implementation
Github link to a C# implementation
-
Small typo e32a15fa77
-
cc273858dd
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.
-
172533cd49
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.
-
Add BitcoinJ excellent introduction 8d82b29d83
-
Clarify handling of default fields for signing. c1cee45f54
-
bip-0044: scan just external chains 0cdfeaaa1e
-
f993f1f3f8
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.
-
Fix mike's email address 89a633d7fe
-
Status Draft --> Final d699fb7b49
-
Status got lost in editing 45fd23e4c8
-
Status changed from Draft to Final e25c86465e
-
Fixed typo 200678c700
-
reject P2P message (BIP61) 98c03a4be3
-
60bb8d68f3
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.
-
5cdea45f80
unicode normalization of password
Added instructions for unicode normalization of password
-
82dcbf339d
Move Test 3 to the correct location.
The encrypted key for unicode test should be in the section for No compression, no EC multiply.
-
grammar correction ba886b0804
-
Merge branch 'patch-2' of github.com:voisine/bips into patch-2 6c7e6a9342
- voisine closed this on Jul 9, 2014
- voisine deleted the branch on Jul 9, 2014
- ajtowns referenced this in commit 90d9e21825 on Oct 18, 2019
- real-or-random referenced this in commit 1b5e953eab on Feb 25, 2023
Contributors