originalworks / protocol

Protocol of Original Works
https://www.original.works
2 stars 0 forks source link

Define a proper revoking method #13

Closed criadoperez closed 2 months ago

criadoperez commented 3 months ago

When json files uploaded to the protocol need to be modified or deleted, we need to define a revoking method for them.

A first proposed solution is creating a revoked table, made of revoked json files that contain the following

{
"name": 
"signature":
"cid": 
"timestamp"
}
criadoperez commented 3 months ago

@revelator-labs can you confirm what's the desired behavior when you remove a release from the protocol?

criadoperez commented 2 months ago

Closing this, as this is done now with DDEX messages