Skip to content

Validate Stellar RPC responses before event-processing pipeline (#630) - #671

Merged
Abd-Standard merged 1 commit into
Core-Foundry:mainfrom
Jessepriase:issue-630-validate-stellar-rpc-responses
Sep 1, 2026
Merged

Validate Stellar RPC responses before event-processing pipeline (#630)#671
Abd-Standard merged 1 commit into
Core-Foundry:mainfrom
Jessepriase:issue-630-validate-stellar-rpc-responses

Conversation

@Jessepriase

Copy link
Copy Markdown
Contributor

Reject malformed GetEvents RPC responses at the listener boundary so unexpected structures never reach downstream event processing. Invalid responses are logged and skipped without crashing the listener.

Overview

Related Issue

Closes #

Changes

Verification

# e.g.
cd dashboard && npm test
cd listener && npm run typecheck && npm test
cd contract/contracts/hello-world && cargo test

How to Test

Checklist

  • Branch is up to date with main
  • Tests added/updated and all pass locally
  • cargo fmt --all run (if Rust changes)
  • npm run lint passes (if TypeScript changes)
  • Documentation updated if behavior changed
    closes Validate Stellar RPC Responses #630

…-Foundry#630)

Reject malformed GetEvents RPC responses at the listener boundary so
unexpected structures never reach downstream event processing. Invalid
responses are logged and skipped without crashing the listener.
@drips-wave

drips-wave Bot commented Aug 28, 2026

Copy link
Copy Markdown

@Jessepriase 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! 🚀

Learn more about application limits

@Abd-Standard
Abd-Standard merged commit 24b50df into Core-Foundry:main Sep 1, 2026
1 of 9 checks passed
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.

Validate Stellar RPC Responses

2 participants