Skip to content

Commit

Permalink
Merge branch 'unstuck-snowbridge' into vincent/unstuck-snowbridge
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeddes committed May 17, 2024
2 parents 0a88633 + b14ec76 commit 338ab07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Include patch to release stuck collator bonds ([polkadot-fellows/runtimes#289](https://github.com/polkadot-fellows/runtimes/pull/289))
- Safeguard pallet-balances against consumer ref underflow ([polkadot-fellows/runtimes#309](https://github.com/polkadot-fellows/runtimes/pull/309))
- Polkadot Bridge Hub: Unstuck Snowbridge ([polkadot-fellows/runtimes#313](https://github.com/polkadot-fellows/runtimes/pull/313))

## [1.2.3] 29.04.2024

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ use snowbridge_pallet_ethereum_client::{
CurrentSyncCommittee, InitialCheckpointRoot, LatestExecutionState, LatestFinalizedBlockRoot,
NextSyncCommittee,
};
use std::convert::TryInto;

#[cfg(test)]
use frame_support::assert_ok;
#[cfg(test)]
use snowbridge_beacon_primitives::BlsError;

#[cfg(feature = "try-runtime")]
use sp_runtime::TryRuntimeError;
Expand Down

0 comments on commit 338ab07

Please sign in to comment.