This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 378
Companion for Weight v1.5 #1581
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
faddaac
cargo test -p cumulus-primitives-utility
shawntabrizi 07d4973
cargo test -p cumulus-pallet-xcmp-queue
shawntabrizi 4ad30ed
cargo test -p cumulus-pallet-xcm
shawntabrizi 8ae0f99
cargo test -p cumulus-pallet-dmp-queue
shawntabrizi 5837876
cargo test -p pallet-template
shawntabrizi b22d2f1
cargo test -p cumulus-test-runtime
shawntabrizi 9b93e21
fix weights
shawntabrizi 792f860
fix more weights
shawntabrizi 0a3c84a
cargo test -p parachains-common
shawntabrizi ff009db
cargo test -p parachain-template-runtime
shawntabrizi 0626153
fix weights import
shawntabrizi b5a952b
cargo test -p collectives-polkadot-runtime
shawntabrizi 18355d7
cargo test -p contracts-rococo-runtime
shawntabrizi d520863
more
shawntabrizi 88f1f5f
unused
shawntabrizi 0eda911
fixes
shawntabrizi 38cc726
Update benchmarking.rs
shawntabrizi 15172b3
Update lib.rs
shawntabrizi dc62ed3
Update lib.rs
shawntabrizi 8f29d35
fix
shawntabrizi aa40144
fix bug in conversion
shawntabrizi 1fac5c1
Merge branch 'master' into shawntabrizi-weight-v1.5
shawntabrizi 0751255
update lockfile for {"polkadot", "substrate"}
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.
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.
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.
We could think about a DLS for the weight definitions in the long run.
This is starting to look really unreadable - at least for humans.
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.
i think making the weight file structure into a rust macro is not such a bad idea