Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
nodes
rust
Duniter v2S
Commits
26f4cc13
Commit
26f4cc13
authored
3 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
fix(runtimes):pallet AuthorityMembers must be init before pallet Session
parent
f8256087
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!28
Smiths sub-wot
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
runtime/g1/src/lib.rs
+8
-8
8 additions, 8 deletions
runtime/g1/src/lib.rs
runtime/gtest/src/lib.rs
+8
-8
8 additions, 8 deletions
runtime/gtest/src/lib.rs
with
16 additions
and
16 deletions
runtime/g1/src/lib.rs
+
8
−
8
View file @
26f4cc13
...
@@ -172,14 +172,14 @@ construct_runtime!(
...
@@ -172,14 +172,14 @@ construct_runtime!(
TransactionPayment
:
pallet_transaction_payment
::{
Pallet
,
Storage
}
=
32
,
TransactionPayment
:
pallet_transaction_payment
::{
Pallet
,
Storage
}
=
32
,
// Consensus support.
// Consensus support.
Author
ship
:
pallet_author
ship
::{
Pallet
,
Call
,
Storage
}
=
10
,
Author
ityMembers
:
pallet_author
ity_members
::{
Pallet
,
Call
,
Storage
,
Config
<
T
>
,
Event
<
T
>
}
=
10
,
Offences
:
pallet_offences
::{
Pallet
,
Storage
,
Event
}
=
11
,
Authorship
:
pallet_authorship
::{
Pallet
,
Call
,
Storage
}
=
11
,
Historical
:
session_historical
::{
Palle
t
}
=
12
,
Offences
:
pallet_offences
::{
Pallet
,
Storage
,
Even
t
}
=
12
,
Session
:
pallet_session
::{
Pallet
,
Call
,
Storage
,
Event
,
Config
<
T
>
}
=
13
,
Historical
:
session_historical
::{
Pallet
}
=
13
,
Grandpa
:
pallet_
grandpa
::{
Pallet
,
Call
,
Storage
,
Config
,
Event
}
=
14
,
Session
:
pallet_
session
::{
Pallet
,
Call
,
Storage
,
Event
,
Config
<
T
>
}
=
14
,
ImOnline
:
pallet_
im_online
::{
Pallet
,
Call
,
Storage
,
Event
<
T
>
,
ValidateUnsigned
,
Config
<
T
>
}
=
15
,
Grandpa
:
pallet_
grandpa
::{
Pallet
,
Call
,
Storage
,
Config
,
Event
}
=
15
,
AuthorityDiscovery
:
pallet_authority_discovery
::{
Pallet
,
Config
}
=
16
,
ImOnline
:
pallet_im_online
::{
Pallet
,
Call
,
Storage
,
Event
<
T
>
,
ValidateUnsigned
,
Config
<
T
>
}
=
16
,
Authority
Memb
er
s
:
pallet_authority_
memb
er
s
::{
Pallet
,
C
all
,
Storage
,
Config
<
T
>
,
Event
<
T
>
}
=
17
,
Authority
Discov
er
y
:
pallet_authority_
discov
er
y
::{
Pallet
,
C
onfig
}
=
17
,
// Governance stuff.
// Governance stuff.
Sudo
:
pallet_sudo
::{
Pallet
,
Call
,
Config
<
T
>
,
Storage
,
Event
<
T
>
}
=
20
,
Sudo
:
pallet_sudo
::{
Pallet
,
Call
,
Config
<
T
>
,
Storage
,
Event
<
T
>
}
=
20
,
...
...
This diff is collapsed.
Click to expand it.
runtime/gtest/src/lib.rs
+
8
−
8
View file @
26f4cc13
...
@@ -172,14 +172,14 @@ construct_runtime!(
...
@@ -172,14 +172,14 @@ construct_runtime!(
TransactionPayment
:
pallet_transaction_payment
::{
Pallet
,
Storage
}
=
32
,
TransactionPayment
:
pallet_transaction_payment
::{
Pallet
,
Storage
}
=
32
,
// Consensus support.
// Consensus support.
Author
ship
:
pallet_author
ship
::{
Pallet
,
Call
,
Storage
}
=
10
,
Author
ityMembers
:
pallet_author
ity_members
::{
Pallet
,
Call
,
Storage
,
Config
<
T
>
,
Event
<
T
>
}
=
10
,
Offences
:
pallet_offences
::{
Pallet
,
Storage
,
Event
}
=
11
,
Authorship
:
pallet_authorship
::{
Pallet
,
Call
,
Storage
}
=
11
,
Historical
:
session_historical
::{
Palle
t
}
=
12
,
Offences
:
pallet_offences
::{
Pallet
,
Storage
,
Even
t
}
=
12
,
Session
:
pallet_session
::{
Pallet
,
Call
,
Storage
,
Event
,
Config
<
T
>
}
=
13
,
Historical
:
session_historical
::{
Pallet
}
=
13
,
Grandpa
:
pallet_
grandpa
::{
Pallet
,
Call
,
Storage
,
Config
,
Event
}
=
14
,
Session
:
pallet_
session
::{
Pallet
,
Call
,
Storage
,
Event
,
Config
<
T
>
}
=
14
,
ImOnline
:
pallet_
im_online
::{
Pallet
,
Call
,
Storage
,
Event
<
T
>
,
ValidateUnsigned
,
Config
<
T
>
}
=
15
,
Grandpa
:
pallet_
grandpa
::{
Pallet
,
Call
,
Storage
,
Config
,
Event
}
=
15
,
AuthorityDiscovery
:
pallet_authority_discovery
::{
Pallet
,
Config
}
=
16
,
ImOnline
:
pallet_im_online
::{
Pallet
,
Call
,
Storage
,
Event
<
T
>
,
ValidateUnsigned
,
Config
<
T
>
}
=
16
,
Authority
Memb
er
s
:
pallet_authority_
memb
er
s
::{
Pallet
,
C
all
,
Storage
,
Config
<
T
>
,
Event
<
T
>
}
=
17
,
Authority
Discov
er
y
:
pallet_authority_
discov
er
y
::{
Pallet
,
C
onfig
}
=
17
,
// Governance stuff.
// Governance stuff.
Sudo
:
pallet_sudo
::{
Pallet
,
Call
,
Config
<
T
>
,
Storage
,
Event
<
T
>
}
=
20
,
Sudo
:
pallet_sudo
::{
Pallet
,
Call
,
Config
<
T
>
,
Storage
,
Event
<
T
>
}
=
20
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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