Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion EIPS/eip-695.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---

Check failure on line 1 in EIPS/eip-695.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble is missing header(s): `description`

error[preamble-req]: preamble is missing header(s): `description` --> EIPS/eip-695.md | | = help: see https://ethereum.github.io/eipw/preamble-req/
eip: 695
title: Create `eth_chainId` method for JSON-RPC
author: Isaac Ardis <[email protected]>, Wei Tang (@sorpaas), Fan Torchz (@tcz001), Erik Marks (@rekmarks)
discussions-to: https://ethereum-magicians.org/t/eip-695-create-eth-chainid-method-for-json-rpc/1845
type: Standards Track

Check failure on line 6 in EIPS/eip-695.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `type` is out of order

error[preamble-order]: preamble header `type` is out of order --> EIPS/eip-695.md | 6 | type: Standards Track | = help: `type` should come after `status` = help: see https://ethereum.github.io/eipw/preamble-order/
category: Interface
status: Final
created: 2017-08-21
requires: 155
---

## Simple Summary

Check failure on line 13 in EIPS/eip-695.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

body has extra section(s)

error[markdown-order-section]: body has extra section(s) --> EIPS/eip-695.md | 13 | ## Simple Summary | ::: EIPS/eip-695.md | 85 | ## Implementation | ::: EIPS/eip-695.md | 91 | ## Reference | = help: see https://ethereum.github.io/eipw/markdown-order-section/

Include `eth_chainId` method in `eth_`-namespaced JSON-RPC methods.

Expand Down Expand Up @@ -84,13 +84,13 @@

## Implementation

- [Parity PR](https://github.com/paritytech/parity/pull/6329)

Check failure on line 87 in EIPS/eip-695.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

non-relative link or image

error[markdown-rel-links]: non-relative link or image --> EIPS/eip-695.md | 87 | - [Parity PR](https://github.com/paritytech/parity/pull/6329) | = help: see https://ethereum.github.io/eipw/markdown-rel-links/
- [Geth PR](https://github.com/ethereum/go-ethereum/pull/17617)

Check failure on line 88 in EIPS/eip-695.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

non-relative link or image

error[markdown-rel-links]: non-relative link or image --> EIPS/eip-695.md | 88 | - [Geth PR](https://github.com/ethereum/go-ethereum/pull/17617) |
- [Geth Classic PR](https://github.com/ethereumproject/go-ethereum/pull/336)

Check failure on line 89 in EIPS/eip-695.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

non-relative link or image

error[markdown-rel-links]: non-relative link or image --> EIPS/eip-695.md | 89 | - [Geth Classic PR](https://github.com/ethereumproject/go-ethereum/pull/336) |

## Reference

Return value `QUANTITY` adheres to standard JSON RPC hex value encoding, as documented in the [Ethereum Wiki](https://github.com/ethereum/wiki/wiki/JSON-RPC#hex-value-encoding).
Return value `QUANTITY` adheres to standard JSON RPC hex value encoding, as documented in the [Ethereum.org documentation](https://ethereum.org/en/developers/docs/apis/json-rpc/#hex-encoding).

Check failure on line 93 in EIPS/eip-695.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

non-relative link or image

error[markdown-rel-links]: non-relative link or image --> EIPS/eip-695.md | 93 | Return value `QUANTITY` adheres to standard JSON RPC hex value encoding, as documented in the [Ethereum.org documentation](https://e... |

## Copyright

Expand Down
Loading