Difference between revisions of "Bitcoin Improvement Proposals"

From Bitcoin Wiki
Jump to: navigation, search
(Created page with "{| class="wikitable sortable" style="width: auto; text-align: center; font-size: smaller; table-layout: fixed;" !Number !Title !Owner |- | 1 | BEP Purpose and Gui...")
 
m (spelling)
 
(129 intermediate revisions by 22 users not shown)
Line 1: Line 1:
{| class="wikitable sortable" style="width: auto; text-align: center; font-size: smaller; table-layout: fixed;"
+
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.
!Number
+
 
!Title
+
The first BIP ([[BIP 0001]]) was submitted by Amir Taaki on 2011-08-19 and described what a BIP is.
!Owner
+
 
|-
+
== Types ==
| [[BEP 0001|1]]
+
There are three types of BIPs:
| BEP Purpose and Guidelines
+
* '''Standards Track BIPs''' - Changes to the network protocol, block or transaction validation, or anything affecting interoperability.
| Adapted from PEP0001 by Amir Taaki
+
* '''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'''<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:
 +
 
 +
[[File:BIP Workflow.png]]
 +
 
 +
== List of BIPs ==
 +
{{BipMoved|README.mediawiki|README}}
 +
 
 +
== Notes ==
 +
<references />
 +
 
 +
== See also ==
 +
* [[Hardfork Wishlist]]
 +
* [[Protocol documentation]]
 +
* [[:Category:BIP]]
 +
 
 +
[[Category:BIP| ]]
 +
 
 +
[[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:

  1. Consensus[1]
  2. Peer Services
  3. API/RPC
  4. Applications

Workflow

As described in BIP 0001 the workflow of a BIP is as follows:

BIP Workflow.png

List of BIPs

Please do not modify this page. This is a mirror of the BIP from the source Git repository here.

Notes

  1. Further divided into hard and softforks.

See also