Skip to content

v0.6.0

Compare
Choose a tag to compare
@taha-abbasi taha-abbasi released this 30 Mar 00:27
· 33 commits to main since this release

Release Notes for v0.6.0:

In this release, we have made significant updates to the project structure, improved the code organization, and implemented new features to calculate and display token supply data across multiple networks. The following changes have been made since Release v0.5.0:

  1. Introduced a new types.ts file that includes TypeScript interfaces and types for better type checking and code maintainability. This file contains types such as NonCirculatingSupplyBalance, NetworkConfiguration, NetworkConfigurations, AddressConfigurationInput, and AddressConfiguration.

  2. Updated the config.ts file to export the getNonCirculatingSupplyAddressConfigurations function, which retrieves the address configurations for non-circulating supply.

  3. Updated the getSupplyAcrossNetworks.ts file to include the getNonCirculatingSupplyBalances function, which calculates the non-circulating supply balances for each address. The file has also been updated to utilize the new types introduced in the types.ts file.

These updates improve the overall organization of the codebase and provide better support for managing token supply data across multiple networks. This release enhances the application's functionality and maintainability, making it easier to extend and adapt to future requirements.

What's Changed

Full Changelog: v0.5.2...v0.6.0