-
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
Import Runtimes from Polkadot-SDK v1.1.0-rc2
#28
Conversation
v1.1.0-rc2
v1.1.0-rc2
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
c2f4041
to
9c963a4
Compare
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: Bastian Köcher <git@kchr.de>
@ggwpez the weights are all "fresh"? If not, do they need to be regenerated? |
It is best practice to re-generate before each release, so I will open another MR on top of this to update them. |
You can directly push to this pr. I don't see any need to open another pr? |
@liamaharon could you please run all the runtimes using your new try-runtime cli? And best would also be to post instructions on how to reproduce. |
Now it looks a bit more success-y, but the end of the output is as follows:
|
I got the same |
Yeah that is fine. I think @ggwpez is trying to do reproducible builds, without using a reproducible env. |
Yes exactly. It can be ignored, as the final already passed. |
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.
All checks passed (except getting mismatched runtime hashes which is expected).
* remove executed migration * init storage versions * fix reads * review comments
* 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 * Bring back .gitattributes
Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com>
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.
I would like to try |
I guess this is fine?
|
Yeah the diff is weight files and some migrations, which looks fine. |
Looks like the review-bot is working good 👍 |
* Update README 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> * Update CI dependencies 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> * 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 .gitignore and rustfmt 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> * Update Cargo.lock Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Set authors to the Fellowship Co-authored-by: Bastian Köcher <git@kchr.de> * Add the `on-chain-release-build` feature to all runtimes * Rework release action * Test the action * Don't use deprecated command * Use correct name * Try to get it running * Try * Fixes * ... * Try * Now? * Rename * Revert and let it only run on main --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Bastian Köcher <git@kchr.de> Co-authored-by: Bastian Köcher <info@kchr.de>
This marks a clear cut in the development process and implies that from now on, this repository will be used to maintain the Polkadot, Kusama and their System-Parachain runtimes. The cut retroactively applies to the runtimes at
v1.1.0-rc2
. All posterior changes need to be ported and re-applied here.Changes:
glutton
togluttons
The changes can be reproduce with this script (it requires two user-interactions):
git clone https://github.com/ggwpez/substrate-scripts/ --depth 1 --branch master cd substrate-scripts/import-runtime-repos/ ./runtime-import.sh
The path mappings for manually importing code can be taken from this scripts.