nimbus-eth1/nimbus/rpc
Jamie Lokier bb282a5348
RPC: Add comment about `eth_protocolVersion` expectations
While looking at the RPC `eth_protocolVersion` to see exactly what it should
report when there are multiple `eth/NN` versions supported by a node, I found
some differences in the documentation:

- The old Ethereum wiki documents it as returning a decimal string.

- But Infura documents it as returning 0x-prefixed hex string.

- Geth 1.10.0 has removed this call entirely "as it makes no sense".

https://eth.wiki/json-rpc/API#eth_protocolversion
https://infura.io/docs/ethereum/json-rpc/eth-protocolVersion
https://blog.ethereum.org/2021/03/03/geth-v1-10-0/#compatibility
Signed-off-by: Jamie Lokier <jamie@shareable.org>
2021-07-27 14:12:49 +01:00
..
common.nim implement "net_nodeInfo" rpc 2021-05-19 16:35:13 +07:00
debug.nim rlp: don't use ranges / experimental features (#495) 2020-04-20 20:12:44 +02:00
hexstrings.nim Whisper: Remove Whisper-specific hexstring/JSON/key storage support 2021-06-01 18:12:48 +01:00
key_storage.nim Whisper: Remove Whisper-specific hexstring/JSON/key storage support 2021-06-01 18:12:48 +01:00
p2p.nim RPC: Add comment about `eth_protocolVersion` expectations 2021-07-27 14:12:49 +01:00
rpc_types.nim Whisper: Remove all the main Whisper code (config, startup, RPC etc) 2021-06-01 18:12:48 +01:00
rpc_utils.nim preparation for EIP-1559 implementation 2021-06-29 07:33:48 +07:00