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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
Duniter v2S
Merge requests
!46
ref(pallet-ud-accounts): big simplification of the pallet design
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
ref(pallet-ud-accounts): big simplification of the pallet design
elois-ref-ud
into
master
Overview
1
Commits
1
Pipelines
0
Changes
7
Merged
ref(pallet-ud-accounts): big simplification of the pallet design
Éloïs
requested to merge
elois-ref-ud
into
master
May 5, 2022
Overview
1
Commits
1
Pipelines
0
Changes
7
0
0
Merge request reports
Compare
master
version 1
2ee5d692
May 5, 2022
master (base)
and
latest version
latest version
eedb2c52
1 commit,
May 5, 2022
version 1
2ee5d692
1 commit,
May 5, 2022
7 files
+
49
−
71
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
node/src/chain_spec/gdev.rs
+
1
−
6
View file @ eedb2c52
Edit in single-file editor
Open in Web IDE
Show full file
@@ -371,12 +371,7 @@ fn gen_genesis_conf(
},
smiths_collective
:
Default
::
default
(),
ud_accounts_storage
:
UdAccountsStorageConfig
{
ud_accounts
:
initial_identities
.values
()
.cloned
()
.enumerate
()
.map
(|(
i
,
account
)|
(
account
,
(
i
+
1
)
as
u32
))
.collect
(),
ud_accounts
:
initial_identities
.values
()
.cloned
()
.collect
(),
},
universal_dividend
:
UniversalDividendConfig
{
first_reeval
:
100
,
Loading