iankressin / eql

Query language to interact with EVM chains
https://eql.sh
MIT License
68 stars 7 forks source link

feat: block range queries #32

Closed iankressin closed 3 months ago

iankressin commented 3 months ago

This PR adds the ability to run queries on a range of blocks.

Example: GET blob_gas_used FROM block 1:10 ON eth GET blob_gas_used FROM block 20495665:latest ON eth