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
def8573b
Commit
def8573b
authored
5 years ago
by
Nikolay Volf
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix docs deadlinks (#4698)
parent
caa6efa5
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
substrate/client/consensus/slots/src/lib.rs
+1
-1
1 addition, 1 deletion
substrate/client/consensus/slots/src/lib.rs
substrate/client/src/lib.rs
+3
-3
3 additions, 3 deletions
substrate/client/src/lib.rs
with
4 additions
and
4 deletions
substrate/client/consensus/slots/src/lib.rs
+
1
−
1
View file @
def8573b
...
...
@@ -45,7 +45,7 @@ use parking_lot::Mutex;
/// The changes that need to applied to the storage to create the state for a block.
///
/// See [`state_machine::StorageChanges`] for more information.
/// See [`
sp_
state_machine::StorageChanges`] for more information.
pub
type
StorageChanges
<
Transaction
,
Block
>
=
sp_state_machine
::
StorageChanges
<
Transaction
,
HasherFor
<
Block
>
,
NumberFor
<
Block
>>
;
...
...
This diff is collapsed.
Click to expand it.
substrate/client/src/lib.rs
+
3
−
3
View file @
def8573b
...
...
@@ -20,20 +20,20 @@
//! parts:
//!
//! - A database containing the blocks and chain state, generally referred to as
//! the [`Backend`](backend::Backend).
//! the [`Backend`](
sc_client_api::
backend::Backend).
//! - A runtime environment, generally referred to as the [`Executor`](CallExecutor).
//!
//! # Initialization
//!
//! Creating a [`Client`] is done by calling the `new` method and passing to it a
//! [`Backend`](backend::Backend) and an [`Executor`](CallExecutor).
//! [`Backend`](
sc_client_api::
backend::Backend) and an [`Executor`](CallExecutor).
//!
//! The former is typically provided by the `sc-client-db` crate.
//!
//! The latter typically requires passing one of:
//!
//! - A [`LocalCallExecutor`] running the runtime locally.
//! - A [`RemoteCallExecutor`](light::call_executor::RemoteCall
Executor
) that will ask a
//! - A [`RemoteCallExecutor`](light::call_executor::RemoteCall
Request
) that will ask a
//! third-party to perform the executions.
//! - A [`RemoteOrLocalCallExecutor`](light::call_executor::RemoteOrLocalCallExecutor), combination
//! of the two.
...
...
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