Skip to content

Commit 4a3a7b1

Browse files
authored
Make debug forking docs stable :) (#104)
* Revert "remove forking from menu" This reverts commit 5e0a300. * Remove debug forking warning since v0.26.0 is out!
1 parent a3b01f5 commit 4a3a7b1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

navigation/navigation.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ export const navigation: (locale: AppLocale) => NavItemDefinition[] = (locale) =
5757
{
5858
slug: 'matchstick',
5959
},
60+
{
61+
slug: 'subgraph-debug-forking',
62+
},
6063
{
6164
slug: 'deprecating-a-subgraph',
6265
},

pages/en/developer/subgraph-debug-forking.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: Quick and easy subgraph debugging using forks
33
---
44

5-
> Note: this is only available from this `graph-node` [commit](https://github.com/graphprotocol/graph-node/commit/f4e6992d7949b18f990045c8babdcd205a060ef6) or this [docker tag](https://hub.docker.com/layers/graphprotocol/graph-node/f4e6992/images/sha256-51ad494a2ecc387bef2359d863b596ad5bd44436808964cf221e60365a7c00c8?context=explore) onwards, it hasn't been yet released in a minor release (eg: 0.26.0)
6-
75
As with many systems processing large amounts of data, The Graph's Indexers (Graph nodes) may take quite some time to sync-up your subgraph with the target blockchain. The discrepancy between quick changes with the purpose of debugging and long wait times needed for indexing is extremely counterproductive and we are well aware of that. This is why we are introducing **subgraph forking**, developed by [LimeChain](https://limechain.tech/), and in this article I will show you how this feature can be used to substantially speed-up subgraph debugging!
86

97
## Ok, what is it?

0 commit comments

Comments
 (0)