This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Use proper weights in the pallet-template#13817
Merged
paritytech-processbot[bot] merged 6 commits intomasterfrom Apr 6, 2023
Merged
Use proper weights in the pallet-template#13817paritytech-processbot[bot] merged 6 commits intomasterfrom
pallet-template#13817paritytech-processbot[bot] merged 6 commits intomasterfrom
Conversation
ggwpez
reviewed
Apr 4, 2023
ggwpez
approved these changes
Apr 4, 2023
| frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../../../../frame/benchmarking" } | ||
| frame-support = { version = "4.0.0-dev", default-features = false, path = "../../../../frame/support" } | ||
| frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../../frame/system" } | ||
| sp-std = { version = "5.0.0", default-features = false, path = "../../../../primitives/std" } |
Member
There was a problem hiding this comment.
You just found yourself another issue (if you want obviously 😛).
Getting rid of this and using PhantomData from core::marker instead.
Member
|
FYI you can auto-close the mentioned issue once this merges https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue |
Member
|
Can you still make the CI green please? |
kianenigma
approved these changes
Apr 5, 2023
gpestana
approved these changes
Apr 5, 2023
sam0x17
approved these changes
Apr 5, 2023
KiChjang
approved these changes
Apr 5, 2023
Contributor
Author
|
bot merge |
gpestana
pushed a commit
that referenced
this pull request
Apr 23, 2023
* benchmarking to generate weights file * add the calculated weights in the extrinsics * use benchmarking v2 syntax to generate the weights * minor syntax change when benchmarking * added WeightInfo in the mock to pass tests * minor cargo fmt format changes
15 tasks
nathanwhit
pushed a commit
to nathanwhit/substrate
that referenced
this pull request
Jul 19, 2023
* benchmarking to generate weights file * add the calculated weights in the extrinsics * use benchmarking v2 syntax to generate the weights * minor syntax change when benchmarking * added WeightInfo in the mock to pass tests * minor cargo fmt format changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix the issue #13761 - Use proper weights in the
pallet-template.Part of the issue paritytech/polkadot-sdk#192