-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tier param setting call #1421
Tier param setting call #1421
Conversation
I will merge this after |
/bench astar-dev,shibuya-dev,shiden-dev pallet_dapps_staking |
Benchmarks job is scheduled at https://github.com/AstarNetwork/Astar/actions/runs/13395105740. |
Benchmarks have been finished. |
/bench astar-dev,shibuya-dev,shiden-dev pallet_dapp_staking |
Benchmarks job is scheduled at https://github.com/AstarNetwork/Astar/actions/runs/13407032835. |
Benchmarks have been finished. |
Minimum allowed line rate is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Pull Request Summary
Adds
set_static_tier_params
extrinsic to modify tier related dApp staking parameters dynamically.Requires
root
level privileges.Additionally expands the
TierParameters
struct to allow changing of the weight values of the linear equation used to determine number of slots.TODO