graphprotocol / graphprotocol/hypergraph
Identify when a entity should be updated
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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