feat: health monitor, schema versioning, access logs, event reference guide#357
Merged
Abd-Standard merged 1 commit intoJun 29, 2026
Conversation
…vent reference guide Closes Core-Foundry#311 - [Backend] Implement Notification Health Monitor Closes Core-Foundry#309 - [Contracts] Add Notification Version Tracking Closes Core-Foundry#312 - [Contracts] Implement Notification Access Logs Closes Core-Foundry#274 - [Docs] Create Smart Contract Event Reference Guide
|
@Darkdruce 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 four issues in a single PR.
Closes #311 — [Backend] Notification Health Monitor
NotificationHealthMonitorservice (listener/src/services/notification-health-monitor.ts)GET /api/notifications/healthindex.tswith graceful shutdownCloses #309 — [Contracts] Notification Version Tracking
SchemaVersionSetevent tobase/events.rsSchemaVersionstorage key,set_schema_version,get_schema_version,is_version_supportedinautoshare_logic.rslib.rsError::InvalidInput; only admin can set versiontests/schema_version_test.rsCloses #312 — [Contracts] Notification Access Logs
NotificationAccessedevent tobase/events.rsrecord_notification_accessinautoshare_logic.rslib.rstests/access_log_test.rsCloses #274 — [Docs] Smart Contract Event Reference Guide
CONTRACT_EVENT_REFERENCE.mddocumenting all emitted events, shared types, parameters, examples, and indexer/listener recommendationsREADME.md