You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add methods to the subnets precompile that would allow the subnet owner to set subnet parameters (if the owner is H160 address). Check that method caller is subnet owner (ss58 mirror of the caller will be saved as subnet owner)
This task includes implementing:
Setter methods
Getter methods
E2E tests for all methods
Setter Methods (also implement getters)
set_serving_rate_limit
set_min_difficulty
set_max_difficulty
set_weights_version_key
set_weights_set_rate_limit
set_adjustment_alpha
set_max_weight_limit
set_immunity_period
set_min_allowed_weights
set_kappa
set_rho
set_activity_cutoff
set_network_registration_allowed
set_network_pow_registration_allowed
set_min_burn
set_max_burn
set_difficulty
set_bonds_moving_average
set_commit_reveal_weights_enabled
set_liquid_alpha_enabled
set_alpha_values
set_commit_reveal_weights_interval
Additional Getter Methods
Is subnet registered
The text was updated successfully, but these errors were encountered:
Add methods to the subnets precompile that would allow the subnet owner to set subnet parameters (if the owner is H160 address). Check that method caller is subnet owner (ss58 mirror of the caller will be saved as subnet owner)
This task includes implementing:
Setter Methods (also implement getters)
Additional Getter Methods
The text was updated successfully, but these errors were encountered: