From b2c562a977372635207318e6e2dc9660c13a226c Mon Sep 17 00:00:00 2001 From: bitpshr Date: Fri, 5 Oct 2018 20:19:53 -0400 Subject: [PATCH] EIP-RPC: update new RPC method addition verbiage --- EIPS/eip-rpc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-rpc.md b/EIPS/eip-rpc.md index 38de39bb6ff4d8..da20b0a73cb27c 100644 --- a/EIPS/eip-rpc.md +++ b/EIPS/eip-rpc.md @@ -73,7 +73,7 @@ Specific types of values passed to and returned from Ethereum RPC methods requir ##### Adding new RPC methods -As proposals for new RPC methods reach "draft" status, such as [`eth_signTypedData`](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-712.md), this proposal will be updated to include them. By keeping the method list in this proposal up-to-date, it can serve as the canonical Ethereum RPC specification that developers can rely on. +New Ethereum RPC methods and changes to existing methods MUST be proposed via the traditional EIP process. This allows for community consensus around new method implementations and proposed method modifications. RPC method proposals MUST reach "draft" status before being added to this proposal and the official Ethereum RPC specification defined herein. ### Methods