Skip to content

v0.2.9 - Do not use

Compare
Choose a tag to compare
@Eduard-Voiculescu Eduard-Voiculescu released this 20 Mar 21:01
· 14 commits to develop since this release

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.