davidgasquez / gitcoin-grants-data-portal

🌲 Open source, serverless, and local-first data hub for Gitcoin Grants data!
https://grantsdataportal.xyz/
MIT License
26 stars 3 forks source link

Extend `round_applications` model with `recipient` + `signature` #14

Closed DistributedDoge closed 8 months ago

DistributedDoge commented 8 months ago

main.round_applications table metadata column contains information that seems to be duplicated in other tables (project, round) so not much work to do here.

What we can learn is recipient which looks like actual address to which funds donated to given project will be sent during round and cryptographic signature for the application.

There is some interesting information in $.application.answers array present for each row but that is handled by separate PR #15