summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2015-06-29Update Missed Mailing List LinkAmos Bairn
A second link to the mailing list was missed and left pointing to the old list.
2015-06-24Links to discussion, changed AcknowledgementsKristov Atlas
Added links to discussion per request from laanwj.
2015-06-24BIP 69 not 79Kristov Atlas
2015-06-24BIP #69 assigned by gmaxwellKristov Atlas
2015-06-24Merge pull request #160 from mruddy/bip65Wladimir J. van der Laan
BIP65: add sections on ability to freeze funds and implementations
2015-06-23bip-XX-2mb assigned BIP number 102.Jeff Garzik
2015-06-23minor comma, spacing, and wording adjustmentsmruddy
2015-06-23BIP XX - add growth pointJeff Garzik
2015-06-23Add BIP XX - 2MB block size limit increaseJeff Garzik
2015-06-22add section on ability to freeze funds, updated link to bitcoin-dev list, ↵mruddy
and added section on implementations
2015-06-22Merge pull request #156 from todu/patch-1Wladimir J. van der Laan
Corrected spelling of one word.
2015-06-22Merge pull request #150 from jl2012/patch-1Wladimir J. van der Laan
Dummy 0 in scriptSig for CHECKMULTISIG
2015-06-22Merge pull request #149 from maraoz/patch-2Wladimir J. van der Laan
Update bip45 based on comments by dskloet
2015-06-22Merge pull request #148 from NicolasDorier/patch-6Wladimir J. van der Laan
Reject code DUPLICATE also used for rejecting tx
2015-06-22Merge pull request #158 from maaku/bip68Wladimir J. van der Laan
Add BIP 68: Consensus-enforced transaction replacement signalled via sequence numbers
2015-06-22Merge pull request #161 from laanwj/masterWladimir J. van der Laan
bip-0001: Mailing list move
2015-06-22bip-0001: Mailing list moveWladimir J. van der Laan
2015-06-21Add BIP 68 to indexMark Friedenbach
2015-06-21Add BIP 68: Consensus-enforced transaction replacement signalled via ↵Mark Friedenbach
sequence numbers
2015-06-12Added BIP 79Kristov Atlas
Lexicographical Indexing of Transaction Inputs and Outputs
2015-06-12Corrected spelling of one word.todu
"verifcation" -> "verification".
2015-05-26Update bip45 based on comments by dskloetManuel Aráoz
- fix examples - fix address discovery section - fix purpose to 45 - mention difference with bip-0044
2015-05-26Merge pull request #136 from NicolasDorier/patch-4Wladimir J. van der Laan
Add C# implementation of BIP39 (NBitcoin)
2015-05-26Merge pull request #146 from afk11/bip0090Wladimir J. van der Laan
BIP: Deterministic multi-signature P2SH addresses
2015-05-26Merge pull request #130 from bip39JP/masterWladimir J. van der Laan
BIP39: Clarify necessity for ideographic spaces.
2015-05-26Merge pull request #151 from jl2012/patch-2Wladimir J. van der Laan
fixing typo
2015-05-26Merge pull request #154 from amingilani/patch-1Wladimir J. van der Laan
typo
2015-05-26Merge pull request #152 from Kirvx/masterWladimir J. van der Laan
BIP39 French Wordlist - My proposal
2015-05-25French WordlistKirvx
2015-05-24typoAmin Shah Gilani
2015-05-21Merge pull request #147 from voisine/masterWladimir J. van der Laan
NFKD normalize BIP39 spanish word list
2015-04-29fixing typojl2012
fixing typo
2015-04-29Dummy 0 in scriptSig for CHECKMULTISIGjl2012
There should be a dummy 0 in the scriptSig for CHECKMULTISIG
2015-04-27remove whitespaceThomas Kerin
2015-04-27Add references sectionThomas Kerin
2015-04-27Specifically mention BIP-0011 (P2SH)Thomas Kerin
Also add acknowledgement to Luke-Jr
2015-04-12With acknowledgements to BtcDrakThomas Kerin
2015-04-12Remove multisignature brainwalletThomas Kerin
2015-03-26Reject code DUPLICATE also used for rejecting txNicolas Dorier
The reject code 0x12 is used for Version duplicate, but also when an input is already spent (bad-txns-inputs-spent)
2015-03-15Tidy ups, add BIP0067 to README, and change Type: informational -> standardThomas Kerin
2015-03-15Rename to assigned number: BIP 0067Thomas Kerin
2015-03-11NFKD normalize spanish word listAaron Voisine