0.24
Api Version 0.0.5
This release ships support for API version 0.0.5 in mappings. It contains a fix for call handlers
and the long awaited AssemblyScript version upgrade!
- AssemblyScript upgrade: The mapping runtime is updated to support up-to-date versions of the
AssemblyScript compiler. The graph-cli/-ts releases to support this are in alpha, soon they will
be released along with a migration guide for subgraphs. - Call handlers fix: Call handlers will never be triggered on transactions with a failed status,
resolving issue #2409. Done in #2511.
Logs
- The log
"Skipping handler because the event parameters do not match the event signature."
was downgraded from info to trace level. - Some block ingestor error logs were upgrded from debug to info level #2666.
Metrics
query_semaphore_wait_ms
is now by shard, and has thepool
andshard
labels.deployment_failed
metric added, it is1
if the subgraph has failed and0
otherwise.