Skip to content

Commit

Permalink
Merge branch 'master' into jpserrat/add-sent-event
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondkfcheung authored Mar 3, 2025
2 parents 6d9a3c5 + df99fb9 commit f3657c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cumulus/polkadot-omni-node/lib/src/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub trait NodeBlock:
{
type BoundedFromStrErr: Debug;
type BoundedNumber: FromStr<Err = Self::BoundedFromStrErr> + BlockNumber;
type BoundedHeader: HeaderT<Number = Self::BoundedNumber> + Unpin;
type BoundedHeader: HeaderT<Number = Self::BoundedNumber, Hash = DbHash> + Unpin;
}

impl<T> NodeBlock for T
Expand Down
7 changes: 7 additions & 0 deletions prdoc/pr_7756.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
title: Fix unspecified Hash in NodeBlock
doc:
- audience: Node Dev
description: "Specified Hash type for BoundedHeader in NodeBlock, fixing possible internal compiler error"
crates:
- name: polkadot-omni-node-lib
bump: patch

0 comments on commit f3657c7

Please sign in to comment.