1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-02-25 07:48:05 +01:00
Commit graph

422 commits

Author SHA1 Message Date
Wladimir J. van der Laan
77f4c9d9f8 Merge pull request #183 from TheBlueMatt/master
BIP 111
2015-09-01 21:37:51 +00:00
Matt Corallo
a110a5692f Remove confusing * 2015-09-01 14:30:44 -07:00
Matt Corallo
19a33ff72d Merge pull request #1 from techstoreclub/fix/bip-111-number
Fix index number on BIP 111 & Formatting
2015-08-26 12:25:55 -07:00
Andy Chase
94db3f90c3 bip-111 convert formatting to mediawiki 2015-08-26 01:17:18 -07:00
Andy Chase
b1d5a37f58 Fix index number on BIP 111 2015-08-26 00:24:11 -07:00
Wladimir J. van der Laan
0944ae238d Merge pull request #174 from spaz926/patch-1
Update bip-0067.mediawiki
2015-08-24 18:35:17 +00:00
Matt Corallo
8dd40f15ba Add BIP 111 to index 2015-08-24 11:25:03 -07:00
Wladimir J. van der Laan
70fb93b9e9 Merge pull request #180 from dcousens/patch-2
bip66: change status to final
2015-08-24 18:21:56 +00:00
Wladimir J. van der Laan
eabd212784 Merge pull request #177 from gavinandresen/bip101_fixes
Correct description of which version bits are set
2015-08-24 18:17:20 +00:00
Matt Corallo
36a1741e7f Update reference and text of 111 after ML discussion 2015-08-24 11:05:26 -07:00
Matt Corallo
261bf25afc Add last-fully-posted version of BIP 111 2015-08-24 11:04:07 -07:00
Daniel Cousens
8e5fe7a23d bip66: change status to final 2015-08-14 09:52:24 +10:00
Gavin Andresen
1ea04863cc
Correct description of which version bits are set 2015-07-30 14:45:32 -04:00
Wladimir J. van der Laan
a409100854 Merge pull request #163 from gavinandresen/blocksize
BIP 101 : maximum block size increase
2015-07-30 09:21:29 +00:00
Wladimir J. van der Laan
21c2ad6dbd Merge pull request #175 from petertodd/minor-bip62-spelling
Minor: BIP62: spelling
2015-07-28 19:09:54 +00:00
Peter Todd
57f871fdca
Minor: BIP62: spelling 2015-07-28 14:59:55 -04:00
Jeffrey C
4b8b2d8a98 Update bip-0067.mediawiki
Change date format to ISO 8601
2015-07-17 02:53:38 -05:00
Gavin Andresen
3248c9f67b
Changed version number to 0x20000007 for more compatibility with existing version 1/2/3 blocks 2015-07-15 09:56:53 -04:00
Wladimir J. van der Laan
a7c05e17b3 Merge pull request #166 from Eylrid/master
Update Missed Mailing List Link
2015-07-02 11:41:44 +00:00
Gavin Andresen
fd99a8ce04
Increase maximum block size
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-30 09:17:54 -04:00
Amos Bairn
0bac1dcc70 Update Missed Mailing List Link
A second link to the mailing list was missed and left pointing to the old
list.
2015-06-29 15:24:12 -07:00
Wladimir J. van der Laan
11d8610907 Merge pull request #160 from mruddy/bip65
BIP65: add sections on ability to freeze funds and implementations
2015-06-24 17:29:19 +00:00
mruddy
5d0d854cdd minor comma, spacing, and wording adjustments 2015-06-23 17:34:41 -04:00
mruddy
79f6ed1854 add section on ability to freeze funds, updated link to bitcoin-dev list, and added section on implementations 2015-06-22 15:50:14 -04:00
Wladimir J. van der Laan
1e34cd7f33 Merge pull request #156 from todu/patch-1
Corrected spelling of one word.
2015-06-22 12:22:02 +00:00
Wladimir J. van der Laan
f8ffd492de Merge pull request #150 from jl2012/patch-1
Dummy 0 in scriptSig for CHECKMULTISIG
2015-06-22 12:20:46 +00:00
Wladimir J. van der Laan
d457fa2f8e Merge pull request #149 from maraoz/patch-2
Update bip45 based on comments by dskloet
2015-06-22 12:20:17 +00:00
Wladimir J. van der Laan
5773aa4693 Merge pull request #148 from NicolasDorier/patch-6
Reject code DUPLICATE also used for rejecting tx
2015-06-22 12:19:31 +00:00
Wladimir J. van der Laan
b2c320f58f Merge pull request #158 from maaku/bip68
Add BIP 68: Consensus-enforced transaction replacement signalled via sequence numbers
2015-06-22 12:09:51 +00:00
Wladimir J. van der Laan
8078ed4d90 Merge pull request #161 from laanwj/master
bip-0001: Mailing list move
2015-06-22 12:06:11 +00:00
Wladimir J. van der Laan
9ea8012e68 bip-0001: Mailing list move 2015-06-22 09:30:54 +02:00
Mark Friedenbach
fca43c76b7 Add BIP 68 to index 2015-06-21 20:12:59 -07:00
Mark Friedenbach
d32087c2bf Add BIP 68: Consensus-enforced transaction replacement signalled via sequence numbers 2015-06-21 20:12:58 -07:00
todu
e02edcc7b3 Corrected spelling of one word.
"verifcation" -> "verification".
2015-06-12 15:02:15 +02:00
Manuel Aráoz
dc0107f3c8 Update bip45 based on comments by dskloet
- fix examples
- fix address discovery section
- fix purpose to 45
- mention difference with bip-0044
2015-05-26 15:53:46 -03:00
Wladimir J. van der Laan
8defdc87d1 Merge pull request #136 from NicolasDorier/patch-4
Add C# implementation of BIP39 (NBitcoin)
2015-05-26 08:20:05 +00:00
Wladimir J. van der Laan
f30e1eccd5 Merge pull request #146 from afk11/bip0090
BIP: Deterministic multi-signature P2SH addresses
2015-05-26 08:13:03 +00:00
Wladimir J. van der Laan
deec9f13c2 Merge pull request #130 from bip39JP/master
BIP39: Clarify necessity for ideographic spaces.
2015-05-26 08:09:14 +00:00
Wladimir J. van der Laan
272d9cf558 Merge pull request #151 from jl2012/patch-2
fixing typo
2015-05-26 08:07:25 +00:00
Wladimir J. van der Laan
e6638ff025 Merge pull request #154 from amingilani/patch-1
typo
2015-05-26 08:06:57 +00:00
Wladimir J. van der Laan
fbe7196ee6 Merge pull request #152 from Kirvx/master
BIP39 French Wordlist - My proposal
2015-05-26 08:06:06 +00:00
Kirvx
69841de362 French Wordlist 2015-05-25 14:13:19 +02:00
Amin Shah Gilani
18d89d05e0 typo 2015-05-24 09:59:54 +05:00
Wladimir J. van der Laan
88709f9f41 Merge pull request #147 from voisine/master
NFKD normalize BIP39 spanish word list
2015-05-21 10:28:05 +00:00
jl2012
acf48857b1 fixing typo
fixing typo
2015-04-29 17:45:55 +08:00
jl2012
4c04b67f7c Dummy 0 in scriptSig for CHECKMULTISIG
There should be a dummy 0 in the scriptSig for CHECKMULTISIG
2015-04-29 17:33:05 +08:00
Thomas Kerin
213e8a27a3 remove whitespace 2015-04-27 17:18:44 +01:00
Thomas Kerin
01e427ad97 Add references section 2015-04-27 17:17:47 +01:00
Thomas Kerin
1c000480d4 Specifically mention BIP-0011 (P2SH)
Also add acknowledgement to Luke-Jr
2015-04-27 17:15:26 +01:00
Thomas Kerin
ff22fdf042 With acknowledgements to BtcDrak 2015-04-12 15:58:45 +01:00