carrot-kpi / monorepo

A monorepo for Carrot v1.
GNU General Public License v3.0
5 stars 2 forks source link

Offload KPI token and oracles data fetching to templates #418

Closed luzzif closed 10 months ago

luzzif commented 1 year ago

Currently, at each block the KPI token is either fully or partially fetched from the blockchain/subgraph with one or more calls. This is clearly visible in the campaign page where a lot of calls are firing constantly. One idea to improve the situation would be to offload this role to the various templates so that they could be more surgical in the amount/scope of calls they make.