v0.2.67
What's Changed
- Fix codegen for creating subgraph watcher for Sushiswap by @nikugogoi in #432
- Update codegen readme for compiling subgraph WASM using cerc-io packages by @nikugogoi in #434
- Fetch event logs for a block range in a single upstream call by @prathamesh0 in #433
- Use block number for eth_call in
rpc-eth-client
by @nikugogoi in #435 - Fetch txs only for blocks having relevant events by @prathamesh0 in #436
- Handle null blocks for FEVM by @prathamesh0 in #437
- Skip checking of events order while processing due to incorrect
logIndex
in FEVM by @nikugogoi in #438 - Process template events at last when following subgraph events order by @prathamesh0 in #439
- Avoid updating StateSyncStatus table when
enableState
flag is set to false by @nikugogoi in #440 - Support filtering by topics when fetching logs in rpc-eth-client by @prathamesh0 in #441
Full Changelog: v0.2.66...v0.2.67