zmitton / eth-proof

Get a merkle-proof from the blockchain. Verify it locally.
MIT License
191 stars 44 forks source link

use infura instead of localhost for tests #12

Closed zmitton closed 5 years ago

zmitton commented 5 years ago

Is your feature request related to a problem? Please describe.

All the tests that currently use the eth_getProof method will not work unless you are running a full archive node. This is because they point to localhost, and they point to localhost because infura did not support the eth_getProof method (until recently).

Describe the solution you'd like

Additional context when you're done. make a pull request. In the PR comments mention that this "Fixes#" (x being this issue number).