summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-29C# implementationNicolas Dorier
Github link to a C# implementation
2014-04-29Merge pull request #57 from e4xit/patch-1Wladimir J. van der Laan
Minor grammatical & spelling corrections
2014-04-29Minor grammatical & spelling correctionse4xit
2014-04-28Update bip-0070.mediawikiDavid A. Harding
Revised final sentence of signature field description.
2014-04-27Loosened URL validity period on payment requests.Ross Nicoll
2014-04-27Merge pull request #56 from trezor/masterWladimir J. van der Laan
fix typos in BIP-0043 and BIP-0044
2014-04-27fix typos in BIP-0043 and BIP-0044Pavol Rusnak
2014-04-26Update bip-0070.mediawikiDavid A. Harding
Change "zero-byte placeholder" to "empty string"
2014-04-27Expanded and clarified wording on recovering from error states when sending ↵Ross Nicoll
payment to the merchant's server.
2014-04-26Added note about handling HTTP statuses which are neither error nor success.Ross Nicoll
2014-04-26Added reference to RFC 2616 to BIP0072.Ross Nicoll
2014-04-26Added note about handling multiple copies of a Payment message, to ensure ↵Ross Nicoll
resend is safe in case of a transport layer failure.
2014-04-26Added file size limits for Payment and PaymentACK messages.Ross Nicoll
2014-04-26Replaced example domain name with example.com.Ross Nicoll
2014-04-26Merge pull request #48 from schildbach/bip70-refund-deadlineGregory Maxwell
Define a deadline for returning funds via refund_to.
2014-04-25Merge pull request #22 from schildbach/bip70-recommend-intermediate-certsGregory Maxwell
Recommend including intermediate certificates in a BIP70 payment request.
2014-04-24Merge pull request #53 from trezor/masterWladimir J. van der Laan
introduce BIP-0043 and BIP-0044
2014-04-24Fixed date formatslush0
2014-04-24introduce BIP-0043 and BIP-0044slush0
2014-04-23Merge pull request #51 from voisine/tempGregory Maxwell
steps to recalculate address from confirmation code
2014-04-23Merge pull request #36 from petertodd/bip70-extensionsGregory Maxwell
Add in-repo BIP70 extension registration page
2014-04-23Adding additional implementationsJud Stephenson
2014-04-16steps to recalculate address from confirmation codeAaron Voisine
also fixed some typos
2014-04-15Attempt to put the actual characters in the source fileBrooks Boyd
2014-04-15Add normalization note on test caseBrooks Boyd
2014-04-15Add test case for UTF8 NFC normalizationBrooks Boyd
2014-04-15Update bip-0038.mediawikiMidnightLightning
Fix some erroneous statements in the description of the math used for encryption/decryption of EC-Multiplied keys/addresses
2014-04-13Require including intermediate certificates in a BIP70 payment request.Andreas Schildbach
2014-04-13Merge pull request #47 from voisine/patch-1Wladimir J. van der Laan
Update bip-0038.mediawiki
2014-04-13Update bip-0038.mediawikiAaron Voisine
Updated Authors
2014-04-12Define a deadline for returning funds via refund_to.Andreas Schildbach
See discussion "BIP 70 refund field" on bitcoin-dev.
2014-04-12Update bip-0038.mediawikiAaron Voisine
fixed some typos that made the spec inconsistent and confusing to implement
2014-04-08Merge pull request #46 from olalonde/patch-1Wladimir J. van der Laan
Fixed typo
2014-04-07Update bip-0032.mediawikiOlivier Lalonde
2014-04-05Merge pull request #45 from laanwj/masterWladimir J. van der Laan
Change date format to ISO 8601
2014-04-05Change date format to ISO 8601Wladimir J. van der Laan
This came up on the mailing list. yyyy-mm-dd (ISO 8601) is the internationally accepted format for numeric dates. This commit changes all BIPs to use that instead of dd-mm-yyyy. It also updates BIP 0001 to prescribe the new format.
2014-04-01Merge pull request #44 from sipa/bip42Gregory Maxwell
Include image and index entry for BIP42
2014-04-02Include image for BIP42Pieter Wuille
2014-04-01Update README.mediawikiGregory Maxwell
2014-04-01Update README.mediawikiGregory Maxwell
Add BIP42: A finite monetary supply for Bitcoin.
2014-04-01Merge pull request #42 from sipa/bip42Gregory Maxwell
Add BIP 42: finite monetary supply for Bitcoin
2014-04-01Add BIP 42: Finite monetary supply for BitcoinPieter Wuille
2014-03-31Update bip-0070.mediawikiDavid A. Harding
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.
2014-03-25Merge pull request #39 from stevenroose/patch-1Wladimir J. van der Laan
Fixed broken links to other BIP pages
2014-03-25Fixed broken links to other BIP pagesSteven Roose
2014-03-18Merge pull request #14 from petertodd/stealth-addresses-bip-number-requestGregory Maxwell
Assign BIP62 for Stealth Addresses
2014-03-18Merge pull request #24 from petertodd/document-bip16-520-byte-redeemScript-limitGavin Andresen
Document BIP16/P2SH 520 byte redeem script limit
2014-03-18Merge pull request #31 from airbreather/patch-1Gavin Andresen
Documenting the timestamp for BIP-0030
2014-03-18Merge pull request #30 from swansontec/masterWladimir J. van der Laan
Fix BIP 21 and BIP 72 ambiguities & mistakes
2014-03-17Add in-repo BIP70 extension registration pagePeter Todd