ethereum / cthaeh

A standalone application which serves the Ethereum JSON-RPC log filtering APIs
MIT License
3 stars 6 forks source link

Support for `block_hash` parameter for filter parameters #7

Open pipermerriam opened 4 years ago

pipermerriam commented 4 years ago

Currently the filter parameters do not correctly handle the block_hash parameter that can be provided for a filter. Support for this should be implemented.