dcgtc / dgrants

Decentralized Grant platform that implements quadratic funding.
GNU Affero General Public License v3.0
84 stars 39 forks source link

error handling: decode metadataId #529

Closed thelostone-mc closed 2 years ago

thelostone-mc commented 2 years ago

Grants don't load due to face that metaPtr is not stored as MetaPtr but instead as a string on the metadata This is causing the functions to error out.

The right way to do this would be to

The quick fix to unblock the team would be to get this PR in which does an error handling

Bug:

Screenshot 2021-11-22 at 11 17 22 PM