RigoBlock / contracts

[DEPRECATED] directory of our contracts
Apache License 2.0
1 stars 0 forks source link

implement two more input fields in drago registry for external storage #29

Closed gabririgo closed 6 years ago

gabririgo commented 6 years ago

implement the following two fields, in order to use external storage services for data for dapp:

bytes32 ipfslinkhash bytes32 swarmlinkhash

double check whether it fits into stack depth and implement asap. It is a good excercise with the dragos, where the stack depth is very ofter an issue

gabririgo commented 6 years ago

in the registry, we already have a function to add metadata to a pool, hence it is not controversial that bytes32 types can be added.