summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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-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-17Assign BIP63 for Stealth AddressesPeter Todd
2014-03-17Remove duplicate BIP62 (malleability) entryPeter Todd
2014-03-17Merge pull request #35 from afk11/patch-1Wladimir J. van der Laan
Link to PHP implementation of BIP32- Passes test vectors.
2014-03-17Merge pull request #33 from drupalnomad/masterWladimir J. van der Laan
Link to Protocol Buffers message definition file.
2014-03-17Link to PHP implementation of BIP32- Passes test vectors.afk11
2014-03-16Change comment to "register extensions via pull-req".Jonathan Brown
2014-03-15Add paymentrequest.proto to BIP 70.Jonathan Brown
2014-03-15Add paymentrequest.proto to BIP 70.Jonathan Brown
2014-03-14Link to Protocol Buffers message definition file.Jonathan Brown
2014-03-13Merge pull request #12 from sipa/bip32updatePieter Wuille
Update BIP32: 'hardened' terminology + explicit conversions
2014-03-13BIP 21: Allow empty addresses and query parametersWilliam Swanson
Empty addresses should be valid for compatibility with BIP 72. Empty query parameters should also be valid, since they are harmless, and clients already accept them. With these changes, bitcoin:?& would be a valid (but useless) URI.
2014-03-13BIP 21: Clarify case-sensitivityWilliam Swanson
The "bitcoin:" URI scheme needs to be case-insensitive according to the RFC, but the query parameters should be case-sensitive according to the bitcoin-qt client implementation.
2014-03-12Merge pull request #32 from sipa/bip62Gregory Maxwell
Add draft BIP62
2014-03-12Add draft BIP62Pieter Wuille
2014-03-10BIP-0030 documentation now reflects reality.airbreather
2014-03-09Documenting the timestamp for BIP-0030airbreather
Per the linked commit, this rule became active for blocks with timestamps after on March 15, 2012 at 00:00 UTC (February 20, 2012 at 00:00 UTC for testnet).
2014-03-06BIP 72: Reduce the amount of escaping neededWilliam Swanson
RFC 3986 obsoletes RFC 1738, which this BIP was wrongly referencing. The new RFC requires far less escaping for query parameters.
2014-03-06BIP 21: Precisely define the valid query charactersWilliam Swanson
2014-03-06BIP 21: Mention RFC 3986 and character setWilliam Swanson
2014-03-06BIP 21: Add a missing "&" rule to the ABNF grammarWilliam Swanson
The URI syntax uses an ampersand to separate query parameters, but the ABNF grammar didn't reflect this fact. Also, the type of grammar used here is "ABNF" and not "BNF".
2014-03-02Merge pull request #25 from schildbach/bip70-typo-certificatesGavin Andresen
Fix typo: PaymentRequest is hashed rather than the Payment message.
2014-03-02Fix typo: PaymentRequest is hashed rather than the Payment message.Andreas Schildbach
2014-02-28Document 520-byte serialized script limitPeter Todd
2014-02-28Make reference to the redeemScript terminologyPeter Todd
2014-02-20BIP62 number assignment for Non-malleable txnGregory Maxwell
2014-02-18Merge pull request #20 from schildbach/bip70-add-utcGavin Andresen
Clarify UTC for all time values in BIP70.
2014-02-18Clarify UTC for all time values in BIP70.Andreas Schildbach
2014-02-10Merge pull request #16 from jmcorgan/add-bip32utils-refWladimir J. van der Laan
Added bip32utils Python implementation reference
2014-02-10Added bip32utils Python implementation referenceJohnathan Corgan
2014-02-10Merge pull request #15 from oleganza/masterWladimir J. van der Laan
added link to Objective-C implementation of BIP32