asset_registry_db/78
registry 59e997e1e0
Promote version and issuer_pubkey to be "official" top-level fields
To match the registry server refactoring changes introduced in 70b40d3946

No data was changed apart from promoting the fields.
The changes produced by this commit can be reproduced with:

$ jq -c 'with_entries(.value.version=.value.contract.version | .value.issuer_pubkey=.value.contract.issuer_pubkey)' index.json | sponge index.json
$ ls ??/*.json | while read file; do jq -c '.version=.contract.version | .issuer_pubkey=.contract.issuer_pubkey' $file | sponge $file; done
2020-05-02 16:46:40 +00:00
..
786a06b9e826fd3c5d5586227df28a67156888c05939615bebb28cf7332be6aa.json Promote version and issuer_pubkey to be "official" top-level fields 2020-05-02 16:46:40 +00:00