Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-15 | Add normalization note on test case | Brooks Boyd | |
2014-04-15 | Add test case for UTF8 NFC normalization | Brooks Boyd | |
2014-04-15 | Update bip-0038.mediawiki | MidnightLightning | |
Fix some erroneous statements in the description of the math used for encryption/decryption of EC-Multiplied keys/addresses | |||
2014-04-13 | Merge pull request #47 from voisine/patch-1 | Wladimir J. van der Laan | |
Update bip-0038.mediawiki | |||
2014-04-13 | Update bip-0038.mediawiki | Aaron Voisine | |
Updated Authors | |||
2014-04-12 | Update bip-0038.mediawiki | Aaron Voisine | |
fixed some typos that made the spec inconsistent and confusing to implement | |||
2014-04-08 | Merge pull request #46 from olalonde/patch-1 | Wladimir J. van der Laan | |
Fixed typo | |||
2014-04-07 | Update bip-0032.mediawiki | Olivier Lalonde | |
2014-04-05 | Merge pull request #45 from laanwj/master | Wladimir J. van der Laan | |
Change date format to ISO 8601 | |||
2014-04-05 | Change date format to ISO 8601 | Wladimir 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-01 | Merge pull request #44 from sipa/bip42 | Gregory Maxwell | |
Include image and index entry for BIP42 | |||
2014-04-02 | Include image for BIP42 | Pieter Wuille | |
2014-04-01 | Update README.mediawiki | Gregory Maxwell | |
2014-04-01 | Update README.mediawiki | Gregory Maxwell | |
Add BIP42: A finite monetary supply for Bitcoin. | |||
2014-04-01 | Merge pull request #42 from sipa/bip42 | Gregory Maxwell | |
Add BIP 42: finite monetary supply for Bitcoin | |||
2014-04-01 | Add BIP 42: Finite monetary supply for Bitcoin | Pieter Wuille | |
2014-03-25 | Merge pull request #39 from stevenroose/patch-1 | Wladimir J. van der Laan | |
Fixed broken links to other BIP pages | |||
2014-03-25 | Fixed broken links to other BIP pages | Steven Roose | |
2014-03-18 | Merge pull request #14 from petertodd/stealth-addresses-bip-number-request | Gregory Maxwell | |
Assign BIP62 for Stealth Addresses | |||
2014-03-18 | Merge pull request #24 from petertodd/document-bip16-520-byte-redeemScript-limit | Gavin Andresen | |
Document BIP16/P2SH 520 byte redeem script limit | |||
2014-03-18 | Merge pull request #31 from airbreather/patch-1 | Gavin Andresen | |
Documenting the timestamp for BIP-0030 | |||
2014-03-18 | Merge pull request #30 from swansontec/master | Wladimir J. van der Laan | |
Fix BIP 21 and BIP 72 ambiguities & mistakes | |||
2014-03-17 | Assign BIP63 for Stealth Addresses | Peter Todd | |
2014-03-17 | Remove duplicate BIP62 (malleability) entry | Peter Todd | |
2014-03-17 | Merge pull request #35 from afk11/patch-1 | Wladimir J. van der Laan | |
Link to PHP implementation of BIP32- Passes test vectors. | |||
2014-03-17 | Merge pull request #33 from drupalnomad/master | Wladimir J. van der Laan | |
Link to Protocol Buffers message definition file. | |||
2014-03-17 | Link to PHP implementation of BIP32- Passes test vectors. | afk11 | |
2014-03-16 | Change comment to "register extensions via pull-req". | Jonathan Brown | |
2014-03-15 | Add paymentrequest.proto to BIP 70. | Jonathan Brown | |
2014-03-15 | Add paymentrequest.proto to BIP 70. | Jonathan Brown | |
2014-03-14 | Link to Protocol Buffers message definition file. | Jonathan Brown | |
2014-03-13 | Merge pull request #12 from sipa/bip32update | Pieter Wuille | |
Update BIP32: 'hardened' terminology + explicit conversions | |||
2014-03-13 | BIP 21: Allow empty addresses and query parameters | William 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-13 | BIP 21: Clarify case-sensitivity | William 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-12 | Merge pull request #32 from sipa/bip62 | Gregory Maxwell | |
Add draft BIP62 | |||
2014-03-12 | Add draft BIP62 | Pieter Wuille | |
2014-03-10 | BIP-0030 documentation now reflects reality. | airbreather | |
2014-03-09 | Documenting the timestamp for BIP-0030 | airbreather | |
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-06 | BIP 72: Reduce the amount of escaping needed | William Swanson | |
RFC 3986 obsoletes RFC 1738, which this BIP was wrongly referencing. The new RFC requires far less escaping for query parameters. | |||
2014-03-06 | BIP 21: Precisely define the valid query characters | William Swanson | |
2014-03-06 | BIP 21: Mention RFC 3986 and character set | William Swanson | |
2014-03-06 | BIP 21: Add a missing "&" rule to the ABNF grammar | William 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-02 | Merge pull request #25 from schildbach/bip70-typo-certificates | Gavin Andresen | |
Fix typo: PaymentRequest is hashed rather than the Payment message. | |||
2014-03-02 | Fix typo: PaymentRequest is hashed rather than the Payment message. | Andreas Schildbach | |
2014-02-28 | Document 520-byte serialized script limit | Peter Todd | |
2014-02-28 | Make reference to the redeemScript terminology | Peter Todd | |
2014-02-20 | BIP62 number assignment for Non-malleable txn | Gregory Maxwell | |
2014-02-18 | Merge pull request #20 from schildbach/bip70-add-utc | Gavin Andresen | |
Clarify UTC for all time values in BIP70. | |||
2014-02-18 | Clarify UTC for all time values in BIP70. | Andreas Schildbach | |
2014-02-10 | Merge pull request #16 from jmcorgan/add-bip32utils-ref | Wladimir J. van der Laan | |
Added bip32utils Python implementation reference |