Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

soroban-rpc: Ingest diagnostic events #536

Merged
merged 3 commits into from
Mar 27, 2023
Merged

Conversation

tamirms
Copy link
Contributor

@tamirms tamirms commented Mar 27, 2023

What

This commit updates events ingestion so that it handles diagnostic events. Part of the update required exposing a new field (fromSuccessfulContractCall) in the event response. Also, I changed the event type filter to be a comma separated list in order to allow clients to filter on multiple event types.

Close #472

Known limitations

[N/A]

go.mod Show resolved Hide resolved
cmd/soroban-rpc/internal/methods/get_events.go Outdated Show resolved Hide resolved
cmd/soroban-rpc/internal/events/events.go Show resolved Hide resolved
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.

soroban-rpc: design storage for diagnostic events + implementation
5 participants