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

subscribeFinalizedHeads doesn't return all the finalised header #85

Open
KarishmaBothara opened this issue May 4, 2022 · 0 comments
Open

Comments

@KarishmaBothara
Copy link
Collaborator

We relay on subscribeFinalizedHead and listen to all the events in the header to check for authority set change event in case of validator relayer. After checking cloud watch for last two days, noticed that finalised head did not subscribe for block number between 12870475 to 12870659. From uncover end point found out that, authority set event occurred at block number 12870481
Screen Shot 2022-05-04 at 2 25 54 PM
Had to manually submit the proof for proof id 305 and 306.
On polkadot js, there is a issue for api does not return all the blocks for subscribe new head
polkadot-js/api#1744
On substrate there is this one - paritytech/substrate#4738

Need to look at way to modify the validator relayer to not relay one subscribeFinalizedHead

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