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

Event history contains duplicate objects #9276

Closed
raphdev opened this issue Apr 23, 2024 · 0 comments
Closed

Event history contains duplicate objects #9276

raphdev opened this issue Apr 23, 2024 · 0 comments

Comments

@raphdev
Copy link
Contributor

raphdev commented Apr 23, 2024

We received reports of a few RPC nodes logging errors. It seems that we have duplicate entries in the event history, which occasionally cause problems.

Investigation revealed that we capture events in both runTx and deliverTx, albeit under differing circumstances. We should stop capturing events in runTx as we already do it in deliverTx, and ensure that all the circumstances we want to capture event are handled in deliverTx.

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

No branches or pull requests

1 participant