Gavin Andresen
4d9e7bc20c
reject P2P message (BIP61)
2014-06-18 11:25:04 -04:00
Wladimir J. van der Laan
91f026a40f
Merge pull request #66 from satoshilabs/master
...
bip-0044: scan just external chains
2014-06-16 17:38:11 +02:00
ReadLiberty
07da8f4d12
Fixed typo
2014-06-16 15:04:11 +02:00
Gavin Andresen
83ade87ba3
Status changed from Draft to Final
2014-06-12 10:47:49 -04:00
Gavin Andresen
8571f42a6c
Status got lost in editing
2014-06-12 10:46:59 -04:00
Gavin Andresen
3aa996b555
Status Draft --> Final
2014-06-12 10:46:26 -04:00
Gavin Andresen
d58c6d99da
Fix mike's email address
2014-06-12 10:45:38 -04:00
Gavin Andresen
13dc446a4c
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.
2014-06-12 10:45:06 -04:00
Pavol Rusnak
ba1cca2225
bip-0044: scan just external chains
2014-06-11 20:24:24 +02:00
Richard Moore
e33c834cf5
Clarify AES parameters passed in
...
There was some slight ambiguity in which items passed into AESEncrypt was the key and which was the block.
2014-06-09 14:19:44 -04:00
Wladimir J. van der Laan
7419b1de42
Merge pull request #59 from Telepatheic/patch-1
...
Small typo
2014-06-06 05:55:45 +02:00
Gavin Andresen
b2c0b87a9c
Clarify handling of default fields for signing.
2014-06-04 19:11:04 -04:00
Gavin Andresen
1534482827
Merge pull request #67 from NicolasDorier/patch-2
...
Add reference implementation links
2014-05-27 12:36:20 -04:00
Nicolas Dorier
9690c2df48
Add BitcoinJ excellent introduction
2014-05-27 18:08:40 +02:00
Nicolas Dorier
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
Gavin Andresen
6bb263a26f
Merge pull request #55 from rnicoll/bip0072-http
...
Add reference to RFC 2616 to BIP0072
2014-05-20 13:52:28 -04:00
Gavin Andresen
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
Gavin Andresen
2baef89ae9
Merge pull request #54 from rnicoll/bip0070-limits
...
BIP0070 limits and error handling
2014-05-20 13:51:21 -04:00
Gavin Andresen
b7e5b7d2db
Merge pull request #41 from harding/master
...
Clarification of how to construct the PaymentRequest signature
2014-05-20 13:50:32 -04:00
David A. Harding
5be4021fa1
Disambiguate Which Key Is Compromised When Ext. PubKey + PrivKey Are Leaked
...
I mistakenly inferred from the following clause that a parent extended
public key plus a child private key would be equivalent to knowing the
extended *child* private key---meaning that the *parent* private key was
still secure:
> knowledge of the extended public key + any non-hardened private key
> descending from it is equivalent to knowing the extended private key
This patch's addition of the word "parent" (twice) removes the ambiguity
and may help other readers draw the correct inference that the parent
private key is no longer secure in this case.
I also changed "+" to "plus" to avoid confusion with the actual
mathematical operations used in this BIP.
2014-05-20 11:34:21 -04:00
Andy Alness
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
Telepatheic
bd34818589
Small typo
2014-05-01 21:33:07 +01:00
Wladimir J. van der Laan
b537a2b82c
Merge pull request #58 from NicolasDorier/patch-1
...
C# implementation
2014-04-29 16:08:28 +02:00
Nicolas Dorier
fe4685a73c
C# implementation
...
Github link to a C# implementation
2014-04-29 15:44:02 +02:00
Wladimir J. van der Laan
bdd89e736e
Merge pull request #57 from e4xit/patch-1
...
Minor grammatical & spelling corrections
2014-04-29 12:46:05 +02:00
e4xit
8919394624
Minor grammatical & spelling corrections
2014-04-29 09:35:33 +01:00
David A. Harding
917838608c
Update bip-0070.mediawiki
...
Revised final sentence of signature field description.
2014-04-28 14:56:30 -04:00
Ross Nicoll
9d8e002071
Loosened URL validity period on payment requests.
2014-04-27 21:08:44 +01:00
Wladimir J. van der Laan
5ebad07541
Merge pull request #56 from trezor/master
...
fix typos in BIP-0043 and BIP-0044
2014-04-27 12:31:30 +02:00
Pavol Rusnak
67634c57d0
fix typos in BIP-0043 and BIP-0044
2014-04-27 11:27:06 +02:00
David A. Harding
3cbf3d7c03
Update bip-0070.mediawiki
...
Change "zero-byte placeholder" to "empty string"
2014-04-26 20:26:22 -04:00
Ross Nicoll
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
Ross Nicoll
e91d87919b
Added note about handling HTTP statuses which are neither error nor success.
2014-04-26 17:39:26 +01:00
Ross Nicoll
d3d1f242fd
Added reference to RFC 2616 to BIP0072.
2014-04-26 17:34:03 +01:00
Ross Nicoll
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
Ross Nicoll
694314d296
Added file size limits for Payment and PaymentACK messages.
2014-04-26 16:44:13 +01:00
Ross Nicoll
22646636dd
Replaced example domain name with example.com.
2014-04-26 16:25:22 +01:00
Gregory Maxwell
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
Gregory Maxwell
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
Wladimir J. van der Laan
432b98240f
Merge pull request #53 from trezor/master
...
introduce BIP-0043 and BIP-0044
2014-04-24 14:04:14 +02:00
slush0
585b1c31aa
Fixed date format
2014-04-24 13:56:27 +02:00
slush0
39b441f2ff
introduce BIP-0043 and BIP-0044
2014-04-24 13:42:10 +02:00
Gregory Maxwell
c33c35cb3a
Merge pull request #51 from voisine/temp
...
steps to recalculate address from confirmation code
2014-04-23 18:38:07 -07:00
Gregory Maxwell
856bb84058
Merge pull request #36 from petertodd/bip70-extensions
...
Add in-repo BIP70 extension registration page
2014-04-23 18:35:24 -07:00
Jud Stephenson
4a58190577
Adding additional implementations
2014-04-23 17:06:18 +02:00
Aaron Voisine
4058075acd
steps to recalculate address from confirmation code
...
also fixed some typos
2014-04-16 15:11:54 -07:00
Brooks Boyd
d69abd64e1
Attempt to put the actual characters in the source file
2014-04-15 16:46:51 -05:00
Brooks Boyd
ab85705d40
Add normalization note on test case
2014-04-15 16:40:47 -05:00
Brooks Boyd
a0d6bb3433
Add test case for UTF8 NFC normalization
2014-04-15 16:31:01 -05:00
MidnightLightning
4a85b38916
Update bip-0038.mediawiki
...
Fix some erroneous statements in the description of the math used for encryption/decryption of EC-Multiplied keys/addresses
2014-04-15 16:26:50 -05:00