-
Notifications
You must be signed in to change notification settings - Fork 19
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
chore(upgrade): v1.7.2 to v1.8.0 #2081
chore(upgrade): v1.7.2 to v1.8.0 #2081
Conversation
b1d4dc6
to
040b25c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
|
6e01ff4
to
ecbc195
Compare
ecbc195
to
dc328b1
Compare
1a944cb
to
4d445bd
Compare
3967d0a
to
cb49362
Compare
cb49362
to
19b0223
Compare
19b0223
to
6d6228b
Compare
b7f7acf
to
1687730
Compare
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.
lgtm
afd06b4
to
92cf712
Compare
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.
Looks good, no logic changes, mostly weights & build/cargo stuff
8baf97f
to
b0534f9
Compare
For more details, please refer to: [Release Notes](https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-v1.8.0) Update weights. issue-1894
b0534f9
to
f7b60a8
Compare
@@ -12,7 +12,7 @@ version = "0.0.0" | |||
targets = ["x86_64-unknown-linux-gnu"] | |||
|
|||
[build-dependencies] | |||
substrate-wasm-builder = { version = "5.0.0-dev", git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.3.0"} | |||
substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0"} |
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.
Does it auto-set the version? why are we removing?
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.
Good question. If you’re using a specific branch from a Git repository, you can omit the version. However, including it doesn’t cause any issues. I’ll be creating a separate PR to switch to using crates instead of Git branches.
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.
Lot's of weight changes! LGTM!
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.
Looks good! Just one question!
@@ -77,12 +77,14 @@ default = ["std", "cli"] | |||
runtime-benchmarks = [ | |||
"polkadot-cli/runtime-benchmarks", | |||
"frequency-runtime/runtime-benchmarks", | |||
"sc-service?/runtime-benchmarks", |
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.
Q: why this has ?
?
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 noticed that it was configured that way in substrate. I have made a note of it to see if we can remove it on my follow up PR.
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.
Works on my machine!
For more details, please refer to:
Release Notes
#1894