User Tools

Site Tools


dido:public:ra:xapend:xapend.b_stds:defact:ethereum:eip

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dido:public:ra:xapend:xapend.b_stds:defact:ethereum:eip [2020/11/13 02:16]
nick ↷ Links adapted because of a move operation
dido:public:ra:xapend:xapend.b_stds:defact:ethereum:eip [2021/11/09 14:46] (current)
char ↷ Links adapted because of a move operation
Line 1: Line 1:
 ====Ethereum:​ Ethereum Improvement Proposals (EIPs) ==== ====Ethereum:​ Ethereum Improvement Proposals (EIPs) ====
-[[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum| return to the Ethereum Standards ]]  ​+[[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:start| return to the Ethereum Standards ]]  ​
  
 Source: [[http://​eips.ethereum.org/​ | Ethereum Improvement Proposals (EIPs)]] Source: [[http://​eips.ethereum.org/​ | Ethereum Improvement Proposals (EIPs)]]
  
-  : //​[[dido:​public:​ra:​xapend.glossary:e:eip]] describe standards for the Ethereum platform, including core protocol specifications,​ client APIs, and contract standards.//​+  : //​[[dido:​public:​ra:xapend:xapend.a_glossary:e:eip]] describe standards for the Ethereum platform, including core protocol specifications, ​[[dido:​public:​ra:​xapend:​xapend.a_glossary:​c:​client|client]] [[dido:​public:​ra:​xapend:​xapend.a_glossary:​a:​api|APIs]], and contract standards.//​
  
 === EIP status terms === === EIP status terms ===
Line 12: Line 12:
     ://an EIP that is done with its initial iteration and ready for review by a wide audience.//     ://an EIP that is done with its initial iteration and ready for review by a wide audience.//
   : //​**Accepted**//​   : //​**Accepted**//​
-    ://a core EIP that has been in Last Call for at least 2 weeks and any technical changes that were requested have been addressed by the author. The process for Core Devs to decide whether to encode an EIP into their clients as part of a hard fork is not part of the EIP process. If such a decision is made, the EIP will move to final.//+    ://a core EIP that has been in Last Call for at least 2 weeks and any technical changes that were requested have been addressed by the author. The process for Core Devs to decide whether to encode an EIP into their clients as part of a [[dido:​public:​ra:​xapend:​xapend.a_glossary:​h:​hard_fork 
 +|hard fork]] is not part of the EIP process. If such a decision is made, the EIP will move to final.//
   : //**Final (non-Core)**//​   : //**Final (non-Core)**//​
     ://an EIP that has been in Last Call for at least 2 weeks and any technical changes that were requested have been addressed by the author.//     ://an EIP that has been in Last Call for at least 2 weeks and any technical changes that were requested have been addressed by the author.//
Line 24: Line 25:
  
   ://​**Standard Track**//   ://​**Standard Track**//
-    : //Describes any change that affects most or all Ethereum implementations,​ such as a change to the the network protocol, a change in block or transaction validity rules, proposed application standards/​conventions,​ or any change or addition that affects the interoperability of applications using Ethereum. Furthermore Standard EIPs can be broken down into the following categories.//​+    : //Describes any change that affects most or all [[dido:​public:​ra:​xapend:​xapend.a_glossary:​e:​ethereum|Ethereum]] implementations,​ such as a change to the the network protocol, a change in block or transaction validity rules, proposed ​[[dido:​public:​ra:​xapend:​xapend.a_glossary:​a:​application|application]] standards/​conventions,​ or any change or addition that affects the [[dido:​public:​ra:​xapend:​xapend.a_glossary:​i:​interoperability|interoperability]] of applications using Ethereum. Furthermore Standard EIPs can be broken down into the following categories.//​
  
   ://​**Core**//​   ://​**Core**//​
Line 32: Line 33:
     : //Includes improvements around devp2p (EIP8) and Light Ethereum Subprotocol,​ as well as proposed improvements to network protocol specifications of whisper and swarm.//     : //Includes improvements around devp2p (EIP8) and Light Ethereum Subprotocol,​ as well as proposed improvements to network protocol specifications of whisper and swarm.//
  
