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.
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:
It's only when we make some breaking change to the ENSDb schema definitions that ENSDb Schema version should be bumped.