feat: Implement issues #1228, #1239, #1227, #1238 - #1299
Merged
Conversation
…unirezz#1238 - Junirezz#1228: Add MockBenjiStrategy contract implementing StrategyTrait for integration testing - Junirezz#1239: Add useLocalizedFormat hook for locale-aware number formatting - Junirezz#1227: Add VaultHealthDashboard page with backend API endpoint - Junirezz#1238: Add AuditLog page with backend endpoint and contract audit events Also includes pre-existing lint/type fixes for CI health.
|
@trinnode Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements 4 new features for YieldVault-RWA:
#1228: Mock BENJI Strategy Connector
MockBenjiStrategycontract incontracts/mock-strategy/src/mock_benji_strategy.rsStrategyTraitinterface as the productionBenjiStrategy#1239: Localized Number Formatting
useLocalizedFormathook infrontend/src/hooks/useLocalizedFormat.ts#1227: Vault Health Metrics Dashboard
VaultHealthDashboardpage at/vault-healthroute/api/v1/vault/summaryvaultHealthApi.tswith typed metrics response#1238: Audit Log for Vault State Changes
audit_events.rscontract module with timestamped events for deposits, withdrawals, strategy switches, and parameter changesAuditLogpage at/audit-logroute with operation and actor filteringauditLogEndpoints.tswith paginated endpoint at/api/v1/audit-logsPre-existing Fixes
Closes #1228
Closes #1239
Closes #1227
Closes #1238