1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 18:00:08 +01:00
Commit Graph

39 Commits

Author SHA1 Message Date
MeshCollider
6295c1a095 Fixing spelling in multiple BIPs 2017-09-16 03:12:13 +00:00
Luke Dashjr
959fecc15b Promote BIP 2 Draft->Active, and implement it
- Update all Accepted status to Proposed (renamed status)
- The BIP Comments preamble headers added to every BIP
- The License preamble headers have been added to all BIPs with a Copyright section
2016-11-30 09:51:01 +00:00
Luke Dashjr
d35a3d33da Promote BIP 9 Draft->Final 2016-08-20 23:50:14 +00:00
Johnson Lau
5e6dc77d6b Clarify BIP9 threshold
The threshold for should be ≥2016 for mainnet, ≥1512 for testnet.
https://github.com/bitcoin/bitcoin/blob/v0.12.1/src/versionbits.cpp#L69
https://github.com/bitcoin/bitcoin/blob/v0.12.1/src/chainparams.cpp#L84
https://github.com/bitcoin/bitcoin/blob/v0.12.1/src/chainparams.cpp#L177
2016-06-20 01:47:03 +08:00
Chris Wheeler
3dc43c84b1 Fix typo on link to assignments 2016-06-01 17:54:45 +01:00
Luke-Jr
55ecc6fd38 Merge pull request #386 from btcdrak/bip9assign
Add BIP9 assignments
2016-05-31 18:08:56 +00:00
Luke Dashjr
a95b8f8796 bip-0009: Remove n/a paragraph 2016-05-22 10:48:51 +00:00
Luke Dashjr
949bb13c1d Replace "rules/force" mutation with a "cannot be ignored" prefix to rule names 2016-05-22 10:48:45 +00:00
Luke Dashjr
d28a720f2a BIP 9: rules/force mutation 2016-05-22 10:48:21 +00:00
Luke Dashjr
074909a173 BIP 9: Clarify GBT "version" 2016-05-22 10:48:00 +00:00
Luke Dashjr
baacb0c645 BIP 9: Use simple Yes/No rather than templates (which don't work on GitHub) 2016-05-22 10:47:50 +00:00
Luke Dashjr
adbf64c626 BIP 9: Switch to rules/vbavailable/vbrequired GBT interface 2016-05-22 10:46:54 +00:00
Luke Dashjr
c7a31304e7 bip-0009: Recommend name "bipN" 2016-05-22 10:46:33 +00:00
Luke Dashjr
4c124a8c5d BIP 9: GBT specification 2016-05-22 10:46:22 +00:00
Luke Dashjr
4e9591d8c7 BIP 9: Add softfork deployment "name" 2016-05-22 10:46:04 +00:00
Luke Dashjr
b8907db950 BIP 9: Clarify nVersion interpretation and bit order 2016-05-22 10:45:53 +00:00
Steven Roose
580db15907 Less visible error 2016-05-17 02:06:18 +02:00
Steven Roose
1a3613622b Error in BIP0009 code 2016-05-14 14:22:56 +02:00
Steven Roose
f71727f1c3 BIP0009 code syntax fix 2016-05-14 14:21:46 +02:00
BtcDrak
b56f7d7b6d Add BIP9 assignments 2016-05-07 07:45:01 +01:00
Pieter Wuille
bce835d2ce Small improvements to BIP0009 2016-03-15 16:29:24 +01:00
Rusty Russell
4c4009bfdb BIP9: More explicit recommendations on values.
Basically the same thing reworded as a checklist, with 3 years turned into 1,
and suggesting a 1 month delay after expected deployment date.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-03-15 16:25:54 +01:00
Rusty Russell
7314d13a08 bip9: fix heading levels.
It goes from level 2 (specification) to 4; those headings should be level 3.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-03-15 16:25:46 +01:00
Jonathan Cross
c6f8e3ae62 Small typo in bip-0009.mediawiki 2016-03-07 16:51:59 +01:00
Pieter Wuille
a3df16e650 Correct the claim that only 29 bits are available anyway 2016-03-02 20:09:36 +01:00
Pieter Wuille
cd6dfb9411 Recommend a fallow pause explicitly 2016-03-02 20:09:35 +01:00
Pieter Wuille
63d626668c Clarify things and make notation more consistent 2016-03-02 20:09:35 +01:00
Pieter Wuille
760e2a15bf Make the threshold independent from the deployment 2016-03-02 20:09:35 +01:00
Pieter Wuille
a449306373 Remove ABANDONED and fix ambiguity 2016-03-02 05:38:06 +01:00
Pieter Wuille
8315dfd3fa Rewrite state transition logic 2016-03-01 04:12:33 +01:00
Pieter Wuille
737bf29de2 Update former BIP references and consistency 2016-03-01 04:06:45 +01:00
Pieter Wuille
226bd097a9 Add start time 2016-03-01 04:06:45 +01:00
Luke-Jr
2b27bb5d27 Merge pull request #219 from CodeShark/BIP0009_revisions
Added clarifications to BIP0009.
2016-03-01 00:25:30 +00:00
Luke Dashjr
4edd6d2bad Lots of formatting fixes 2016-02-03 07:02:36 +00:00
Eric Lombrozo
94820a96b5 Removed deploytime parameter. 2015-11-28 16:32:08 -05:00
Eric Lombrozo
64fda4ea05 Added parameters for specification to BIP0009. 2015-11-17 07:30:34 -05:00
Rusty Russell
fd189fdccd BIP 009: Minor revision to extend bit into lockin period.
As discussed here:
	http://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-September/011275.html

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-10-02 10:50:18 +09:30
Rusty Russell
602e721256 More btcdrak feedback.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-09-27 15:22:45 +09:30
Rusty Russell
f278c02cbc Bip number assigned: 9.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-09-25 12:16:11 +09:30