balancer / dune-spellbook

SQL views for Dune Analytics
Other
7 stars 11 forks source link

Migrate `balancer_v2.view_pools_fees` Abstraction #1

Closed jacek0x closed 2 years ago

jacek0x commented 2 years ago

Description

Migrate the balancer_v2.view_pools_fees Dune abstraction to a Dune spellbook.

Currently, balancer_v2.view_pools_fees requires maintenance whenever Balancer launches a new pool factory.

The goal is to generalize this view so that it no longer requires active maintenance.

Create a separate view for each of the following networks: ethereum, polygon, optimism, arbitrum.

More information:

jacek0x commented 2 years ago

@markusbkoch please assign me to this issue, I will be working on it.

jacek0x commented 2 years ago

@markusbkoch @mendesfabio I created PR https://github.com/balancer-labs/dune-spellbook/pull/6 for this issue.

Please provide me with descriptions for tables and columns so that I can add them to the schema and sources files.

jacek0x commented 2 years ago

This feature has been merged into the Dune Analytics repo and is complete: https://github.com/duneanalytics/spellbook/pull/1956