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
1d8ddd7a
Commit
1d8ddd7a
authored
4 years ago
by
Joshy Orndorff
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Make GrandpaBlockImport public (#6068)
parent
8b9bd901
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
substrate/client/finality-grandpa/src/lib.rs
+1
-1
1 addition, 1 deletion
substrate/client/finality-grandpa/src/lib.rs
with
1 addition
and
1 deletion
substrate/client/finality-grandpa/src/lib.rs
+
1
−
1
View file @
1d8ddd7a
...
@@ -118,6 +118,7 @@ mod voting_rule;
...
@@ -118,6 +118,7 @@ mod voting_rule;
pub
use
authorities
::
SharedAuthoritySet
;
pub
use
authorities
::
SharedAuthoritySet
;
pub
use
finality_proof
::{
FinalityProofProvider
,
StorageAndProofProvider
};
pub
use
finality_proof
::{
FinalityProofProvider
,
StorageAndProofProvider
};
pub
use
import
::
GrandpaBlockImport
;
pub
use
justification
::
GrandpaJustification
;
pub
use
justification
::
GrandpaJustification
;
pub
use
light_import
::
light_block_import
;
pub
use
light_import
::
light_block_import
;
pub
use
voting_rule
::{
pub
use
voting_rule
::{
...
@@ -127,7 +128,6 @@ pub use finality_grandpa::voter::report;
...
@@ -127,7 +128,6 @@ pub use finality_grandpa::voter::report;
use
aux_schema
::
PersistentData
;
use
aux_schema
::
PersistentData
;
use
environment
::{
Environment
,
VoterSetState
};
use
environment
::{
Environment
,
VoterSetState
};
use
import
::
GrandpaBlockImport
;
use
until_imported
::
UntilGlobalMessageBlocksImported
;
use
until_imported
::
UntilGlobalMessageBlocksImported
;
use
communication
::{
NetworkBridge
,
Network
as
NetworkT
};
use
communication
::{
NetworkBridge
,
Network
as
NetworkT
};
use
sp_finality_grandpa
::{
AuthorityList
,
AuthorityPair
,
AuthoritySignature
,
SetId
};
use
sp_finality_grandpa
::{
AuthorityList
,
AuthorityPair
,
AuthoritySignature
,
SetId
};
...
...
This diff is collapsed.
Click to expand it.
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