Bitcoin Improvement Proposals: Difference between revisions
Jump to navigation
Jump to search
m →List of BIPs: moved |
m spelling |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
The first BIP ([[BIP 0001]]) was submitted by Amir Taaki on 2011-08-19 and described what a BIP is. | The first BIP ([[BIP 0001]]) was submitted by Amir Taaki on 2011-08-19 and described what a BIP is. | ||
= | == Types == | ||
There are three types of BIPs: | There are three types of BIPs: | ||
* '''Standards Track BIPs''' - Changes to the network protocol, block or transaction validation, or anything affecting interoperability. | * '''Standards Track BIPs''' - Changes to the network protocol, block or transaction validation, or anything affecting interoperability. | ||
* '''Informational BIPs''' - Design issues, general guidelines. This type of BIP is NOT for proposing new features and | * '''Informational BIPs''' - Design issues, general guidelines. This type of BIP is NOT for proposing new features and does not represent community consensus | ||
* '''Process BIPs''' - Describes or proposes a change in process. Similar to Standards BIPs but apply outside the Bitcoin protocol. | * '''Process BIPs''' - Describes or proposes a change in process. Similar to Standards BIPs but apply outside the Bitcoin protocol. | ||
= BIP Workflow = | == Layers == | ||
[[BIP 0123]] established four layers for Standards BIPs: | |||
# '''Consensus'''<ref>Further divided into [[hardfork|hard]] and [[softfork]]s.</ref> | |||
# '''Peer Services''' | |||
# '''API/RPC''' | |||
# '''Applications''' | |||
== Workflow == | |||
As described in [[BIP 0001]] the workflow of a BIP is as follows: | As described in [[BIP 0001]] the workflow of a BIP is as follows: | ||
[[File:BIP Workflow.png]] | [[File:BIP Workflow.png]] | ||
= List of BIPs = | == List of BIPs == | ||
{{BipMoved|README.mediawiki|README}} | {{BipMoved|README.mediawiki|README}} | ||
[[Hardfork Wishlist]] | == Notes == | ||
<references /> | |||
== See also == | |||
* [[Hardfork Wishlist]] | |||
* [[Protocol documentation]] | |||
* [[:Category:BIP]] | |||
[[Category:BIP| | [[Category:BIP| ]] | ||
[[es:Propuestas de mejora de Bitcoin]] | [[es:Propuestas de mejora de Bitcoin]] |
Latest revision as of 08:53, 26 September 2022
A Bitcoin Improvement Proposal (BIP) is a design document for introducing features or information to Bitcoin. This is the standard way of communicating ideas since Bitcoin has no formal structure.
The first BIP (BIP 0001) was submitted by Amir Taaki on 2011-08-19 and described what a BIP is.
Types
There are three types of BIPs:
- Standards Track BIPs - Changes to the network protocol, block or transaction validation, or anything affecting interoperability.
- Informational BIPs - Design issues, general guidelines. This type of BIP is NOT for proposing new features and does not represent community consensus
- Process BIPs - Describes or proposes a change in process. Similar to Standards BIPs but apply outside the Bitcoin protocol.
Layers
BIP 0123 established four layers for Standards BIPs:
- Consensus[1]
- Peer Services
- API/RPC
- Applications
Workflow
As described in BIP 0001 the workflow of a BIP is as follows:
List of BIPs
Please do not modify this page. This is a mirror of the BIP from the source Git repository here. |