Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-01 | Merge pull request #343 from morcos/113fixes | Luke-Jr | |
Remove BIP68's dependence on this BIP. Remove deployment details. | |||
2016-03-01 | Merge pull request #342 from morcos/68fixes | Luke-Jr | |
Clarify non-dependence on BIP113 | |||
2016-03-01 | Merge pull request #344 from sipa/bip9work | Luke-Jr | |
Various changes to BIP9 | |||
2016-03-01 | Rewrite state transition logic | Pieter Wuille | |
2016-03-01 | Update former BIP references and consistency | Pieter Wuille | |
2016-03-01 | Add start time | Pieter Wuille | |
2016-03-01 | Merge pull request #219 from CodeShark/BIP0009_revisions | Luke-Jr | |
Added clarifications to BIP0009. | |||
2016-03-01 | Merge pull request #341 from morcos/feefilter | Luke-Jr | |
BIP 133: feefilter message | |||
2016-02-29 | Remove BIP68's dependence on this BIP. Remove deployment details. | Alex Morcos | |
2016-02-29 | add copyright | Alex Morcos | |
2016-02-29 | Clarify non-dependence on BIP113 | Alex Morcos | |
2016-02-27 | [BIP 2] Allow optional License-Code header | MarcoFalke | |
2016-02-25 | Submit feefilter message as BIP 133 | Alex Morcos | |
2016-02-24 | Merge remote-tracking branch 'origin-pull/230/head' | Luke Dashjr | |
2016-02-24 | Merge pull request #257 from SamouraiDev/SamouraiDev-patch-1 | Luke-Jr | |
Add link to BIP47 test vectors | |||
2016-02-24 | Merge pull request #337 from Sjors/patch-1 | Luke-Jr | |
BIP 69: Add link to Blockchain.info implementation | |||
2016-02-24 | Merge pull request #309 from dcousens/patch-3 | Luke-Jr | |
Add BIP38 Javascript implementation | |||
2016-02-24 | - Update motivation for the open standards in the list for optional identity ↵ | Matt David | |
sharing | |||
2016-02-24 | Merge pull request #333 from btcdrak/112update | Luke-Jr | |
Update BIP112 reference example | |||
2016-02-24 | Promote Draft->Final BIPs: 50 and 73 | Luke Dashjr | |
BIP 50: Proposed action items, including the hardfork, are completed. BIP 73: Implemented by at least Bitcoin Core and BitPay. | |||
2016-02-24 | Merge pull request #326 from dangershony/patch-1 | Luke-Jr | |
Adding crypzo to BIP44 supported wallets | |||
2016-02-22 | - Add qualifier that nonce MUST be chosen by the encryptor. | Matt David | |
- Also, fix ** used for bold and replace with <b></b> | |||
2016-02-22 | Merge pull request #10 from jmacwhyte/proofread | Matt David | |
Made public keys required, updated steps | |||
2016-02-22 | Made public keys required, updated steps | jmacwhyte | |
2016-02-22 | - Make message public key sharing mandatory for messages that are encrypted ↵ | Matt David | |
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 | BIP69: Add link to Blockchain.info implementation | Sjors Provoost | |
We might switch to the BitcoinJS implementation in the future. cc @kristovatlas | |||
2016-02-21 | Merge pull request #9 from jmacwhyte/proofread | Matt David | |
Reworked message definitions, other details | |||
2016-02-21 | Improved message definitions, etc. | jmacwhyte | |
2016-02-21 | - Fix Signature note formatting | Matt David | |
- Change No EncryptedPayment Required title - Fix BIP70 link format in References | |||
2016-02-21 | - Add memo to InvoiceRequest message | Matt David | |
- 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-19 | Merge pull request #8 from jmacwhyte/master | Matt David | |
Encrypted payment messages, other tweaks | |||
2016-02-18 | Added EncryptedPayment and ACK, other readability and consistency fixes | jmacwhyte | |
2016-02-17 | Include grammar fixes from Dawn | Matt David | |
2016-02-16 | Merge branch 'encrypted-invoicerequest' | Matt David | |
2016-02-16 | Merge pull request #6 from justinwnewton/patch-4 | Matt David | |
Update to add 3rd motivation | |||
2016-02-16 | Merge pull request #7 from justinwnewton/patch-5 | Matt David | |
Request Matt to update use case 3 | |||
2016-02-16 | - Move Definitions section up | Matt David | |
- Seperate Process sections into regular and encrypted InvoiceRequest processes and flow diagrams | |||
2016-02-16 | Request Matt to update use case 3 | Justin Newton | |
Asking matt to update use case 3 to include other mods made for store and forward servers. | |||
2016-02-16 | Update to add 3rd motivation | Justin Newton | |
Adding allow for store and forward servers as a way to server payment protocol | |||
2016-02-16 | Merge pull request #4 from justinwnewton/patch-2 | Matt David | |
editied Abstract | |||
2016-02-16 | Merge pull request #5 from justinwnewton/patch-3 | Matt David | |
changed justin's email back to @netkic.om | |||
2016-02-16 | Add indents for point 2 of the Motivation section | Matt David | |
2016-02-16 | changed justin's email back to @netkic.om | Justin Newton | |
changed Justin's email back to @netki.com | |||
2016-02-16 | editied Abstract | Justin Newton | |
added "the identity of" to the first bullet of the abstract. | |||
2016-02-15 | - Fixed typos and added a bit more explanation for the Wallet Name public ↵ | Matt David | |
key retrieval example | |||
2016-02-15 | - Updated Mobile-to-Mobile image to visually include Payment and PaymentACK ↵ | Matt David | |
messages with Store & Forward server | |||
2016-02-15 | - Add encrypted invoicerequest requirement | Matt David | |
- Change ReturnPaymentRequest message name to EncryptedPaymentRequest - Add Payment Request (with Store & Forward server) use-case documentation - Add initial public key retrieval ideas | |||
2016-02-13 | [BIP 2] License header in preamble | MarcoFalke | |
2016-02-13 | Update BIP112 reference example | BtcDrak | |
2016-02-13 | Merge pull request #329 from gavinandresen/withdraw_bip101 | Luke-Jr | |
Withdraw BIP 101 proposal |