-
Notifications
You must be signed in to change notification settings - Fork 835
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
Investigate failing grandpa voter while doing warp sync #9
Labels
I2-bug
The node fails to follow expected behavior.
Comments
fixxxedpoint
added a commit
to fixxxedpoint/polkadot-sdk
that referenced
this issue
Aug 5, 2024
…ker. Every such implementation should provide authentication and muxing mechanisms. (paritytech#9)
fixxxedpoint
pushed a commit
to fixxxedpoint/polkadot-sdk
that referenced
this issue
Aug 5, 2024
…tworkWorker. Every such implementation should provide authentication and muxing mechanisms. (paritytech#9)" (paritytech#12) This reverts commit 8522cd0.
fixxxedpoint
added a commit
to fixxxedpoint/polkadot-sdk
that referenced
this issue
Aug 5, 2024
…etworkWorker. Every such implementation should provide authentication and muxing mechanisms. (paritytech#9)" (paritytech#12) This reverts commit 8b80e54.
gilescope
pushed a commit
to gilescope/polkadot-sdk
that referenced
this issue
Oct 25, 2024
polkadot-2407 fixed the problem we had with it
sfffaaa
pushed a commit
to peaqnetwork/polkadot-sdk
that referenced
this issue
Dec 27, 2024
Use insecure_zero_ed in pallet-balances benchmarks.
Ujjwal0501
pushed a commit
to Mind-Crypt/polkadot-sdk
that referenced
this issue
Jan 14, 2025
Add transactions to genesis block
claravanstaden
pushed a commit
to claravanstaden/polkadot-sdk
that referenced
this issue
Feb 24, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have seen the grandpa voter dying on a node that should try to warp sync as a validator. In this process the node was also producing a block which should also not happen. Maybe the node producing a block and waiting to warp sync lead to the issue with grandpa. But the voter should also not fail with an unknown block error, as we probably should just skip this or similar.
Explore-logs-2023-05-08 17 09 17.txt
The text was updated successfully, but these errors were encountered: