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

vote: allow block_id to be None until new shred format is rolled out #3231

Merged
merged 1 commit into from
Oct 20, 2024

Conversation

AshwinSekar
Copy link

@AshwinSekar AshwinSekar commented Oct 19, 2024

Problem

#2776 populates the block_id for all TowerSync instructions.

Normally this can only be None if we are voting on our own leader block, however for mainnet and 1.18 clusters, the new shred format is yet to be rolled out, also causing this value to be None.

Summary of Changes

Restore compatibility of master to mainnet by removing these assertions. These assertions can be added back in once the new shred format is fully rolled out. The feature flag that enables TowerSync is not planned to be activated until after the new shred format is fully rolled out.

@AshwinSekar AshwinSekar requested a review from carllin October 19, 2024 22:06
@AshwinSekar AshwinSekar merged commit d524f29 into anza-xyz:master Oct 20, 2024
40 checks passed
@AshwinSekar AshwinSekar deleted the block-id-fix branch October 20, 2024 00:15
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.

2 participants