Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
08b30246
Unverified
Commit
08b30246
authored
2 weeks ago
by
Andrei Eres
Browse files
Options
Downloads
Patches
Plain Diff
Specify DbHash in NodeBlock
parent
75726c65
Branches
gh-readonly-queue/master/pr-7741-df99fb9431a579589c1c87832222c9551b5c4f7c
Branches containing commit
No related merge requests found
Pipeline
#517375
waiting for manual action with stages
in 1 hour, 6 minutes, and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cumulus/polkadot-omni-node/lib/src/common/mod.rs
+1
-1
1 addition, 1 deletion
cumulus/polkadot-omni-node/lib/src/common/mod.rs
with
1 addition
and
1 deletion
cumulus/polkadot-omni-node/lib/src/common/mod.rs
+
1
−
1
View file @
08b30246
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Paritytech CI
@paritytech-ci
mentioned in commit
1f1c0f32
·
2 weeks ago
mentioned in commit
1f1c0f32
mentioned in commit 1f1c0f32c469d0e1f0833d13a2ef975aa516c498
Toggle commit list
Paritytech CI
@paritytech-ci
mentioned in commit
907a9f1f
·
2 weeks ago
mentioned in commit
907a9f1f
mentioned in commit 907a9f1f49a25f71d2c95ee84e5a8ef224a4ee4d
Toggle commit list
Paritytech CI
@paritytech-ci
mentioned in commit
df99fb94
·
1 week ago
mentioned in commit
df99fb94
mentioned in commit df99fb9431a579589c1c87832222c9551b5c4f7c
Toggle commit list
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment