From 742381453db25ab66bc95e31abc33eeff9dd5c31 Mon Sep 17 00:00:00 2001 From: Alex Pakalniskis <43630382+alex-pakalniskis@users.noreply.github.com> Date: Fri, 10 Jan 2025 08:03:50 -0800 Subject: [PATCH] Update feature-support-matrix.md Added support for Graph Node 0.36.0 --- docs/feature-support-matrix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/feature-support-matrix.md b/docs/feature-support-matrix.md index 602bd8d79..f466bced2 100644 --- a/docs/feature-support-matrix.md +++ b/docs/feature-support-matrix.md @@ -43,7 +43,7 @@ The accepted `graph-node` version range must always be specified; it always comp The latest for the feature matrix above: ``` -graph-node: >=0.35.0 <0.36.0 +graph-node: >=0.35.0 <=0.36.0 ``` ### Latest Council snapshot @@ -56,4 +56,4 @@ graph-node: >=0.35.0 <0.36.0 - 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. -- Subgraph features not named in the matrix are assumed to be fully supported for indexing & query rewards and arbitration \ No newline at end of file +- Subgraph features not named in the matrix are assumed to be fully supported for indexing & query rewards and arbitration