docs: Expand webhook documentation with comprehensive developer guide#680
Merged
docs: Expand webhook documentation with comprehensive developer guide#680
Conversation
Add extensive documentation covering: - Webhook types: per-node vs per-developer webhooks with use cases - Event types: invoice_payment and node_stuck with full payload schemas - Signature verification: examples in Python, Rust, and Node.js - Delivery guarantees: retry behavior with exponential backoff - Best practices: idempotency, async processing, security - Mermaid diagrams for webhook architecture and delivery flow The documentation serves as the authoritative guide for developers integrating with Greenlight webhooks.
…ents" This reverts commit c4d7acd.
Create prestate_sketch from incoming state (nodelet's view) instead of the signer's merged state. This ensures that initial VLS state created during Signer::new() is properly sent back to the nodelet on the first request, fixing the issue where nodes/, nodestates/, allowlists/, and trackers/ entries were never synced to the tower.
Collaborator
Author
Additional Commit: VLS State Sync FixThis PR now also includes a fix for Root Cause: The signer wasn't sending its initial VLS state to the nodelet/tower. It only sent diffs of what changed during each request, but the initial state ( Fix: Create File: |
ihordiachenko
approved these changes
Mar 4, 2026
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.
Add extensive documentation covering:
The documentation serves as the authoritative guide for developers integrating with Greenlight webhooks.