graphprotocol / graphprotocol/hypergraph

Identify when a entity should be updated

Open
#503 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
22
Forks
12
PR merge metrics
No merged PRs in 30d

Description

to identify which entities changes we store the information _changes = true/false and updateAtBlock. When publishing we can compare these entities to the public version and identify the true diff to generate the OPs and if local data is incorrect with _changed we can update it.

This so far is only about values, but relations also should be taken into account

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files or tests; start by locating the entity change-tracking and publishing paths that store _changes and updateAtBlock. Define how value changes and relation changes are compared with the public version, then document or test the conditions that identify entities requiring updates.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
backend, data
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.