Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-04 | Initial commit of BIP: Median-past Timelock | Thomas Kerin | |
2015-07-30 | Merge pull request #163 from gavinandresen/blocksize | Wladimir J. van der Laan | |
BIP 101 : maximum block size increase | |||
2015-07-28 | Merge pull request #175 from petertodd/minor-bip62-spelling | Wladimir J. van der Laan | |
Minor: BIP62: spelling | |||
2015-07-28 | Minor: BIP62: spelling | Peter Todd | |
2015-07-15 | Changed version number to 0x20000007 for more compatibility with existing ↵ | Gavin Andresen | |
version 1/2/3 blocks | |||
2015-07-02 | Merge pull request #166 from Eylrid/master | Wladimir J. van der Laan | |
Update Missed Mailing List Link | |||
2015-06-30 | Increase maximum block size | Gavin 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-29 | Update Missed Mailing List Link | Amos Bairn | |
A second link to the mailing list was missed and left pointing to the old list. | |||
2015-06-24 | Merge pull request #160 from mruddy/bip65 | Wladimir J. van der Laan | |
BIP65: add sections on ability to freeze funds and implementations | |||
2015-06-23 | minor comma, spacing, and wording adjustments | mruddy | |
2015-06-22 | add section on ability to freeze funds, updated link to bitcoin-dev list, ↵ | mruddy | |
and added section on implementations | |||
2015-06-22 | Merge pull request #156 from todu/patch-1 | Wladimir J. van der Laan | |
Corrected spelling of one word. | |||
2015-06-22 | Merge pull request #150 from jl2012/patch-1 | Wladimir J. van der Laan | |
Dummy 0 in scriptSig for CHECKMULTISIG | |||
2015-06-22 | Merge pull request #149 from maraoz/patch-2 | Wladimir J. van der Laan | |
Update bip45 based on comments by dskloet | |||
2015-06-22 | Merge pull request #148 from NicolasDorier/patch-6 | Wladimir J. van der Laan | |
Reject code DUPLICATE also used for rejecting tx | |||
2015-06-22 | Merge pull request #158 from maaku/bip68 | Wladimir J. van der Laan | |
Add BIP 68: Consensus-enforced transaction replacement signalled via sequence numbers | |||
2015-06-22 | Merge pull request #161 from laanwj/master | Wladimir J. van der Laan | |
bip-0001: Mailing list move | |||
2015-06-22 | bip-0001: Mailing list move | Wladimir J. van der Laan | |
2015-06-21 | Add BIP 68 to index | Mark Friedenbach | |
2015-06-21 | Add BIP 68: Consensus-enforced transaction replacement signalled via ↵ | Mark Friedenbach | |
sequence numbers | |||
2015-06-12 | Corrected spelling of one word. | todu | |
"verifcation" -> "verification". | |||
2015-05-26 | Update bip45 based on comments by dskloet | Manuel Aráoz | |
- fix examples - fix address discovery section - fix purpose to 45 - mention difference with bip-0044 | |||
2015-05-26 | Merge pull request #136 from NicolasDorier/patch-4 | Wladimir J. van der Laan | |
Add C# implementation of BIP39 (NBitcoin) | |||
2015-05-26 | Merge pull request #146 from afk11/bip0090 | Wladimir J. van der Laan | |
BIP: Deterministic multi-signature P2SH addresses | |||
2015-05-26 | Merge pull request #130 from bip39JP/master | Wladimir J. van der Laan | |
BIP39: Clarify necessity for ideographic spaces. | |||
2015-05-26 | Merge pull request #151 from jl2012/patch-2 | Wladimir J. van der Laan | |
fixing typo | |||
2015-05-26 | Merge pull request #154 from amingilani/patch-1 | Wladimir J. van der Laan | |
typo | |||
2015-05-26 | Merge pull request #152 from Kirvx/master | Wladimir J. van der Laan | |
BIP39 French Wordlist - My proposal | |||
2015-05-25 | French Wordlist | Kirvx | |
2015-05-24 | typo | Amin Shah Gilani | |
2015-05-21 | Merge pull request #147 from voisine/master | Wladimir J. van der Laan | |
NFKD normalize BIP39 spanish word list | |||
2015-04-29 | fixing typo | jl2012 | |
fixing typo | |||
2015-04-29 | Dummy 0 in scriptSig for CHECKMULTISIG | jl2012 | |
There should be a dummy 0 in the scriptSig for CHECKMULTISIG | |||
2015-04-27 | remove whitespace | Thomas Kerin | |
2015-04-27 | Add references section | Thomas Kerin | |
2015-04-27 | Specifically mention BIP-0011 (P2SH) | Thomas Kerin | |
Also add acknowledgement to Luke-Jr | |||
2015-04-12 | With acknowledgements to BtcDrak | Thomas Kerin | |
2015-04-12 | Remove multisignature brainwallet | Thomas Kerin | |
2015-03-26 | Reject code DUPLICATE also used for rejecting tx | Nicolas Dorier | |
The reject code 0x12 is used for Version duplicate, but also when an input is already spent (bad-txns-inputs-spent) | |||
2015-03-15 | Tidy ups, add BIP0067 to README, and change Type: informational -> standard | Thomas Kerin | |
2015-03-15 | Rename to assigned number: BIP 0067 | Thomas Kerin | |
2015-03-11 | NFKD normalize spanish word list | Aaron Voisine | |
2015-03-12 | Normalize word in wordlist to begin with | bip39jp | |
Misunderstood specification. | |||
2015-03-12 | Clarify 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-11 | Merge pull request #1 from blocktrail/bip0090 | Thomas Kerin | |
add bitcoinJ | |||
2015-03-11 | Add C# implementation of BIP39 (NBitcoin) | Nicolas Dorier | |
2015-03-11 | add bitcoinJ | Ruben de Vries | |
2015-03-11 | Merge pull request #131 from drupalnomad/patch-1 | Wladimir J. van der Laan | |
Mention that "Unsecure money receiver" use-case prevents theft | |||
2015-03-11 | Merge 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-11 | Merge pull request #137 from UdjinM6/patch-1 | Wladimir J. van der Laan | |
BIP39 - Add reference to JavaScript implementation |