summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-01Remove confusing *Matt Corallo
2015-08-28Initial commitBtcDrak
Transferring from gist https://gist.github.com/btcdrak/1c3a323100a912b605b5
2015-08-28Revert "remove malleability foot note"Daniel Cousens
This reverts commit c6ed18d8b27be10b5f0c5f357969e1b0dbf963db.
2015-08-26Merge pull request #1 from techstoreclub/fix/bip-111-numberMatt Corallo
Fix index number on BIP 111 & Formatting
2015-08-26bip-111 convert formatting to mediawikiAndy Chase
2015-08-26Fix index number on BIP 111Andy Chase
2015-08-24Merge pull request #174 from spaz926/patch-1Wladimir J. van der Laan
Update bip-0067.mediawiki
2015-08-24Add BIP 111 to indexMatt Corallo
2015-08-24Merge pull request #180 from dcousens/patch-2Wladimir J. van der Laan
bip66: change status to final
2015-08-24Merge pull request #177 from gavinandresen/bip101_fixesWladimir J. van der Laan
Correct description of which version bits are set
2015-08-24Update reference and text of 111 after ML discussionMatt Corallo
2015-08-24Add last-fully-posted version of BIP 111Matt Corallo
2015-08-21dont include pseudo-code for lexicographical sortingDaniel Cousens
2015-08-21add editor noteDaniel Cousens
2015-08-21remove random 104Daniel Cousens
2015-08-21reword transaction outputs in-line with transaction inputs formatDaniel Cousens
2015-08-21remove malleability foot noteDaniel Cousens
2015-08-21remove mention of information typically found in walletsDaniel Cousens
2015-08-21remove probability, specify behaviour for matching prevOut indicesDaniel Cousens
2015-08-21sort by prevTxHash in little-endian, descending order, lexicographicallyDaniel Cousens
2015-08-21human-readable string representation is big-endianDaniel Cousens
2015-08-21split sentences over lines for smaller diffsDaniel Cousens
2015-08-18added list of open source implementationsKristov Atlas
H/T @dcousens
2015-08-18trying to fix git mixup with bip68Kristov Atlas
2015-08-18Merge remote-tracking branch 'bitcoin/master'Kristov Atlas
Conflicts: README.mediawiki
2015-08-14bip66: change status to finalDaniel Cousens
2015-08-07Adding BIP0121Kalle Rosenbaum
2015-08-07Adding BIP0120Kalle Rosenbaum
2015-08-07Removing bips and will add them again one at a time.Kalle Rosenbaum
2015-08-07More formatting. Trying to get dummy URLs to not display as links.Kalle Rosenbaum
2015-08-07Testing formattingKalle Rosenbaum
2015-08-07Fixing markupKalle Rosenbaum
2015-08-07Fixed referencee to BIP0121Kalle Rosenbaum
2015-08-07Merged bip101Kalle Rosenbaum
2015-07-30Correct description of which version bits are setGavin Andresen
2015-07-30Merge pull request #163 from gavinandresen/blocksizeWladimir J. van der Laan
BIP 101 : maximum block size increase
2015-07-28Minor grammatical changeDouglas Roark
The sentence regarding allowing empty byte arrays to indicate an invalid ECDSA signature is confusing. I attempted to make it clearer. If I screwed it up or can make it even clearer, please let me know. Thank you.
2015-07-28Added BIP0120 and BIP0121Kalle Rosenbaum
2015-07-28Merge pull request #175 from petertodd/minor-bip62-spellingWladimir J. van der Laan
Minor: BIP62: spelling
2015-07-28Minor: BIP62: spellingPeter Todd
2015-07-17Update bip-0067.mediawikiJeffrey C
Change date format to ISO 8601
2015-07-15Changed version number to 0x20000007 for more compatibility with existing ↵Gavin Andresen
version 1/2/3 blocks
2015-07-10update readmeJustus Ranvier
2015-07-10Update BIP-21 URI scheme for payment code supportJustus Ranvier
Incorporates suggestion by erasmospunk: https://github.com/bitcoin/bips/pull/159#issuecomment-115277577
2015-07-10improve Bitmessage key derivationJustus Ranvier
2015-07-10add mailing list discussion referenceJustus Ranvier
2015-07-10Correct serializationJustus Ranvier
Since the length of the data encoded by base58check affects the version byte needed to produce a desired leading character, fix the length of the payment code at 80 bytes, and correct the version byte to 0x23
2015-07-10BIP-0047: Reusable payment codesJustus Ranvier
Payment codes are SPV-friendly alternatives to DarkWallet-style stealth addresses which provide useful features such as positively identifying senders to recipients and automatically providing for transaction refunds. Payment codes can be publicly advertised and associated with a real-life identity without causing a loss of financial privacy. Compared to stealth addresses, payment codes require less blockchain data storage. Payment codes require 65 bytes of OP_RETURN data per sender-recipient pair, while stealth addresses require 40 bytes per transaction.
2015-07-02Merge pull request #166 from Eylrid/masterWladimir J. van der Laan
Update Missed Mailing List Link
2015-06-30Increase maximum block sizeGavin Andresen
Proposal to increase maximum possible block size, starting at 8MB in January 2016 and increasing on-pace with technological growth to 8,192MB in twenty years.