-
Notifications
You must be signed in to change notification settings - Fork 691
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
Node: Neon Watcher Redesign #1899
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One of the feedbacks we have gotten from auditors is maybe we should wrap the standard arguments for these watchers into a "object" to reduce the total number of arguments in the function. If you think about how you would actually then set all those arguments, it would be just as ugly...
This PR changes the Neon watcher to wait for finality on Solana before publishing Neon blocks.
Fixes #1898