balancer-subgraph icon indicating copy to clipboard operation
balancer-subgraph copied to clipboard

Subgraph (Graph Protocol) data layer for Balancer pools, swaps, txs, users

Results 16 balancer-subgraph issues
Sort by recently updated
recently updated
newest added

Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.15. **This update includes security fixes.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Arbitrary File Creation/Overwrite due to insufficient absolute path sanitization Impact...

dependencies
security

Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. ReDoS in normalize-url The normalize-url package before 4.5.1, 5.x...

dependencies
security

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.0 to 5.1.2. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Regular expression denial of service This affects the package...

dependencies
security

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Command Injection in lodash lodash versions prior to 4.17.21...

dependencies
security

Deploys to kovan when code is merged to master (requires `GRAPH_ACCESS_TOKEN` in settings)

There seems to be a bug in the data as there exist a PoolShare entity where the user is the pool itself. Here is an example query and output: ```...

Reverts balancer-labs/balancer-subgraph#74

While crunching the data in the subgraph, noticed that there's one pool with contract address `0xb835e10742fd05621780158790d7ae8cfa8c6f05` that accumulated 3+ billion swap volume in one day, 1st of August 2020: ![image](https://user-images.githubusercontent.com/6399810/103948162-ffb97380-5141-11eb-8ad6-9a645377f17d.png)...

I am making a request for a feature in this subgraph - daily aggregated data, such as is present on the Uniswap subgraph under the name `uniswapDayData`. This is an...