paradigmxyz / op-rs

Apache License 2.0
36 stars 4 forks source link

fix(rollup): fallback HTTP polling without filtering #89

Closed merklefruit closed 6 days ago

merklefruit commented 1 week ago

Introduces a second method of polling via HTTP that doesn't rely on the eth_filter feature. This will be auto-detected and triggered as fallback. It's mostly useful for test purposes.

Stack