Skip to content

Commit

Permalink
graph-node: no upgrade windows; new version ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
neysofu committed Jun 23, 2023
1 parent e1cb363 commit 6870e07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
7 changes: 2 additions & 5 deletions docs/feature-support-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,12 @@ An example:
| ENS | | Yes | Yes | No | No | No |
| File data sources: IPFS | | Yes | Yes | No | Yes | Yes |

The accepted `graph-node` version range is also specificied, with an "upgrade window" from the previous version. Here's an example:
The accepted `graph-node` version range is also specificied; it always comprises of the latest available version and the one immediately preceding it. Here's an example of a version range which includes both 0.30.X and 0.31.X:

```
graph-node: ≥0.30.0 <0.31.0
valid from: 787
upgrade window: 795
graph-node: >=0.30 <0.32
```


- Aliases can be used in subgraph manifest files to refer to specific networks.
- Experimental features are generally not fully supported for indexing rewards and arbitration, and usage of experimental features will be considered during any arbitration that does occur.
- Query fees apply to all queries, regardless of the underlying features used by a subgraph.
Expand Down
4 changes: 1 addition & 3 deletions docs/networks/arbitrum-one.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ option can be used.
> This defines indexing & querying features which are experimental or not fully supported for indexing & query rewards and arbitration ([read more](../feature-support-matrix.md)).
```
graph-node: ≥0.31.0 <0.32.0
valid from: 891
upgrade window: 914
graph-node: >=0.30 <0.32
```

| Subgraph Feature | Aliases | Implemented | Experimental | Query Arbitration | Indexing Arbitration | Indexing Rewards |
Expand Down
4 changes: 1 addition & 3 deletions docs/networks/ethereum-mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ option can be used.
> This defines indexing & querying features which are experimental or not fully supported for indexing & query rewards and arbitration ([read more](../feature-support-matrix.md)).
```
graph-node: ≥0.31.0 <0.32.0
valid from: 891
upgrade window: 914
graph-node: >=0.30 <0.32
```

| Subgraph Feature | Aliases | Implemented | Experimental | Query Arbitration | Indexing Arbitration | Indexing Rewards |
Expand Down

0 comments on commit 6870e07

Please sign in to comment.