summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-28Update bip-0070.mediawikiDavid A. Harding
Revised final sentence of signature field description.
2014-04-26Update bip-0070.mediawikiDavid A. Harding
Change "zero-byte placeholder" to "empty string"
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-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
2014-02-10Merge pull request #19 from fanquake/patch-1Wladimir J. van der Laan
Fix typos in BIP 14
2014-02-10Merge pull request #17 from trezor/masterWladimir J. van der Laan
BIP39 changes
2014-02-10Fix TyposMichael Ford
proceeds -> precedes seperate -> separate
2014-02-10should -> mustslush0
2014-02-09BIP39: Accepted -> Draftslush0
2014-02-07Usage of UTF-8 NFKDslush0
2014-02-07Removed reference to brainwalletslush0
2014-02-07Added bip39 english wordlistslush0
2014-02-07Fixed table formattingslush0
2014-02-07Fixed conflictslush0
Conflicts: README.mediawiki
2014-02-07BIP 39 marked as Acceptedslush0