balancer-subgraph
balancer-subgraph copied to clipboard
Subgraph (Graph Protocol) data layer for Balancer pools, swaps, txs, users
Having userAddress attribute reference user entity is confusing. It would be better to have it named as the referenced entity.
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution Overview The ini npm package before version...
The code was inconsistently formatted and it made it hard to navigate. I added configuration for prettier package to ensure the formatting is consistent across the whole codebase. I used...
I propose using a docker-compose file to start up both graph-node services, and ganache for local development - since graph-node vendors a docker-image, we don't have to clone that repo...
## Background The `Transaction` schema can be cleaned up and make tighter guarantees for data. ## Require `event` `Transaction.event` is always set - update the schema to require this value....
It would be useful to have snapshots of user's pool shares available in the subgraph. [Uni v2 subgraph](https://github.com/Uniswap/uniswap-v2-subgraph/blob/9692685423f9a16fa30a2cf08ceeff69fcdd8367/schema.graphql#L112) has this functionality implemented.