From 93820e59bfcd85566a409802734cf8f57bda8b6c Mon Sep 17 00:00:00 2001 From: Scott Bigelow Date: Wed, 3 Oct 2018 13:45:09 -0700 Subject: [PATCH] Add docs for EIP-234 support --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 54ccd16..2ba2262 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ A library to turn an unreliable remote source of Ethereum blocks into a reliable stream of blocks. Handles block and log removals on chain reorganization and block and log backfills on skipped blocks. +# Requirements for supported Ethereum node +Blockstream requires support for [EIP-234](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-234.md} in the configured Ethereum node. EIP-234 was merged Jul 28, 2018 and implemented in Geth and Parit shortly after. Here are the versions that provide the needed functionality: +- Parity: v2.1.0+ +- geth: v1.8.13+ + # Usage ## Full Example