Include @tcz001 as author and add related links

This commit is contained in:
ia 2017-08-21 16:07:02 -05:00
parent b54a4e3d84
commit 3a6b4663b9

View File

@ -2,7 +2,7 @@
EIP: <to be assigned>
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.