Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ddorgan
polkadot
Commits
07a2c5b5
Unverified
Commit
07a2c5b5
authored
Jan 10, 2020
by
Gavin Wood
Committed by
GitHub
Jan 10, 2020
Browse files
Update to latest Substrate (#753)
* Attempt to merge, but not easy * Bump runtime version
parent
6459a194
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
07a2c5b5
This diff is collapsed.
Click to expand it.
runtime/common/src/attestations.rs
View file @
07a2c5b5
...
...
@@ -99,7 +99,7 @@ decl_storage! {
pub
RecentParaBlocks
:
map
T
::
BlockNumber
=>
Option
<
IncludedBlocks
<
T
>>
;
/// Attestations on a recent parachain block.
pub
ParaBlockAttestations
:
double_map
T
::
BlockNumber
,
blake2_128
(
Hash
)
=>
Option
<
BlockAttestations
<
T
>>
;
pub
ParaBlockAttestations
:
double_map
T
::
BlockNumber
,
hasher
(
blake2_128
)
Hash
=>
Option
<
BlockAttestations
<
T
>>
;
// Did we already have more attestations included in this block?
DidUpdate
:
bool
;
...
...
runtime/kusama/src/lib.rs
View file @
07a2c5b5
...
...
@@ -77,7 +77,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name
:
create_runtime_str!
(
"kusama"
),
impl_name
:
create_runtime_str!
(
"parity-kusama"
),
authoring_version
:
2
,
spec_version
:
103
8
,
spec_version
:
103
9
,
impl_version
:
0
,
apis
:
RUNTIME_API_VERSIONS
,
};
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment