Skip to content
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 substrate to polkadot-v0.9.27 #809

Merged
merged 3 commits into from
Aug 26, 2022
Merged

Update substrate to polkadot-v0.9.27 #809

merged 3 commits into from
Aug 26, 2022

Conversation

koushiro
Copy link
Collaborator

@koushiro koushiro commented Aug 8, 2022

Signed-off-by: koushiro koushiro.cqx@gmail.com

update substrate to the commit 782e08e, prepare for releasing polkadot-v0.9.27

Signed-off-by: koushiro <koushiro.cqx@gmail.com>
@koushiro koushiro requested a review from sorpaas as a code owner August 8, 2022 04:25
@koushiro
Copy link
Collaborator Author

@sorpaas could you take a look this PR and create a new branch polkadot-v0.9.27?
And then I can help to release the polkadot-v0.9.27.

@nuke-web3
Copy link
Contributor

Just to confirm: you intend to use this as a branch from main once merged and then replace all the deps with the correct branch/tag? IE:

sp-inherents = { version = "4.0.0-dev", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
# moves to
sp-inherents = { version = "4.0.0-dev", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27", default-features = false }

If so, note that there is CI tooling to make this happen automatically for substrate (node template) and cumulus (parachain template)

see paritytech/substrate#11931 for how this was accomplished 😁

@koushiro
Copy link
Collaborator Author

Just to confirm: you intend to use this as a branch from main once merged and then replace all the deps with the correct branch/tag? IE:

sp-inherents = { version = "4.0.0-dev", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
# moves to
sp-inherents = { version = "4.0.0-dev", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27", default-features = false }

Yeah

I will use my script to replace them:

sed -i 's/master/polkadot-v0.9.27/g' `rg "substrate" -t toml -T lock -l`

Niederb added a commit to integritee-network/frontier that referenced this pull request Aug 23, 2022
@koushiro
Copy link
Collaborator Author

@sorpaas PTAL

@sorpaas sorpaas merged commit 9a930ec into polkadot-evm:master Aug 26, 2022
@koushiro koushiro deleted the update-polkadot-v0.9.27 branch August 26, 2022 17:30
abhijeetbhagat pushed a commit to web3labs/frontier that referenced this pull request Jan 11, 2023
* Update substrate to polkadot-v0.9.27

Signed-off-by: koushiro <koushiro.cqx@gmail.com>

* Update some deps

Signed-off-by: koushiro <koushiro.cqx@gmail.com>

Signed-off-by: koushiro <koushiro.cqx@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants