-
Notifications
You must be signed in to change notification settings - Fork 689
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Snowbridge - Ethereum Client - Reject finalized updates without a syn…
…c committee in next store period (#4483) This is a cherry-pick from master of #4478 Expected patches for (1.8.0): snowbridge-pallet-ethereum-client Co-authored-by: Vincent Geddes <117534+vgeddes@users.noreply.github.com>
- Loading branch information
1 parent
fb2c9ca
commit dc27b7f
Showing
3 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0 | ||
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json | ||
|
||
title: Snowbridge - Ethereum Client - Reject finalized updates without a sync committee in next store period | ||
|
||
doc: | ||
- audience: Runtime Dev | ||
description: | | ||
Bug fix in the Ethereum light client that stalls the light client when an update in the next sync committee period is received without receiving the next sync committee update in the next period. | ||
|
||
crates: | ||
- name: snowbridge-pallet-ethereum-client | ||
bump: patch |