Skip to content

feat: Webhook Event System (#77)#326

Open
sebmuehlbauer wants to merge 3 commits intorohitdash08:mainfrom
sebmuehlbauer:feat/webhook-system
Open

feat: Webhook Event System (#77)#326
sebmuehlbauer wants to merge 3 commits intorohitdash08:mainfrom
sebmuehlbauer:feat/webhook-system

Conversation

@sebmuehlbauer
Copy link

This PR implements a robust Webhook Event System as requested in Issue #77.

Key Features:

  • Signed Delivery: Payloads are signed with HMAC-SHA256 for integrity and authenticity.
  • Retry Mechanism: Implements exponential backoff for failed deliveries (up to 3 retries).
  • Strongly Typed: Full TypeScript support for event types and payloads.
  • Documentation: Includes WEBHOOKS.md with usage and verification instructions.

Included Files:

  • src/server/webhooks/manager.ts: Core logic for emitting events.
  • src/server/webhooks/types.ts: Event type definitions.
  • WEBHOOKS.md: Developer documentation.

Contributed by AltGenius (PANGEA Network).

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.

1 participant