Luke-Jr
f36fceb60a
Merge pull request #345 from sipa/bip9work
...
Remove ABANDONED and fix ambiguity
2016-03-02 13:31:58 +00:00
Pieter Wuille
a449306373
Remove ABANDONED and fix ambiguity
2016-03-02 05:38:06 +01:00
Matt David
df01620ebc
Update bip-invoicerequest-extension.mediawiki
2016-03-01 10:50:50 -08:00
Matt David
efa3605fbe
Update bip-invoicerequest-extension.mediawiki
2016-03-01 10:49:24 -08:00
Luke-Jr
c8d5aea72b
Merge pull request #343 from morcos/113fixes
...
Remove BIP68's dependence on this BIP. Remove deployment details.
2016-03-01 04:17:38 +00:00
Luke-Jr
9fb2341c5d
Merge pull request #342 from morcos/68fixes
...
Clarify non-dependence on BIP113
2016-03-01 03:35:42 +00:00
Luke-Jr
976d5856b3
Merge pull request #344 from sipa/bip9work
...
Various changes to BIP9
2016-03-01 03:19:22 +00:00
Pieter Wuille
8315dfd3fa
Rewrite state transition logic
2016-03-01 04:12:33 +01:00
Pieter Wuille
737bf29de2
Update former BIP references and consistency
2016-03-01 04:06:45 +01:00
Pieter Wuille
226bd097a9
Add start time
2016-03-01 04:06:45 +01:00
Luke-Jr
2b27bb5d27
Merge pull request #219 from CodeShark/BIP0009_revisions
...
Added clarifications to BIP0009.
2016-03-01 00:25:30 +00:00
Luke-Jr
24f705f860
Merge pull request #341 from morcos/feefilter
...
BIP 133: feefilter message
2016-03-01 00:14:34 +00:00
Alex Morcos
8d7748e6fb
Remove BIP68's dependence on this BIP. Remove deployment details.
2016-02-29 16:33:16 -05:00
Alex Morcos
ab9b17b7f5
add copyright
2016-02-29 16:10:14 -05:00
Alex Morcos
c52eba239c
Clarify non-dependence on BIP113
2016-02-29 14:30:32 -05:00
MarcoFalke
56bea488cb
[BIP 2] Allow optional License-Code header
2016-02-27 14:12:08 +01:00
Alex Morcos
feb11160c2
Submit feefilter message as BIP 133
2016-02-25 13:29:01 -05:00
Luke Dashjr
7a9cdfe919
Merge remote-tracking branch 'origin-pull/230/head'
2016-02-24 21:12:31 +00:00
Luke-Jr
15c0b250cb
Merge pull request #257 from SamouraiDev/SamouraiDev-patch-1
...
Add link to BIP47 test vectors
2016-02-24 21:11:29 +00:00
Luke-Jr
7b16ed6389
Merge pull request #337 from Sjors/patch-1
...
BIP 69: Add link to Blockchain.info implementation
2016-02-24 21:11:00 +00:00
Luke-Jr
eb2e7c2314
Merge pull request #309 from dcousens/patch-3
...
Add BIP38 Javascript implementation
2016-02-24 20:35:34 +00:00
Matt David
1fc921c872
- Update motivation for the open standards in the list for optional identity sharing
2016-02-24 09:09:29 -08:00
Luke-Jr
30fb3ae942
Merge pull request #333 from btcdrak/112update
...
Update BIP112 reference example
2016-02-24 05:37:51 +00:00
Luke Dashjr
a74ea14bc6
Promote Draft->Final BIPs: 50 and 73
...
BIP 50: Proposed action items, including the hardfork, are completed.
BIP 73: Implemented by at least Bitcoin Core and BitPay.
2016-02-24 05:27:08 +00:00
Luke-Jr
b8fe6e43c6
Merge pull request #326 from dangershony/patch-1
...
Adding crypzo to BIP44 supported wallets
2016-02-24 05:08:20 +00:00
Matt David
ca0f07cfa7
- Add qualifier that nonce MUST be chosen by the encryptor.
...
- Also, fix ** used for bold and replace with <b></b>
2016-02-22 13:47:49 -08:00
Matt David
8dffb2e58a
Merge pull request #10 from jmacwhyte/proofread
...
Made public keys required, updated steps
2016-02-22 13:46:00 -08:00
jmacwhyte
27bfd6165f
Made public keys required, updated steps
2016-02-22 13:09:06 -08:00
Matt David
10e6f46569
- Make message public key sharing mandatory for messages that are encrypted and where both keys are known. For EncryptedInvoiceRequest, only the sender_public_key is required
...
- Add nonce to EncryptedPaymentRequest, EncryptedPayment and EncryptedPaymentACK
- Update ECDH instruction to allow for the current message instead of an InvoiceRequest to contain the nonce
- Updated paymentrequest.proto with BIP definition changes
2016-02-22 12:04:54 -08:00
Sjors Provoost
d5762820c1
BIP69: Add link to Blockchain.info implementation
...
We might switch to the BitcoinJS implementation in the future.
cc @kristovatlas
2016-02-22 14:57:35 +08:00
Matt David
6a08dae8c4
Merge pull request #9 from jmacwhyte/proofread
...
Reworked message definitions, other details
2016-02-21 22:06:47 -08:00
jmacwhyte
198188b924
Improved message definitions, etc.
2016-02-21 21:31:16 -08:00
Matt David
52b6cde023
- Fix Signature note formatting
...
- Change No EncryptedPayment Required title
- Fix BIP70 link format in References
2016-02-21 14:06:03 -08:00
Matt David
8e8c9778e9
- Add memo to InvoiceRequest message
...
- Add ephemeral_public_key and requires_payment_message fields to EncryptedPaymentRequest + updated descriptions
- Update EncryptedPayment and EncryptedPaymentACK message descriptions to use ECDH-derived key for signature instead of each side's public key
- Slim down message content-types
- Add EncryptedPayment and EncryptedPaymentACK creation detail steps
- Add updated paymentrequest.proto to bip-ir/ directory
- Add additional flow diagrams for various mobile-to-mobile / Store & Forward scenarios
2016-02-21 14:00:02 -08:00
Matt David
481844e49b
Merge pull request #8 from jmacwhyte/master
...
Encrypted payment messages, other tweaks
2016-02-19 10:12:22 -08:00
jmacwhyte
b01c6b7089
Added EncryptedPayment and ACK, other readability and consistency fixes
2016-02-18 17:47:48 -08:00
Matt David
0c3d6d15ae
Include grammar fixes from Dawn
2016-02-17 16:11:59 -08:00
Matt David
7a92454e54
Merge branch 'encrypted-invoicerequest'
2016-02-16 15:26:30 -08:00
Matt David
e675fe9bdd
Merge pull request #6 from justinwnewton/patch-4
...
Update to add 3rd motivation
2016-02-16 15:25:29 -08:00
Matt David
17dfa4149e
Merge pull request #7 from justinwnewton/patch-5
...
Request Matt to update use case 3
2016-02-16 15:25:05 -08:00
Matt David
101718fc6a
- Move Definitions section up
...
- Seperate Process sections into regular and encrypted InvoiceRequest processes and flow diagrams
2016-02-16 15:22:18 -08:00
Justin Newton
f41e886f25
Request Matt to update use case 3
...
Asking matt to update use case 3 to include other mods made for store and forward servers.
2016-02-16 13:41:56 -08:00
Justin Newton
79cc9bdaa6
Update to add 3rd motivation
...
Adding allow for store and forward servers as a way to server payment protocol
2016-02-16 13:19:16 -08:00
Matt David
c7fd6ddb2e
Merge pull request #4 from justinwnewton/patch-2
...
editied Abstract
2016-02-16 10:57:38 -08:00
Matt David
e4a7582c98
Merge pull request #5 from justinwnewton/patch-3
...
changed justin's email back to @netkic.om
2016-02-16 10:57:10 -08:00
Matt David
d9bf987b99
Add indents for point 2 of the Motivation section
2016-02-16 10:56:08 -08:00
Justin Newton
4e6ff9f149
changed justin's email back to @netkic.om
...
changed Justin's email back to @netki.com
2016-02-16 10:52:47 -08:00
Justin Newton
961c51c3b2
editied Abstract
...
added "the identity of" to the first bullet of the abstract.
2016-02-16 10:51:40 -08:00
Matt David
e0bd3b599a
- Fixed typos and added a bit more explanation for the Wallet Name public key retrieval example
2016-02-15 17:35:23 -08:00
Matt David
db2bf02180
- Updated Mobile-to-Mobile image to visually include Payment and PaymentACK messages with Store & Forward server
2016-02-15 17:29:33 -08:00