summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-14bip66: change status to finalDaniel Cousens
2015-07-30Merge pull request #163 from gavinandresen/blocksizeWladimir J. van der Laan
BIP 101 : maximum block size increase
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-15Changed version number to 0x20000007 for more compatibility with existing ↵Gavin Andresen
version 1/2/3 blocks
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-24Merge pull request #160 from mruddy/bip65Wladimir J. van der Laan
BIP65: add sections on ability to freeze funds and implementations
2015-06-23minor comma, spacing, and wording adjustmentsmruddy
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-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
2015-03-12Normalize word in wordlist to begin withbip39jp
Misunderstood specification.
2015-03-12Clarify necessity for ideographic spaces.bip39jp
I left it unclear / open to interpretation on whether to use ideograpic spaces, but realized that without being specific on its necessity, developers may implement something that would cause trouble with the Japanese user. (two words looking like one word, or phrase verification failing because it can't handle ideographic spaces, etc.)
2015-03-11Merge pull request #1 from blocktrail/bip0090Thomas Kerin
add bitcoinJ
2015-03-11Add C# implementation of BIP39 (NBitcoin)Nicolas Dorier
2015-03-11add bitcoinJRuben de Vries
2015-03-11Merge pull request #131 from drupalnomad/patch-1Wladimir J. van der Laan
Mention that "Unsecure money receiver" use-case prevents theft
2015-03-11Merge pull request #132 from ↵Wladimir J. van der Laan
petertodd/bip62-compact-validly-encoded-invalid-sigs BIP62: Make OP_0 a validly encoded signature
2015-03-11Merge pull request #137 from UdjinM6/patch-1Wladimir J. van der Laan
BIP39 - Add reference to JavaScript implementation