From 3a6b4663b963d225ddc93ca3ef415f7c3c540cf7 Mon Sep 17 00:00:00 2001 From: ia Date: Mon, 21 Aug 2017 16:07:02 -0500 Subject: [PATCH] Include @tcz001 as author and add related links --- EIPS/eip-rpc_eth_chain_id.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/EIPS/eip-rpc_eth_chain_id.md b/EIPS/eip-rpc_eth_chain_id.md index c7110645..ab11affe 100644 --- a/EIPS/eip-rpc_eth_chain_id.md +++ b/EIPS/eip-rpc_eth_chain_id.md @@ -2,7 +2,7 @@ EIP: Title: Create `eth_chainId` method for JSON-RPC - Author: Isaac Ardis: isaac.ardis@gmail.com, Wei Tang: hi@that.world + Author: Isaac Ardis: isaac.ardis@gmail.com, Wei Tang: hi@that.world, [@tcz001](https://github.com/tcz001) Type: Standard Track Category: Interface Status: Draft @@ -26,11 +26,6 @@ the RPC. ## Specification -__Related PR__: -https://github.com/ethereum/go-ethereum/pull/15002 - -__Example documentation__: - ---- ### eth_chainId @@ -66,6 +61,12 @@ it fetch a transaction that is known to have signed with a chain ID. This has since caused trouble for application developers, such as MetaMask, to add multi-chain support. +Please note related links: + +- [Parity PR](https://github.com/paritytech/parity/pull/6329) +- [Geth Classic PR (merged)](https://github.com/ethereumproject/go-ethereum/pull/336) + + ## Backwards Compatibility Not relevant.