This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.b_stds:defact:ethereum:eip:erc_1474 [2020/05/07 18:56] nick ↷ Page moved from dido:public:xapend.stds:defact:ethereum:eip:erc_1474 to dido:public:ra:xapend.stds:defact:ethereum:eip:erc_1474 |
dido:public:ra:xapend:xapend.b_stds:defact:ethereum:eip:erc_1474 [2021/08/11 10:57] (current) murphy |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ======== EIP 1474: Remote Procedure Call (RPC) specification (DRAFT) ========= | + | ==== EIP 1474: Remote Procedure Call (RPC) specification (DRAFT) ==== |
| - | [[dido:public:xapend.stds:defact:ethereum| Return to Ethereum ERCs ]] | + | [[dido:public:ra:xapend:xapend.b_stds:defact:ethereum:eip| Return to Ethereum ERCs ]] |
| - | : **Note**: The following is an excerpt from the official Ethereum site. It is provided here as a connivence and is not authoritative. Refer to the original document as the authoritative reference. | + | : **Note**: The following is an excerpt from the official Ethereum site. It is provided here as a convenience and is not authoritative. Refer to the original document as the authoritative reference. |
| <table> | <table> | ||
| Line 15: | Line 15: | ||
| </table> | </table> | ||
| + | === Simple Summary === | ||
| + | : //This proposal defines a standard set of remote procedure call methods that an [[dido:public:ra:xapend:xapend.a_glossary:e:ethereum_node|Ethereum node]] should implement.// | ||
| - | ====== Simple Summary ====== | + | === Abstract === |
| - | + | : //[[dido:public:ra:xapend:xapend.a_glossary:n:node|Nodes]] created by the current generation of Ethereum clients expose inconsistent and incompatible [[dido:public:ra:xapend:xapend.b_stds:tech:ietf:1831]] methods because no formal Ethereum RPC specification exists. This proposal standardizes such a specification to provide developers with a predictable Ethereum RPC interface regardless of underlying node implementation.// | |
| - | : //This proposal defines a standard set of remote procedure call methods that an Ethereum node should implement.// | + | |
| - | + | ||
| - | ====== Abstract ====== | + | |
| - | : //Nodes created by the current generation of Ethereum clients expose inconsistent and incompatible remote procedure call (RPC) methods because no formal Ethereum RPC specification exists. This proposal standardizes such a specification to provide developers with a predictable Ethereum RPC interface regardless of underlying node implementation.// | + | |
| - | + | ||
| - | + | ||