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

rpc: Store and serve the event transaction ID #1185

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

2opremio
Copy link
Contributor

What

Add the transaction hash pertaining to each event in the getEvents response

Why

Fixes #1182

Known limitations

It increases the size of the in-memory event storage (but this should be mitigated by #1183 )

It would be good to have specific numbers (@psheth9 is working on it)

Copy link
Contributor

@psheth9 psheth9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me !!

@2opremio 2opremio merged commit 0c77361 into stellar:main Feb 1, 2024
25 checks passed
@2opremio 2opremio deleted the add-events-txid branch February 1, 2024 16:26
2opremio added a commit that referenced this pull request Mar 26, 2024
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.

rpc: add transactionId to event resource
2 participants