Skip to content
Snippets Groups Projects
  • Éloïs's avatar
    52ebb5ef
    feat(runtime): create UDs manually with new call universalDividend.claim_uds (!83) · 52ebb5ef
    Éloïs authored
    * ref: move IdtyDataIter in common runtime
    
    * bench real weights for pallet ud
    
    * bench claim_uds
    
    * weights constants
    
    * weights: ParametersStorage is whitelisted
    
    * pallet ud on_initialize weights
    
    * manual ud: not emit event if 0 UDs claimed
    
    * tests(gdev): add int test test_remove_identity_after_one_ud
    
    * auto claim uds at member removal
    
    * migrate pallet id integration tests to manual ud
    
    * remove all try_get in pallet ud
    
    * write PastReevals
    
    * add call claim_uds
    
    * remove pallet ud_accounts_storage
    
    * update pallet ud interface
    
    * create type FirstEligibleUd
    
    * add custom IdtyData
    52ebb5ef
    History
    feat(runtime): create UDs manually with new call universalDividend.claim_uds (!83)
    Éloïs authored
    * ref: move IdtyDataIter in common runtime
    
    * bench real weights for pallet ud
    
    * bench claim_uds
    
    * weights constants
    
    * weights: ParametersStorage is whitelisted
    
    * pallet ud on_initialize weights
    
    * manual ud: not emit event if 0 UDs claimed
    
    * tests(gdev): add int test test_remove_identity_after_one_ud
    
    * auto claim uds at member removal
    
    * migrate pallet id integration tests to manual ud
    
    * remove all try_get in pallet ud
    
    * write PastReevals
    
    * add call claim_uds
    
    * remove pallet ud_accounts_storage
    
    * update pallet ud interface
    
    * create type FirstEligibleUd
    
    * add custom IdtyData