Releases: streamingfast/substreams-uniswap-v3
v0.2.10
v0.2.9 - Do not use
Erratum: output format for totalSupply is invalid, output as string instead of BigInt, breaking inside graph-node.
Fix token decimals issue:
Token decimals can take any numeric value. Before this release, if the decimal number did not fit in a u64, the substreams
would panic.
With this release, if the token decimals are bigger than 255, we will log the token/pool that we are ignoring.
Anything under the threshold of 255 are considered valid tokens.
Release 0.2.8
Update q192
to use real computed q192
value instead of truncated js value to have more precise values and closer to the real value mathematically.
Javascript Engine 2^192 computed value: 6277101735386681000000000000000000000000000000000000000000
Real value of 2^192: 6277101735386680763835789423207666416102355444464034512896
Release 0.2.7
v0.2.7 preparing rel for v0.2.7
Release v0.2.6
Fixed issue with tvlUSD on token
, TokenDayData
and TokenHourData
where the token_tvl value was wrongfully fetched from the store.
Release v0.2.5
Fix issue with "open" and "close" being reinitialized when a token was used for a transaction in a pool.
Release v0.2.4
Fix liquidities when computing the derived eth price of token 0 and token 1.
Release v0.2.3
Fix issue with liquidities check when looping over the storage changes.
Release v0.2.2
Fix issue for store_pool_liquidities
which was setting all the liquidities for the pools at ordinal
0. This caused issues when computing the derived_eth_prices
for token0
and token1
because we were wrongfully matching liquidities for pools which didn't really have any liquidities.
Release 0.2.1
Fixes
Latest fix to the TokenDayData, TokenHourData, PoolDayData and PoolHourData properly created entities.
Note The version in the
substreams.yaml
is still stated as 0.1.5-beta as it was forgotten to bump the version to 0.2.1.