Skip to content

Commit

Permalink
Add docs for EIP-234 support
Browse files Browse the repository at this point in the history
  • Loading branch information
epheph committed Oct 3, 2018
1 parent d80cee4 commit 93820e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93820e5

Please sign in to comment.