You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/pages/en/graph-horizon/migration-guide.mdx
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,7 @@ The Graph Horizon upgrade has been designed to minimize disruption across the ne
15
15
16
16
The upgrade involves updating indexer software components and infrastructure to be compatible with the new Horizon architecture.
17
17
18
-
🚨 **Important**: Graph Horizon is a breaking change to the
19
-
protocol. Indexers who do not upgrade will eventually lose access
20
-
to indexing rewards and query fees. Existing allocations opened
21
-
before Graph Horizon will continue to accrue rewards and fees, but
22
-
non-upgraded indexers will be unable to open new allocations.
18
+
🚨 **Important**: Graph Horizon is a breaking change to the protocol. Indexers who do not upgrade will eventually lose access to indexing rewards and query fees. Existing allocations opened before Graph Horizon will continue to accrue rewards and fees, but non-upgraded indexers will be unable to open new allocations.
23
19
24
20
For detailed upgrade instructions, see the [Indexer Upgrade Guide](https://www.notion.so/edgeandnode/Graph-Horizon-indexer-stack-upgrade-guide-2658686fc7c2808984fbcc55e535e3b2?source=copy_link).
25
21
@@ -44,5 +40,6 @@ Applications querying subgraphs will experience no disruption. The upgrade is de
44
40
## Support
45
41
46
42
If you have questions about the upgrade process please reach out:
Copy file name to clipboardExpand all lines: website/src/pages/en/graph-horizon/overview.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ sidebarTitle: Overview
4
4
---
5
5
6
6
This document provides a high level overview of Graph Horizon. For a deep dive the following GIPs are recommended:
7
+
7
8
-[GIP-0066: Introducing Graph Horizon - A data services protocol](https://github.com/graphprotocol/graph-improvement-proposals/blob/3da23cbba56fbd211de61f08c60b8c3e93ba5bc5/gips/0066-graph-horizon.md)
8
9
-[GIP-0068: Subgraph Service - A subgraph data service in Graph Horizon](https://github.com/graphprotocol/graph-improvement-proposals/blob/3da23cbba56fbd211de61f08c60b8c3e93ba5bc5/gips/0068-subgraph-service.md)
@@ -40,7 +41,7 @@ The **`SubgraphService`** is the first and currently only data service implement
40
41
41
42
### Integrated Payments Protocol
42
43
43
-
While the current protocol uses TAP (Timeline Aggregation Protocol) for payments, Horizon brings the payments infrastructure directly into the core protocol. The payments protocol in Horizon was designed as a generalized version of TAP v1, allowing integration with TAPv2 (GraphTally) but also any other arbitrary payment collection system.
44
+
While the current protocol uses TAP (Timeline Aggregation Protocol) for payments, Horizon brings the payments infrastructure directly into the core protocol. The payments protocol in Horizon was designed as a generalized version of TAP v1, allowing integration with TAPv2 (GraphTally) but also any other arbitrary payment collection system.
Copy file name to clipboardExpand all lines: website/src/pages/en/graph-horizon/what-changes.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,15 +45,15 @@ Horizon does not change the way indexing rewards work, the rewards formula remai
45
45
The indexer stack will support both the current and Horizon gateway infrastructure, which means with the same indexer stack version indexers will be able to serve queries before and after the Horizon upgrade. It’s worth clarifying however the gateway behavior:
46
46
47
47
- Before Horizon, the gateway will serve queries using TAPv1 receipts.
48
-
- After Horizon, the gateway will *only* serve queries using TAPv2 (GraphTally) receipts. This means that indexers that have not upgraded their stack to Horizon will stop receiving queries. The gateway infrastructure will continue to accept old TAPv1 receipts and vouchers to ensure those can be redeemed and no fees are lost.
48
+
- After Horizon, the gateway will _only_ serve queries using TAPv2 (GraphTally) receipts. This means that indexers that have not upgraded their stack to Horizon will stop receiving queries. The gateway infrastructure will continue to accept old TAPv1 receipts and vouchers to ensure those can be redeemed and no fees are lost.
49
49
50
50
## For Delegators
51
51
52
52
### Per Data-Service Delegation
53
53
54
54
Delegation is now more specific - delegators must choose both an indexer AND a data service to delegate to. This gives delegators more control and ensures their stake is only used for services they've explicitly approved. Existing delegations will automatically migrate to the `SubgraphService`.
55
55
56
-
For practical purposes, The Graph's user interfaces will only support delegation to the `SubgraphService`. While Horizon's architecture allows delegation to other data services, supporting them would require UI changes or new interfaces. In the future as new data services emerge new user interfaces will likely do so, or existing ones will be upgraded to support them.
56
+
For practical purposes, The Graph's user interfaces will only support delegation to the `SubgraphService`. While Horizon's architecture allows delegation to other data services, supporting them would require UI changes or new interfaces. In the future as new data services emerge new user interfaces will likely do so, or existing ones will be upgraded to support them.
57
57
58
58
### Potential Future Slashability
59
59
@@ -67,7 +67,7 @@ The 0.5% delegation tax has been completely removed, making it more economical f
67
67
68
68
### Multiple Undelegation Requests
69
69
70
-
Delegators can now have multiple undelegation requests processing simultaneously (up to 100), providing more flexibility in managing their stake.
70
+
Delegators can now have multiple undelegation requests processing simultaneously (up to 100), providing more flexibility in managing their stake.
71
71
72
72
## Changes to Slashing
73
73
@@ -85,4 +85,4 @@ While Horizon brings significant improvements, several core elements remain unch
85
85
86
86
-**Curation mechanism**: The way subgraphs are signaled and curated remains the same
87
87
-**Indexing rewards formula**: The calculation and distribution of indexing rewards follows the same formula
88
-
-**GRT token**: The Graph Token (GRT) remains unchanged
88
+
-**GRT token**: The Graph Token (GRT) remains unchanged
0 commit comments