-
Notifications
You must be signed in to change notification settings - Fork 97
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
Update Weights #38
Merged
Merged
Update Weights #38
Conversation
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
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Just a sanity check for the consistency. Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
gavofyork
pushed a commit
that referenced
this pull request
Sep 26, 2023
* Import Runtimes from Polkadot-SDK v1.1.0-rc2 (f60318f686) Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Rename glutton -> gluttonS Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Add glutton-kusama to the workspace Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Structure workspace config Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Use staging-parachain-info crate Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Use crates-io dependencies Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update Cargo.lock Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update README Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update .gitignore and rustfmt Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Manual TOML formatting Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Add one more clippy lint from Polkadot-SDK Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Retry CI Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Use workspace version 1.1.0 Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Cleanup Cargo.toml and rename glutton-runtime Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Delete empty CHANGELOG Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Add GPL-3.0 license Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Use version 1.0.0 Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update lockfile Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Hide weight files and Cargo.lock by default in diffs * Set authors to the Fellowship Co-authored-by: Bastian Köcher <git@kchr.de> * Typo Co-authored-by: Liam Aharon <liam.aharon@hotmail.com> * Adds chain spec generator * Update system-parachain weights Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update system-parachain weights again Just a sanity check for the consistency. Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Revert everything unrelated git revert -m 1 c72187f^..f4cab62 --no-commit Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Init StorageVersions (for `oty import v1.1.0 rc2`) (#37) * remove executed migration * init storage versions * fix reads * review comments * Update Weights (#38) * Update system-parachain weights Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update system-parachain weights again Just a sanity check for the consistency. Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update Relay weights Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Add CHANGELOG.md and change .gitattributes (#39) * Add CHANGELOG.md * Bring back .gitattributes * Update CHANGELOG.md Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com> * Fix weight `force_open_hrmp_channel` function signature If the channel exists, the channel will be closed. The function is only callable by a privileged origin and thus, it should be fine to ignore `c` for now. * Fix tests --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Bastian Köcher <info@kchr.de> Co-authored-by: Bastian Köcher <git@kchr.de> Co-authored-by: Liam Aharon <liam.aharon@hotmail.com> Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Depends on #28
Changes:
The Kusama glutton could not be updated since something its genesic spec is wrong. Will still look into this.