Document issuanceRewards field as canonical source (part of replacing indexers' feature support matrix)
          #173
        
          
      
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Problem
The
issuanceRewardsfield exists in network JSON files but lacks documentation about:Meanwhile, this data is duplicated in the indexer repo's Feature Support Matrix, creating maintenance burden when networks are added or updated.
Proposed solution
Add documentation establishing this registry as the canonical source for the
issuanceRewardsfield. This allows other repositories (like the indexer repo) to reference this registry instead of maintaining duplicate copies of network data.Changes
New documentation (
docs/subgraphs-arbitration-policy.md):issuanceRewardsmeans in The Graph ecosystemUpdated README:
Why Arbitration Documentation?
TL;DR: This adds new docs on arbitration because we're restructuring how the Feature Support Matrix works (and cleaning it up), and this registry should now become the central reference point.
The Feature Support Matrix in the indexer repo currently documents both:
We're splitting these concerns:
issuanceRewards)The arbitration policy doc explains how
issuanceRewardsis used in the broader ecosystem (specifically for subgraph dispute resolution), which helps users understand why this field matters and why the Feature Support Matrix references it.Review Notes
This is purely additive documentation:
issuanceRewardsvaluesCorresponding PR on the feature support matrix: graphprotocol/indexer#1143