summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-27- Fix spacingMatt David
2016-04-27- Fix spacingMatt David
2016-04-27- Add information about the use of GCM Authentication tagMatt David
- Add requirement of additional authenticated data in the case that either status_code and/or status_message are in use
2016-04-26Add more linebreaksMatt David
2016-04-26Adding linebreaks and fixing some bad linksMatt David
2016-04-26- Fix straggling EncryptedPaymentRequest referenceMatt David
2016-04-26- Fix formatting + fix/add linksMatt David
- Update images
2016-04-26- Reset bip-0070/extensions.mediawiki to the original BIP70 contentsMatt David
- Remove status_code and status_message from individual Payment Protocol messages - Remove EncryptedInvoiceRequest, EncryptedPaymentRequest, EncryptedPayment and EncryptedPaymentACK messages from protobuf definition file - Add ProtocolMessageType enum and ProtocolMessageType and EncryptedProtocolMesssage messages to bip-0075/paymentrequest.proto definition file - Update BIP75 text to remove old individual message encryption paths and include new encapsulating messages for self-contained PaymentProtocol communication (including errors) over various transport layers - Add initial list of status codes - Update BIP75 to use AES-256-GCM and remove message hash as GCM mode provides authenticated encryption - Update ECDH calculation to use SHA256 hash of ECDH's X point instead of the raw X point itself
2016-03-29- Update HTTPS to be TLS-protected HTTPMatt David
- Add Updated Messages section to describe the status_code and status_message - Separated Message and Communication Errors into Payment Protocol Errors and Communication Errors - Add first draft Payment Protocol error codes - Update InvoiceRequest Message Creation description amount example to return Payment Protocol error in the case of an issue with the amount.
2016-03-16Merge remote-tracking branch 'origin/master'Matt David
2016-03-16Update BIP header to pass TravisCIMatt David
2016-03-16Merge remote-tracking branch 'upstream/master'Matt David
2016-03-16Merge pull request #16 from jmacwhyte/proofreadMatt David
Removed BIP70 extensions
2016-03-16Merge pull request #355 from jl2012/patch-12Luke-Jr
BIP142: Deferred
2016-03-17BIP142: DeferredJohnson Lau
2016-03-16BIP142: DeferredJohnson Lau
BIP142 will not be deployed with BIP141 at the same time. Initially, people are expected to use P2SH segwit, or payment protocol for native segwit
2016-03-15Removed BIP70 extensionsjmacwhyte
2016-03-15Merge pull request #354 from sipa/bip9fixesLuke-Jr
Small improvements to BIP9
2016-03-15Small improvements to BIP0009Pieter Wuille
2016-03-15BIP9: More explicit recommendations on values.Rusty Russell
Basically the same thing reworded as a checklist, with 3 years turned into 1, and suggesting a 1 month delay after expected deployment date. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-03-15bip9: fix heading levels.Rusty Russell
It goes from level 2 (specification) to 4; those headings should be level 3. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-03-15Merge pull request #351 from dangershony/patch-2Luke-Jr
Crypzo has changed name to CoinVault
2016-03-15Merge pull request #353 from priestc/masterLuke-Jr
Added paragraph about address re-use for BIP131
2016-03-14fixed typos and wordingChris Priest
2016-03-14added paragraph about address reuseChris Priest
2016-03-11Merge pull request #15 from FinalHash/masterMatt David
Format Comment To Match Previous Style
2016-03-11Merge pull request #14 from jonathancross/patch-2Matt David
Formatting improvements to BIP-75
2016-03-11Format CommentMarshall Long
Format comment to fit style of previous comments
2016-03-11Formatting improvements to BIP-75Jonathan Cross
* Fixing a few extra closing `b` tags and converting others to wiki bold syntax. * Linking "see below" and "see above" items to the actual section of the BIP. * Consistent capitalization of "Bitcoin". * "requester" => "requester* (more common outside of legal writing) * "concious" => "conscious" * "Foward" => "Forward" * "Satoshis" => "satoshis" (as unit of bitcoin, not the name of creator) * Removing unnecessary </img> which can actually cause problems. * Adding required `alt` attribute to img tags. * Fix wrapping of long lines (some were wrapped at 112 chars) - No effect on final rendering users see.
2016-03-10bip-0002: Updates from Q&A with Mustafa Al-BassamLuke Dashjr
2016-03-10Crypzo has changed name to CoinVaultDan Gershony
2016-03-09- Update optional flags to PaymentDetails definition in paymentrequest.protoMatt David
- Add DER encoding requirement for EC public keys and ECC signatures - Add SHA-256 hashing requirement for ECC signatures - Add FIPS 180-4 SHS link
2016-03-09Merge pull request #13 from jmacwhyte/proofreadMatt David
Extended BIP70 fields, added BIP number
2016-03-09Extended BIP70 fields, added BIP numberjmacwhyte
2016-03-09bip-0002: Fix typoLuke Dashjr
2016-03-08bip-0002: Clarify ordering of Comments-* headersLuke Dashjr
2016-03-08Merge commit '54018e9'Luke Dashjr
2016-03-08bip-0002: Rationale for prohibiting PD in new BIPsLuke Dashjr
2016-03-08bip-0002: Complete license explanationLuke Dashjr
2016-03-08 - Add subtract_fee and replace_by_fee flags to PaymentDetails. ↵Matt David
replace_by_fee is commented out as it's only available in version 2 of the message
2016-03-08Merge pull request #331 from kanzure/bip1/typofix-and-formatfixLuke-Jr
BIP1: Formatfix for auxiliary files section and a small typofix
2016-03-07- Update PaymentDetails indexMatt David
- Added bolding to replace_by_fee
2016-03-07Merge pull request #12 from jmacwhyte/proofreadMatt David
Renamed to BIP75, added extensions to BIP70 payment details
2016-03-07Renamed to BIP75, added extensions to BIP70 payment detailsjmacwhyte
2016-03-07Merge pull request #349 from jonathancross/patch-1Luke-Jr
Small typo in bip-0009.mediawiki
2016-03-07Merge pull request #348 from MarcoFalke/patch-2Luke-Jr
[Bip 133] Fix typos
2016-03-07Small typo in bip-0009.mediawikiJonathan Cross
2016-03-07bip 133: remove implementation detailMarcoFalke
2016-03-06Update bip-0133.mediawikiMarcoFalke
2016-03-02Merge pull request #346 from sipa/bip9workLuke-Jr
Further tweaks to BIP9