Skip to content

feat: enhance multi-asset ARM functionality#84

Merged
toniocodo merged 2 commits into
mainfrom
feat/multi-asset-arm
Jul 25, 2026
Merged

feat: enhance multi-asset ARM functionality#84
toniocodo merged 2 commits into
mainfrom
feat/multi-asset-arm

Conversation

@toniocodo

Copy link
Copy Markdown
Collaborator
  • Added new fields to the Arm and ArmDailyStat types in the GraphQL schema for asset decimals and rates in various currencies.
  • Introduced a new migration script to create necessary database tables for exchange rates, native balances, and campaign data.
  • Implemented the multi-asset ARM ABI, including functions and events for managing assets, market updates, and liquidity operations.
  • Organized ABI functions and events into separate files for better maintainability and clarity.

This update expands the capabilities of the multi-asset ARM, allowing for more detailed asset management and improved data handling.

- Added new fields to the Arm and ArmDailyStat types in the GraphQL schema for asset decimals and rates in various currencies.
- Introduced a new migration script to create necessary database tables for exchange rates, native balances, and campaign data.
- Implemented the multi-asset ARM ABI, including functions and events for managing assets, market updates, and liquidity operations.
- Organized ABI functions and events into separate files for better maintainability and clarity.

This update expands the capabilities of the multi-asset ARM, allowing for more detailed asset management and improved data handling.
@toniocodo
toniocodo requested a review from apexearth July 24, 2026 06:51
@toniocodo toniocodo self-assigned this Jul 24, 2026
Refactored the SQL queries in the upsertProtocolDailyStatDetails function to ensure proper numeric handling by explicitly casting values to numeric types. This change improves the accuracy of calculations for rates, total assets, and yields, enhancing the overall data integrity in the protocol's daily statistics.
@toniocodo
toniocodo merged commit b2da33d into main Jul 25, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants