You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.
For The Graph's graph-ts original implementation,
BigInt.toHex()
andBigInt.toHexString()
behaves the same.However, in my thoughts
toHex()
should return a string that looks likedeadbeef
whiletoHexString()
should return a string that looks like0xdeadbeef
.So the implementation should be updated into:
Additionally,
toHexString()
is not tracked by The Graph's AssemblyScript API docs.This issue is pending The Graph's opinion.
The text was updated successfully, but these errors were encountered: