Skip to content

Commit

Permalink
Make debug forking docs stable :) (#104)
Browse files Browse the repository at this point in the history
* Revert "remove forking from menu"

This reverts commit 5e0a300.

* Remove debug forking warning since v0.26.0 is out!
  • Loading branch information
evaporei authored Apr 20, 2022
1 parent a3b01f5 commit 4a3a7b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions navigation/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ export const navigation: (locale: AppLocale) => NavItemDefinition[] = (locale) =
{
slug: 'matchstick',
},
{
slug: 'subgraph-debug-forking',
},
{
slug: 'deprecating-a-subgraph',
},
Expand Down
2 changes: 0 additions & 2 deletions pages/en/developer/subgraph-debug-forking.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: Quick and easy subgraph debugging using forks
---

> 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)
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!

## Ok, what is it?
Expand Down

0 comments on commit 4a3a7b1

Please sign in to comment.