You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Images will be uploaded to IPFS directly, without generating any ISCC code.
Audio files may be sent by the data Oracle, in which case OWEN will generate an ISCC code and submit that as a verified audio track.
In order to keep the data size under control: Any audio file received will be deleted after the ISCC code is generated, and in a later version we will enforce the reduction of the image size the range of 300-600p
This part of scope will be pushed to. a later release (0.3): Process zip file from SQS that will include one or multiple xml files and optionally some Audio or Image files.
Audio files are not being included within the Revelator queue; in order to test we will need to manually add a ddex with audio.
Pending features of the CLI:
Replace URI of local file location to an IPFS CID. For Audio files, without pinning it to IPFS
Replace URI of local file location to an IPFS CID. For Image files pinning it to IPFS
Process zip file from SQS that will include one or multiple
xml
files and optionally some Audio or Image files.Write tests
CIDs will be generated before the file is validated.
Output willl be to pin JSON file and Images files to IPFS.
The text was updated successfully, but these errors were encountered: