Skip to content
Snippets Groups Projects

automatically claim membership

Merged Hugo Trentesaux requested to merge hugo-dev into master
3 files
+ 135
115
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -259,7 +259,7 @@ pub mod pallet {
@@ -259,7 +259,7 @@ pub mod pallet {
/// Request target identity to be evaluated
/// Request target identity to be evaluated
/// only possible for unvalidated identity
/// only possible for unvalidated identity
#[pallet::call_index(4)]
#[pallet::call_index(4)]
#[pallet::weight(<T as pallet::Config>::WeightInfo::request_distance_evaluation())]
#[pallet::weight(<T as pallet::Config>::WeightInfo::request_distance_evaluation_for())]
pub fn request_distance_evaluation_for(
pub fn request_distance_evaluation_for(
origin: OriginFor<T>,
origin: OriginFor<T>,
target: T::IdtyIndex,
target: T::IdtyIndex,
@@ -317,7 +317,7 @@ pub mod pallet {
@@ -317,7 +317,7 @@ pub mod pallet {
/// when the evaluation completes.
/// when the evaluation completes.
/// * `status.1` is the status of the evaluation.
/// * `status.1` is the status of the evaluation.
#[pallet::call_index(3)]
#[pallet::call_index(3)]
#[pallet::weight(<T as pallet::Config>::WeightInfo::force_set_distance_status())]
#[pallet::weight(<T as pallet::Config>::WeightInfo::force_valid_distance_status())]
pub fn force_valid_distance_status(
pub fn force_valid_distance_status(
origin: OriginFor<T>,
origin: OriginFor<T>,
identity: <T as pallet_identity::Config>::IdtyIndex,
identity: <T as pallet_identity::Config>::IdtyIndex,
Loading