-
Notifications
You must be signed in to change notification settings - Fork 1.6k
polkadot companion #12608 (Pools claim permissions) #6753
Conversation
/cmd queue -v PATCH_substrate=12608 -c bench-bot $ runtime runtime pallet_nomination_pools |
bot bench -v PATCH_substrate=12608 $ runtime polkadot-dev pallet_nomination_pools |
bot bench -v PATCH_substrate=12608 $ runtime kusama-dev pallet_nomination_pools |
bot bench -v PATCH_substrate=12608 $ runtime kusama-dev pallet_nomination_pools |
bot bench -v PATCH_substrate=12608 $ runtime westend-dev pallet_nomination_pools |
bot bench -v PATCH_substrate=12608 $ runtime kusama-dev pallet_nomination_pools |
@rossbulat https://gitlab.parity.io/parity/mirrors/polkadot/-/jobs/2426724 was started for your command Comment |
@rossbulat Command |
…/polkadot into rb-pool-claim-weights
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
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` | ||
//! DATE: 2023-02-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` | ||
//! WORST CASE MAP SIZE: `1000000` | ||
//! HOSTNAME: `runner-ehxwxxsd-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` | ||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 |
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.
it seems that the old weights were generated outside the bot machine 🤔
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.
Interesting, they did look outdated, much less commenting and no mentioning of proofs. I imagine it was a much lower version being used of what is available now.
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.
Yeah, the extra details were added to the template later afaik.
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.
Cool, I guess they'll be replaced upon the runtime upgrade with the latest version also.
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.
the weights look legit!
bot fmt |
@rossbulat https://gitlab.parity.io/parity/mirrors/polkadot/-/jobs/2427944 was started for your command Comment |
@rossbulat Command |
bot rebase |
Rebased |
Waiting for commit status. |
@@ -29,4 +29,4 @@ rustflags = [ | |||
"-Aclippy::needless_option_as_deref", # false positives | |||
"-Aclippy::derivable_impls", # false positives | |||
"-Aclippy::stable_sort_primitive", # prefer stable sort | |||
] | |||
] |
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.
] | |
] | |
* master: (98 commits) Ensure max_weight is assigned properly in AllowTopPaidExecutionFrom (#6787) Explicitly Handling ProvisionableData Cases (#6757) Companion for Substrate#12520 (#6730) Revert back to bare metal runners for weights generation (#6762) Improve XCM fuzzer (#6190) Corrected weight trader comment (#6752) clean up executed migrations (#6763) Remove state migration from westend runtime. (#6737) polkadot companion #12608 (Pools claim permissions) (#6753) Add Turboflakes bootnodes to Polkadot, Kusama and Westend (#6628) Companion for substrate#13284 (#6653) Companion for Substrate #13410: Introduce EnsureOrigin to democracy.propose (#6750) `BlockId` removal: `BlockBuilderProvider::new_block_at` (#6734) Companion PR for PR#13119 (#6683) Companion for Substrate#13411: frame/beefy: prune entries in set id session mapping (#6743) `BlockId` removal: refactor of runtime API (#6721) Fix auction bench (#6747) Use PVF code paired with executor params wherever possible (#6742) Retire `OldV1SessionInfo` (#6744) Companion for substrate #13121 - BEEFY Equivocations support (#6593) ...
Updates weights for the added pool claims functions and logic.
bond_extra_reward
has been renamed tobond_extra_other
, and accounts forClaimPermission
check.claim_payout
now accounts forClaimPermission
check.set_claim_permission
weights.