tendermint / spn

A blockchain to launch blockchains.
Other
112 stars 43 forks source link

Remove `CampaignSummary` and `CampaignSummaries` #891

Closed lumtis closed 2 years ago

lumtis commented 2 years ago

These two queries have been implement to adapt to a specific UI we might not consider anymore. We should assess the necessity to keep these queries and consider removing those from the codebase since these are not optimized to be implemented directly on spn and introduces unnecessary module dependencies (campaign -> reward)

We should consider an external backend solution to provide these queries information