Skip to content

Commit 0d84d16

Browse files
authored
docs: added specVersion releases (#673)
* docs: added specVersion releases * docs: specVersion description improved
1 parent 94a1ae2 commit 0d84d16

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

website/pages/en/developing/creating-a-subgraph.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ dataSources:
146146
147147
The important entries to update for the manifest are:
148148
149+
- `specVersion`: a semver version that identifies the supported manifest structure and functionality for the subgraph. The latest version is `1.2.0`. See [specVersion releases](#specversion-releases) section to see more details on features & releases.
150+
149151
- `description`: a human-readable description of what the subgraph is. This description is displayed in Graph Explorer when the subgraph is deployed to Subgraph Studio.
150152

151153
- `repository`: the URL of the repository where the subgraph manifest can be found. This is also displayed in Graph Explorer.
@@ -186,6 +188,20 @@ These ordering rules are subject to change.
186188

187189
> **Note:** When new [dynamic data source](#data-source-templates-for-dynamically-created-contracts) are created, the handlers defined for dynamic data sources will only start processing after all existing data source handlers are processed, and will repeat in the same sequence whenever triggered.
188190

191+
### SpecVersion Releases
192+
193+
| Version | Release notes |
194+
| :-: | --- |
195+
| 1.2.0 | Added support for [Indexed Argument Filtering](/#indexed-argument-filters--topic-filters) & declared `eth_call` |
196+
| 1.1.0 | Supports [Timeseries & Aggregations](#timeseries-and-aggregations). Added support for type `Int8` for `id`. |
197+
| 1.0.0 | Supports [`indexerHints`](/developing/creating-a-subgraph/#indexer-hints) feature to prune subgraphs |
198+
| 0.0.9 | Supports `endBlock` feature |
199+
| 0.0.8 | Added support for polling [Block Handlers](developing/creating-a-subgraph/#polling-filter) and [Initialisation Handlers](developing/creating-a-subgraph/#once-filter). |
200+
| 0.0.7 | Added support for [File Data Sources](developing/creating-a-subgraph/#file-data-sources). |
201+
| 0.0.6 | Supports fast [Proof of Indexing](/network/indexing/#what-is-a-proof-of-indexing-poi) calculation variant. |
202+
| 0.0.5 | Added support for event handlers having access to transaction receipts. |
203+
| 0.0.4 | Added support for managing subgraph features. |
204+
189205
### Getting The ABIs
190206

191207
The ABI file(s) must match your contract(s). There are a few ways to obtain ABI files:

website/route-lockfile.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
/ar/substreams/
5959
/ar/sunrise/
6060
/ar/tokenomics/
61+
/cs/
62+
/cs/404/
6163
/cs/about/
6264
/cs/arbitrum/arbitrum-faq/
6365
/cs/arbitrum/l2-transfer-tools-faq/
@@ -302,6 +304,8 @@
302304
/es/substreams/
303305
/es/sunrise/
304306
/es/tokenomics/
307+
/fr/
308+
/fr/404/
305309
/fr/about/
306310
/fr/arbitrum/arbitrum-faq/
307311
/fr/arbitrum/l2-transfer-tools-faq/
@@ -475,6 +479,8 @@
475479
/hi/substreams/
476480
/hi/sunrise/
477481
/hi/tokenomics/
482+
/it/
483+
/it/404/
478484
/it/about/
479485
/it/arbitrum/arbitrum-faq/
480486
/it/arbitrum/l2-transfer-tools-faq/

0 commit comments

Comments
 (0)