Changelog
Follow @goldskyio on Twitter to stay updated on everything we ship.
← Back to all changelogs
Custom ABI JSON definitions + easier network selection
Reintroduced an optional contract ABI field when deploying instant subgraphs. If left empty, we'll try auto-fetching the ABI when you deploy your subgraph.
You can also now type and find your subgraph network when building your subgraphs from a dropdown, saving you time. The previous way of going to our docs to find the slug name was unintuitive and a hassle.
Dynamic preview status icons
Added preview status icons to Goldsky Flow, giving you live feedback as you build your pipelines.
eth_call subgraph metrics
The subgraph detail page now shows eth_call metrics (total count and query response times). This makes it easier to identify performance improvements (inefficient queries, unecessary calls).