Skip to content

Commit b0d6d9e

Browse files
committed
Add docs for EIP-234 support
1 parent d80cee4 commit b0d6d9e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
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.
44

5+
# Requirements for supported Ethereum node
6+
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 Parity shortly after. Versions that provide the needed functionality:
7+
- Parity: v2.1.0+
8+
- geth: v1.8.13+
9+
510
# Usage
611

712
## Full Example

0 commit comments

Comments
 (0)