Feat/stellar wave issues 288 294#328
Merged
Abd-Standard merged 8 commits intoJun 26, 2026
Merged
Conversation
…snapshots Implements Core-Foundry#288 by persisting summarized delivery metrics on a schedule, exposing them via /api/analytics/history, and wiring configurable analytics settings into application startup.
Implements Core-Foundry#294 with a configurable background worker that purges obsolete notifications and execution logs on a schedule and logs each cleanup cycle.
Implements Core-Foundry#293 by including the acting admin address in ContractPaused and ContractUnpaused events and verifying the audit trail in contract tests.
Implements Core-Foundry#289 with category registration, registry queries, CategoryRegistered events, and validation tests for duplicate and unauthorized registrations.
|
@Ved-viraj 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! 🚀 |
Repair merge conflicts across contracts, listener, and dashboard so lint, tests, and formatting pass: restore analytics/cleanup wiring, fix schema migration ordering, sync package-lock.json, and stabilize test harnesses.
fed30e0 to
4ca7e0e
Compare
Repair merge-corrupted EventExplorer components, remove invalid eslint-disable, fix test imports and types, and isolate import.meta API URL config for Jest. Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Closes #289
Closes #294
Closes #293
Closes #288