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

Results 13 curve-subgraph issues
Sort by recently updated
recently updated
newest added

When calculating the balance of the underlying coins [here](https://github.com/curvefi/curve-subgraph/blob/fa26cd2f8a8d42f76c5e0e897469740508d70f43/src/services/pools/coins.ts#L49) the decimals are not used (which causes it default to 18 afaik), one example in which this causes problems is in...

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

I don't think [this function](https://github.com/curvefi/curve-subgraph/blob/main/src/mappings/pool.ts#L331-L351) is correct, as it sets the pool A to the future A right away (and not only at the given future block). Unless I am...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

These changes adapt subgraph codebase to be compiled and deployed with latest version of The Graph CLI. This in turn implies using a more modern and stable version of AssemblyScript...

Hello. For @rotki we have some address selected for testing and before the subgraph fix we could fetch `addLiquidityEvent`s for the address `0x3ba6eb0e4327b96ade6d4f3b578724208a590cef`. One of them being https://etherscan.io/tx/0x9b5471ee166bc8210ae10faae6e3292424829e48cb437346fbcc60bd66a5c008 After the...