Skip to content

Commit f5ed66e

Browse files
Moving specversion releases
1 parent 6ed8a7a commit f5ed66e

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

website/src/pages/en/subgraphs/developing/creating/install-the-cli.mdx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,3 @@ The ABI file(s) must match your contract(s). There are a few ways to obtain ABI
103103
- If you are building your own project, you will likely have access to your most current ABIs.
104104
- If you are building a subgraph for a public project, you can download that project to your computer and get the ABI by using [`npx hardhat compile`](https://hardhat.org/hardhat-runner/docs/guides/compile-contracts#compiling-your-contracts) or using `solc` to compile.
105105
- You can also find the ABI on [Etherscan](https://etherscan.io/), but this isn't always reliable, as the ABI that is uploaded there may be out of date. Make sure you have the right ABI, otherwise running your subgraph will fail.
106-
107-
## SpecVersion Releases
108-
109-
| Version | Release notes |
110-
| :-: | --- |
111-
| 1.2.0 | Added support for [Indexed Argument Filtering](/#indexed-argument-filters--topic-filters) & declared `eth_call` |
112-
| 1.1.0 | Supports [Timeseries & Aggregations](#timeseries-and-aggregations). Added support for type `Int8` for `id`. |
113-
| 1.0.0 | Supports [`indexerHints`](/developing/creating-a-subgraph/#indexer-hints) feature to prune subgraphs |
114-
| 0.0.9 | Supports `endBlock` feature |
115-
| 0.0.8 | Added support for polling [Block Handlers](/developing/creating-a-subgraph/#polling-filter) and [Initialisation Handlers](/developing/creating-a-subgraph/#once-filter). |
116-
| 0.0.7 | Added support for [File Data Sources](/developing/creating-a-subgraph/#file-data-sources). |
117-
| 0.0.6 | Supports fast [Proof of Indexing](/indexing/overview/#what-is-a-proof-of-indexing-poi) calculation variant. |
118-
| 0.0.5 | Added support for event handlers having access to transaction receipts. |
119-
| 0.0.4 | Added support for managing subgraph features. |

website/src/pages/en/subgraphs/developing/creating/subgraph-manifest.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,3 +532,16 @@ To preserve the complete history of entity states:
532532
indexerHints:
533533
prune: never
534534
```
535+
## SpecVersion Releases
536+
537+
| Version | Release notes |
538+
| :-: | --- |
539+
| 1.2.0 | Added support for [Indexed Argument Filtering](/#indexed-argument-filters--topic-filters) & declared `eth_call` |
540+
| 1.1.0 | Supports [Timeseries & Aggregations](#timeseries-and-aggregations). Added support for type `Int8` for `id`. |
541+
| 1.0.0 | Supports [`indexerHints`](/developing/creating-a-subgraph/#indexer-hints) feature to prune subgraphs |
542+
| 0.0.9 | Supports `endBlock` feature |
543+
| 0.0.8 | Added support for polling [Block Handlers](/developing/creating-a-subgraph/#polling-filter) and [Initialisation Handlers](/developing/creating-a-subgraph/#once-filter). |
544+
| 0.0.7 | Added support for [File Data Sources](/developing/creating-a-subgraph/#file-data-sources). |
545+
| 0.0.6 | Supports fast [Proof of Indexing](/indexing/overview/#what-is-a-proof-of-indexing-poi) calculation variant. |
546+
| 0.0.5 | Added support for event handlers having access to transaction receipts. |
547+
| 0.0.4 | Added support for managing subgraph features. |

0 commit comments

Comments
 (0)