Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Companion to Substrate #10786 #4881

Merged
merged 3 commits into from
Feb 10, 2022

Conversation

emostov
Copy link
Contributor

@emostov emostov commented Feb 8, 2022

Companion to paritytech/substrate#10786

These satisfies the updated WeightInfo trait impl, but the weights are lifted from substrate, so they are not necessarily correct and must be re-run.

@emostov emostov added A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit. labels Feb 8, 2022
(9_652_000 as Weight)
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is copy past from substrate, will need to re-run weights in a follow up

@paritytech-processbot
Copy link

Waiting for commit status.

@paritytech-processbot paritytech-processbot bot merged commit 2eb579d into master Feb 10, 2022
@paritytech-processbot paritytech-processbot bot deleted the zeke-force-apply-comm-companion branch February 10, 2022 22:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants