Releases: nodersteam/cosmos-exporter
Releases · nodersteam/cosmos-exporter
v3.0.1
Changes in version 3.0.1-rc1
In this release, we have made the following changes:
Fixed an issue related to handling very large numbers (e.g., 1000000000000000000 and above). The code now correctly handles large numbers by converting 'math/big.Float' values to 'float64,' eliminating the 'Int64() out of bound' errors.
Updated the documentation to reflect the changes and improve code readability.
These changes enable more efficient handling of large numbers in the code and enhance its reliability.