-
Notifications
You must be signed in to change notification settings - Fork 16
ENSDb Schema Versioning #1833
Copy link
Copy link
Open
Labels
ensapiENSApi relatedENSApi relatedensdbENSDb relatedENSDb relatedensindexerENSIndexer relatedENSIndexer related
Description
The goal for this change is to be able to disconnect the version number of ENSApi from the version number of ENSIndexer.
In other words:
- Many versions of ENSIndexer may output data in a stable ENSDb format version.
- Many versions of ENSApi may be comfortable to read data in a stable ENSDb format version.
It's only when we make some breaking change to the ENSDb schema definitions that ENSDb Schema version should be bumped.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ensapiENSApi relatedENSApi relatedensdbENSDb relatedENSDb relatedensindexerENSIndexer relatedENSIndexer related
Type
Projects
Status
In Progress