gitcoinco / grants-stack-api

GNU Affero General Public License v3.0
13 stars 2 forks source link

add: backfill project ID's on votes with version < 0.2.0 #1

Closed hmrtn closed 1 year ago

hmrtn commented 1 year ago

Is your feature request related to a problem? Please describe. This is related to missing project ids on the votes table.

Describe the solution you'd like Implement backfilling on seed trigger by making specific project meta pointer requests to ipfs and relate the vote to address to the project payout address.

Describe alternatives you've considered Not doing it

Additional context Some of the necessary framework is already there. Such as fetching from ipfs, querying the project meta pointers.