Skip to content

fix(network): harden Horizon transaction parser and listeners - #75

Merged
0dillon merged 1 commit into
mainfrom
fix/horizon-listener
Aug 29, 2026
Merged

fix(network): harden Horizon transaction parser and listeners#75
0dillon merged 1 commit into
mainfrom
fix/horizon-listener

Conversation

@0dillon

@0dillon 0dillon commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

This PR fundamentally rewrites the Horizon transaction parser module to aggressively validate incoming transaction schemas before attempting to process them.

Using Zod, we now explicitly catch malformed schemas (like LP shares) and route them to dead-letter logs instead of allowing them to silently kill the SSE listener loop. This ensures that the merchant deposit pipeline remains totally unbroken even during network spam.

Closes #33.

@0dillon
0dillon merged commit dc5f0b0 into main Aug 29, 2026
@0dillon
0dillon deleted the fix/horizon-listener branch August 29, 2026 12:11
0dillon added a commit that referenced this pull request Aug 29, 2026
Co-authored-by: enny791 <enny791@github.com>
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.

fix(network): harden Horizon transaction parser and listeners

1 participant