-  ://​**Interface**//​+  ://**[[dido:​public:​ra:​xapend:​xapend.a_glossary:​i:​interface|Interface]]**//
     : //Includes improvements around client API/RPC specifications and standards, and also certain language-level standards like method names (EIP6) and contract ABIs. The label “interface” aligns with the interfaces repo and discussion should primarily occur in that repository before an EIP is submitted to the EIPs repository.//​     : //Includes improvements around client API/RPC specifications and standards, and also certain language-level standards like method names (EIP6) and contract ABIs. The label “interface” aligns with the interfaces repo and discussion should primarily occur in that repository before an EIP is submitted to the EIPs repository.//​
  
-  ://​**[[dido:​public:​ra:​xapend.glossary:​e:​erc]]**//​ +  ://​**[[dido:​public:​ra:xapend:xapend.a_glossary:​e:​erc]]**//​ 
-    : //​Application-level standards and conventions,​ including contract standards such as token standards ([[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_0020|ERC20]]),​ name registries ([[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_0137|ERC137]]),​ URI schemes ([[https://​eips.ethereum.org/​EIPS/​eip-681 |ERC681]]), library/​package formats ([[https://​eips.ethereum.org/​EIPS/​eip-190 |EIP190]]), and wallet formats ([[https://​eips.ethereum.org/​EIPS/​eip-85 |EIP85]]).//​+    : //​Application-level standards and conventions,​ including contract standards such as token standards ([[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_0020|ERC20]]),​ name registries ([[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_0137|ERC137]]),​ URI schemes ([[https://​eips.ethereum.org/​EIPS/​eip-681 |ERC681]]), library/​package formats ([[https://​eips.ethereum.org/​EIPS/​eip-190 |EIP190]]), and [[dido:​public:​ra:​xapend:​xapend.a_glossary:​w:​wallet|wallet]] ​formats ([[https://​eips.ethereum.org/​EIPS/​eip-85 |EIP85]]).//​
  
   ://​**Meta**//​   ://​**Meta**//​
Line 46: Line 47:
 === Final ERCs ===  === Final ERCs === 
 Please refer to the [[ http://​eips.ethereum.org/​erc#​Final | Ethereum Improvement Proposals (EIP) Final]]. Please refer to the [[ http://​eips.ethereum.org/​erc#​Final | Ethereum Improvement Proposals (EIP) Final]].
-  ​* [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_0020]] + 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_0055]] +  ​* [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_0020]] 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_0137]] +  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_0055]] 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_0141]] +  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_0137]] 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_0155]] +  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_0141]] 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_0162]] +  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_0155]] 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_0165]] +  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_0162]] 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_0181]] +  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_0165]] 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_0190]] +  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_0181]] 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_0191]] +  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_0190]] 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_0211]] +  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_0191]] 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_0214]] +  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_0211]] 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_0721]] +  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_0214]] 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_0777]] +  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_0721]] 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_1167]] +  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_0777]] 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_1820]]+  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_1167]] 
 +  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_1820]]
  
 === Interface ERCs === === Interface ERCs ===
 Please refer to the [[ http://​eips.ethereum.org/​interface | Ethereum Improvement Proposals (EIP) Interface ]].  ​ Please refer to the [[ http://​eips.ethereum.org/​interface | Ethereum Improvement Proposals (EIP) Interface ]].  ​
-  ​* [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_0107]] + 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_0234]] +  ​* [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_0107]] 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_0695]] +  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_0234]] 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_0712]] +  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_0695]] 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_0758]] +  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_0712]] 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_1102]] +  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_0758]] 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_1186]] +  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_1102]] 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_1193]] +  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_1186]] 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_1474]] +  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_1193]] 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_1767]] +  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_1474]] 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_1803]] +  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_1767]] 
-  * [[dido:​public:​ra:​xapend:​xapend.stds:​defact:​ethereum:​eip:​erc_1898]]+  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_1803]] 
 +  * [[dido:​public:​ra:​xapend:​xapend.b_stds:​defact:​ethereum:​eip:​erc_1898]] 
 + 
 +/​**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
 +/* To add a discussion page to this page, comment out the line that says  
 +  ~~DISCUSSION:​off~~ 
 +*/ 
 +~~DISCUSSION:​on|Outstanding Issues~~ 
 +~~DISCUSSION:​off~~
dido/public/ra/xapend/xapend.b_stds/defact/ethereum/eip.1605251779.txt.gz · Last modified: 2020/11/13 02:16 by nick