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

bug(plugin): signal end of startup for genesis cluster if parent slot 0 seen #207

Merged
merged 3 commits into from
Oct 17, 2023

Conversation

vovkman
Copy link
Contributor

@vovkman vovkman commented Oct 16, 2023

if plugin run on genesis of network, notify_end_of_startup will not be triggered. Slot 0 will not come through update_slot_status so the earliest signal is parent slot 0

Copy link
Collaborator

@fanatid fanatid left a comment

Choose a reason for hiding this comment

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

Awesome! This would allow us to run the plugin without pre-generated test-ledger with a full snapshot.
Can you please add a line to CHANGELOG.md?

yellowstone-grpc-geyser/src/plugin.rs Outdated Show resolved Hide resolved
@fanatid fanatid merged commit 05d09b7 into rpcpool:master Oct 17, 2023
3 checks passed
@fanatid
Copy link
Collaborator

fanatid commented Oct 17, 2023

Thanks @vovkman!

@fanatid fanatid added the v1.16 label Oct 17, 2023
mergify bot pushed a commit that referenced this pull request Oct 17, 2023
fanatid pushed a commit that referenced this pull request Oct 17, 2023
fanatid pushed a commit that referenced this pull request Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants