Versioning has been merged into the spec (ethereum/ERCs#1838) and we should check the version of the schema a descriptor used. For that, fetch the schema and check the version key of the schema itself. The library should currently fail to format if it encounters a different version than v2.
Versioning has been merged into the spec (ethereum/ERCs#1838) and we should check the version of the schema a descriptor used. For that, fetch the schema and check the
versionkey of the schema itself. The library should currently fail to format if it encounters a different version than v2.