Skip to content
Snippets Groups Projects

feat(runtime): create UDs manually with new call universalDividend.claim_uds

Merged Éloïs requested to merge elois-manual-ud into master
All threads resolved!
9 files
+ 74
4
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -377,6 +377,7 @@ fn gen_genesis_for_local_chain(
@@ -377,6 +377,7 @@ fn gen_genesis_for_local_chain(
owner_key: owner_key.clone(),
owner_key: owner_key.clone(),
removable_on: 0,
removable_on: 0,
status: IdtyStatus::Validated,
status: IdtyStatus::Validated,
 
data: (),
},
},
})
})
.collect(),
.collect(),
@@ -506,6 +507,7 @@ fn genesis_data_to_gdev_genesis_conf(
@@ -506,6 +507,7 @@ fn genesis_data_to_gdev_genesis_conf(
owner_key: pubkey,
owner_key: pubkey,
removable_on: 0,
removable_on: 0,
status: IdtyStatus::Validated,
status: IdtyStatus::Validated,
 
data: (),
},
},
})
})
.collect(),
.collect(),
Loading